.panctual-process {
    width: 100%;
    float: left;
    padding: 100px 0 0 0;
}

.panctual-process h2 {
    font-size: 60px;
    color: #1b232f;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 0 100px;
    line-height: 1em;
    text-align: center;
}

.panctual-process .grid-6 {
    width: 50%;
    float: left;
    counter-increment: section;
}

.panctual-process .each-panel {
    width: 50%;
    float: left;
    height: 482px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    background: #1b232f;
    padding: 50px 46px;
}

.panctual-process figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.panctual-process .each-panel .text-panel {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 60px;
}

.panctual-process .each-panel .text-panel:before {
    content: counter(section);
    position: absolute;
    top: 0;
    left: 0;
    color: #fcb546;
    font-size: 83px;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
}

.panctual-process .each-panel h4 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.panctual-process .each-panel a {
    width: 99px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #fcb546;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.panctual-process .each-panel a:hover {
    background: #d49533;
}

.panctual-process .grid-6+.grid-6+.grid-6 figure {
    left: auto;
    right: 100%;
}

.panctual-process .grid-6+.grid-6+.grid-6 .each-panel {
    float: right;
    background: #2f343b;
}

.our-national-coverage {
    width: 100%;
    float: left;
    text-align: center;
    padding: 114px 0 150px;
}

.our-national-coverage .wrapper {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.our-national-coverage h2 {
    font-size: 53px;
    color: #1b232f;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
    margin: 0 0 30px;
}

.our-national-coverage p {
    max-width: 782px;
    font-size: 18px;
    color: #1c2029;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 auto 50px;
}

.our-national-coverage .btn-grp {
    display: block;
}

.our-national-coverage .btn-grp a {
    width: 100%;
    max-width: 187px;
    display: inline-block;
    vertical-align: middle;
    background: #fcb547;
    padding: 22px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 15px;
}

.our-national-coverage .btn-grp a:hover {
    background: #2f343b;
}

.number-panel {
    width: 100%;
    float: left;
    text-align: center;
    padding: 100px 0;
    background: #1b232f;
}

.number-panel .wrapper {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.number-panel h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 80px;
}

.number-panel ul {
    margin: 0;
}

.number-panel ul>li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.number-panel h3 {
    font-size: 48px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 18px;
}

.number-panel p {
    max-width: 205px;
    font-size: 18px;
    color: #fcb547;
    font-weight: 500;
    margin: 0 auto;
}

.pabs-panel {
    width: 100%;
    float: left;
    position: relative;
    padding: 94px 0 70px;
    background: url(images/figure-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.pabs-panel .wrapper {
    width: 100%;
    max-width: 1240px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.pabs-panel h2 {
    font-size: 53px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    margin: 0 0 90px;
}

.pabs-panel h2 span {
    display: block;
    margin-bottom: 12px;
}

.pabs-panel ul>li {
    width: 33.33%;
    float: left;
    padding: 0 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 75px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.pabs-panel ul>li.fadeIn {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pabs-panel ul>li figure {
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cccccc;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 23px;
}

.pabs-panel p {
    font-size: 27px;
    color: #fcb546;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}


/**/

.pabs-process-panel {
    width: 100%;
    float: left;
    padding: 88px 0;
    background: #f7f7f7;
}

.pabs-process-panel .wrapper {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.pabs-process-panel h2 {
    font-size: 60px;
    color: #232729;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    margin: 0 0 55px 0;
}

.pabs-process-panel .tab-panel {
    width: 100%;
    float: left;
}

.pabs-process-panel .tab-panel ul {
    width: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    min-height: 117px;
}

.pabs-process-panel .tab-panel ul>li {
    width: 20%;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.pabs-process-panel .tab-panel ul:before {
    content: '';
    width: 84%;
    height: 11px;
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px inset;
}

.pabs-process-panel .tab-panel ul>li strong {
    width: 88px;
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pabs-process-panel .tab-panel ul>li strong span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 100%;
    color: #989c9d;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.pabs-process-panel .tab-panel ul>li.actv strong span {
    background: #fcb546;
    color: #f2f8fa;
    font-size: 40px;
}

.pabs-process-panel .tab-panel ul>li.actv strong {
    width: 117px;
    height: 117px;
}

.pabs-process-panel .tab-panel .tab-bdy {
    width: 100%;
    float: left;
    padding-top: 84px;
}

.pabs-process-panel .tab-panel .tab-bdy .text-panel {
    width: 90%;
    display: none;
    margin: 0 auto;
    overflow: hidden;
}

.pabs-process-panel .tab-panel .tab-bdy .grid-4 {
    width: 34%;
    float: left;
    padding-top: 34px;
    animation: 2s ease bounceInLeft;
}

.pabs-process-panel .tab-panel .tab-bdy .grid-8 {
    width: 66%;
    float: right;
    animation: 2s ease bounceInRight;
}

.pabs-process-panel .tab-panel .tab-bdy img {
    margin: 0 auto;
}

.pabs-process-panel .tab-panel .tab-bdy h4 {
    font-size: 48px;
    color: #1b232f;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
}

.pabs-process-panel .tab-panel .tab-bdy p {
    max-width: 326px;
    color: #1b232f;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


/**/

.testimonial-panel {
    width: 100%;
    float: left;
    background: url(images/testibg.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 15px;
}

.testimonial-panel .wrapper {
    width: 100%;
    max-width: 1536px;
    display: block;
    margin: 0 auto;
}

.testimonial-slider {
    width: 100%;
    float: left;
}

.testimonial-slider .item {
    background: rgba(244, 244, 245, 0.9);
    width: 100%;
    padding: 112px 15px;
    float: left;
}

body.page-template-testimonials-page .testimonial-slider .item {
    margin: 0 0 30px;
    padding: 60px 15px;
}

.testimonial-slider .text-sec {
    width: 100%;
    max-width: 1070px;
    display: block;
    margin: 0 auto;
    padding-left: 115px;
    background: url(images/colon.png) no-repeat top left;
}

.testimonial-slider .text-sec p {
    font-size: 33px;
    color: #252729;
    line-height: 1.2em;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 35px;
}

.testimonial-slider .text-sec ul {
    margin: 0;
}

.testimonial-slider .text-sec ul>li {
    display: inline-block;
    vertical-align: middle;
    color: #23272a;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
    margin-right: 8px;
    padding-right: 8px;
    border-right: #23272a 2px solid;
}

.testimonial-slider .text-sec ul>li+li {
    font-size: 18px;
    color: #fcb547;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: none;
}

.testimonial-slider .slick-arrow {
    width: 31px;
    height: 15px;
    position: absolute;
    z-index: 99;
    top: 46%;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider .slick-prev {
    left: 30px;
    background-image: url(images/l-arw.png);
}

.testimonial-slider .slick-prev:hover {
    left: 22px;
}

.testimonial-slider .slick-next {
    right: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(images/l-arw.png);
}

.testimonial-slider .slick-next:hover {
    right: 22px;
}


/**/

.our-team-panel {
    width: 100%;
    float: left;
    padding: 145px 15px;
}

.our-team-panel h2 {
    font-size: 60px;
    color: #232729;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 100px;
}

.our-team-panel .wrapper {
    width: 100%;
    max-width: 1423px;
    display: block;
    margin: 0 auto;
}

.our-team-panel .row {
    margin: 0 -12px;
    text-align: center;
}

.our-team-panel .grid-4 {
    width: 33.33%;
    float: none;
    padding: 0 12px;
    display: inline-block;
}

.each-member {
    width: 100%;
    max-width: 457px;
    display: block;
    margin: 0 auto;
}

.each-member figure {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
}

.each-member figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17, 22, 31, 0.7);
    opacity: 0;
}

.each-member figure:hover:before {
    opacity: 1;
    animation: 1s ease rollIn;
}

.each-member figure .text-sec {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.each-member figure .text-sec .caption {
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.each-member figure:hover .caption {
    margin-top: 0;
    opacity: 1;
}

.each-member figure h5 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
}

.each-member figure p {
    font-size: 20px;
    color: #fcb546;
    font-weight: 500;
    margin: 0 0 14px;
}

.each-member figure a {
    color: #FFF;
    font-size: 16px;
    margin: 0 8px;
}

.each-member figure a:hover {
    color: #fcb546;
}


/**/

.whitepaper-downloadpanel {
    width: 100%;
    float: left;
    background: #232729;
    position: relative;
}

.whitepaper-downloadpanel figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.whitepaper-downloadpanel .text-panel {
    width: 50%;
    float: left;
    height: 814px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 190px;
    position: relative;
}

.whitepaper-downloadpanel .text-panel h6 {
    font-size: 21px;
    color: #fcb547;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.whitepaper-downloadpanel .text-panel h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 1.1em;
    margin: 0 0 62px;
}

.whitepaper-downloadpanel .text-panel .btn-dwnld {
    width: 188px;
    text-align: center;
    background: #fcb547;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 18px 10px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.whitepaper-downloadpanel .text-panel .btn-dwnld:hover {
    background: #505a67;
}

.whitepaper-downloadpanel .text-panel .btn-dwnld span {
    width: 63px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 102%;
    font-size: 17px;
    background: #505a67;
}

.whitepaper-downloadpanel .text-panel .btn-dwnld:hover span {
    background: #fcb547;
}


/**/

.blog-panel {
    width: 100%;
    float: left;
    padding: 133px 15px;
}

.blog-panel .wrapper {
    width: 100%;
    max-width: 1330px;
    display: block;
    margin: 0 auto;
}

.blog-panel h2 {
    font-size: 60px;
    color: #252729;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 90px;
}

.blog-panel .row {
    margin: 0 -20px;
}

.blog-panel .grid-4 {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}

.blog-panel .each-blog {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto 20px;
}

.blog-panel .each-blog figure {
    display: block;
    background: #f4f4f5;
}

.blog-panel .each-blog:hover figure {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 18px;
}

.blog-panel .each-blog figcaption {
    display: block;
    padding: 50px 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-panel .each-blog:hover figcaption {
    background: #ffffff;
}

.blog-panel .each-blog h4 {
    font-size: 24px;
    color: #2d3d4f;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 22px;
    min-height: 62px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-panel .each-blog h4 a {
    color: #2d3d4f;
}

.blog-panel .each-blog:hover h4 a {
    color: #fcb547;
}

.blog-panel .each-blog p {
    font-size: 16px;
    color: #9fa4ae;
    line-height: 1.6em;
    margin: 0;
}

.blog-panel .btn-panel {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.blog-panel .btn-panel a {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 32px;
    background: #fcb547;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.blog-panel .btn-panel a:hover {
    background: #3a4148;
}


/**/

.inner-body-module {
    width: 100%;
    float: left;
    padding: 94px 0;
}

.main-wrapper {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.wrapper-inner {
    width: 100%;
    max-width: 950px;
    display: block;
    margin: 0 auto;
}

.main-content-sec {
    width: 100%;
    float: left;
}

.main-content-sec h2 {
    font-size: 25px;
    color: #1b232f;
    font-weight: bold;
    margin: 0 0 30px;
}

.main-content-sec h3 {
    font-size: 22px;
    color: #1b232f;
    font-weight: bold;
    margin: 0 0 25px;
}

.main-content-sec h4 {
    font-size: 19px;
    color: #1b232f;
    font-weight: bold;
    margin: 0 0 22px;
}

.main-content-sec p {
    font-size: 16px;
    color: #1b232f;
    line-height: 1.8em;
    margin: 0 0 30px;
}

.main-content-sec p a,
.main-content-sec ul>li a {
    color: #fcb547;
}

.main-content-sec p a:hover,
.main-content-sec ul>li a:hover {
    color: #000;
}

.main-content-sec p:last-child {
    margin: 0;
}

.clear {
    clear: both;
}

.meet-team-sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0;
    min-height: 628px;
    background: #1b232f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.meet-team-sec figure {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.meet-team-sec .text-panel {
    width: 100%;
    max-width: 600px;
    padding: 0 70px;
    float: left;
}

.meet-team-sec .text-panel h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 35px;
}

.meet-team-sec .text-panel p {
    font-size: 16px;
    color: #fcb546;
    line-height: 1.6em;
    max-width: 410px;
    margin: 0 0 28px;
}

.meet-team-sec .text-panel a {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 39px;
    background: #fcb547;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.meet-team-sec .text-panel a:hover {
    background: #f0a128;
}

.order-panel {
    width: 100%;
    float: left;
    position: relative;
    min-height: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.order-panel:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(58, 65, 73, 0.5);
}

.order-panel h2 {
    font-size: 30px;
    color: #f7f7f7;
    font-weight: bold;
    margin: 0 0 40px;
    z-index: 1;
    position: relative;
}

.order-panel a {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 28px;
    background: #fcb547;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}

.order-panel a:hover {
    background: #f0a128;
}

.leadership-page-module {
    width: 100%;
    float: left;
}

.leadership-page-module h2 {
    font-size: 25px;
    color: #232729;
    font-weight: bold;
    margin: 0 0 50px;
}

.leadership-page-module .row {
    margin: 0 -10px;
}

.leadership-page-module .grid-4 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.leadership-page-module .each-member {
    margin-bottom: 20px;
}

.leadership-page-module .each-leader-cat {
    width: 100%;
    float: left;
}

.leadership-page-module .each-leader-cat+.each-leader-cat {
    margin-top: 105px;
}

.pa-logo-page {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.pa-logo-page .row {
    margin: 0 -15px;
}

.pa-logo-page .grid-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.pa-logo-page .logo-black {
    width: 100%;
    float: left;
    min-height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pa-logo-page .logo-black img {
    margin: 0 auto;
}

.accrdion {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.accrdion .accord-panel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 14px;
}

.accrdion .accord-panel h4 {
    width: 100%;
    display: block;
    background: #1b232f;
    padding: 12px 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.accrdion .accord-panel h4:before {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    left: 16px;
    top: 19px;
    background: url(images/arrw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accrdion .accord-panel h4.active {
    background-color: #fcb547;
}

.accrdion .accord-panel h4.active:before {
    top: 22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accrdion .accord-panel .text-sec {
    width: 100%;
    display: block;
    padding: 20px 40px 10px;
    display: none;
}

.accrdion .accord-panel p {
    font-size: 16px;
    color: #1b232f;
    line-height: 1.6em;
    margin: 0 0 10px;
}

hr {
    width: 100%;
    height: 5px;
    background: #dddddd;
    border: none;
    margin: 55px 0;
}


/**/

.contact-page-panel {
    width: 100%;
    float: left;
}

.contact-page-panel .row {
    margin: 0 -30px;
}

.contact-page-panel .grid-6 {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.contact-page-panel h2 {
    font-size: 25px;
    color: #1b232f;
    font-weight: bold;
    margin: 0 0 32px;
}

.contact-page-panel p {
    font-size: 16px;
    color: #424242;
    line-height: 1.7em;
    margin: 0 0 60px 0;
}

.contact-page-panel ul>li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #424242;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.contact-page-panel ul>li a {
    color: #424242;
}

.contact-page-panel ul>li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #fcb547;
}

.contact-page-panel .contact-form {
    width: 100%;
    float: left;
}

.contact-page-panel .contact-form .rw {
    margin: 0 -6px;
}

.contact-page-panel .contact-form .colum-6 {
    width: 50%;
    float: left;
    padding: 0 6px;
}

.contact-page-panel .contact-form input,
.contact-page-panel .contact-form textarea {
    width: 100%;
    display: block;
    height: 60px;
    background: #f4f4f4;
    border: none;
    padding: 0 20px;
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 11px;
}

.contact-page-panel .contact-form textarea {
    padding: 20px;
    height: 215px;
}

.contact-page-panel .contact-form input[type="submit"] {
    background: #fcb547;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.contact-page-panel .contact-form input[type="submit"]:hover {
    background: #de9f3c;
}

.blog-page-module {
    width: 100%;
    float: left;
}

.blog-page-module .blog-post-list {
    width: 65%;
    float: left;
}

.blog-page-module aside {
    width: 35%;
    float: right;
    padding-left: 104px;
}

.blog-post {
    width: 100%;
    float: left;
    margin-bottom: 148px;
}

.blog-post .text-panel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-post .text-panel .date {
    width: 16%;
    align-self: flex-start;
    text-align: center;
    border-right: #8f8f8f 1px solid;
    padding: 15px 12px;
    margin: 0 25px 15px 0;
}

.blog-post .text-panel .date big {
    font-size: 36px;
    color: #fcb546;
    display: block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.blog-post .text-panel .date small {
    color: #8f8f8f;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-post .text-panel .content-block {
    display: block;
    padding-top: 10px;
}

.blog-post figure {
    display: block;
    margin-bottom: 48px;
}

.blog-post .text-panel .content-block small {
    color: #8f8f8f;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 14px;
}

.blog-post .text-panel .content-block small a {
    color: #8f8f8f;
}
.blog-post .text-panel .content-block h1 {
    font-size: 30px;
    font-weight: 700;
    color: #282828;
    margin: 0 0 8px;
}
.blog-post .text-panel .content-block h2 {
    font-size: 28px;
    font-weight: 700;
    color: #282828;
    margin: 0 0 8px;
}

.blog-post .text-panel .content-block h3{
    font-size: 25px;
    font-weight: 700;
    color: #282828;
    margin: 0 0 8px;
}

.blog-post .text-panel .content-block h4 {
    font-size: 22px;
    color: #282828;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 14px;
}

.blog-post .text-panel .content-block h5{
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 14px;
}
.blog-post .text-panel .content-block h6{
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 14px;
}


.blog-post .text-panel .content-block h4 a {
    color: #474646;
}

.blog-post .text-panel .content-block h4 a:hover {
    color: #fcb546;
}

.blog-post .text-panel .content-block ul,
.blog-post .text-panel .content-block ol,
.main-content-sec ul {
    margin: 0 0 35px 18px;
    padding: 0;
}

.blog-post .text-panel .content-block ul>li {
    font-size: 14px;
    color: #000;
    line-height: 1.5em;
    position: relative;
    padding-left: 15px;
    margin: 0 0 15px;
}

.main-content-sec ul>li {
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
    position: relative;
    padding-left: 15px;
    margin: 0 0 15px;
}

.blog-post .text-panel .content-block ul>li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #fcb546;
    border-radius: 100%;
}

.main-content-sec ul>li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #fcb546;
    border-radius: 100%;
}

.blog-post .text-panel .content-block ol>li {
    font-size: 14px;
    color: #000;
    line-height: 1.5em;
    position: relative;
    left: 15px;
    margin: 0 0 15px;
}

.main-content-sec ol>li {
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
    position: relative;
    left: 15px;
    margin: 0 0 15px;
}

.blog-post .text-panel .content-block span {
    font-size: 13px;
    color: #000;
    display: block;
    margin-bottom: 22px;
}
 
body.single-post .blog-post .text-panel .content-block span{
    display: inline-block;
    margin: 0;
}

.blog-post .text-panel .content-block p {
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    margin: 0 0 20px;
}

.blog-post .text-panel .content-block p a {
    color: #fcb547;
    font-weight: 600;
}

.blog-post .text-panel .content-block p a:hover {
    color: #de9f3c;
}

.blog-post .text-panel .content-block .btn-more {
    font-size: 12px;
    color: #8f8f8f;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline !important;
}

.blog-post .text-panel .content-block .btn-more:hover {
    color: #fcb546;
}

.blog-page-module aside .category-sec {
    display: block;
    margin-top: 34px;
    border-top: #d7d7d7 1px solid;
    padding: 50px 0 0;
    margin-bottom: 50px;
}

.blog-page-module aside h5 {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

.blog-page-module aside .category-sec ul {
    margin: 0;
}

.blog-page-module aside .category-sec ul>li {
    display: block;
    margin-bottom: 28px;
}

.blog-page-module aside .category-sec ul>li a {
    font-size: 13px;
    color: #8f8f8f;
}

.blog-page-module aside .category-sec ul>li a:hover {
    color: #fcb546;
}

.blog-page-module aside .email-form {
    display: block;
}

.blog-page-module aside .email-form input {
    width: 100%;
    display: block;
    height: 48px;
    padding: 0 23px;
    border: #ebebeb 1px solid;
    font-size: 11px;
    color: #464646;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.blog-page-module aside .email-form input[type="submit"] {
    max-width: 157px;
    text-align: center;
    height: auto;
    border: none;
    padding: 11px 10px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    background: #fcb546;
}

.blog-page-module aside .email-form input[type="submit"]:hover {
    background: #e39f34;
}

.pagination {
    width: 100%;
    float: left;
    text-align: left
}

.pagination .page-numbers {
    font-size: 16px;
    color: #474646;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-bottom: transparent 3px solid;
}

.pagination .page-numbers+.page-numbers {
    margin-left: 20px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fcb547;
    border-color: #fcb547;
}


/**/

.our-team-popup {
    width: 100%;
    max-width: 1228px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    margin: 0 auto;
    position: relative;
}

.our-team-popup button.mfp-close {
    width: 48px;
    height: 49px;
    background: url(images/crs.png) no-repeat center;
    color: transparent;
    top: 8%;
    right: 5%;
}

.our-team-popup figure {
    width: 45%;
}

.our-team-popup .text-sec {
    width: 55%;
    padding: 70px 60px;
}

.our-team-popup .text-sec h2 {
    font-size: 32px;
    color: #25272a;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.our-team-popup .text-sec small {
    display: block;
    color: #fcb546;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 35px;
}

.our-team-popup .text-sec p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 18px;
}

.our-team-popup .text-sec .cell_icon {
    font-size: 21px;
    color: #5f5f5f;
    background: url(images/phn.png) no-repeat 2%;
    display: block;
    padding: 10px 0 10px 40px;
}

.our-team-popup .text-sec .cell_icon a {
    color: #5f5f5f;
}

.our-team-popup .text-sec .mail_icon {
    color: #5f5f5f;
    background: url(images/envelope.png) no-repeat 0%;
    display: block;
    word-break: break-all;
    padding-left: 40px;
    margin: 0;
}

.our-team-popup .text-sec .mail_icon:hover {
    color: #fcb546;
}


/*footer*/

.main-footer {
    width: 100%;
    float: left;
    background: #232729;
    padding-top: 32px;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 22px;
}

.main-footer .wrapper {
    width: 100%;
    max-width: 1240px;
    display: block;
    padding: 0 15px;
    margin: 0 auto;
}

.main-footer .grid-4 {
    width: 46%;
    float: left;
}

.main-footer .grid-8 {
    width: 54%;
    float: right;
    padding-left: 112px;
}

.main-footer .gray-box {
    width: 100%;
    float: left;
    background: #3a4148;
    padding: 40px 38px;
    margin-bottom: 54px;
}

.main-footer h4 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
    font-weight: 400;
    margin: 0 0 13px;
}

.main-footer p {
    font-size: 16px;
    color: #aeadad;
    font-weight: 500;
    margin: 0 0 26px;
}

.subscribe-form {
    display: block;
}

.subscribe-form form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    aligm-items: center;
}

.subscribe-form input {
    width: 100%;
    display: block;
    height: 43px;
    background: #e3edf2;
    border: none;
    padding: 0 22px;
    color: #4d525a;
    font-size: 12px;
    font-weight: 500;
}

.subscribe-form input[type="submit"] {
    max-width: 172px;
    background: #fcb547;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 18px;
}

.subscribe-form input[type="submit"]:hover {
    background: #de9f3c;
}

.main-footer .social {
    display: block;
}

.main-footer .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #e3edf2;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.main-footer .social a+a {
    margin-left: 12px;
}

.main-footer .social a:hover {
    background: #fcb547;
    color: #FFF;
}

.interested-form {
    width: 100%;
    float: left;
    background: #3a4148;
    padding: 24px 58px;
}

.interested-form .row {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.interested-form .grid-6 {
    width: 50%;
    padding: 0 5px;
}

.interested-form input,
.interested-form textarea {
    width: 100%;
    display: block;
    height: 48px;
    background: #e3edf2;
    border: none;
    padding: 0 20px;
    color: #4d525a;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 11px;
}

.interested-form textarea {
    padding: 20px;
    height: 149px;
}

.interested-form input[type="submit"] {
    background: #fcb547;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.interested-form input[type="submit"]:hover {
    background: #de9f3c;
}

.alignleft {
    float: left;
    border: #FFF 3px solid;
    margin: 0 15px 20px 0;
}

.alignright {
    float: right;
    border: #FFF 3px solid;
    margin: 0 0 20px 15px;
}

.aligncenter {
    border: #FFF 3px solid;
    margin: 0 auto 15px;
}


/**/

.footer-bar {
    width: 100%;
    float: left;
    background: #3a4148;
    padding: 30px 0;
}

.footer-bar .footer-addrs {
    float: left;
    margin: 0;
}

.footer-bar .footer-addrs>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fcb547;
    font-weight: 500;
    line-height: 1em;
}

.footer-bar .footer-addrs>li a {
    color: #fcb547;
}

.footer-bar .footer-addrs>li a:hover {
    color: #FFF;
}

.footer-bar .footer-addrs>li+li {
    margin-left: 6px;
    padding-left: 6px;
    border-left: #fcb547 1px solid;
}

.footer-bar .copyright {
    float: right;
    margin: 0;
}

.footer-bar .copyright>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1em;
}

.footer-bar .copyright>li a {
    color: #ffffff;
}

.footer-bar .copyright>li a:hover {
    color: #fcb547;
}

.footer-bar .copyright>li+li {
    margin-left: 6px;
    padding-left: 6px;
    border-left: #FFF 1px solid;
}

span.wpcf7-form-control-wrap {
    clear: both !important;
    position: static !important;
}

.checkbox_area {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0;
}

.checkbox_area+.checkbox_area {
    margin-bottom: 0;
}

.checkbox_area span.wpcf7-list-item {
    width: 25%;
    float: left;
    margin: 0 0 10px 0;
}

.checkbox_area label {
    display: block;
    font-weight: 700;
    color: #424242;
    margin: 10px 0 20px;
}

.contact-page-panel .contact-form .checkbox_area input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.full_area {
    width: 100%;
    float: none;
    padding: 0;
    max-width: 960px;
    margin: 0 auto 20px;
    display: table;
}

.grid-full {
    width: 100%;
    float: none;
    padding: 0;
    max-width: 960px;
    margin: 0 auto;
    display: table;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    margin: 0 0 10px;
}

.submit_area {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}

.submit_area input[type="submit"] {
    width: auto;
    display: initial;
    padding: 0 30px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f71f00 !important;
    width: 100% !important;
    float: left !important;
    text-align: center !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    width: 100% !important;
    float: left !important;
    text-align: center !important;
}

.main-footer .wpcf7 .wpcf7-form>p {
    margin: 0;
}

table.inner_table {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    color: #5a5a5a;
}

table.inner_table tr td {
    padding: 10px;
    color: #5a5a5a;
}

table.inner_table tr td a {
    color: #f19608;
}

table.inner_table tr td a:hover {
    color: #5a5a5a;
}

a.form_popup {
    border-radius: 4px 0px 0 4px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

a.form_popup:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
}

.main-content-sec-listig {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.main-content-sec-listig ul {
    margin: 0 -1.5%;
    padding: 10px;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.main-content-sec-listig ul+ul {
    margin-top: 10px;
}

.main-content-sec-listig ul li {
    width: 30%;
    margin: 0 1.5%;
    display: inline-block;
    vertical-align: middle;
}

.main-content-sec-listig ul li span.date {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1b232f;
}

.main-content-sec-listig ul li h4 {
    font-size: 16px;
    color: #1b232f;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.main-content-sec-listig ul li>a {
    float: right;
    height: 35px;
    background: #fcb547;
    display: inline-block;
    line-height: 36px;
    color: #fff;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 500;
}

.main-content-sec-listig ul li>a:hover {
    background: #3a4148;
}

.main-content-sec h2.post_title {
    margin: 0 0 4px;
}

.main-content-sec h2.post_title+p {
    margin-bottom: 12px;
}

body.single-did_ya_know .main-content-sec p {
    margin: 0 0 10px;
}

body.page-template-soc-page .wrapper-inner{
    padding-right: 105px;
}

.download_report_area {
    position: absolute;
    top: 32px;
    right: 0;
}
.download_report_area p {
    font-size: 18px;
    color: #464c56;
    font-weight: 500;
    margin: 0 0 12px;
}
.download_report_area a {
    height: 48px;
    line-height: 48px;
    background: #fcb547;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 48px;
    font-weight: 500;
    box-shadow: rgba(0,0,0,0.2)0 0 5px;
}
.download_report_area a:hover{
    background: #c78a2b;
}

.download_report_area.bottom{
    position: static;
    text-align: center;
}

body.page-template-socdownload-page .download_form {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0;
}

body.page-template-socdownload-page .download_form .row{
    margin: 0 -15px;
    padding: 0;
}

body.page-template-socdownload-page .download_form .row .grid-6{
    width: 50%;
    padding: 0 15px;
    float: left;
    margin: 0;
}

body.page-template-socdownload-page .download_form .download_info{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

body.page-template-socdownload-page .download_form .form_part{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
body.page-template-socdownload-page .download_form .form_part .full_area{
    margin: 0 -1%;
    padding: 0;
}

body.page-template-socdownload-page .download_form .form_part .full_area .half_field{
    margin: 0 1% 12px;
    float: left;
    padding: 0;
    width: 48%;
}

body.page-template-socdownload-page .download_form .form_part .full_area .full_field{
    margin: 0 1% 12px;
    float: left;
    padding: 0;
    width: 98%;
}

body.page-template-socdownload-page .download_form .form_part input {
    width: 100%;
    height: 63px;
    padding: 0 20px;
    background: #f4f4f4;
    font-size: 16px;
    border: 0;
    outline: none;
}

body.page-template-socdownload-page .download_form .form_part .submit_area {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

body.page-template-socdownload-page .download_form .form_part .submit_area input[type="submit"]{
    width: 100%;
    background: #fcb547;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

body.page-template-socdownload-page .download_form .form_part .submit_area input[type="submit"]:hover {
    background: #c78a2b;
}


body.page-template-integrationdownload-page .download_form {
    width: 90%;
    float: none;
    margin: auto;
    padding: 50px 0;
}

body.page-template-integrationdownload-page .download_form .row{
    margin: 0 -15px;
    padding: 0;
}

body.page-template-integrationdownload-page .download_form .row .grid-6{
    width: 80%;
    padding: 0 15px;
    float: none;
    margin: auto;
}

body.page-template-integrationdownload-page .download_form .download_info{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.7em;
}

body.page-template-integrationdownload-page .download_form .form_part{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
body.page-template-integrationdownload-page .download_form .form_part .full_area{
    margin: 0;
    padding: 0;
}

body.page-template-integrationdownload-page .download_form .form_part .full_area .half_field{
    margin: 0 1% 12px;
    float: left;
    padding: 0;
    width: 48%;
}

body.page-template-integrationdownload-page .download_form .form_part .full_area .full_field{
    margin: 0 1% 12px;
    float: left;
    padding: 0;
    width: 98%;
}

body.page-template-integrationdownload-page .download_form .form_part input {
    width: 100%;
    height: 63px;
    padding: 0 20px;
    background: #f4f4f4;
    font-size: 16px;
    border: 0;
    outline: none;
}

body.page-template-integrationdownload-page .download_form .form_part .submit_area {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

body.page-template-integrationdownload-page .download_form .form_part .submit_area input[type="submit"]{
    width: 100%;
    background: #fcb547;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

body.page-template-integrationdownload-page .download_form .form_part .submit_area input[type="submit"]:hover {
    background: #c78a2b;
}

/*================================ responsive ============================*/

@media only screen and (max-width:1720px) {
    .panctual-process {
        padding: 60px 0 0 0;
    }
    .panctual-process h2 {
        font-size: 45px;
        margin: 0 0 70px;
    }
    .panctual-process .each-panel h4 {
        font-size: 30px;
    }
    .panctual-process .each-panel .text-panel:before {
        font-size: 60px;
    }
    .panctual-process .each-panel .text-panel {
        padding-left: 40px;
    }
    .panctual-process .each-panel a {
        width: 74px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
    .our-national-coverage h2 {
        font-size: 40px;
    }
    .our-national-coverage {
        padding: 80px 0;
    }
    .number-panel {
        padding: 65px 0;
    }
    .number-panel h2 {
        font-size: 45px;
        margin: 0 0 60px;
    }
    .number-panel h3 {
        font-size: 40px;
    }
    .pabs-panel {
        padding: 65px 0;
    }
    .pabs-panel h2 {
        font-size: 45px;
        margin: 0 0 60px;
    }
    .pabs-panel ul>li {
        padding: 0 22px;
        margin-bottom: 45px;
    }
    .pabs-process-panel {
        padding: 50px 0;
    }
    .pabs-process-panel h2 {
        font-size: 45px;
    }
    .our-team-panel {
        padding: 80px 15px;
    }
    .our-team-panel h2 {
        font-size: 45px;
        margin: 0 0 60px;
    }
    .each-member figure h5 {
        font-size: 28px;
        margin: 0 0 8px;
    }
    .whitepaper-downloadpanel .text-panel {
        height: 690px;
        padding: 0 140px;
    }
    .blog-panel {
        padding: 75px 15px;
    }
    .blog-panel h2 {
        font-size: 45px;
        margin: 0 0 60px;
    }
    .blog-panel .each-blog figcaption {
        padding: 34px 24px;
    }
    .blog-panel .btn-panel {
        margin-top: 30px;
    }
    .whitepaper-downloadpanel .text-panel h2 {
        font-size: 45px;
        margin: 0 0 40px;
    }
    .inner-body-module {
        padding: 60px 0;
    }
}

@media only screen and (max-width:1520px) {
    .panctual-process .each-panel {
        height: 380px;
        padding: 50px 22px;
    }
    .panctual-process .each-panel .text-panel:before {
        font-size: 45px;
    }
    .panctual-process .each-panel h4 {
        font-size: 25px;
    }
    .pabs-process-panel .tab-panel ul>li strong {
        width: 66px;
        height: 66px;
    }
    .pabs-process-panel .tab-panel ul>li strong span {
        font-size: 23px;
    }
    .pabs-process-panel .tab-panel ul>li.actv strong {
        width: 97px;
        height: 97px;
    }
    .pabs-process-panel .tab-panel ul>li.actv strong span {
        font-size: 32px;
    }
    .pabs-process-panel .tab-panel ul {
        max-width: 1000px;
    }
    .pabs-process-panel .tab-panel .tab-bdy h4 {
        font-size: 40px;
    }
    .testimonial-slider .text-sec p {
        font-size: 28px;
    }
    .testimonial-panel {
        padding: 44px 15px;
    }
    .testimonial-slider .item {
        padding: 70px 15px;
    }
    .testimonial-slider .text-sec {
        padding-left: 80px;
    }
    .testimonial-slider .text-sec ul>li {
        font-size: 22px;
    }
    .whitepaper-downloadpanel .text-panel {
        height: 530px;
        padding: 0 80px;
    }
    .whitepaper-downloadpanel .text-panel h2 {
        font-size: 40px;
    }
    .contact-page-panel h2 {
        margin: 0 0 20px;
    }
    .contact-page-panel .contact-form input {
        height: 48px;
    }
    .contact-page-panel .contact-form textarea {
        height: 200px;
    }
    .contact-page-panel p {
        margin: 0 0 35px 0;
    }
    .contact-page-panel .contact-form input[type="submit"] {
        font-size: 20px;
    }
    .blog-post {
        margin-bottom: 100px;
    }
    .our-team-popup .text-sec {
        padding: 45px 30px;
    }
    .our-team-popup .text-sec h2 {
        font-size: 26px;
    }
    .our-team-popup .text-sec small {
        font-size: 18px;
        margin: 0 0 16px;
    }
    .our-team-popup .text-sec p {
        font-size: 16px;
    }
    .our-team-popup button.mfp-close {
        width: 30px;
        height: 30px;
        top: 4%;
        right: 3%;
    }
}

@media only screen and (max-width:1199px) {
    .panctual-process {
        padding: 40px 0 0 0;
    }
    .panctual-process h2 {
        font-size: 35px;
        margin: 0 0 40px;
    }
    .panctual-process .each-panel {
        height: 280px;
    }
    .panctual-process .each-panel .text-panel:before {
        font-size: 34px;
    }
    .panctual-process .each-panel h4 {
        font-size: 20px;
    }
    .each-member figure h5 {
        font-size: 22px;
    }
    .each-member figure p {
        font-size: 16px;
    }
    .our-national-coverage h2 {
        font-size: 30px;
        margin: 0 0 22px;
    }
    .our-national-coverage {
        padding: 50px 0;
    }
    .our-national-coverage .btn-grp a {
        max-width: 170px;
        padding: 15px 13px;
        font-size: 15px;
        margin: 0 8px;
    }
    .number-panel h2 {
        font-size: 32px;
        margin: 0 0 50px;
    }
    .number-panel {
        padding: 50px 0;
    }
    .number-panel h3 {
        font-size: 32px;
    }
    .number-panel p {
        font-size: 16px;
    }
    .pabs-panel h2 {
        font-size: 30px;
        margin: 0 0 50px;
    }
    .pabs-panel p {
        font-size: 22px;
    }
    .pabs-panel ul>li figure {
        width: 47px;
        height: 47px;
        font-size: 18px;
        margin-right: 14px;
    }
    .pabs-panel {
        padding: 50px 0;
    }
    .testimonial-slider .text-sec {
        padding: 0 85px;
        background-size: 38px;
        background-position: 3% 0;
    }
    .testimonial-slider .text-sec p {
        font-size: 22px;
    }
    .testimonial-slider .text-sec ul>li {
        font-size: 18px;
    }
    .testimonial-slider .text-sec ul>li {
        font-size: 18px;
    }
    .our-team-panel {
        padding: 45px 15px;
    }
    .our-team-panel h2 {
        font-size: 30px;
        margin: 0 0 40px;
    }
    .whitepaper-downloadpanel .text-panel h2 {
        font-size: 30px;
    }
    .whitepaper-downloadpanel .text-panel h6 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .whitepaper-downloadpanel .text-panel .btn-dwnld {
        padding: 12px 10px;
    }
    .whitepaper-downloadpanel .text-panel {
        height: 400px;
        padding: 0 40px;
    }
    .blog-panel {
        padding: 40px 15px;
    }
    .blog-panel h2 {
        font-size: 30px;
        margin: 0 0 40px;
    }
    .blog-panel .each-blog h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .blog-panel .each-blog p {
        font-size: 15px;
    }
    .interested-form {
        padding: 30px 30px;
    }
    .main-footer .gray-box {
        padding: 30px 20px;
    }
    .footer-bar {
        padding: 20px 0;
        margin-top: 30px;
    }
    .meet-team-sec .text-panel {
        padding: 0 15px;
    }
    .meet-team-sec {
        min-height: 420px;
    }
    .meet-team-sec .text-panel h2 {
        margin: 0 0 18px;
    }
    .leadership-page-module .each-leader-cat+.each-leader-cat {
        margin-top: 60px;
    }
    .blog-post figure {
        margin-bottom: 25px;
    }
    .blog-page-module aside h5 {
        margin: 0 0 20px 0;
    }
    .blog-page-module aside .category-sec ul>li {
        margin-bottom: 15px;
    }
    .blog-post {
        margin-bottom: 60px;
    }
    .our-team-popup .text-sec p,
    .our-team-popup .text-sec .cell_icon {
        font-size: 15px;
    }
    .our-team-popup .text-sec {
        padding: 30px 22px;
    }

    .download_report_area {
        position: static;
        text-align: center;
        margin: 0 0 40px;
    } 
    body.page-template-soc-page .wrapper-inner{
        padding: 0;
    }  
}

@media only screen and (max-width:991px) {
    .panctual-process .each-panel {
        justify-content: center;
    }
    .panctual-process .grid-6 {
        width: 100%;
    }
    .pabs-process-panel h2 {
        font-size: 30px;
        margin: 0 0 25px 0;
    }
    .pabs-process-panel .tab-panel .tab-bdy {
        padding-top: 50px;
    }
    .pabs-process-panel .tab-panel .tab-bdy h4 {
        font-size: 32px;
    }
    .blog-panel .row {
        margin: 0 -8px;
    }
    .blog-panel .grid-4 {
        padding: 0 8px;
    }
    .main-footer .grid-8 {
        padding-left: 40px;
    }
    .inner-body-module {
        padding: 30px 0;
    }
    .main-content-sec h2 {
        margin: 0 0 22px;
    }
    .main-content-sec p {
        margin: 0 0 15px;
    }
    .leadership-page-module .grid-4 {
        width: 50%;
    }
    .contact-page-panel .row {
        margin: 0 -15px;
    }
    .contact-page-panel .grid-6 {
        padding: 0 15px;
    }
    .blog-page-module aside {
        padding-left: 40px;
    }

body.page-template-socdownload-page .download_form {
    padding: 10px 0;
}    
body.page-template-integrationdownload-page .download_form {
    padding: 10px 0;
}    
}

@media only screen and (max-width:900px) {
    .pabs-panel ul>li {
        width: 50%;
        padding: 0 10px;
    }
    .testimonial-slider .text-sec ul>li {
        display: block;
        border: none;
        margin-bottom: 8px;
    }
    .footer-bar .footer-addrs {
        margin: 0px 0 8px;
        width: 100%;
        text-align: center;
    }
    .footer-bar .copyright {
        width: 100%;
        text-align: center;
    }
    .meet-team-sec .text-panel {
        max-width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    .meet-team-sec .text-panel p {
        margin: 0 auto 15px;
    }
    .meet-team-sec {
        flex-wrap: wrap;
        padding: 0;
    }
    .meet-team-sec figure {
        width: 100%;
        height: 300px;
        position: static;
    }
    .order-panel {
        min-height: 280px;
    }
    .order-panel h2 {
        font-size: 25px;
        margin: 0 0 25px;
    }
    .blog-page-module aside {
        width: 100%;
        max-width: 400px;
        display: block;
        float: none;
        margin: 0 auto 30px;
        padding-left: 0;
    }
    .blog-page-module aside .category-sec {
        margin-top: 0;
        border-top: none;
        padding: 0 0 0;
        margin-bottom: 30px;
    }
    .blog-page-module .blog-post-list {
        width: 100%;
    }
}

@media only screen and (max-width:840px) {
    .main-content-sec-listig ul li {
        width: 97%;
        text-align: center;
    }
    .main-content-sec-listig ul li span.date {
        text-align: center;
    }
    .main-content-sec-listig ul li>a {
        float: none;
    }
    .main-content-sec-listig ul li+li {
        margin-top: 10px;
    }
body.page-template-socdownload-page .download_form .row .grid-6{
    width: 100%;
} 
body.page-template-socdownload-page .download_form .download_info {
    margin: 0 0 25px;
}   
body.page-template-integrationdownload-page .download_form .row .grid-6{
    width: 100%;
} 
body.page-template-integrationdownload-page .download_form .download_info {
    margin: 0 0 25px;
}   
}

@media only screen and (max-width:767px) {
    .number-panel {
        padding: 30px 0 15px;
    }
    .number-panel h3 {
        font-size: 26px;
        margin: 0 0 13px;
    }
    .number-panel ul>li {
        width: 50%;
        margin-bottom: 30px;
    }
    .pabs-panel h2 {
        font-size: 24px;
        margin: 0 0 45px;
    }
    .pabs-panel p {
        font-size: 18px;
    }
    .pabs-process-panel .tab-panel .tab-bdy {
        padding-top: 25px;
    }
    .pabs-process-panel .tab-panel .tab-bdy .grid-4 {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .pabs-process-panel .tab-panel .tab-bdy p {
        max-width: 326px;
        font-size: 16px;
        margin: 0 auto 22px;
    }
    .pabs-process-panel .tab-panel .tab-bdy .grid-8 {
        width: 100%;
    }
    .pabs-process-panel .tab-panel ul {
        max-width: 430px;
    }
    .pabs-process-panel .tab-panel ul>li strong {
        width: 43px;
        height: 43px;
        padding: 5px;
    }
    .pabs-process-panel .tab-panel ul>li.actv strong span {
        font-size: 20px;
    }
    .pabs-process-panel .tab-panel ul>li strong span {
        font-size: 16px;
    }
    .pabs-process-panel .tab-panel ul>li.actv strong {
        width: 54px;
        height: 54px;
    }
    .our-team-panel .grid-4 {
        width: 100%;
    }
    .each-member {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .whitepaper-downloadpanel .text-panel h2 {
        font-size: 25px;
    }
    .blog-panel .grid-4 {
        width: 100%;
    }
    /**/
    .alignleft,
    .alignright {
        float: none;
        margin: 0 0 15px;
    }
    /**/
    .main-footer h4 {
        font-size: 20px;
    }
    .main-footer p {
        font-size: 14px;
        margin: 0 0 18px;
    }
    .main-footer .grid-8 {
        padding-left: 15px;
    }
    .main-footer .gray-box {
        padding: 18px 15px;
        margin-bottom: 30px;
    }
    .subscribe-form input[type="submit"] {
        max-width: 100px;
        font-size: 12px;
        margin-left: 8px;
    }
    .contact-page-panel .grid-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    .our-team-popup .text-sec small {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width:640px) {
    .panctual-process h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }
    .our-national-coverage h2 {
        font-size: 26px;
        margin: 0 0 18px;
    }
    .our-national-coverage p {
        font-size: 16px;
    }
    .our-national-coverage .btn-grp a {
        margin-bottom: 8px;
    }
    .panctual-process .each-panel .text-panel {
        margin: 60px 30px;
    }
    .panctual-process .each-panel a {
        width: 50px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .panctual-process .each-panel {
        height: auto;
        flex-wrap: wrap;
        padding: 0;
    }
    .panctual-process figure {
        position: static;
        height: 220px;
    }
    .panctual-process .each-panel {
        width: 100%;
    }
    .number-panel ul>li {
        width: 100%;
    }
    .pabs-panel ul>li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .pabs-process-panel h2 {
        font-size: 25px;
        margin: 0 0 15px 0;
    }
    .pabs-process-panel .tab-panel .tab-bdy h4 {
        font-size: 26px;
    }
    .pabs-process-panel .tab-panel .tab-bdy {
        padding-top: 10px;
    }
    .testimonial-slider .item {
        padding: 40px 15px 70px;
    }
    .testimonial-slider .slick-arrow {
        top: 85%;
    }
    .testimonial-slider .slick-prev {
        left: 40% !important;
    }
    .testimonial-slider .slick-next {
        right: 40% !important;
    }
    .testimonial-slider .text-sec {
        padding: 0px 35px;
        background-size: 26px;
        background-position: 0 0;
    }
    .testimonial-slider .text-sec p {
        font-size: 18px;
        margin: 0 0 25px;
    }
    .whitepaper-downloadpanel figure {
        height: 280px;
        position: static;
    }
    .blog-panel .each-blog figcaption {
        padding: 18px 15px;
    }
    .whitepaper-downloadpanel .text-panel {
        height: auto;
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .whitepaper-downloadpanel .text-panel .middle-panel {
        padding: 30px 15px;
        text-align: center;
    }
    .whitepaper-downloadpanel .text-panel .btn-dwnld {
        width: 120px;
        font-size: 14px;
    }
    .whitepaper-downloadpanel .text-panel .btn-dwnld span {
        width: 50px;
    }
    .interested-form {
        padding: 30px 15px;
    }
    .main-footer .grid-4 {
        width: 100%;
    }
    .main-footer .grid-8 {
        width: 100%;
        padding: 0;
    }
    .meet-team-sec figure {
        height: 250px;
    }
    .leadership-page-module .grid-4 {
        width: 100%;
    }
    .leadership-page-module .each-leader-cat+.each-leader-cat {
        margin-top: 40px;
    }
    .pa-logo-page .grid-3 {
        width: 50%;
    }
    .accrdion .accord-panel h4:before {
        top: 17px;
    }
    .accrdion .accord-panel h4.active:before {
        top: 20px;
    }
    .accrdion .accord-panel h4 {
        font-size: 16px;
    }
    hr {
        height: 3px;
        margin: 25px 0;
    }
    .our-team-popup {
        flex-wrap: wrap;
    }
    .our-team-popup figure {
        width: 100%;
    }
    .our-team-popup figure img {
        margin: 0 auto;
    }
    .our-team-popup .text-sec {
        width: 100%;
        padding: 15px 15px;
    }
    .checkbox_area span.wpcf7-list-item {
        width: 45%;
        float: left;
        margin: 0 4px 10px 4px;
    }

    body.page-template-soc-page .main-content-sec h2 {
        font-size: 18px;
    }
    body.page-template-socdownload-page .download_form .form_part .full_area .half_field{
        width: 98%;
    }
    body.page-template-socdownload-page .download_form .form_part .submit_area input[type="submit"] {
        font-size: 20px;
    }
    body.page-template-integrationdownload-page .download_form .form_part .full_area .half_field{
        width: 98%;
    }
    body.page-template-integrationdownload-page .download_form .form_part .submit_area input[type="submit"] {
        font-size: 20px;
    }


}

@media only screen and (max-width:520px) {
    .testimonial-slider .slick-arrow {
        top: 90%;
    }
    .testimonial-slider .slick-prev {
        left: 35% !important;
    }
    .testimonial-slider .slick-next {
        right: 35% !important;
    }
    .interested-form .row {
        flex-wrap: wrap;
    }
    .interested-form .grid-6 {
        width: 100%;
    }
    .interested-form input[type="submit"] {
        font-size: 14px;
    }
    .pa-logo-page .grid-3 {
        width: 100%;
    }
    .contact-page-panel .contact-form .colum-6 {
        width: 100%;
    }
    .accrdion .accord-panel .text-sec {
        padding: 20px 15px 10px;
    }
    .blog-post .text-panel {
        flex-wrap: wrap;
    }
    .blog-post .text-panel .date {
        width: 100%;
        text-align: left;
        border-right: none;
        border-bottom: #8f8f8f 1px solid;
        padding: 15px 12px;
        margin: 0 25px 20px 0;
    }
    .blog-post .text-panel .content-block p {
        margin: 0 0 15px;
    }
    .checkbox_area span.wpcf7-list-item {
        width: 100%;
        float: left;
        margin: 0 0 8px;
    }
}

@media only screen and (max-width:480px) {
    .panctual-process .each-panel .text-panel {
        margin: 30px 30px;
    }
    .panctual-process .each-panel .text-panel:before {
        font-size: 27px;
    }
    .panctual-process .each-panel h4 {
        font-size: 17px;
    }
    .panctual-process .each-panel .text-panel {
        padding-left: 28px;
    }
    .panctual-process {
        padding: 30px 0 0 0;
    }
    .our-national-coverage {
        padding: 30px 0;
    }
    .number-panel h2 {
        margin: 0 0 30px;
    }
    .pabs-panel {
        padding: 30px 0 15px;
    }
    .pabs-process-panel {
        padding: 30px 0;
    }
    .pabs-process-panel .tab-panel ul {
        min-height: 60px;
    }
    .our-team-panel {
        padding: 30px 0 0;
    }
    .our-team-panel h2 {
        margin: 0 0 33px;
    }
    .whitepaper-downloadpanel .text-panel h2 {
        font-size: 21px;
        margin: 0 0 20px;
    }
    .whitepaper-downloadpanel .text-panel .btn-dwnld span {
        left: auto;
        right: 0;
    }
    .whitepaper-downloadpanel .text-panel .btn-dwnld {
        padding-right: 135px;
    }
    .blog-panel {
        padding: 30px 15px;
    }
    .blog-panel h2 {
        font-size: 25px;
        margin: 0 0 30px;
    }
    .blog-panel .btn-panel {
        margin-top: 10px;
    }
    .main-content-sec p {
        font-size: 15px;
        line-height: 22px;
    }
    .order-panel {
        min-height: 165px;
    }
    .order-panel h2 {
        margin: 0 0 15px;
    }
}