@import url('https://fonts.googleapis.com/css?family=Special+Elite');
/* theme default area css */
* {
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

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

.btn:focus,
button:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    cursor: pointer;
}

.bgLight {
    background-color: #f6f6f6;
}
.bg-red{
    background-color: #c90945;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0e121d;
    font-style: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.font-size-22 {
    font-size: 24px !important;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a85b0;
}

.font-size-14{
    font-size: 14px;
}

.font-size-16{
    font-size: 16px;
}

.height-auto{
    height: auto !important;
    border: 1px solid #bebebe;
}

.px-15{
    padding-inline: 15px;
}

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

li {
list-style: none;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #106ad2;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.section-title-wrape h3 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.section-title-wrape h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #c90945;
    line-height: 25px;
}

.section-image {
    position: absolute;
    right: 15%;
    top: -60%;
}

.bg-blue {
    background: #0a7daa;
}

/* preloader area css */

.preloader {
    background: #070707;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.preloader .lds-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.text-red{
    color: #c90945 !important;
}

.text-blue {
    color: #007ba7 !important;
}



/* header area css */

.proloy-main-manu-content {
    background: #fff;
    border-radius: 0px;
    padding: 0px 30px;
    height: 80px;
    text-align: right;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.14);
    background: #fff;
    transition: .3s;
}

.proloy-header-wrape {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 99;
}

.header-logo {
    padding: 14px 0;
    display: inline-block;
    float: left;
    width:300px;
    text-align: left;
}
.header-logo img{
    width:90%;
}

.proloy-language-wrape {
    margin: 38px 0;
}

.proloy-language-wrape select {
    cursor: pointer;
    text-transform: capitalize;
}

ul.header-top-social-wrape {
    margin: 25px 0;
}


ul.header-top-social-wrape li {
    display: inline-block;
    margin: 0 15px 0 0;
    transition: all .3s;
}

ul.header-top-social-wrape li:hover a i {
    background: #c90945;
    color: #fff;
}

ul.header-top-social-wrape li a i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    color: #838694;
}

/* nav menu area css */
.main-menu-area {
    display: inline-block;
    position: relative;
}
.main-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.main-menu ul li:first-child{
    /*display: none;*/
}
.main-menu ul li ul li:first-child{
    display: block;
}
.main-menu nav>ul>li {
    display: inline-block;
    position: relative;
    margin: 0;
}
.main-menu nav>ul>li.active:after,
.main-menu nav>ul>li:after {
    content: url('front/img/common/arrow.png');
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.main-menu nav>ul>li.active::after,
.main-menu nav>ul>li:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    bottom: -7px;
}

.main-menu nav>ul>li>a {
    color: #0a7daa;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 32px 10px;
    transition: all 0.3s ease 0s;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.main-menu nav>ul>li:hover>a,
.main-menu nav>ul>li.active>a {
    color: #c90945;
}
.dropdown-toggle::after {
    color: #bcbcbc;
}

/* sub menu */

.main-menu nav>ul>li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #c90945;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    transform-origin: top;
    transform: scaleY(0);
}

.main-menu nav>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main-menu nav>ul>li .sub-menu li {
    display: block;
    position: relative;
    margin: 0;
}

.main-menu nav>ul>li .sub-menu li a {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.main-menu nav>ul>li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #090909;
}

.main-menu nav>ul>li>.sub-menu>li>.sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #ff5959;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.main-menu nav>ul>li>.sub-menu>li:hover .sub-menu {
    top: 0 !important;
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-top-btn {
    margin: 24px 0 0 35px;
    display: inline-block;
}

/* hero area css */

.hero-bg {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-color: #e3e3e3;
    background-repeat: no-repeat;
    z-index: 1;
}

.proloy-hero-content-wrape {
    padding: 200px 0;
}

.proloy-hero-content-wrape h4 {
    text-transform: capitalize;
    font-size: 28px;
    position: relative;
    display: inline-block;
}

.proloy-hero-content-wrape h4:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    right: -80px;
    top: 18px;
    background: #000;
}

.proloy-hero-content-wrape h1 {
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 800;
    margin-top: 65px;
}

.proloy-hero-content-wrape h1 span {
    -webkit-text-stroke: 2px #0c1239;
    color: transparent;
}

.proloy-hero-content-wrape .hero-desig-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #c90945;
}
.hero-content p{margin-bottom: 25px;}
.hero-btn-wrape {
    margin-top: 30px;
}

.hero-btn-wrape a:first-child {
    margin-right: 35px;
}

ul.hero-personal-info-wrape {
    position: absolute;
    bottom: 40px;
}

ul.hero-personal-info-wrape li {
    background: #fff;
    padding: 10px 20px;
    margin-right: 15px;
    border-left: 5px solid #c90945;
}

ul.hero-personal-info-wrape li h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #0a7daa;
    margin-bottom: 0;
}

ul.hero-personal-info-wrape li h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}

ul.hero-personal-info-wrape li:last-child {
    margin-right: 0;
}

img.hero-style-img-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

img.hero-style-img-2 {
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: -1;
}

img.hero-style-img-3 {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: -1;
}

img.hero-style-img-4 {
    position: absolute;
    left: 50%;
    top: 17%;
    z-index: -1;
}

/* about area css */
ul.social-wrape {}

ul.social-wrape li {
    display: inline-block;
    margin: 0 0 0 15px;
    transition: all .3s;
}

ul.social-wrape li a {
    font-size: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    color: #212123;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
}

ul.social-wrape li a:hover {
    background: #c90945;
    color: #fff;
    border-color: #c90945;
}

ul.proloy-about-resume-wrape li {
    padding: 15px;
    margin: 0;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

ul.proloy-about-resume-wrape li:hover {
    margin-left: 10px;
}

.about-resume-icon {
    width: 15%;
}

.about-resume-title {
    width: 30%;
}

.about-resume-info,
.about-resume-title {
    font-size: 24px;
    text-transform: capitalize;
}

.about-resume-icon span {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    background: #f7faff;
    justify-content: center;
    transition: all .3s;
}

.about-resume-icon span svg {
    fill: #0e121d;
    width: 40px;
    height: 40px;
}

ul.proloy-about-resume-wrape li:hover .about-resume-icon span svg {
    fill: #fff;
}

ul.proloy-about-resume-wrape li:nth-child(odd) {
    background: #f7faff;
    border-color: #f7faff;
}

ul.proloy-about-resume-wrape li:nth-child(odd) .about-resume-icon span svg {
    fill: #ffffff;

}

ul.proloy-about-resume-wrape li:nth-child(odd) .about-resume-icon span {
    background: #505050;
    transition: all .3s;
}

ul.proloy-about-resume-wrape li:hover .about-resume-icon span {
    background: #c90945;
    border-radius: 10px;
}
.about-sign img{
  width: 25%;
}
.single-progress-content h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.single-progress-wrape {
    margin: 0 0 30px 30px;
}

.single-progress-content {
    width: 60%;
    margin-left: 30px;
}

.proloy-about-progress-wrape .single-progress-wrape:nth-child(even) {
    margin-left: -30px;
}

.proloy-about-progress-wrape .single-progress-wrape:nth-child(1) h3,
.proloy-about-progress-wrape .single-progress-wrape:nth-child(1) .proloy-progress-bar div span {
    color: #6864ed;
}

.proloy-about-progress-wrape .single-progress-wrape:nth-child(2) h3,
.proloy-about-progress-wrape .single-progress-wrape:nth-child(2) .proloy-progress-bar div span {
    color: #33cc79;
}

.proloy-about-progress-wrape .single-progress-wrape:nth-child(3) h3,
.proloy-about-progress-wrape .single-progress-wrape:nth-child(3) .proloy-progress-bar div span {
    color: #c90945;
}

/* services area css */

.services-bg {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    height: 400px;
    background-image: url(front/img/background-1.jpg);
    background-color: #1a2b3c;
    background-repeat: no-repeat;
    z-index: -1;
}

.services-style {
    position: absolute;
    right: 0;
    top: 0;
}

.proloy-services-wrape {
    margin-top: -300px;
}

.single-services-wrape {
    z-index: 1;
    margin: 70px 12px 136px;
}

.single-services-content {
    background: #fff;
    padding: 35px 15px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(199, 199, 199, 0.4);
    z-index: 1;
}

.single-services-wrape:after {
    content: '';
    border-radius: 20px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: -20px;
    bottom: -20px;
    z-index: -1;
    background: rgb(255 74 84 / 15%);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s;
}

.single-blog-img img {
    border-radius: 15px;
    transition: all .3s;
}

.services-icon span {
    display: block;
    border: 1px solid #505050;
    border-radius: 20px;
    position: relative;
    background: #fff;
    width: 120px;
    height: 100px;
    line-height: 100px;
    transition: all .3s;
}

.services-icon span svg {
    width: 70px;
    height: 70px;
    z-index: 1;
    fill: #505050;
    transition: all .3s;
}

.services-icon span:after {
    content: '';
    border: 1px solid #505050;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    background: #fff;
    transition: all .3s;
}

.single-services-wrape h3 {
    font-size: 28px;
    text-transform: capitalize;
    margin: 25px 0;
}

.services-hvr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.services-hvr img.shi1 {
    position: absolute;
    left: -5px;
    top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.services-hvr img.shi2 {
    position: absolute;
    right: -5px;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.services-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.proloy-all-servicess-wrape .active.center .services-hvr img.shi1,
.single-services-wrape:hover .services-hvr img.shi1 {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.proloy-all-servicess-wrape .active.center .services-hvr img.shi2,
.single-services-wrape:hover .services-hvr img.shi2 {
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.proloy-all-servicess-wrape .active.center .services-icon span,
.single-services-wrape:hover .services-icon span {
    background: #c90945;
    border-color: #c90945;
}

.proloy-all-servicess-wrape .active.center .services-icon span:after,
.single-services-wrape:hover .services-icon span:after {
    background: #ff4d55b3;
    border-color: #ff4d55b3;
}

.proloy-all-servicess-wrape .active.center .single-services-wrape:after,
.single-services-wrape:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.proloy-all-servicess-wrape .active.center .services-btn,
.single-services-wrape:hover .services-btn {
    visibility: visible;
    bottom: -120px;
    opacity: 1;
}

.proloy-all-servicess-wrape .active.center .services-icon span svg,
.single-services-wrape:hover .services-icon span svg {
    fill: #fff;
}

.proloy-all-servicess-wrape .active.center .single-services-wrape {
    margin-top: 22px;
}

/* work education resume area css */

.proloy-work-education-resume-bg-img1 {
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    height: 650px;
    width: 41%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -3;
}

.proloy-work-education-resume-bg-img1 img {
    width: 100%;
    height: 100%;
}

.proloy-work-education-resume-bg-img2 {
    position: absolute;
    right: 0;
    top: 100px;
    bottom: 0;
    height: 600px;
    width: 72%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.proloy-work-education-resume-bg-img2 img {
    width: 100%;
    height: 100%;
}

.proloy-work-resume-wrape {
    padding: 50px 0;
}

.proloy-work-resume-heading h3 {
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.proloy-work-resume-heading span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: relative;
    margin-left: 20px;
}

.proloy-work-resume-heading span:before {
    content: '';
    left: 0;
    top: -2px;
    position: absolute;
    width: 100px;
    height: 5px;
    background: #c90945;
}

ul.proloy-work-resume-content {}

ul.proloy-work-resume-content li {
    padding: 25px 20px;
    border: 1px solid #f8f8f8;
    background: #fff;
    transition: all .3s;
}

.proloy-work-education-time {
    font-size: 16px;
    color: #838694;
}

.proloy-work-education-time span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 25px;
    background: #949494;
    position: relative;
}

.proloy-work-education-time span:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
    padding: 10px;
    transition: all .3s;
}

.proloy-work-education-title-web {
    margin-left: 35px;
}

.proloy-work-education-title-web h4 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}

.proloy-work-education-title-web a {
    font-size: 18px;
    color: #838694;
}

ul.proloy-work-resume-content li:hover {
    box-shadow: 0px 2px 10px 0px rgba(255, 74, 84, 0.1);
    border-color: #c90945;
    border-radius: 15px;
}

ul.proloy-work-resume-content li:hover .proloy-work-education-time span {
    background-color: #c90945;
}

ul.proloy-work-resume-content li:hover .proloy-work-education-time span:after {
    border-color: #c90945;
}

/* portfolio area css */
ul.portfolio-menu-wrape {
    margin: 0 0 70px;
    padding: 0;
}

ul.portfolio-menu-wrape li {
    list-style: none;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    padding: 0px 10px;
    transition: all .2s;
    color: #555555;
    font-family: 'Poppins', sans-serif;
}

ul.portfolio-menu-wrape li:first-child {
    padding-left: 0;
}

ul.portfolio-menu-wrape li:last-child {
    padding-right: 0;
}


ul.portfolio-menu-wrape li:hover,
ul.portfolio-menu-wrape li.active {
    color: #c90945;
}

.single-portfolio-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
}

.single-folio-wraper {
    position: relative;
    margin-bottom: 24px;
}

.folio-img-hvr-wrape img {
    border-radius: 15px;
}

.folio-hvr-title {
    position: absolute;
    left: 30px;
    top: 30px;
}

.folio-hvr-title a h3 {
    font-size: 18px;
    padding: 10px;
    text-transform: capitalize;
    font-weight: 600;
    background: #c90945;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    transition: .3s;
    margin-left: -10px;
    opacity: 0;
    visibility: hidden;
}

.single-portfolio-item:hover .folio-hvr-title a h3 {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
}

.portfolio-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.portfolio-pop a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    background: #111111;
    border-radius: 50%;
    font-size: 20px;
    color: #c90945;
    transition: all .3s;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.single-portfolio-item:hover .portfolio-pop a {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

/* team area css */

.proloy-single-team-wrape {
    position: relative;
    display: inline-flex;
}

.team-img-wrape {
    position: relative;
}


.team-img-wrape:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: .3s all;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, rgba(152, 203, 43, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc98cb2b', GradientType=0);

}

.team-title-desig-social-wrape {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 50px;
    transition: all .3s;
}

.team-popup-wrape {
    margin-bottom: 20px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

h3.team-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #ffffff;
}

h4.team-desig {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
}


ul.team-social-wrape {
    border-top: 1px solid #fff;
    margin-top: -30px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

ul.team-social-wrape li {
    display: inline-block;
    margin: 0 0 0 15px;
    transition: all .3s;
}

ul.team-social-wrape li:hover a {
    background: #c90945;
    border-color: #c90945;
}

ul.team-social-wrape li a {
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #595959;
    border-radius: 50%;
    color: #fff;
    display: block;
    transition: all .3s;
}

.proloy-all-team-member-wrape .owl-item {
    margin-top: 20px;
}

.proloy-all-team-member-wrape.owl-carousel .owl-item:nth-child(2n) {
    margin-top: -20px;
}

.proloy-single-team-wrape:hover .team-popup-wrape {
    margin-bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.proloy-single-team-wrape:hover ul.team-social-wrape {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    padding-top: 20px;
}

/* pricing area css */

.single-price-area {
    border: 2px solid #f4f4f4;
    border-radius: 0;
    position: relative;
    padding: 50px 35px;
    transition: all .3s;
    z-index: 1;
}

.price-bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.price-header {
    margin: 30px 0;
}

.price-header h2 span.price,
.price-header h2 {
    font-size: 70px;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: baseline;
}

.price-header h2 span.sep {
    margin: 0 8px 0 0;
}

.price-header h2>span {
    font-size: 20px;
    font-weight: 400;
}

.price-header h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 30px;
}

.price-icon {
    width: 185px;
    height: 138px;
    text-align: center;
    line-height: 138px;
    border-radius: 0;
    background: #323232;
    transition: all .3s;
}

.price-icon svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    transition: all .3s;
}

.price-item-list li {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #838694;
}

.price-item-list li i {
    margin-right: 10px;
}

.price-item-list li:last-child {
    margin-bottom: 0px;
}

.single-price-area.active .price-icon,
.single-price-area:hover .price-icon {
    border-top-right-radius: 69px;
    border-bottom-left-radius: 69px;

}

.single-price-area.active .price-btn a,
.single-price-area:hover .price-btn a {
    background: #c90945;
    box-shadow: 0px 0px 30px 0px rgba(255, 74, 84, 0.3);
}

.single-price-area.active,
.single-price-area:hover {
    border-top-right-radius: 207px;
}

.single-price-area.active .price-bg,
.single-price-area:hover .price-bg {
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.single-price-area.active .price-icon,
.single-price-area:hover .price-icon {
    background: #c90945;
}

.single-price-area.active .price-header h2 span.price,
.single-price-area:hover .price-header h2 span.price {
    color: #c90945;
}

/* video area css */

.proloy-video-wrape {
    margin-bottom: -250px;
}

.videos-content-wrape h3 {
    font-size: 58px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.video-content p {
    color: #fff;
}

.popup-video {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 127px;
    width: 127px;
    color: #c90945;
    background: #fff;
    font-size: 62px;
    line-height: 127px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    animation: heartbeat 1s infinite alternate;
    margin-top: 100px;
}

.popup-video::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -23px;
    left: -23px;
    bottom: -23px;
    right: -23px;
    background: rgb(255 255 255 / 40%);
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.popup-video::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -46px;
    left: -46px;
    bottom: -46px;
    right: -46px;
    background: rgb(255 255 255 / 30%);
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.video-content {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}

.video-bg-img {
    position: relative;
}

.video-bg-img img {
    border-radius: 15px;
}

.video-bg-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 60%);
    border-radius: 15px;
}

/* special bg area css */

.special-bg {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    height: 500px;
    background-color: #f7faff;
    background-repeat: no-repeat;
    z-index: -1;
}

.special-style {
    position: absolute;
    right: 0;
    top: 0;
}

/* blog area css */

.proloy-blog-wrape {
    margin-top: -415px;
}

.single-blog-img {
    position: relative;
}

.single-blog-img:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 15px;
    transition: .3s all;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, rgba(152, 203, 43, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, #222 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc98cb2b', GradientType=0);
}

.blog-date-title-wrape {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -90px;
    transition: all .3s;
}

.single-blog-date {
    width: auto;
    height: auto;
    border-radius: 2px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 7px;
    text-align: center;
    text-transform: capitalize;
    line-height: 18px;
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    display: block;
}

.blog-info-title-wrape {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 8px 20px 0px rgba(47, 48, 52, 0.14);
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.proloy-single-blog-wrape img {
    height: 510px;
    object-fit: cover;
}

ul.admin-info li {
    margin-right: 15px;
}

ul.admin-info li a {
    font-size: 13px;
    color: #838694;
    text-transform: capitalize;
}

ul.admin-info li a i {
    margin-right: 7px;
}

.blog-readmore-btn {
    margin: 45px 0 0 15px;
}

.proloy-single-blog-wrape {
    transition: all .3s;
    padding: 0px 12px 20px;
}

.proloy-all-blog-list-wrape .active.center .blog-date-title-wrape,
.proloy-single-blog-wrape:hover .blog-date-title-wrape {
    bottom: 20px;
}

.proloy-all-blog-list-wrape .active.center .single-blog-img:before,
.proloy-single-blog-wrape:hover .single-blog-img:before,
.proloy-single-blog-wrape:hover .single-blog-img img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.proloy-all-blog-list-wrape .active.center .single-blog-img:before,
.proloy-single-blog-wrape:hover .single-blog-img:before {
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(201, 40, 84, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(201, 40, 84, 1) 100%);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(201, 40, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#c90945", GradientType=1);
}

.proloy-all-blog-list-wrape .active.center .blog-readmore-btn .btn,
.proloy-single-blog-wrape:hover .blog-readmore-btn .btn {
    background-color: #c90945;
    color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(201, 40, 84, 0.3);
}

/* blog details area css */

.proloy-blog-details-wraper {
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.blog-details-content .blog-date {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
    margin-top: 35px;
}

.blog-details-content .post-title {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 26px;
    margin: 20px 0;
    transition: all .3s;
}

.blog-details-content h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-details-content figure img {
    margin: 15px 0;
}

.blog-details-content h6,
.blog-details-content h5,
.blog-details-content h5,
.blog-details-content h4,
.blog-details-content h3,
.blog-details-content h2,
.blog-details-content h1 {
    margin-bottom: 15px;
}

/* Blog Quote Area Css Style */

blockquote,
blockquote.wp-block-quote {
    background: #ffffff;
    border-left: 6px solid #c90945;
    padding: 35px !important;
    box-shadow: 0px 0px 30px 0px rgba(26, 43, 60, 0.15);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    z-index: 1;
}

blockquote:before,
blockquote.wp-block-quote:before {
    content: "“";
    position: absolute;
    top: -20%;
    left: 5%;
    /* font-family: "FontAwesome"; */
    color: #c90945;
    font-size: 150px;
    line-height: 1;
    opacity: .1;
    z-index: -1;
    font-family: 'Special Elite' !important;
}

blockquote p,
blockquote.wp-block-quote p {
    color: #1a2b3c;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

blockquote cite,
blockquote.wp-block-quote cite {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 15px;
    margin-top: 30px;
    display: block;
}

blockquote cite:before,
blockquote.wp-block-quote cite:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #c90945;
    margin: 0 auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* Blog tags Area Css Style */

.blog-post-tag span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    color: #1a2b3c;
    text-transform: capitalize;
}

.blog-post-tag {
    background: #fff;
    padding: 0;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 30px;
}

.blog-post-tag>a {
    color: #1a2b3c;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    padding: 10px 24px;
    margin-right: 5px;
    transition: .3s;
    border-radius: 0;
    margin-bottom: 10px;
}

.blog-post-tag>a:hover {
    color: #fff;
    background: #c90945;
    border-color: #c90945;
}

/* Blog Comments Area Css Style */

.post-heading {
    margin-bottom: 30px;
}

.post-heading h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    line-height: 1;
}

.latest-comments>ul {
    padding: 0;
    margin: 0;
}

.latest-comments ul {
    list-style: none;
}

.comments-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7eaf0;
    padding-bottom: 30px;
}

.comments-avatar {
    float: left;
    width: 100px;
}

.comments-avatar img {
    border-radius: 50%;
}

.comments-text {
    overflow: hidden;
    padding-left: 30px;
}

.avatar-name-date {
    overflow: hidden;
}

.avatar-name-date>h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.avatar-name-date span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 12px;
    display: block;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.comments-text>p {
    margin-bottom: 20px;
    color: #878991;
    font-size: 17px;
}

.comments-text>a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
}

.comments-reply {
    padding-left: 70px;
}

/* Blog Comments Form Area Css Style */

.post-comments-form-area {
    margin: 40px 0 0 0;
}

.post-comments-form-area .post-comments-form {
    background: #f7faff;
    padding: 50px;
}

.post-comments-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
}

.post-comments-form textarea.form-control {
    height: 133px;
    box-shadow: none;
    color: #777777;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 15px 20px;
    transition: all .3s;
}

.post-comments-form textarea.form-control:focus,
.post-comments-form input.form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
    border: 1px solid #ff60a3;
}


/* map area css */
#proloy-map {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    z-index: -1;
}

/* contact info area css */
ul.contant-info-content-wrape li {
    padding: 15px;
    margin: 0;
    border: 1px solid #e1e1e1;
    transition: all .3s;
    margin-bottom: 40px;
}

.contant-info-content-icon {
    width: 15%;
}

.contant-info-content-icon span {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    background: #f7faff;
    justify-content: center;
}

.contant-info-content-icon span svg {
    fill: #c90945;
    width: 40px;
    height: 40px;
}

.contant-info-content,
.contant-info-content-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.contant-info-content-title {
    width: 25%;
    margin-left: 12px;
    color: #838694;
}

ul.contant-info-content-wrape li:hover{
    background: #f7faff;
    border-color: #f7faff;
    box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 9%);
}

ul.contant-info-content-wrape li .contant-info-content-icon span svg {
    fill: #ffffff;

}

ul.contant-info-content-wrape li .contant-info-content-icon span {
    background: #c90945;
}

/* Contact Form Area Css Style */

.proloy-contact-form-area {
    padding: 70px 50px;
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.proloy-contact-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
}

.proloy-contact-form textarea.form-control:focus,
.proloy-contact-form input.form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
    border: 1px solid #ff60a3;
}

.proloy-contact-form textarea.form-control {
    height: 133px;
    box-shadow: none;
    color: #777777;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 15px 20px;
    transition: all .3s;
}

p.form-message {
    font-size: 15px;
}

/* footer area css */
.footer-logo img.img-fluid {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.footer-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.footer-bg img {
    width: 100%;
    height: 100%;
}

.footer-bg:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0e121d;
    opacity: 0.95;
}


/*  */

.proloy-contant-info-wraper {
    background: #f7faff;
    padding-block: 4rem;
}
ul.contant-info-content-wrape {
    margin-top: 4rem;
}


/*  */

.more-win-series .wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .slick-slide {
    margin: 10px;
  }
  .slick-slide img {
    width: 100%;
  }
  .slick-prev,
  .slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
  }
  .more-win-series .card {
    border: 2px solid #fff;
  }
  .more-win-series .card-body {
    width: 100%;
    vertical-align: top;
    position: absolute;
    bottom: 0px;
    transition: 0.5s;
  }
  .more-win-series .card:hover .card-body {
    bottom: 50px;
  }
  .more-win-series .card:hover:before {
    background: linear-gradient(
      0deg,
      rgb(0 0 0 / 67%) 0,
      rgb(0 0 0 / 67%) 25%,
      rgb(0 0 0 / 0%) 50%,
      rgb(0 0 0 / 0%) 75%,
      rgb(0 0 0 / 0%) 100%
    );
  }
  .more-win-series .card-title {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 15px;
  }
  .more-win-series .card:hover .card-title{
      color: #000;
  }
  .more-win-series .card-content {
    text-align: left;
    color: #333;
  }
  .more-win-series .card-text {
    font-size: 11px;
    font-weight: 300;
    color: white;
  }
  .more-win-series .card-text p {
    margin-bottom: 0px;
  }
  .more-win-series .slick-dots li.slick-active button:before {
    color: #fe8910;
    border: 2px solid #fe8910;
    border-radius: 50%;
    opacity: 1;
  }

  .more-win-series .slick-dots li button:before {
    font-size: 5px;
    line-height: normal;
    display: flex;
    width: 15px;
    height: 15px;
    color: #fe8910;
    border: 2px solid #ff000000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
  }

  section.more-win-series {
    margin-block: 4rem;
  }

  .more-win-series .card {
    border: none !important;
    border-radius: 0px;
    position: relative;
  }
  .more-win-series .card .card-header {
    display: block !important;
    padding:0px;
    background: #f4f4f4;
    border: none;
    border-radius: 0px;
  }
  .more-win-series .card .card-header img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: auto;
  }
  .more-win-series .card:before {
    content: "";
    position: absolute;
    bottom: 0px;
    background: #000;
    background: linear-gradient(
      0deg,
      rgb(0 0 0 / 67%) 0,
      rgb(0 0 0 / 67%) 25%,
      rgb(0 0 0 / 0%) 50%,
      rgb(0 0 0 / 0%) 75%,
      rgb(0 0 0 / 0%) 100%
    );
    position: absolute;
    height: -webkit-fill-available;
    width: 100%;
  }
  .more-win-series .slick-prev::before,
  .more-win-series .slick-next::after {
    display: none;
  }
  .more-win-series .slick-prev,
  .more-win-series .slick-next,
  .more-win-series .slick-prev:hover,
  .more-win-series .slick-next:hover,
  .more-win-series .slick-prev:focus,
  .more-win-series .slick-next:focus {
    background-image: url("../img/arrow.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 9;
  }
  .more-win-series .slick-prev,
  .more-win-series .slick-next {
    opacity: 0.5;
  }
  .more-win-series .slick-prev:hover,
  .more-win-series .slick-prev:focus,
  .more-win-series .slick-next:hover,
  .more-win-series .slick-next:focus {
    opacity: 1;
  }
  .more-win-series .slick-prev:before,
  .more-win-series .slick-next:before {
    color: transparent;
  }
  .more-win-series .slick-prev {
    left: -15px;
    transform: rotate(180deg);
  }
  .more-win-series .slick-next {
    right: -15px;
  }
  .leadership-wrapper {
    margin-inline: 15px !important;
  }
  .leadership-wrapper img {
    margin-bottom: 15px;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .leadership-wrapper figcaption h6 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #5e5e5e;
  }
  .leadership-wrapper figcaption span {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #808080;
  }
.more-win-series .card-text p {
    font-size: 11px;
    font-weight: 300;
    color: white;
    margin-bottom: 0px;
    line-height: 20px;
}
.more-win-series .card:hover::before {
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(255, 74, 84, 1) 100%);
}

  /* tab-section */

  section.tab-section .card, section.tab-section .nav-tabs {
    border: none;
}
section.tab-section .nav-tabs .nav-link.active {
    border: none;
    color: #c90945;
}
section.tab-section .nav-link:hover{
    border: none;
    color: #c90945;
}
section.tab-section .nav-link {
    color: #555555;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
}
section.tab-section {
    padding-block: 4rem;
    background: #fff;
}
section.tab-section nav{
    padding-bottom: 1rem;
}

.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .o-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

  .proloy-single-blog-wrape.tab-card-wrapper .blog-date-title-wrape {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.proloy-single-blog-wrape.tab-card-wrapper .single-blog-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.proloy-single-blog-wrape.tab-card-wrapper .single-blog-img:before{
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 0, 0) 1%, #2222228c 100%) !important;
}
.proloy-single-blog-wrape.tab-card-wrapper .blog-date-title-wrape .blog-info-title-wrape {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}

.proloy-single-blog-wrape.tab-card-wrapper .single-blog-img figure figcaption {
    position: absolute;
    top: 0;
    margin: 10px;
}

.proloy-single-blog-wrape.tab-card-wrapper .blog-date-title-wrape .blog-info-title-wrape p {
    font-size: 15px;
    line-height: normal;
}
.card-title {
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 600;
}
.proloy-single-blog-wrape.tab-card-wrapper .blog-date-title-wrape .blog-info-title-wrape .post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #ce2157;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.proloy-single-blog-wrape.tumor-borad-wrapper.tab-card-wrapper .blog-date-title-wrape .blog-info-title-wrape .post-title{
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    color: #1a85b0;
}

.proloy-single-blog-wrape.tab-card-wrapper .single-blog-date {
    width: auto;
    height: auto;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    color: #ffffff;
    background: #00000070;
    text-transform: lowercase;
}
.publication .single-blog-date{display: none;}
.publication figure img{
    height: 170px!important;
}
.publication .publisher{
    width: 50%;
    margin-top: 25px;
}
.publication .publisher h4.post-title a{
    color: #000!important;
}
.publication .publisher h4 a:hover{
    color: #ce2157;
}
.publication .publisher img{
    width: auto;
    height: auto;
    filter: grayscale(100%);
    opacity:.50;
}
.publication .publisher img:hover{
    filter: grayscale(0%);
    opacity:1;
}

/* tumor-borad-wrapper */
.proloy-single-blog-wrape.tab-card-wrapper.tumor-borad-wrapper img {
    height: 400px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.proloy-single-blog-wrape.tab-card-wrapper.tumor-borad-wrapper {
    padding: 15px 12px 0px;
    position: relative;
}

.proloy-single-blog-wrape.tab-card-wrapper.tumor-borad-wrapper figure{
    margin-bottom: 0px;
}

.proloy-single-blog-wrape.tab-card-wrapper.tumor-borad-wrapper .blog-date-title-wrape .blog-info-title-wrape {
    padding: 20px 0px 0px;
    margin-bottom: 0px;
}

/* tumor-borad-section */
.tumor-borad-section{
    background-image: url('../img/fresh-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 6rem;
}

.books-wrapper {
    display: flex;
}

.book-content-wrapper {
    padding-left: 30px;
    padding-top: 3rem;
}

.book-content-wrapper p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 4rem;
}


/* Music */
h4.fl-serif.name-channel {
    font-size: 13px;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

p.theme-color {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

.fl-channel .box-channel-content .name-singer {
    font-size: 11px !important;
}

@media (min-width: 1200px){
    .fl-channel .list-channel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fl-channel .box-channel {
        margin-right: 16px;
        margin-left: 16px;
    }
}

.testimonals-wrapper {
    padding: 50px 20px;
    background: #0a7daa;
    z-index: 9;
    position: relative;
}

.testimonals-wrap {
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 9;
    position: relative;
    text-align: center;
}

.testimonals-wrap p {
    z-index: -9;
    font-size: 16px;
    color: #848484;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    line-height: normal;
}

img.test-img {
    border-radius: 50px;
    width: 100px !important;
    height: 100px;
    object-fit: cover;
}

img.quatation-img {
    position: absolute;
    top: 30px;
    width: 60px !important;
    z-index: 2;
}
.testimonals-wrapper h6 {
    font-weight: 800;
    color: #0a7daa;
    margin-bottom: 0px;
    margin-top: 15px;
}
.testimonals-wrapper span, span.title-testimonal{
  font-size: 15px;
  color: #c90c47;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  min-height: 40px;
  text-align: left;
}
figure {
    margin: 0;
    position: relative;
}
.single-blog-content-wrape {
    position: relative;
    z-index: 9;
}

.tumor-borad-wrapper .single-blog-content-wrape{
    top: 60px;
}

.tumor-borad-wrapper .section-title-wrape{
    margin-bottom: 30px;
}
.tumor-borad-wrapper .single-blog-content-wrape {
    background: white;
    padding: 25px;
    border-radius: 10px;
}
.tumor-borad-wrapper .single-blog-content-wrape{
    top: 140px;
}

.tumor-borad-wrapper .section-title-wrape{
    margin-bottom: 30px;
}
.tumor-borad-wrapper .single-blog-content-wrape {
    background: white;
    padding: 25px;
    border-radius: 10px;
}
.tumor-borad-wrapper .single-blog-content-wrape h3.latest-tumor{
    font-size: 22px;
    color: #1a85b0;
    font-weight: 400;
}
.tumor-borad-wrapper .single-blog-content-wrape h5.latest-tumor{
    font-size: 18px !important;
    margin-bottom: 12px;
    font-weight: 600;
    color: #0e121d;
}
.testimonals-wrap img {
    object-fit: cover;
}

.popup-youtube figure figcaption .box-icon-1 {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-youtube figure figcaption .box-icon-1 span {
    background: red;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    margin-top: 0px;
}

.popup-youtube figure figcaption .box-icon-1 span i {
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav {
    display: flex;
}
.owl-prev, .owl-next{
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-inline: 10px;
    color: transparent;
    width: 24px;
}
.owl-prev{
    background-image: url('../img/long-arrow.png');
}

.owl-next{
    background-image: url('../img/long-right-arrow.png');
}

a.view-link {
    color: #c90945;
    font-size: 13px;
    border-bottom: 1px solid #c90945;
    padding-top: 20px;
    display: inline-block;
}

  @media (min-width: 1200px){
    .more-win-series.container, .testimonals-wrapper .container{
        max-width: 1140px;
    }
    .more-win-series .card .card-header img {
        height: 350px;
    }
    .container.containerSmall {
        max-width: 830px;
    }
    .single-blog-content-wrape {
        position: absolute;
    }
    .testimonals-slider .owl-nav, .more-winseries .owl-nav, .proloy-all-blog-list-wrape .owl-nav{
        position: absolute;
        top: -90px;
        right: 0;
    }
    .tab-section .testimonals-slider .owl-nav{
        top: auto;
        right: auto;
        position: absolute;
        left: auto;
        margin: auto;
        width: 100%;
        bottom: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
  }


  @media (min-width: 1400px){
    .container.containerSmall {
        max-width: 1200px;
    }
    .more-win-series .container, .testimonals-wrapper .container{
        max-width: 1140px;
    }
    .more-win-series .card .card-header img {
        height: 350px;
    }
    .single-blog-content-wrape {
        position: absolute;
    }
    .testimonals-slider .owl-nav, .more-winseries .owl-nav, .proloy-all-blog-list-wrape .owl-nav{
        position: absolute;
        top: -90px;
        right: 0;
    }
    .tab-section .testimonals-slider .owl-nav{
        top: auto;
        right: auto;
        position: absolute;
        left: auto;
        margin: auto;
        width: 100%;
        bottom: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
  }


.common-container{
  padding-bottom: 50px;
}
.common-container h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}
.common-container h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 35px;
    color: #007ba7;
}
h3.h3-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #007ba7;
    margin-bottom: 10px;
}
.common-container p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 24px;
}
.imgLeft {
  margin-right: 35px;
}

@media (max-width: 768px){
.books-wrapper{
    flex-wrap: wrap;
}
.books-wrapper img {
    width: 100%;
}
}
@media (min-width: 768px){
  .imgLeft {
      float: left;
      max-width: 227px;
  }
  .text-md-left {
      text-align: left !important;
  }
}
@media (min-width: 1230px){
  .imgLeft {max-width: 427px;}
}

/* ------ Inner Banner -----*/
.pageMainHead {min-height: 380px;}
.pageMainHead:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.pageMainHead{
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.pageMainHead:before {
	/* background-color: #007ba7d1; */
}
.podcast.pageMainHead:before{
	background-color: rgb(242 47 50 / 5%);
}
.pageMainHead .align {
	z-index: 1;
}
.pageMainHead h1{
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 100px;
}
/* ------ breadcrWhite ------*/
.breadcrWhite {
	background-color: transparent;
	color: #fff;
  font-size: 14px;
}
.breadcrWhite .breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}
.breadcrWhite .breadcrumb-item.active {
	color: #fff;
}
.breadcrWhite a {
	color: #fff;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}
.breadcrWhite a:hover {
	color: #000;
}
/* ----------- coDefaultList --------*/
.coDefaultList > li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 14px;
    font-size: 15px;
}
.coDefaultList > li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 2px;
  color: #ff3514;
}
/*.coDefaultList > li:before {*/
/*	content: "";*/
	/*background-image: url(../img/arrow-red.png);*/
/*  background-size: cover;*/
/*  opacity: .6;*/
/*  width:16px;*/
/*  height:16px;*/
/*}*/
.coDefaultList > li ul li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 14px;
    font-size: 15px;
}
.coDefaultList > li ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 2px;
  color: #ff3514;
}
.coDefaultList > li ul li:before {
	content: "";
	background-image: url(../img/arrow-red.png);
  background-size: cover;
  opacity: .6;
  width:16px;
  height:16px;
}
.meetQuote {
  font-size: 20px;
  line-height: 1.4;
  border-style: solid;
  border-width: 0 0 0 2px;
  margin:35px 0;
  padding: 15px 35px 35px !important;
  box-shadow: none;
  border-radius: 0;
  color: #007ba7;
}
q {
    font-size: 20px;
}
.meetQuote::before {display:none;}
.meetQuote cite {
  font-size: 14px;
  left: 37px;
  color:#000;
  bottom: 20px;
  font-weight: 500;
}
.shadow {
    box-shadow: 0 10px 40px rgba(6, 22, 58, .1) !important;
}

ul.contact-wrapper-list li {
    margin-bottom: 20px;
    font-size: 14px;
}
ul.contact-wrapper-list li span {
    display: flex;
    align-items: center;
}
ul.contact-wrapper-list li i {
    color: grey;
    margin-right: 18px;
    width: 10px;
}
ul.contact-wrapper-list span.title-con {
    font-weight: 600;
    margin-right: 20px;
    width: 60px;
}
.contant-info-content-wrape {
    margin-top: 4rem;
}
.contact-wrapper-address h5 {
    margin-top: 40px;
    margin-bottom: 10px;
}
.contant-info-content-wrape h4 {
    color: #272727;
    line-height: 25px;
    width: 80%;
}
.single-blog-img figure {
    margin-bottom: 15px;
}

/*  */

.fzMedium p{
    font-size: 20px;
    line-height: 1.3;
}



/* ---------------------------------------------------------
119. timelineList / .timelineList
--------------------------------------------------------*/

.timelineList {
	background-image: -webkit-linear-gradient(left, #dedede 0%, #dedede 100%);
	background-image: linear-gradient(90deg, #dedede 0%, #dedede 100%);
	background-size: 1px 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	max-width: 290px;
}

.timelineList:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
}

.timelineList:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
}

.timelineList:before,
.timelineList:after {
	border-radius: 100%;
	background-color: #dedede;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
}

.timelineList > li {
	overflow: hidden;
	position: relative;
}

.timelineList > li:before {
	content: "";
	position: absolute;
	top: 0;
}

.timelineList > li:after {
	content: "";
	position: absolute;
	top: 0;
}

.timelineList > li:before,
.timelineList > li:after {
	left: 50%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.timelineList > li:before {
	border: 1px solid #e5e5e5;
	z-index: 1;
	box-shadow: 0 10px 40px rgba(6, 22, 58, .1);
	width: 36px;
	height: 36px;
}

.timelineList > li:after {
	z-index: 2;
	border-style: solid;
	border-width: 6px;
	margin-top: 7px;
	width: 22px;
	height: 22px;
    color: #ca0d48;
}

.timelineList > li + li {
	margin-top: 35px;
}

.timelineList > li:nth-child(even) {
	text-align: right;
}

.timelineList > li:nth-child(even) .imgHolder {
	float: right;
}

.timelineList > li:nth-child(even) .tlDescriptionWrap {
	float: left;
}

.timelineList .imgHolder,
.timelineList .tlDescriptionWrap {
	float: left;
	width: 100%;
}

.timelineList .tlDescriptionWrap {
	float: right;
	background-color: #fff;
}

/* ---------------------------------------------------------
120. tlTimeTitle / .tlTimeTitle
--------------------------------------------------------*/

.tlTimeTitle {
	font-size: 22px;
	line-height: 1.1363636364;
}
h4.fontBase a {
    font-size: 16px;
    margin-left: 10px;
    color: #707070;
}
strong.font-weight-normal {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    margin-left: 12px;
}
.drItemRow {
    border: 2px solid #b7b7b7;
}

time {
    font-size: 14px;
    color: #d50549;
}
h3.fwMedium {
    color: #c90945;
}
h3.fwSemiBold, h3.fwMedium {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 15px !important;
}

.tlDescriptionWrap p, header.watermarkHeadingHead p{
    line-height: 27px;
    font-size: 15px;
}

.alignHolder p {
    font-size: 14px;
}

.imgHolder img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    padding-inline: 50px;
}
@media (max-width: 768px){
.imgHolder img {
    padding-inline: 0;
}
.timelineList {
    max-width: 100%;
    margin-inline: 10px;
}
}

h2.fwSemiBold {
    font-size: 24px;
    line-height: 35px;
    color: #0a7daa;
}


/* ---------------------------------------------------------
136. dcsTabset / .dcsTabset
--------------------------------------------------------*/

.dcsTabset,
.dcsTabset.nav-tabs {
	margin-bottom: -1px;
}

.dcsTabset .nav-link,
.dcsTabset.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 25px;
    line-height: 1.3;
    border-color: transparent;
    border-radius: 0;
    color: #c90b47;
    position: relative;
    border: none;
    margin-bottom: 1px;
}

.dcsTabset .nav-link:after,
.dcsTabset.nav-tabs .nav-link:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
}

.dcsTabset .nav-link:before,
.dcsTabset.nav-tabs .nav-link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.dcsTabset .nav-link.active,
.dcsTabset.nav-tabs .nav-link.active {
	border-color: #ffffff;
    background: #E91E63;
    color: white;
}

.dcsTabset .nav-link.active:after,
.dcsTabset .nav-link.active:before,
.dcsTabset.nav-tabs .nav-link.active:after,
.dcsTabset.nav-tabs .nav-link.active:before {
	opacity: 1;
	visibility: visible;
}

.dcsTabset .nav-link:hover:before,
.dcsTabset.nav-tabs .nav-link:hover:before {
	opacity: 1;
	visibility: visible;
}

.dcsTabset .nav-link:after,
.dcsTabset.nav-tabs .nav-link:after {
	border-bottom: 1px solid #fff;
}

.dcsTabset .nav-link:before,
.dcsTabset.nav-tabs .nav-link:before {
	border-style: solid;
	border-width: 2px 0 0;
    border-color: white;
    display: none;
}

.dcsTabset.nav-tabs .nav-link:hover {
    background: #e91e63;
    color: white;
}

.dcsTabset .nav-link:before,
.dcsTabset .nav-link:after,
.dcsTabset.nav-tabs .nav-link:before,
.dcsTabset.nav-tabs .nav-link:after {
	opacity: 0;
	visibility: hidden;
}
aside.dscSidebar .card-aside {
    padding: 20px;
    box-shadow: 0 0 2px 1px #00000017;
}
.tab-pane {
    padding: 10px 20px;
}
ul.dropdown-menu li:last-child {
    margin-bottom: 0px;
}
ul.dropdown-menu li {
    font-size: 14px;
    margin-bottom:0;
}
ul.dropdown-menu li a {
    padding: 10px 15px;
}
.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: #c90945;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: #c90945;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: -2px;
    margin-left: 0.125em;
    border-radius: 0;
    border: none;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.10)!important;
    min-width: 200px;
  }

  .text-lDark {
    color: #0a7daa;
  }

  .potSingGallery img {
    height: 250px;
    margin-bottom: 20px;
    width: 100%;
  }

  .proTagList li {
    margin-right: 20px;
 }

 .potSingGallery img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.potSingGallery:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}



.echCountTag {
	z-index: 1;
	border-radius: 99px;
	font-size: 15px;
	line-height: 1;
	right: 14px;
	top: 14px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.echCountTag .icn {
	font-size: 1.1em;
	margin-right: 1px;
}

.echCountTag:hover {
	background-color: rgba(0, 0, 0, .5);
}

.echcCaptionWrap {
	left: 0;
	bottom: 0;
	z-index: 1;
    padding-inline: 15px !important;
}

.echCatTitle {
    font-size: 16px !important;
    line-height: 1.25;
    color: #0a7daa !important;
    margin-left: 0 !important;
}

.spanLinkGo {
	font-size: 12px;
	-webkit-transition: max-height .3s ease, margin .3s ease, -webkit-transform .35s ease;
	transition: max-height .3s ease, margin .3s ease, -webkit-transform .35s ease;
	transition: max-height .3s ease, margin .3s ease, transform .35s ease;
	transition: max-height .3s ease, margin .3s ease, transform .35s ease, -webkit-transform .35s ease;
	max-height: 0;
	overflow: hidden;
	width: 35px;
	height: 35px;
}

.spanLinkGo:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}


.echColumn {
    height: 300px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.echColumn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.echColumn:after {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.echColumn h3,
.echColumn .h3 {
	font-size: 20px;
	line-height: 1.1666666667;
}

.echColumn:hover .spanLinkGo {
	max-height: 55px;
	margin-top: 20px;
	margin-bottom: 5px;
    color: #fff;
}

a.view_all {
    color: #0a7daa;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    padding-top: 1rem;
    display: inline-block;
}

a.view_all:hover {
    color: #e91e63;
    border-bottom: 1px dashed #e91e63;
}

.centerLayout {
    border-bottom: 1px dashed #b9b9b9;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
}

.centerLayout:last-child    {
    border-bottom: none;
}


.npbColumn {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

.npbColumn:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.npbColumn h3,
.npbColumn .h3 {
	line-height: 1.25;
}

.npbTimeTag{
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    left: 25px;
}

a.view_all .right-arrow-icon {
    display: inline-block;
    width: 25px;
}

.tumor-list-page .tumor-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

h3.fwSemiBold a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* pagination */

.pagination .page-item {
	margin-left: 4px;
	margin-right: 4px;
}

.pagination .page-item.active .page-link {
	color: #fff;
    background: #d50549;
    border-color: #d50549;
}

.pagination .page-item.disabled {
	display: none;
}

.pagination .page-link {
	font-size: 16px;
	line-height: 1;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
    color: #d50549;

}

.pagination .page-link:hover {
	color: #0a7daa;
}

.pagination .icn {
	font-size: .7em;
}

.album-art.active img {
    width: 60px;
}


.aboutMayorBlock {
	font-size: 18px;
	line-height: 1.4444444444;
}

.meetQuote {
    font-size: 24px;
    line-height: 1.25;
}

.meetQuote cite {
    font-size: 18px;
}

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

.btnPlayLink {
	font-size: 18px;
	line-height: 1.3333333333;
	color: #202b5d;
	padding: 3px 0 3px 82px;
}

.btnPlayLink:hover .icnPlay {
	-webkit-animation-name: icnbounce;
	animation-name: icnbounce;
}

.btnPlayLink .icnPlay {
	color: #fff;
	left: 0;
	top: 0;
	text-indent: 7px;
	font-size: 26px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	width: 60px;
	height: 60px;
    background-color: #ff3514;
}

/* Tow image Holder */


.imgTwoImageHolder {
	z-index: 1;
}

.imgTwoImageHolder .img1 {
	z-index: 1;
	max-width: 90%;
}

.imgTwoImageHolder .img1 img, .imgTwoImageHolder .img2 img{
    border-radius: 10px;
}

.imgTwoImageHolder .img2 {
	z-index: -1;
	right: 0;
	bottom: -106px;
	max-width: 65%;
}
.bplTextWrap {
    margin-left: 80px;
    padding-top: 7px;
}

em.d-block.fsNormal {
    font-size: 15px;
    font-style: normal;
}


.blog-info-title-wrape p {
    font-size: 13px;
    color: #212121;
    line-height: 20px;
    margin-top: 10px;
}

.leadership-section .post-title {
    color: #0a7daa;
}

.video-wrapper {
    position: relative;
    padding-bottom: 70.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

span.timeline-icon i {
    background: #eeeeee;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
}

span.timeline-icon {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.modal-body.timelines-model {
    padding: 30px 30px;
}
.modal-header h4.timeline-title {
    min-height: auto;
    margin-bottom: 0px;
    font-size: 20px;
}
.modal-header button.close {
    background: white;
    color: #cccccc;
    font-size: 30px;
}
.modal-body.timelines-model h4.timeline-title {
    font-size: 20px;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.modal-body.timelines-model p {
    font-size: 14px;
    margin-bottom: 16px;
}

  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
    .imgTwoImageHolder .img2{
        display: none;
    }
  }


  @media (min-width: 1230px){
    .centerLayout {
        max-width: 75%;
    }
  }

.common-container .active {
    background:#f7f7f7;
    padding: 30px;
}
.gbfColumn .icnWrap {
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    width: 70px;
    height: 70px;
	padding:15px;
}
.gbfColumn:hover .icnWrap{
	background:#c90945;
}
.gbfColumn:hover .icnWrap img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.carousel.owl-carousel.social-impact img.img-fluid {
    width: 100px;
    margin: auto;
}
.thought-post{

}
.thought-post p, .thought-post ul{
	font-size:16px;
	max-width:800px;
	margin:10px auto;
	/* padding:15px 0; */
}
.thought-post h4{
	font-size:16px;
    font-weight: 600;
    padding-bottom: 10px;
	max-width:800px;
	margin: auto;
    color: #0a7daa;
}
.thought-post ul.coDefaultList{text-align: left;}


/*  */


.main-timeline {
  font-family: tahoma;
  padding: 20px 0;
  position: relative;
}

.main-timeline::before,
.main-timeline::after {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 10px solid #303334;
  transform: translatex(-50%);
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}

.main-timeline::after {
  top: auto;
  bottom: 15px;
}

.main-timeline .timeline {
  padding: 35px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline::before,
.main-timeline .timeline::after {
  content: "";
  height: 100%;
  width: 50%;
  border-radius: 110px 0 0 110px;
  border: 15px solid #0a7daa;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-timeline .timeline::after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #0a7daa;
  left: 12px;
  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-block;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #0a7daa;
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 10%;
}

.main-timeline .timeline-icon {
    color: #0a7daa;
    font-size: 70px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}

.main-timeline .content {
  color: #909090;
  width: 50%;
  padding: 20px;
  display: inline-block;
  float: right;
}

.main-timeline .title {
    color: #0a7daa;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.main-timeline .description {
  font-size: 14px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even)::before {
  left: auto;
  right: 0;
  border-radius: 0 110px 110px 0;
  border: 15px solid red;
  border-left: none;
}

.main-timeline .timeline:nth-child(even)::after {
  left: auto;
  right: 12px;
  border-radius: 0 100px 100px 0;
  border: 15px solid green;
  border-left: none;
}

.main-timeline .timeline:nth-child(even) .content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 32%;
}

.main-timeline .timeline:nth-child(5n+1)::before {
  border-color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+1)::after {
  border-color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-icon {
  color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-year {
  color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+1) .title {
  color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+2)::before {
  border-color: #c90945;
}

.main-timeline .timeline:nth-child(5n+2)::after {
  border-color: #c90945;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-icon {
  color: #c90945;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-year {
  color: #c90945;
}

.main-timeline .timeline:nth-child(5n+2) .title {
  color: #c90945;
}

.main-timeline .timeline:nth-child(5n+3)::before {
  border-color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+3)::after {
  border-color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-icon
{
  color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-year {
  color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+3) .title {
  color: #0a7daa;
}

.main-timeline .timeline:nth-child(5n+4)::before {
  border-color: #c90945;
}

.main-timeline .timeline:nth-child(5n+4)::after {
  border-color: #c90945;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-icon {
  color: #c90945;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-year {
  color: #c90945;
}

.main-timeline .timeline:nth-child(5n+4) .title {
  color: #c90945;
}

.main-timeline .timeline:nth-child(5n+5)::before {
  border-color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5)::after {
  border-color: #0050A3;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-icon {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-year {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .title {
  color: #0071BD;
}



/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    object-fit: cover;
}
.testimonial4_slide p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 20px 0;
}
.testimonial4_slide h4 {
    font-size: 24px;
    color: #0a7daa;
    font-weight: 600;
    /*margin-inline: 5rem;*/
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    filter: brightness(0.5);
}
.carousel-control-prev, .carousel-control-next{
    background-color: transparent !important;
}
/* ------testimonial  close-------*/
.single-blog-img.image-with-text {
    display: flex;
}
.image-with-text h3.fwSemiBold {
    margin-left: 10px;
    font-size: 15px;
}
.single-blog-img.image-with-text figure{
    margin-right: 15px;
}
.single-blog-img.image-with-text::before {
    display: none;
}
.single-blog-img.image-with-text img {
    width: 650px !important;
    height: 180px !important;
}

/* Blog */

.blockquote-wrapper {
    font-family: 'Special Elite', cursive;
    background: #f5f5f5;
    color: #3f3f5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.blockquote-wrapper cite {
    color: #c909458c;
    font-style: normal;
}

blockquote {
    font-weight: 100;
    font-size: 24px;
    max-width: 100%;
    line-height: 1.4;
    position: relative;
    padding: 0.5rem;
    border-left: none;
    box-shadow: none;
    padding: 70px 70px 10px !important;
    text-align: center;
    color: #919191;
    margin: 25px 0px !important;
    max-width: 1200px;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #d3d3d3;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    font-family: 'Special Elite', cursive;
}

blockquote:before {
    content: "“";
    left: 50%;
    margin-left: -32px;
    top: 10px;
    z-index: 999;
    color:#c909453b;
    font-family: 'Special Elite' !important;
}

blockquote:after {
	content: "“";
    right: 7%;
    bottom: 0px;
    display: none;
    font-family: 'Special Elite' !important;
}

cite {
	line-height: 3;
	text-align: left;
}

/*  */

.outerdiv {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .innerdiv {
    transform: scale(0.9);
    margin: 0;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-rows: repeat(2, 22rem);
    grid-template-columns: repeat(4, 21rem);
  }
  .eachdiv {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
    overflow: auto;
  }
  .div1 {
    grid-column: 1/3;
    grid-row: 1/2;
    background-repeat: no-repeat;
    background-position-x: 25rem;
  }
  .div2 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .div3 {
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
    overflow: auto;
  }
  .div4 {
    grid-column: 1/2;
    grid-row: 2/3;
    color: black;
  }
  .div5 {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .userdetails {
    display: flex;
  }
  .imgbox {
    margin-right: 1rem;
  }
  .imgbox img {
    border-radius: 50%;
    width: 2rem;
    border: 2px solid #cec5c5;
  }
  .detbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .detbox p {
    margin: 0;
  }
  .detbox .name {
    color: hsl(0deg 0% 0%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
  }
  .detbox .name.dark {
    color: #49505a;
  }
  .detbox .designation {
    color: hsl(0deg 0% 0%);
    opacity: 50%;
    font-size: 0.8rem;
  }
  .detbox .designation.dark {
    color: #49505a;
  }
  .review h4 {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
  .review.dark h4 {
    color: #4b5258;
  }
  .review p {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
  }
  .review.dark p {
    color: #0e0e0e;
  }
  .attribution {
    font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
  }
  .attribution a {
    text-decoration: none;
  }

  .qoutes-tag:before {
    content: "“";
    font-size: 89px;
    color: #333;
    opacity: 0.18;
    transition: opacity 0.28s ease-out;
    line-height: 25px;
}

.qoutes-tag:before {
    opacity: 1;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
@media (min-width: 576px){
.card-columns .card {
    display: inline-block;
    width: 100%;
}
}


/* Main CSS */
.grid-wrapper > div {
    box-shadow: 0 0 2px 1px #00000045;
    padding: 10px;
    border-radius: 10px;
    overflow: auto;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
    grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}

.grid-wrapper .testimonals-lg-content {
	grid-column: span 2;
}
.grid-wrapper .testimonals-lg-row-content {
	grid-row: span 2;
}
.testimonals-xl-row-content {
    grid-row: span 1;
    grid-column: span 2;
}
.grid-wrapper .testimonals-video {
    grid-row: span 2;
    grid-column: span 3;
}
.grid-wrapper .testimonals-lg-video {
	grid-column: span 2;
	grid-row: span 2;
}

.grid-wrapper .testimonals-video .video-wrapper {
    padding-bottom: 45%;
    padding-top: 25px;
}


.actor-title {
    font-size: 14px;
    color: #cc0945;
    margin-bottom: 10px;
}
.actor-name {
    font-size: 14px;
    font-weight: 800;
    color: #0e121d;
}
.actor-desc {
    font-size: 14px;
    color: grey;
}

/* Make Different */
.make-different{
  width: 90%;
  padding: 25px;
  background: #c909458c;
  background-color: #fff;
  background-image: -webkit-linear-gradient(156deg, #c909458c 46%, #0a7daa9e 64%);
  margin: auto;
  transition: 0.3s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.make-different:hover {
    box-shadow: 0 5px 20px rgba(6, 22, 58, .5);
    transform: translateY(-10px) scale(1.02);
}
.make-different:hover .entry-title {
  background-position: -100% 0;
}
.make-different h2{
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
.make-different ul{
    margin: 15px 0 0;
    padding: 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.make-different ul li{
    margin: 10px 0 0;
}
.make-different ul li:first-child{
    margin: 0;
}
.make-different ul li i{
  font-size: 18px;
  padding-right: 3px;
  color: #085a7a;
}
.make-different ul li:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Brands';
  float: left;
  margin-left: -1.5em;
  color: #fff;
}
.entry-title{
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #c9094547 50%);
  background-size: 200%;
  background-position: 0 0;
  display: inline-block;
  text-transform: capitalize;
  padding: 3px 10px 3px 0;
}
.hover1 {transition: 0.5s ease-in-out;}
.hover2 {transition: 1s ease-in-out;}
.hover3 {transition: 1.5s ease-in-out;}
.hover4 {transition: 2s ease-in-out;}
.hover5 {transition: 2.5s ease-in-out;}
.hover6 {transition: 3s ease-in-out;}

/* Animation */
.proloy-single-blog-wrape.tab-card-wrapper:hover {
    margin-top: -10px;
}

  @media only screen and (max-width: 1000px) {
    .innerdiv {
      transform: scale(0.7);
    }
  }
  @media only screen and (max-width: 800px) {
    .innerdiv {
      transform: scale(0.6);
    }
  }
  @media only screen and (max-width: 600px) {
    .div1 {
      background-position-x: 10rem;
    }
    .innerdiv {
      display: flex;
      flex-direction: column;
      transform: scale(1);
      margin: 2rem;
      margin-bottom: 5rem;
    }
    .attribution {
      position: relative;
    }
  }


@media screen and (max-width:1200px){
    .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin-top: -19px; }
    .main-timeline .timeline:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }

    .grid-wrapper .testimonals-lg-row-content {
        grid-row: auto;
        grid-column: span 3;
    }

    .grid-wrapper .testimonals-video, .grid-wrapper .testimonals-lg-video {
        grid-row: span 2;
        grid-column: span 3;
    }
    .grid-wrapper .testimonals-video .video-wrapper, .grid-wrapper .testimonals-lg-video  .video-wrapper{
        padding-bottom: 42%;
        padding-top: 176px;
    }
    .grid-wrapper > div {
        grid-column: span 3;
    }
    .testimonals-xl-row-content {
        grid-row: auto;
        grid-column: span 3;
    }
    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width:10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline .timeline-icon{ font-size: 60px; }
    .main-timeline .timeline-year{ font-size: 40px; }
}
@media screen and (max-width:479px){
    .main-timeline .timeline-icon{
        font-size: 50px;
        transform:translateY(0);
        top: 25%;
        left: 10%;
    }
    .main-timeline .timeline-year{
        font-size: 25px;
        transform:translateY(0);
        top: 65%;
        left: 9%;
    }
    .main-timeline .content{
        width: 68%;
        padding: 10px;
    }
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 10%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        right: 9%;
    }
}

@media (min-width: 740px){
	.thought-post figcaption{
		font-size: 13px;
		line-height: 1.5rem;
		color:#727272;
		background:#f7f7f7;
		padding:5px 15px;
	}
    .shadow {
        box-shadow: 0 0px 4px rgba(6, 22, 58, .1) !important;
    }
}

.comingsoon_testimonial_bgimg {
    background-image: url('/newsite/front/img/testimonialbg.jpg');
    background-position: center;
    background-size: auto;
    position: relative;
}
.middle {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}








/* Custom code  */

.sbuttons {
    bottom: 5%;
    position: fixed;
    margin: 0.3em;
    left: 0;
    z-index: 9999;
  }
  .sbutton {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 10px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
  }
  .sbutton > i {
    font-size: 22px;
    line-height: 30px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
    padding: 0px;
  }
  .sbutton:active,
  .sbutton:focus,
  .sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  }
  .sbutton:not(:last-child) {
    width: 30px;
    height: 30px;
    /* margin: 20px auto 0; */
    opacity: 1;
  }
  .sbutton:not(:last-child) > i {
    font-size: 22px;
    line-height: 30px;
    transition: all .3s ease-in-out;
  }
  .sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 30px;
    height: 30px;
    margin: 15px auto 0;
  }
  .sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
  }
  .sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
  }
  .sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
  }
  .sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
  }
  .sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
  }
  .sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  
  [tooltip]:before {
    font-family: 'Roboto';
    font-weight: 600;
    border-radius: 2px;
    background-color: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    bottom: 20%;
    white-space: nowrap;
  }
  
  [tooltip]:hover:before,
  [tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
  }
  .sbutton.mainsbutton {
    background: #2ab1ce;
  }
  .sbutton.gplus {
    background: #F44336;
  }
  .sbutton.pinteres {
    background: hsl(278, 81%, 64%);
  }
  .sbutton.twitt {
    background: #03A9F4;
  }
  .sbutton.fb {
    background: #3F51B5;
  }
  .sbutton.linkedin {
    background: #5db2eb;
  }