@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
}
/*
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
*/
.c-btn {
    color: #00cc71;
    border: 1px solid #00cc71;
    border-radius: 3rem;
    font-size: .8125rem;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.6rem;
    transition: all .1s;
    padding: .4rem 1.3rem;
    margin-left: .3rem;
    margin-right: .3rem;
    outline: none;
    cursor: pointer;
}

.checked {
    color: orange;
}

.c-btn:focus,
.c-btn:hover {
    outline: 0;
    background-color: #00cc71;
    color: #ffffff;
    text-decoration: none;
}

.c-btn.c-btn-white {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.c-btn.c-btn-orange {
    color: #f5875c;
    border: 1px solid #f5875c;
}

.c-btn.c-btn-green {
    color: #00cc71;
    border: 1px solid #00cc71;
}

.c-btn.c-btn-white:focus,
.c-btn.c-btn-white:hover {
    color: #00cc71;
    background-color: #ffffff;
}

.c-btn.c-btn-white.h-orange:focus,
.c-btn.c-btn-white.h-orange:hover {
    color: #f5875c;
}

.c-btn.c-btn-green:focus,
.c-btn.c-btn-green:hover {
    color: #ffffff;
    background-color: #00cc71;
}

.c-btn.c-btn-orange:focus,
.c-btn.c-btn-orange:hover {
    color: #ffffff;
    background-color: #f5875c;
}

.f-blue {
    color: #53b2e3 !important;
}

.f-green {
    color: #00cc71 !important;
}

.f-orange {
    color: #f5875c !important;
}

.f-mainC {
    color: #4d4d4d !important;
}

.br-green {
    border-color: #00cc71 !important;
}

.verticalCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1.title-bottom-line:after {
    left: 0;
    bottom: 0;
    width: 130%;
}

select.c-btn:focus,
select.c-btn:hover {
    background-color: transparent;
    color: #00cc71;
}

select.c-btn.f-green:focus,
select.c-btn.f-green:hover {
    background-color: transparent;
    color: #00cc71;
}

select.c-btn:focus {
    color: #53b2e3;
    transition: color .1s ease;
}

ul.address li {
    position: relative;
    margin-bottom: 5px;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
}

ul.address li img {
    position: absolute;
    top: 4px;
    width: 30px;
    height: auto;
    left: 0;
}

ul.address li a,
ul.address li span {
    display: block;
}

ul.address li a {
    color: #111111;
}

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

ul.f-menu li a {
    color: #111111;
    line-height: 25px;
    padding: 2px 0;
    display: block;
}

.common-header h1 {
    padding-bottom: 0;
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
+
}

.common-header h1.title-bottom-line:after {
    left: 0;
    bottom: 0;
    width: 130%;
}

.common-header h4 {
    font-weight: 600;
    color: #2accf2;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 20px;
}

.common-header p {
    font-size: 16px;
    line-height: 28px;
}

/******** css Animation *******/
.site-header {
    z-index: 999999;
}

.site-header nav.navbar {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00cc71, #53b2e3);
    padding: 0 0 5px 0;
}

.site-header nav.navbar .navbar-brand {
}

.site-header nav.navbar .navbar-brand img {
    width: 100%;
    max-width: 140px;
}

.site-header nav #main-menu {
    margin-left: 30px;
}

#main-menu li {
    margin-right: 1rem;
}

 #main-menu .navbar-nav li.menu-item a {
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 1.8rem .4rem .2rem;
    margin: .4rem 0;
    line-height: 1.6rem;
    position: relative;
    text-decoration: none;
}

 #main-menu .navbar-nav li.menu-item a:after {
    position: absolute;
    opacity: 0;
    content: "";
    top: 100%;
    left: 50%;
    width: 30px;
    height: 4px;
    transform: translate(-50%, 100%);
    transition: transform .3s ease, opacity .2s ease;
    border-top: 2px solid #fff;
    color: #00cc71;
}

.site-header nav #main-menu li.current-menu-item a:after,
.site-header nav #main-menu li a:hover:after {
    color: #fff;
    opacity: 1;
    transform: translate(-50%);
}

.site-header nav #main-menu .right-side-menu {
    margin-top: 25px;
}

.site-header nav #main-menu .right-side-menu li.nav-item a.nav-link {
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 3rem;
    font-size: .8125rem;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    line-height: 2.6rem;
    transition: all .1s;
    padding: 0 1.3rem;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.site-header nav #main-menu .right-side-menu li.nav-item.search a.nav-link,
.site-header nav #main-menu .right-side-menu li.nav-item.search a.nav-link:hover {
    border: none;
    font-size: 24px;
    padding: 0;
    color: #ffffff;
    background-color: transparent;

}

.site-header nav #main-menu .right-side-menu li.nav-item a.nav-link:hover {
    color: #00cc71;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.site-header nav #main-menu .right-side-menu li.nav-item.search a.nav-link {

}

.site-header__curve {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    height: 3.125vw;
}

.site-header .navbar-light .navbar-toggler {
    border-color: transparent;
    margin-top: 10px;
    outline: 0;
}

/******** Main Caption **********/

#main-caption {
    margin-top: 50px;
    padding: 100px 0 130px 0;
    background-size: cover;
    position: relative;
        background-size: 100% !important;
}

#contactUsBanner {
    margin-top: 50px;
    padding: 100px 0 130px 0;
    background-size: cover;
    position: relative;
}
#main-caption {
    margin-top: 50px;
    padding: 100px 0 130px 0;
    background-size: cover;
    position: relative;
}

/*body.company #main-caption {
    background: url("../img/Infoto5.jpg") no-repeat 40% 50%;
}

body.whyus #main-caption {
    background: url("../img/img-98.jpg") no-repeat 40% 50%;
}*/



#main-caption:after {
    content: url("../img/curv-bottom-w.svg");
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

body.company #main-caption:after {
    bottom: -7px;
}

#main-caption .inner-text {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main-caption .inner-text.extra-small {
    height: 225px;
}

#main-caption .inner-text a.btn,
#main-caption .inner-text {
    color: #00cc71;
}

#main-caption .inner-text h5 {
    font-weight: 300;
    font-size: 20px;
}

#main-caption .inner-text h4 {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 40px;
    margin: 20px 0 20px 0;
}

#main-caption .inner-text .c-link {
}

/***************  video-section ***************/

.content-section {
    background-image: url("../img/ribbons-on-white3.svg");
    background-position-y: 40%;
    background-repeat: no-repeat;
}

.content-section.left {

    background-image: url("../img/ribbons-on-white2.svg");
}

.content-section,
#video-section {
    position: relative;
}

.content-section .mg-tb,
#video-section .mg-tb {
    margin: 112px 0;
    position: relative;
}

.content-section h1,
#video-section h1 {
    color: #f5875c;
    font-size: 30px;
    font-weight: 300;
}

.content-section h3,
#video-section h3 {
    color: #f5875c;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0 10px 0;
}

.content-section p,
#video-section p {
    font-size: 16px;
    font-weight: 300;
}

#video-section .plyr--video {
    position: absolute;
    left: 48px;
    right: 48px;
    top: 28px;
    z-index: 99;
}

#content-section .V-thumb img,
#video-section .V-thumb img {
    position: relative;
    max-width: 100%;
}

/********** #harmoniyam ***********/
#harmoniyam {
    color: #fff;
    padding: 120px 0;
    background: linear-gradient(#53b2e3, #1b75ae);
    position: relative;
}

#harmoniyam:before {
    content: url("../img/curv-top-w.svg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#harmoniyam:after {
    content: url("../img/curv-bottom-w.svg");
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

#harmoniyam img.title {
}

#harmoniyam img.icon {
    margin: 40px auto 20px auto;
    max-width: 80px;
}

.whyus #harmoniyam img.icon {
    max-width: 120px;
}

.whyus #harmoniyam h4 {
    font-size: 26px;
}

#harmoniyam p,
#harmoniyam h2,
#harmoniyam h3 {
    font-weight: 300;
}

#harmoniyam h2 {
    font-size: 30px;
}

#harmoniyam h3 {
    font-size: 20px;
    margin-top: 18px;
}

#harmoniyam h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

#harmoniyam p {
    font-size: 16px;
}

#harmoniyam .c-btn.c-btn-white:focus,
#harmoniyam .c-btn.c-btn-white:hover {
    color: #53b2e3;
}

/********** #research ***********/
#research {
    padding: 120px 0;
    background: #ffffff;
}

#research img.title {
}

#research img.icon {
    margin: 40px auto 20px auto;
    max-width: 80px;
}

#research p,
#research h2,
#research h3 {
    font-weight: 300;
}

#research h2 {
    font-size: 30px;
    color: #00cc71;
}

#research h3 {
    font-size: 20px;
    margin-top: 18px;
    color: #53b2e3;
}

#research h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

#research p {
    font-size: 16px;
}

#research .c-btn.c-btn-white:focus,
#research .c-btn.c-btn-white:hover {
    color: #53b2e3;
}

/********   documents    *********/

#documents {
    padding: 100px 0 80px 0;
    background: linear-gradient(#f5875c, #ff5c5c);
    background-size: cover;
    position: relative;
    color: #ffffff;
}

#documents:after {
    content: url('../img/ribbons-on-peach.svg');
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 11;
}

#documents:before {
    content: url('../img/curv-top-w.svg');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#documents > div {
    z-index: 999;
    position: relative;
}

#documents h2 {
    font-weight: 300;
    font-size: 30px;
}

#documents p {
    font-weight: 300;
    font-size: 16px;

}

#documents a.c-btn:hover {
    color: #f5875c;
}

#documents .pheight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
}

/********   showme    *********/

#showme {
    padding: 100px 0 80px 0;
    background: #ffffff;
    background-size: cover;
    position: relative;
    color: #4d4d4d;
}

#showme:after {
    content: url("../img/ribbons-on-white3.svg");
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 11;
}

#showme:before {
    content: url('../img/curv-bottom-w.svg');
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
}

#showme > div {
    z-index: 999;
    position: relative;
}

#showme h2 {
    font-weight: 300;
    font-size: 30px;
}

#showme p {
    font-weight: 300;
    font-size: 16px;

}

#showme .pheight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
}

/********   whyMe    *********/
#whyMe {
    padding: 100px 0 100px 0;
}

#whyMe h1 {
    color: #00cc71;
    font-weight: 300;
    font-size: 40px;
}

#whyMe h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 50px 0 65px 0;
}

#whyMe .client-logo {
}

#whyMe .client-logo ul .img-fluid {
}

#whyMe .client-logo ul li {
    display: inline-block;
}

#whyMe .client-logo ul img.img-fluid {
    max-width: 160px;
    margin: 10px;
}

/********   aboutUs    *********/

#aboutUs {
    padding: 100px 0 80px 0;
    background: linear-gradient(#00cc71, #00a771);
    background-size: cover;
    position: relative;
    color: #ffffff;
}

#aboutUs:after {
    content: url('../img/ribbons-on-green.svg');
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 11;
}

#aboutUs > div {
    z-index: 999;
    position: relative;
}

#aboutUs h2 {
    font-weight: 300;
    font-size: 30px;
}

#aboutUs p {
    font-weight: 300;
    font-size: 16px;

}

#aboutUs .pheight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
}

#aboutUs .V-thumb img {
    position: relative;
    max-width: 100%;
}

#aboutUs .plyr--video {
    left: 48px;
    right: 48px;
    top: 28px;
    z-index: 99;
}

#aboutUs .plyr--video {
    position: absolute;
    left: 48px;
    right: 48px;
}

#aboutUs .plyr--video {
    left: 70px;
    right: 37px;
    top: 30px;
}

/***************Footer***************/
footer {
    background-color: #000000;
    color: #ffffff;
    padding: 55px 0;
}

footer h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

footer .f-menu {
}

footer .f-menu li {
}

footer .f-menu li a {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
}

footer .f-menu li a:hover {
    color: #00cc71;
    text-decoration: none;
}

footer ul.social-icons {
    text-align: right;
}

footer ul.social-icons li {
    display: inline-block;
}

footer ul.social-icons li a {
    font-size: 30px;
    margin-left: 20px;
}

footer ul.social-icons li a i {
    color: #ffffff;
}

footer ul.social-icons li a:hover i {
    color: #00cc71;
}

.copy-right-text {
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-align: right;
    margin-top: 10px;
}

/************* Service Page ************/
.content-section ul.list,
#video-section ul.list {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 20px;
}

/****** DownloadStudy ******/
#downloadStudy {
    background-color: #4d4d4d;
    padding: 5em 0;
    color: #ffffff;
}

body.company #downloadStudy {
    background: linear-gradient(#53b2e3, #1b75ae);
    padding: 5em 0;
    color: #ffffff;
}

#downloadStudy h1 {
    font-size: 30px;
}

#downloadStudy h2 {
    font-weight: 300;
    font-size: 28px;
}

#downloadStudy h3 {
    font-weight: 300;
    font-size: 20px;
}

#downloadStudy a {
    margin-top: 40px;
}

#downloadStudy .user-img img {
    width: auto;
    max-width: 200px;
    max-height: 100px;
}

/********* Company page style*************/

#companyAddress {
    padding: 100px 0 80px 0;
    background: linear-gradient(#00cc71, #00a771);
    background-size: cover;
    position: relative;
    color: #ffffff;
}

#companyAddress:after {
    content: url('../img/ribbons-on-green.svg');
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 11;
}

#companyAddress > div {
    z-index: 999;
    position: relative;
}

#companyAddress h2 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
}

#companyAddress h3 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 15px;
}

#companyAddress h4 {
    font-weight: 300;
    font-size: 24px;
}

#companyAddress address {
    font-weight: 300;
    font-size: 14px;
}

#companyAddress address a {
    color: #fff;
}

#companyAddress address a:hover {
    color: #ffffff;
    text-decoration: none;
}

/********/
#contactForM {
    background: linear-gradient(#53b2e3, #1b75ae);
    padding: 100px 0 80px 0;
    position: relative;
    color: #ffffff;
    text-align: center;
}

#contactForM h2 {
    font-weight: 300;
    font-size: 30px;
}

#contactForM h3 {
    font-weight: 300;
    font-size: 22px;
}

#contactForM a {
}

/*******ourTeams********/
#ourTeams {
    padding: 6em 0;
}

#ourTeams h2 {
    font-weight: 300;
    font-size: 40px;
}

#ourTeams h5 {
    font-weight: 300;
    font-size: 20px;
}

.team-members {
    margin-top: 15px;
}

.team-members .member {
    margin-top: 50px;
}

.team-members .member .img {
}

.team-members .member .img img {
}

.team-members .member .name-title {
    position: relative;
    padding-right: 20px;
}

.team-members .member .name-title h3 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    line-height: 15px;
}

.team-members .member .name-title h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.team-members .member .name-title .linkedin-p {
    color: #53b2e3;
    border: 1px solid #dee2e6;
    padding: 1px 8px;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    right: 1px;
    top: 2px;
}

.team-members .member .name-title .linkedin-p:hover {
    outline: 0;
}

.team-members .member .details {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
}

/*********** Blog page style **************/
#filter-section {
    margin-top: 8em;
    padding: 60px 0;
}

#filter-section h2 {
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
}

#filter-section .subscribe {
    display: inline-block;
    vertical-align: top;
}

#filter-section .subscribe:hover {
    color: #ffffff;
}

#filter-section h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 8px 0 0 0;
}

#filter-section select.c-btn {
    width: 100%;
    padding: .5rem 1.3rem;
}

/*******feature-post*******/
#feature-post {
    background: #00cc71;
    padding: 6em 0;
    position: relative;
    overflow: hidden;
}

#feature-post a {
    outline: 0 !important;
    text-decoration: none !important;
    color: #fff;
}

#feature-post h1 {
    font-weight: 300;
    font-size: 40px;
    margin: 25px 0;
    line-height: 44px;
}

#feature-post h5 {
    font-weight: 300;
    font-size: 20px;
}

#feature-post h6 {
    font-weight: 600;
}

#feature-post a h6 small {
    width: 0;
    transition: all 2s;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
}

#feature-post a h6 small span {
    width: 135px;
    display: inline-block;
}

#feature-post a:hover h6 small {
    width: 100%;
}

#feature-post span.tags {
    margin-top: 25px;
    display: inline-block;
    color: #ffffff;
}

#feature-post span i {
    margin-left: 5px;
}

#feature-post .right-bg {
    position: absolute;
    top: 0;
    z-index: 111;
}

#feature-post > .container {
    z-index: 9999;
    position: relative;

}

/********blog-posts********/
#blogPosts {
    padding: 5em 0;
    position: relative;
    overflow: visible;
}

#blogPosts h1.title {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 5px;
}

.posts {
    margin-top: 40px;
    display: block;
    text-decoration: none !important;
}

.posts img {
}

.posts .details {
    background-color: #00cc71;
    color: #ffffff;
    padding: 25px;
}

.posts .details h3 {
    font-weight: 300;
    font-size: 20px;
}

.posts .details span {
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 10px 0;
    display: inline-block;
}

.posts .details p {
    font-size: 16px;
    font-weight: 300;
}

/********* Sidebar ********/
#sidebar {
    color: #fff;
    background: #f5875c;
    margin-top: 40px;
}

#sidebar .img {
}

#sidebar .img img {
}

#sidebar .details {
    padding: 25px;
}

#sidebar .details h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    font-size: 14px;
}

#sidebar .details h3 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 25px;
}

#sidebar .details p {
    font-size: 14px;
    font-weight: 300;
}

/****** NewsLatter *****/
.newsLatter {
    margin-top: 30px;
    padding: 25px;
    color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url("../img/peach.svg"), linear-gradient(#f5875c, #ff5c5c);
    top: 120px;
}

.newsLatter h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    font-size: 14px;
}

.newsLatter h3 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 25px;
}

.newsLatter p {
    font-size: 14px;
    font-weight: 300;
}

/***************/
.subscribe-modal {

    z-index: 999999;
}

.subscribe-modal .modal-dialog {
    max-width: 700px;
    margin-top: 200px;

}

.subscribe-modal .modal-content {
    border: none;
}

.subscribe-modal .modal-header {
    background: linear-gradient(90deg, #00cc71, #53b2e3);
}

.subscribe-modal .modal-header button {
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 7px 0 0 0;
    font-size: 36px;
}

.subscribe-modal .modal-header button:focus {
    outline: 0;
}

.subscribe-modal .modal-title {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    padding-left: 30px;
    font-weight: 300;
}

.subscribe-modal .modal-body {
}

.subscribe-modal .modal-body {
}

.subscribe-modal form {
    padding: 30px;
}

.subscribe-modal form .form-group {
}

.subscribe-modal form .form-group label {
    font-weight: 800;
    font-size: 18px;
}

.subscribe-modal form .form-group .form-control {
    border: 1px solid #00cc71;
    margin-bottom: 1.4rem;
    border-radius: 50px;
    padding: 10px 20px;
}

.subscribe-modal form .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.subscribe-modal form p {
    font-size: 16px;
    font-weight: 300;
}

.subscribe-modal form p a {
    text-decoration: none !important;
    color: #53b2e3;
    border-bottom: 1px solid #53b2e3;
    padding-bottom: 2px;
}

.subscribe-modal form button {
}

/******relatedResources*******/
#relatedResources {
}

#relatedResources h3 {
    font-weight: 300;
    font-size: 25px;
    margin-top: 30px;
}

#resourcesDetails .p-title h6 {
    font-weight: 600;
    font-size: 14px;
}

#resourcesDetails .p-title h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 42px;
}

#resourcesDetails .social-share {
    color: #f5875c;
}

#resourcesDetails .social-share strong {
    margin-right: 10px;
}

#resourcesDetails .social-share ul {
    display: inline-block;
    vertical-align: middle;
}

#resourcesDetails .social-share ul li {
    display: inline-block;
}

#resourcesDetails .social-share ul li a {
    color: #f5875c;
    font-size: 30px;
    margin: 0 5px;
}

#resourcesDetails .breate-cump {
    font-weight: 300;
    font-size: 16px;

}

#resourcesDetails .breate-cump a {
    color: #f5875c;
}

#resourcesDetails .post-time {
    font-weight: 300;
    color: #f5875c;
    margin: 30px 0;
    font-size: 16px;
}

.post-details h1,
.post-details h2,
.post-details h4,
.post-details h5,
.post-details h3 {
    font-weight: 300;
}

.post-details p {
    font-size: 16px;
    font-weight: 300;
}

/************** Request Proposal*****************/
#requestProposal {
    padding: 50px 0;
}

#requestProposal h2 {
    padding-bottom: 15px;
}

.proposal-submit {
    padding: 45px 15px 35px 15px;
    border: 1px solid #ddd;
    margin: 50px 0;
}

.proposal-submit p.strong {
    font-size: 36px;
    font-weight: 600;
    padding-right: 15px;
        display: inline;
}

.proposal-submit p.fm-tx {
    font-size: 24px;
    font-weight: 600;
    color: #02cb74;
    line-height: 70px;
        display: inline;
}

.proposal-submit .small-f {
    width: 220px;
    display: inline-block;
    transform: translateY(30px);
    padding-left: 10px;
}

.proposal-submit .small-f.width-m {
    width: 300px;
}

.proposal-submit input {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.proposal-submit .small-f input.namef {
    text-transform: capitalize;
}

.proposal-submit .small-f input.organization {
    text-transform: uppercase;
}

.proposal-submit input:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #02cb74;
}

.proposal-submit label {
    font-weight: 500;
    padding-top: 5px;
    text-transform: uppercase;
}

.proposal-submit input.c-btn {
    margin: 20px 0 0 0;
    padding: 7px 25px;
    font-weight: 600;
    letter-spacing: 2px;
        border: 1px solid #00cc71 !important;
    border-radius: 3rem !important;
}

/**************description Reviews*****************/
#descriptionReviews {
    padding: 60px 0;
}

#descriptionReviews .tab-content {
    border: 1px solid #dddddd;
    padding: 15px 15px;
    border-top: none;
}

#descriptionReviews .tab-pane {
    padding: 15px 15px;
}

#descriptionReviews .img {
    padding: 15px 0;
}

#descriptionReviews .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background-color: #ddd;
}

#descriptionReviews .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

#descriptionReviews .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #02cc74;
}

.reviews .media {
    margin-bottom: 20px;
}

.reviews .media img {
    width: 75px;
    border-radius: 50%;
}

.reviews .media-body {
    border: 1px solid #dddddd;
    padding: 15px 15px 0 15px;
}

.reviews .media-body h4 span {
    font-size: 16px;
}

.reviews .media-body h4 b {
    font-size: 20px;
    font-weight: 600;
}

.reviews .media-body {
    position: relative;
}

.reviews .media-body .stars {
    position: absolute;
    right: 20px;
    padding-top: 4px;
}


#reviewForm button {
    padding: 8px 45px;
    font-size: 16px;
    letter-spacing: 1px;
}

#reviewForm .form-group textarea.form-control,
#reviewForm .form-group input.form-control {
    border-radius: 10px;
    min-height: 50px;
}

#reviewForm .form-group textarea.form-control:focus,
#reviewForm .form-group input.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #02cb74;
}

.marketplace-link {}
.marketplace-link li{
    display: inline-block;
    margin: 0 20px;
}
.marketplace-link li a {
    padding: 0;
    font-size: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    background-color: #ddd;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}
.marketplace-link li a.upwork{
    padding: 15px;
}
.marketplace-link li a.freelancer{
    padding: 10px;
}
.marketplace-link li a img{
    width: 100%;
}
/************** privacy Policy *****************/
#privacyPolicy {
    padding: 13em 0 4em 0;
}

#privacyPolicy h1, h2, h3, h4, h5, h6, p {
    font-weight: 300;
    display: block;
}

#privacyPolicy ul {
    list-style: disc;
}

#privacyPolicy ul li {
    font-weight: 300;
    margin-left: 30px;
}

/***********contactUsBanner**********/
#contactUsBanner .details_ {
    margin-top: 80px;
}

#contactUsBanner h1 {
    color: #15c68e;
}

#contactUsBanner h4 {
    color: #51b3e0;
}

/******* contact page map style ****/

#googleMap {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.contact-form {
    padding: 60px 0;
}

.contact-form h6 {
    font-weight: 600;
    margin: -5px 0 30px 0;
    padding: 0;
    text-align: left;
    line-height: 25px;
}

.contact-form h6 a {
    color: #2accf2;
}

.contact-form .form-group .form-control {
    border-radius: 5px;
    box-shadow: none;
    border-color: rgba(181, 92, 185, 0.2);
}

.contact-form .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: rgba(181, 92, 185, 0.2);
    border-bottom-color: rgba(181, 92, 185, 0.92);
}

.contact-form .form-group input.form-control.wpcf7-submit,
.contact-form .form-group button.form-control {
    color: #ffffff;
    background: rgb(181, 92, 185);
    border-color: rgb(181, 92, 185);
    display: block;
    width: auto;
    padding: 2px 40px;
    margin: auto;
    height: 40px;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
    
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}

.rating > label {
    color: #ddd;
    float: right;
    cursor: pointer;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}





/*New Css*/


#custom_html-2 {
    list-style: none !important;
}
#custom_html-3 {
    list-style: none !important;
}
#custom_html-4 {
    list-style: none !important;
}
#custom_html-5 {
    list-style: none !important;
}
#custom_html-7 {
    list-style: none !important;
}
.content-section p, #video-section p {
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    line-height: 22px;
}

.list li {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
}


/*****Header Search******/
.site-header nav #main-menu {
    position: relative;
}

.search-bar {
    position: absolute;
    right: 5px;
    top: 110px;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
}

.search-bar.show {
    visibility: visible;
    opacity: 1;
    top: 72px;
}

.search-bar input {
    width: 100%;
    padding: 3px 10px;
    height: 36px;
    line-height: 16px;
    border-radius: 4px;
    -webkit-transition: border .25s linear;
    transition: border .25s linear;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 14px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 14px -6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 14px -6px rgba(0, 0, 0, 0.3);
    border: 1px solid #bdc3c7;
}

.search-bar input:focus {
    outline: 0;
    border-color: #01cc72;
}

/***********FAQ section************/

#faq {}
#faq h1{  color: #111;}
#faq .accordion .card{
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-color: #f7f7f7 !important;
    box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.1);
}
#faq .accordion .card .card-header{}
#faq .accordion .card .card-header button.btn {
text-decoration: none;
    display: block;
    color: #000;
    padding: 5px 30px 5px 15px;
    margin: 0;
    font-family: Montserrat;
    font-weight: 700;
    width: 100%;
    text-align: left;
 }
  #faq .accordion .card .card-header button.btn svg,
  #faq .accordion .card .card-header button.btn i {
    	margin-right: 20px;
    transform: rotate(90deg);
    padding: 0;
    display: inline-block;
  }
   #faq .accordion .card .card-header button.btn.collapsed svg,
   #faq .accordion .card .card-header button.btn.collapsed i{
   transform: rotate(0deg);
   }

#faq .accordion .card .card-body{
    color: #000;
    padding: 30px 30px 30px 30px;
    line-height: 30px;
    }
    #faq .accordion .card .card-body ul {    list-style-type: initial;}
    #faq .accordion .card .card-body ul li {
        line-height: 22px;
    margin-bottom: 15px;
    }
#faq .accordion .card{}

.all-serives-details {}
.all-serives-details  .media img {
    width: 60px;
}
.all-serives-details .media-body h5 {
color: #00cc83;
    font-weight: 600;
    font-size: 26px;
    }

.all-serives-details .media-body ul {
list-style: inherit;
    padding: 0 0 0 20px;
    }


.all-serives-details .media-body ul li a{
color: #111;
}

#ourSpecialize {
    text-align: center;
    padding: 80px 0;
    background: #fafafa;
    }
  #ourSpecialize  .text-body{
  
  max-width: 450px;
  margin: auto;
      text-align: left;
          padding-top: 15px;
  }
#ourSpecialize h3 {
color: #00cc83;
    font-weight: 500;
    font-size: 34px;
    }
#ourSpecialize ul {

list-style: inherit;
    padding: 0 0 0 20px;
}
#ourSpecialize ul li{
font-size: 16px;
    padding: 3px 0;
    color: #111;
    }