/* Reset css starts here */

*,
 :focus {
    outline: 0
}
*,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

.full-height,
body,
html {
    height: 100%
}

body,
header {
    position: relative
}

* {
    border: 0;
    box-sizing: border-box;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value
}

strong {
    font-weight: 800
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
del,
dfn,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-stroke: 0!important;
    -webkit-font-smoothing: antialiased!important
}

a,
img a {
    text-decoration: none!important;
    border: 0;
    outline: 0!important;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    color: #000
}

a,
button,
input,
button {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    outline: 0!important
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol,
li {
    list-style-type: none
}

.clear,
.clearfix:after {
    clear: both
}

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

button {
    cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-text-stroke: 0!important;
    -webkit-font-smoothing: antialiased!important;
    font-family: 'Muli', sans-serif;
    color: #000
}

input[type=text],
textarea {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(9, 9, 9, 1);
}


/* Reset css ends here */


/* Fonts */

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf') format('truetype'), url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Fonts end */


/* Header css starts here */

.header-wrapper {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    width: 100%;
}

.header-inner {
    padding: 20px 0;
    background: #090909;
    transition-timing-function: ease-in-out;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.active #nav-icon {
    top: 28px;
}

.active .header-inner {
    padding: 17px 0;
}

.logo-wrapper a {
    display: block;
    height: 35px;
    width: 272px;
    padding: 2px 0 0;
}

.logo-wrapper img {
    max-width: 100%;
}

.nav-wrapper ul,
.header-wraper,
.links_wrapper ul,
.links_wrapper,
.c-navigation__menu,
.flex-space-betwn,
.flex-start,
.flex-space-around,
.flex_wrapper,
.image-wrap,
.gray-bg,
.left-col,
.image-wrapper .image-wrapper-inner,
.d_flex,
.latest-article-wrap li a,
.tabaction-wrap,
.tabaction-wrap-news,
.tab-list a,
#social-wrapper,
.check-list ul,
.featured-head-wrapper,
.featured-grid-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}

.nav-wrapper>ul>li {
    margin: 0 0 0 30px;
}

.nav-wrapper ul li a {
    padding: 8px 5px;
    display: block;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 0 10px;
}

.nav-wrapper ul li.transparent-btn a {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
}

.nav-wrapper ul li:not(.transparent-btn) a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    width: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.nav-wrapper ul li a:hover:before {
    width: 100%;
}

.transparent-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    position: relative;
}

.transparent-btn a:before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    content: "";
    z-index: 1;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.transparent-btn a:hover:before {
    width: 100%;
    z-index: -1;
}

.transparent-btn a:hover {
    color: #000;
    z-index: 1;
}


/* Menu */

#close-icon {
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    cursor: pointer;
    top: 33px;
    right: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
}

.show #close-icon {
    opacity: 1;
}

#close-icon span {
    background: #000;
}

#close-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: -3px;
}

#close-icon span:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 12px;
    left: -3px;
}

#close-icon span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-block {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f6f8f9;
    cursor: pointer;
}

.nav-block a {
    padding: 22px 30px;
    display: block;
}

.nav-block.tgl-nav {
    padding: 22px 30px;
}

.nav-block:hover,
.nav-block:active {
    background: #f6f8f9;
}

.nav-block:hover .closed,
.nav-block:active .closed {
    z-index: 1;
}

.nav-block:last-child {
    border: none;
}

.nav-col {
    display: block;
    font-family: 'Georgia';
    font-size: 20px;
    cursor: pointer;
}

.nav_list {
    padding: 20px 0 10px;
}

.nav_list li a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
}

.nav_list li {
    list-style: disc;
    margin: 0 0 0 25px;
}

.about_us a {
    font-size: 20px;
    font-family: 'Georgia';
    color: #000;
    padding: 20px 0;
    display: block;
}

.closed {
    position: absolute;
    right: 30px;
    top: 21px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: -1;
}

.closed:before,
.closed:after {
    position: absolute;
    content: "";
    background: #000;
}

.closed:after {
    height: 14px;
    width: 2px;
    left: 6px;
    top: 5px;
    opacity: 1;
}

.closed:before {
    width: 14px;
    height: 2px;
    top: 11px;
}

.nav-block.active .closed:after {
    opacity: 0;
}

#nav-icon {
    width: 32px;
    height: 23px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 30px;
    left: 30px;
}

#nav-icon:after {
    position: absolute;
    content: "MENU";
    font-size: 20px;
    color: #fff;
    left: 50px;
    top: -3px;
    line-height: 1;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-300px, 0, 0);
    transition: transform .3s;
    will-change: transform;
    height: 100vh;
    background: #fff;
    max-width: 100%;
    z-index: 999;
    width: 300px;
    padding: 120px 0;
}

.nav_bg.show {
    transform: translate3d(0, 0, 0);
}

#nav-container #nav-icon span:nth-child(3) {
    top: 16px;
    width: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}


/* Menu end*/

.popoverlay {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 99;
    display: none;
}

.site-header {
    background: #090909;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-wraper,
.links_wrapper ul,
.links_wrapper {
    flex-wrap: wrap;
}

.links_wrapper {
    margin-left: auto;
}

.links_wrapper li a {
    color: #fff;
    padding: 10px 35px;
    display: block;
}

.content-wrap {
    padding-top: 160px;
}

.subscribe_wrapper {
    margin-left: 40px;
}

.subscribe_wrapper .header-btn {
    display: inline-block;
    border: 2px solid #fff;
    padding: 7px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.subscribe_wrapper .header-btn:hover {
    background: #ff0137;
    color: #fff;
    border: 2px solid #ff0137;
}

.c-navigation__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
    overflow: hidden;
}


/* Accordian */

.special-reports-wrap {
    margin: 100px 0 0px;
    padding: 0 0 35px;
}

.special-reports-wrap .head-h2-wrap {
    margin: 0;
}

.head-h2-wrap {
    position: relative;
}

.head-h2-wrap {
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.head-h2-wrap h2 {
    font-size: 30px;
    margin: 0 0 0 25px;
    position: relative;
    line-height: 38px;
}

.head-h2-wrap h2::before {
    background: #ff0137;
    position: absolute;
    left: -25px;
    top: 2px;
    width: 6px;
    height: 32px;
    content: "";
}

.head-h2-wrap span {
    font-size: 30px;
    margin: 0;
    font-family: 'Georgia';
    line-height: 38px;
}

.app-faq-wrap-list {
    margin: 0 auto 100px;
}

.app-faq-wrap-list li {
    border-bottom: 1px solid #e9e9e9;
}

.app-faq-wrap-list li .head {
    display: block;
    font: 24px/1.4 'Georgia';
    padding: 30px 60px 30px 0;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.app-faq-wrap-list li:last-child {
    border: none;
}

.app-faq-wrap-list li .faq-content-wrap p {
    font-size: 18px;
    margin: 0 0 40px 0;
}

.plusminus {
    font: 30px 'proxima_nova_alt_rgregular';
    line-height: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.plus {
    position: absolute;
    right: 40px;
    top: 50px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.plus:after {
    height: 14px;
    width: 2px;
    left: -7px;
    top: -1px;
    opacity: 1;
    transform: rotate(41deg);
}

.plus:before {
    width: 14px;
    height: 2px;
    transform: rotate(45deg);
    left: -13px;
    top: -5px;
}

.plus:before,
.plus:after {
    position: absolute;
    content: "";
    background: #000;
}

.active .plus {
    transform: rotate(90deg);
}

.app-faq-wrap-list li:last-child .head {
    padding-bottom: 0;
}

.app-faq-wrap-list li:last-child .head+.faq-content-wrap {
    margin: 30px 0 0;
}

.app-faq-wrap-list li:last-child p {
    margin-bottom: 0;
}


/* Accordian ends*/


/* Header dropdown */
.nav-wrapper .mad-drop-down {
    background: #fff;
    position: absolute;
    left: 13px;
    top: 32px;
    width: 250px;
    display: block;
    border-top: 12px solid #090909;
    opacity: 0;
    visibility: hidden;
    margin-top: 8px;
    box-shadow: 0px 5px 17px rgba(0,0,0,0.11);
    transition: .3s ease-in-out;
}
.nav-wrapper .mad-drop-panel:hover .mad-drop-down {
    opacity: 1;
    visibility: visible; 
}
.nav-wrapper li {
    position: relative;
}
.nav-wrapper .mad-drop-down li {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}
.nav-wrapper .mad-drop-down li:last-child {
    border-bottom: none;
}
.nav-wrapper .mad-drop-down li a {
    color: #090909;
    font-size: 16px;
    margin: 0;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}
.nav-wrapper .mad-drop-down li:not(.transparent-btn) a:before {
    content: none;
 }
.nav-wrapper .mad-drop-down li a:hover {
    background-color: #f0f0f0;
}
.nav-wrapper .mad-drop-down li a:hover .drop-arrow-right {
    right: 25px;
}
.nav-wrapper>ul>li.mad-drop-panel {
    margin-right: 20px;
}
.nav-wrapper>ul>li>a {
    padding: 8px 5px;
    display: block;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 0 10px;
}
.drop-arrow-right, .drop-btm-down {
    width: 20px;
    height: 18px;
    display: inline-block;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: 28px;
    transition: .3s ease-in-out;
}
.drop-arrow-right:before {
    position: absolute;
    content: "";
    background: #000;
    height: 2px;
    width: 21px;
    left: -1px;
    top: -1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.drop-arrow-right span, .drop-btm-down span {
    top: 7px;
    position: absolute;
    width: 9px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.drop-btm-down span {
    background-color: #fff;
    width: 10px;
}
.drop-btm-down {
    right: -20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: translate(0,-53%) rotate(0deg);
    top: 53%;
}
.drop-arrow-right span:last-of-type, .drop-btm-down span:last-of-type {
    right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.drop-btm-down span:last-of-type {
    right: 2px;
}
.drop-arrow-right span:first-of-type, .drop-btm-down span:first-of-type {
    left: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-wrapper.active .nav-wrapper .mad-drop-down {
    top: 33px;
    margin-top: 8px;
    border-top: 11px solid #090909; 
}
.nav-wrapper ul li.mad-drop-panel:not(.transparent-btn) a:before {
    content: none;
}




/* Header css ends here*/


/* Footer css starts */

.social-community-wrapper {
    background: #f4ffcc;
}

.social-media-wrapper {
    padding: 80px;
}


/* Social icons */

.social-media-wrapper .flex-space-betwn {
    align-items: center;
}

#social-wrapper {
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

#social-wrapper .social {
    padding-left: 0px;
}

.social li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
    transition: ease .3s;
}

.social li a {
    opacity: 0.9;
    display: block;
}

.social li a:hover {
    opacity: 1;
}


/* social Icons */

.heading2 span {
    color: #e8505b;
}

.social-community-wrap .heading2 {
    margin-bottom: 100px;
}

.social-community-wrap .heading2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    background: #000;
    width: 120px;
    height: 1px;
}

.follow_us span {
    display: block;
    color: #ff0137;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}

.footer-wrapper {
    background: #151214;
    padding: 85px 0 40px;
    float: left;
    width: 100%;
}

.footer-nav li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 18px;
}

.footer-nav {
    padding-bottom: 130px;
}

footer .heading3 {
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    padding: 0 0 20px 0;
}

.form-row input,
.form-row textarea {
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

.col2 {
    width: 420px;
}

.form-row button {
    background: #fff;
    color: #000;
    padding: 16px 80px;
    font-size: 18px;
    border-radius: 5px;
    margin: 5px 0 0;
}

.queries span {
    color: #7f7f7f;
    display: block;
    padding: 0 0 20px 0;
    font-size: 16px;
}

.queries a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1.1;
    margin: 0 0 40px 0;
}

.queries p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4
}

.form-row {
    margin-bottom: 40px;
}


/* Footer css ends here*/


/* Common css starts here */


/* Loader css starts here */


/* 
.loader-anim {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    top: 0;
} */

.common-btn button:before {
    background: #263238;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    content: "";
    z-index: 1;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

.common-btn button.active:before {
    width: 100%;
}

.thank-you {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.active .thank-you {
    opacity: 1;
    transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
}


/* Loader css ends here */

.hidden,
.over-hidden {
    overflow: hidden;
    padding-right: 17px;
}

.container {
    max-width: 1268px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main-wrapper {
    padding-top: 80px;
}

.flex-space-betwn {
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}

.flex-space-around {
    justify-content: space-around;
}

.flex-start {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.heading3 {
    font-family: 'Lora', serif;
    font-weight: 400;
    line-height: 1.5;
}

.heading3 {
    font-size: 26px;
}

.heading2 {
    font-family: 'Georgia';
    font-weight: 400;
    line-height: 1.5;
    font-size: 50px;
    position: relative;
}

.heading {
    font-family: 'Lora', serif;
    font-size: 58px;
    font-weight: 400;
}

.colored {
    color: #ff0137;
}

.subheading {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 20px 50px 0;
}

.heading2+.subheading,
.left-col .subheading,
.flex-space-betwn .subheading.right {
    color: #6e6e6e;
}

.common-btn a,
.common-btn button {
    display: inline-block;
    background: #fa5b63;
    color: #fff;
    text-transform: uppercase;
    padding: 23px 100px 25px 25px;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.inline-icon {
    position: absolute;
    right: 25px;
    top: 23px;
}

.inline-icon svg {
    display: inline-block;
    height: 15px;
    width: 16px;
}

.common-btn a:hover,
.common-btn button:hover {
    background: #263238;
}


/* Arrow Link */

.arrow-link a {
    color: #000;
    font-size: 16px;
    padding: 40px 0 0;
    text-transform: uppercase;
    display: inline-block;
}

.arrow-link a:hover {
    color: #ff0034;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}


/* Arrow Link ends*/

.default-heading {
    padding-left: 45px;
}

.default-heading .cricle {
    left: -45px;
}

.border-line {
    border-top: 1px solid #000;
    margin: 60px 0;
    position: relative;
}

.view-all {
    position: absolute;
    right: 0;
    top: 50%;
    background: #f6f8f9;
    transform: translate(0, -54%);
    -webkit-transform: translate(0, -54%);
    -moz-transform: translate(0, -54%);
    -ms-transform: translate(0, -54%);
    -o-transform: translate(0, -54%);
}

.view-all a {
    background: transparent;
    padding: 10px 25px 10px 25px;
    color: #ff0034;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.view-all a span {
    position: absolute;
    right: 0;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.view-all a:hover span {
    right: -5px
}

.border-line .view-all a span {
    top: 12px;
}

.border-line .view-all {
    top: -4px;
}

.border-heading {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 35px 0;
    position: relative;
    display: inline-block;
}

.border-heading:after {
    position: absolute;
    content: "";
    right: -90px;
    background: #000;
    width: 66px;
    height: 2px;
    top: 10px;
}

.cat-link a {
    color: #ff0137;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 30px;
}


/* Subscribe Form css starts here */

.form-subscription {
    background: #fff;
    padding: 65px 75px;
    box-shadow: 2px 3px 60px rgba(0, 0, 0, .11);
    border-radius: 7px;
    margin: 40px 0 120px;
}

.form-image-wrap {
    width: 30%;
    padding: 20px 0;
}

.form-right-wrapper {
    width: 65%;
}

.mad-originals {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.2;
    color: #3a3744;
    padding: 0 0 20px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ebebeb;
}

.form-subcontent p {
    color: #505050;
    font-size: 22px;
    margin: 0 0 20px;
}

.form-image-wrap img {
    max-width: 100%;
}

.form-subcontent p span {
    font-size: 27px;
    font-weight: 700;
}

.check-list span {
    color: #7c7c7c;
    line-height: 1.5;
    padding: 0 0 0 10px;
    font-weight: 500;
    font-size: 16px;
}

.check-list ul li {
    margin-right: 60px;
}

.check-list ul {
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
}

.form-newsletter {
    width: 45%;
}

.form-newsletter input {
    border-bottom: 1px solid #000;
    padding: 12px 0 16px 0;
    font-size: 18px;
    font-weight: 300;
    margin: 13px 0 0;
    width: 100%;
}

.common-btn {
    margin-right: 40px;
}

.form-newsletter input::-webkit-input-placeholder {
    color: #7b7b7b;
}

.form-newsletter input:-moz-placeholder {
    color: #7b7b7b;
    opacity: 1;
}

.form-newsletter input::-moz-placeholder {
    color: #7b7b7b;
    opacity: 1;
}

.form-newsletter input:-ms-input-placeholder {
    color: #7b7b7b;
}

.form-newsletter input::-ms-input-placeholder {
    color: #7b7b7b;
}

.form-newsletter input::placeholder {
    color: #7b7b7b;
}


/* checkbox css */

.contact-grid.attachfile input {
    height: 60px;
}

.check-list input[type="checkbox"] {
    margin: 0 10px 0 0;
    display: none;
    cursor: pointer;
}

.check-list .checkbox {
    position: relative;
    float: left;
}

.check-list .checkbox:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.check-list input[type="checkbox"]+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: scale(0) rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0) rotate(45deg);
    -moz-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    -o-transform: scale(0) rotate(45deg);
    cursor: pointer;
}

.check-list input[type="checkbox"]+label.active:after {
    opacity: 1;
    transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
}

.check-list>span {
    font-family: 'proxima_nova_alt_rgregular';
    padding: 4px 0 0 10px;
    float: left;
}

.check-list .checkbox.active:before {
    border: 1px solid #000;
    background: #000;
}

.check-list input[type="checkbox"]+label.active:after {
    opacity: 1;
    transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
}


/* checkbox css ends*/


/* Subscribe Form css ends here */

.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
    display: inline-block;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(224, 229, 230, 0.5);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    vertical-align: middle;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}

.cta:hover span {
    color: #fa5b63;
}

.cta:hover svg {
    stroke: #fa5b63;
}

.cta:hover:before {
    width: 100%;
    background: rgba(224, 229, 230, 0.6);
}

.cta:hover svg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
}

.flex_wrapper {
    flex-wrap: wrap;
    margin: -25px;
}

.blog-box {
    width: calc(100% / 3 - 50px);
    position: relative;
    top: 0;
    margin: 25px;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}

.blog-box .text-grid-wrap {
    width: 100%;
    padding: 10px 5px;
}

.text-grid-wrap .heading3 {
    font-size: 22px;
    padding: 15px 0 0;
    font-family: 'Georgia';
}

.margin-none {
    margin: 0;
}

.para {
    font-size: 22px;
    line-height: 1.5;
}

.cricle {
    position: absolute;
    left: -45px;
    top: 20px;
    width: 26px;
    height: 26px;
    background: #ff0137;
    border-radius: 50%;
}

.cricle:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -108px;
    background: #000;
    height: 119px;
    width: 1px;
    animation: anim-border 1s linear 0s infinite alternate;
    -webkit-animation: anim-border 2s linear 0s infinite alternate;
}


/* Common css ends here */


/* Header footer css ends here */

.image-wrap img {
    max-width: 100%;
}

.banner-text-box {
    background: #fff;
    padding: 65px 55px;
}

.mad-intro-wrapper {
    padding: 20px 0 70px;
}

.image-wrap {
    width: 49%;
    position: relative;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.loaded .image-wrap {
    opacity: 1;
    transition-delay: .15s;
}

.image-circle {
    position: absolute;
    content: "";
    right: 30px;
    bottom: -40px;
    border: 1px solid #a09ea4;
    border-radius: 50%;
    height: 102px;
    width: 102px;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    animation: orbit 20s linear infinite;
    -webkit-animation: orbit 20s linear infinite;
}

@keyframes orbit {
    from {
        -webkit-transform: rotate(400deg)
    }
    to {
        -webkit-transform: rotate(220deg)
    }
}

@-webkit-keyframes orbit {
    from {
        -webkit-transform: rotate(400deg)
    }
    to {
        -webkit-transform: rotate(220deg)
    }
}

.loaded .image-circle {
    opacity: 1;
    transition-delay: 1s;
}

.image-circle:before {
    position: absolute;
    content: "";
    left: -6px;
    top: 76px;
    background: #46dbc8;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.image-circle2 {
    position: absolute;
    content: "";
    right: 30px;
    bottom: -120px;
    border: 1px solid #a09ea4;
    border-radius: 50%;
    height: 114px;
    width: 114px;
    z-index: -1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    animation: orbit2 20s linear infinite;
    -webkit-animation: orbit2 20s linear infinite;
}

@keyframes orbit2 {
    from {
        -webkit-transform: rotate(-380deg)
    }
    to {
        -webkit-transform: rotate(-220deg)
    }
}

@-webkit-keyframes orbit2 {
    from {
        -webkit-transform: rotate(-380deg)
    }
    to {
        -webkit-transform: rotate(-220deg)
    }
}

.image-circle2:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 73px;
    background: #fa5d63;
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

.banner-text-box {
    background: #fff;
    padding: 65px 55px;
    box-shadow: 5px 5px 20px #f2f2f2;
    width: 49%;
    position: relative;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.loaded .banner-text-box {
    opacity: 1;
    transition-delay: .1s;
}

.circl1 {
    position: absolute;
    content: "";
    border: 5px solid #ebc853;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    right: -25px;
    top: -10px;
    z-index: -1;
    transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1);
    -webkit-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1);
    transition-delay: 0.32s;
    -webkit-transition-delay: 0.32s;
    opacity: 0;
}

.loaded .circl1 {
    opacity: 1;
    transition-delay: .7s;
}

.banner-text-box .flex-space-betwn {
    padding: 0 0 50px;
}

.banner-text-box .flex-space-betwn:last-child {
    padding: 0;
}

.flex-space-betwn>span {
    position: relative;
    width: 95px;
    text-align: center;
}

.flex-space-betwn>span:before {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.loaded .flex-space-betwn>span:before {
    opacity: 1;
    transition-delay: .5s;
}

.flex-space-betwn>span img {
    position: relative;
    z-index: 2;
}

.flex-space-betwn>span.colr1:before {
    background: #edca54;
    top: 10px;
    left: 1px;
}

.flex-space-betwn>span.colr2:before {
    background: #fa5d63;
    top: 7px;
    left: 0;
}

.flex-space-betwn>span.colr3:before {
    background: #47dbca;
    top: 18px;
    left: 0px;
}

.text-listing {
    padding: 6px 0 0 20px;
}

.text-listing .heading3 {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    transform: translateY(10px);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.loaded .text-listing .heading3 {
    opacity: 1;
    transform: translateY(0);
}

.text-listing span {
    padding: 20px 0;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.loaded .text-listing span {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.loaded .banner-text-box .flex-space-betwn .text-listing .heading3 {
    transition-delay: .3s;
}

.loaded .banner-text-box .flex-space-betwn .text-listing span {
    transition-delay: .4s;
}

.loaded .banner-text-box .flex-space-betwn+.flex-space-betwn .text-listing .heading3 {
    transition-delay: .6s;
}

.loaded .banner-text-box .flex-space-betwn+.flex-space-betwn .text-listing span {
    transition-delay: .7s;
}

.loaded .banner-text-box .flex-space-betwn+.flex-space-betwn+.flex-space-betwn .text-listing .heading3 {
    transition-delay: .9s;
}

.loaded .banner-text-box .flex-space-betwn+.flex-space-betwn+.flex-space-betwn .text-listing span {
    transition-delay: 1s;
}

.guide-reports-wrapper {
    background: #f6f8f9;
    padding: 60px 0 80px;
}

.image-wrapper,
.heading-wrapper {
    width: 50%;
    position: relative;
}

.image-wrapper img {
    text-align: center;
    display: block;
    max-width: 100%;
    padding: 0 0 80px 0;
}

.br-circle.heading2 {
    position: absolute;
    bottom: 0;
    left: 45px;
}

.plussign {
    position: absolute;
    right: 30px;
    bottom: 120px;
}

.plussign:before,
.plussign:after {
    position: absolute;
    content: "";
    background: #d6dfff;
}

.plussign:before {
    width: 22px;
    height: 2px;
    left: -11px;
    top: 10px;
}

.plussign:after {
    width: 2px;
    height: 22px;
    left: -1px;
}

.mad-text-wrap {
    position: absolute;
    padding: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.loaded .image-wrap .mad-text-wrap {
    opacity: 1;
    transition-delay: .8s;
}

.heading1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    padding: 0 0 10px 0;
}


/* .reveal-text,
.reveal-text::after {
animation-delay: var(--animation-delay, 2s);
animation-iteration-count: var(--iterations, 1);
animation-duration: var(--duration, 800ms);
animation-fill-mode: both;
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
} */

.reveal-text {
    /* --animation-delay: var(--delay, 0);
--animation-duration: var(--duration, 800ms);
--animation-iterations: var(--iterations, 1); */
    position: relative;
    font-size: 60px;
    animation-name: clip-text;
    color: #fff;
    white-space: nowrap;
    cursor: default;
    display: inline-block;
}

.reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0137;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
}

@keyframes clip-text {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes text-revealer {
    0%,
    50% {
        transform-origin: 0 50%;
    }
    60%,
    100% {
        transform-origin: 100% 50%;
    }
    60% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

.mad-text-wrap .mad-ln {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    padding: 0;
    width: 192px;
}

.mad-ln:before {
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: #fff;
    right: 0;
    left: 20px;
    top: 0;
    z-index: 2;
    transform: translate(0, -19px);
    -webkit-transform: translate(0, -19px);
    -moz-transform: translate(0, -19px);
    -ms-transform: translate(0, -19px);
    -o-transform: translate(0, -19px);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.loaded .mad-ln:before {
    width: 192px;
    transition-delay: 1.5s;
}

.mad-text-wrap .mad-ln+span {
    font-size: 28px;
    display: block;
    color: #fff;
    font-family: 'Lora', serif;
    line-height: 1.5;
    letter-spacing: .8px;
    padding: 0 50px 0 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.loaded .mad-text-wrap .mad-ln+span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}


/* Featured report */

.gray-bg {
    background: #eef0f1;
    justify-content: center;
    align-items: center;
    padding: 70px 40px;
}

.img-box img {
    max-width: 100%;
    box-shadow: 1px 3px 30px 3px rgba(0, 0, 0, .33);
}

.left-col {
    padding: 0 60px 0 0;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.right-col {
    width: 45%;
}

.logo-box {
    text-align: center;
}

.left-col .heading3 {
    font-size: 34px;
    font-family: 'Lora', serif;
    font-weight: 400;
    line-height: 1.4;
}

.reports-logo-wrapper {
    margin: 0px 0 60px;
}

.prev-release {
    padding: 70px 0 0;
}

.report-grid {
    background: #f3f3f3;
    padding: 25px 40px;
    width: 49%;
}

.image-left {
    padding: 0 25px 0 0;
}

.report-grid .heading3 {
    font-size: 20px;
    line-height: 1.6;
}

.text-right .cta {
    margin: 20px 0 0;
}

.report-grid .flex-space-betwn {
    align-items: center;
}

.featured-company-wrapper {
    padding: 60px 0;
}

.app-review-wrapper {
    padding: 50px 0;
}
.app-review-wrapper .text-grid-wrap .heading3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.top-apps-wrapper {
    padding: 0 0 50px;
}

.company-card>.flex-space-betwn {
    height: 250px;
    transition: ease-in-out .2s;
}

.featured-head-wrapper {
    width: 32%;
    background: #fff;
    border: 1px solid #f1f1f1;
    align-items: center;
    padding: 0 50px;
    position: relative;
}

.company-card>.flex-space-betwn:hover {
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .11);
}

.featured-head-wrapper.colr:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
}

.featured-head-wrapper.colr1:before {
    background: #47dbca;
}

.featured-head-wrapper.colr2:before {
    background: #ebe472;
}

.featured-grid-wrapper {
    background: #f8f8f8;
    width: 68%;
    align-items: center;
    padding: 0 60px;
}

.image-wrapper .image-wrapper-inner {
    justify-content: center;
}

.guide-reports-wrapper .image-wrapper .para {
    font-size: 18px;
}

.featured-grid-wrapper .flex-space-betwn {
    width: 100%;
}

.featured-logo {
    position: relative;
}

.featured-logo a {
    display: block;
    position: relative;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.featured-logo a:hover {
    color: #ff0137;
    transform: translate(0, -5px);
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.featured-logo figure {
    border: 1px solid #cacaca;
    height: 82px;
    width: 82px;
    margin: 0 auto;
}

.featured-logo figure img {
    width: 100%;
    height: 100%;
}

.featured-logo span {
    display: block;
    padding: 12px 0 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    max-width: 110px;
}

.company-card {
    margin-bottom: 30px;
}

.featured-company-wrapper .company-card+.company-card {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 90px;
    margin-bottom: 0;
}

.no-line .cricle:before {
    content: none;
}

.subheading.right {
    padding: 20px 0 0;
    width: 50%;
}

.subheading .view-all,
.subheading+.view-all {
    background: #fff;
}

.success-section .subheading+.view-all {
    background: #eef2f3
}

.success_tag {
    position: absolute;
    top: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    left: 55px;
    transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
}

.success_tag:before {
    position: absolute;
    content: "";
    left: -55px;
    background: #fff;
    width: 40px;
    height: 2px;
    top: 5px;
    transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
}

.image-grid-wrap>a:hover+span:before {
    width: 55px;
    left: -65px;
}

.image-grid-wrap>a:hover+.success_tag {
    left: 65px;
}

.subheading+.view-all {
    background: #fff;
}

.subheading.right .border-line {
    margin: 35px 0;
}

.top-apps-wrapper .subheading.right .border-line {
    margin: 35px 0 50px;
}

.blog-img {
    display: block;
}

.image-grid-wrap a {
    display: block;
}

.comp-logo-wrap figure {
    width: 45px;
    height: 45px;
}

.comp-logo-wrap figure img {
    width: 100%;
    border-radius: 50%;
}

.comp-logo-wrap+span {
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.image-grid-wrap {
    overflow: hidden;
    height: 248px;
}

.image-grid-wrap>a:hover {
    transform: scale(1.1);
}

.d_flex {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.text-grid-wrap .heading3 {
    font-size: 22px;
    padding: 15px 0 0;
    font-family: 'Georgia';
}

.latest-article-wrap .heading3 {
    font-family: 'Georgia';
    font-size: 32px;
}

.text-grid-wrap {
    padding: 10px 40px;
    width: calc(100% - 430px);
}

.app-review-wrapper .flex-space-betwn+.flex-space-betwn {
    padding-top: 30px;
}

.col-left {
    width: 65%;
}

.col-right {
    width: 30%;
}

.text-grid-wrap .d_flex {
    align-items: center;
    flex-wrap: nowrap;
}


/* Trending Apps css starts here */

.col-left>.d_flex {
    margin-bottom: 30px;
}

.latest-article-wrap {
    padding: 50px;
    background: #eaefff;
    overflow: hidden;
}

.latest-article-wrap .head-h2-wrap {
    position: relative;
}

.head-h2-wrap h3:before {
    background: #ff0000;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 3px;
}

.latest-article-wrap ul {
    padding: 80px 0 0;
    margin: 0;
}

.latest-article-wrap li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f3f3f3;
    float: left;
    width: 100%;
}

.latest-article-wrap li:last-child {
    padding: 0;
    border: none;
    margin: 0;
}

.latest-article-wrap li a {
    justify-content: space-between;
    align-items: center;
}

.latest-article-wrap li a>span {
    display: block;
    margin: 0 8px 0 0;
}

.trending_h {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.trending_p {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    padding: 4px 0;
}

.latest-article-wrap li .trending_apps {
    height: 40px;
    width: 40px;
    display: table-cell;
    background-size: 40px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: center;
    border: 1px solid #ece9e9;
    margin: 0;
}


/* Trending Apps css ends here */


/* Mobile Experts Club css starts here */

.expert_cta_wrapper {
    margin: 58px 0 0;
}

.expert_cta_wrapper .d_flex>span {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    display: block;
    line-height: 1.5;
}

.expert_cta a {
    background: #032846;
    color: #fff;
    padding: 20px 130px 20px 20px;
    margin: 20px 0;
    display: block;
    position: relative;
}

.new-anim-wrapper {
    margin: 0 0 0 15px;
}

.expert_cta a:before {
    background: url(../images/expert_cta_img.png)no-repeat;
    position: absolute;
    content: "";
    right: 30px;
    width: 101px;
    height: 93px;
    top: 28px;
}

.expert_cta span {
    color: #fff;
    display: block
}

.expert_cta_head {
    font-size: 20px;
    padding: 0 0 15px 0;
}

.expert_cta_para {
    font-size: 12px;
    line-height: 1.5;
}

.new-anim-wrapper .one {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.new-anim-wrapper .two {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.new-anim-wrapper .three {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}

.new-anim-wrapper span {
    background: #ff0000;
    color: #fff;
    width: 20px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
    animation-name: new-anim;
    -webkit-animation-name: new-anim;
    animation-duration: 1.7s;
    -webkit-animation-duration: 1.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

@keyframes new-anim {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes new-anim {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}


/* Mobile Experts Club css ends here */

.default-heading .cricle.pluss {
    position: absolute;
    left: -45px;
    top: 26px;
    background: none;
}

.cricle.pluss:before {
    width: 20px;
    height: 3px;
    top: 8px;
    left: auto;
}

.cricle.pluss:before,
.cricle.pluss:after {
    position: absolute;
    content: "";
    background: #ff0137;
    animation: none;
    -webkit-animation: none;
}

.cricle.pluss:after {
    height: 20px;
    width: 3px;
    left: 8px;
    top: 0px;
    opacity: 1;
}

.app-review-wrapper .default-heading+.flex-space-betwn {
    padding: 0 0 20px 0;
}

.after-dash {
    position: relative;
}

.after-dash:after {
    position: absolute;
    content: "";
    background: #000;
    width: 70px;
    height: 2px;
    top: 50%;
    right: -100px;
}

.interviews-wrapper .subheading .view-all,
.news-feed-wrapper .subheading .view-all {
    background: #eef2f3;
}

.interviews-wrapper {
    background: #eef2f3;
    padding: 60px 0;
}

.spotlight_content {
    padding: 50px 100px 50px 50px;
    position: relative;
}

.name_designation {
    color: #000;
    position: relative;
    margin: 0 0 70px 0;
}

.interviewer_name {
    font-size: 52px;
    font-family: 'Georgia';
    line-height: 1.3;
}

.margn_top {
    margin-top: 30px;
}

.interviewer_designation {
    font-size: 13px;
    text-align: left;
    color: #989494;
    font-weight: 600;
}

.spotlight_image.hoverd_img {
    overflow: hidden;
    position: relative;
}

.d_flex.margn_top {
    position: relative;
}

.d_flex.margn_top::before {
    position: absolute;
    content: "";
    background: url(../images/interview-bg.png) no-repeat;
    left: -60px;
    top: -60px;
    height: 100%;
    width: 100%;
}

.spotlight_image.hoverd_img>a {
    display: block
}

.spotlight_image.hoverd_img>a:hover {
    transform: scale(1.1);
}

.spotlight_image,
.spotlight_content {
    width: 50%;
    position: relative;
}

.spotlight_content {
    padding: 50px 120px 50px 40px;
    position: relative;
}

.spotlight_content .para {
    font-size: 22px;
    font-family: 'Lora', serif;
    position: relative;
    padding: 0 0 40px;
    line-height: 1.5;
}

.interviews-wrapper .spotlight_content .para:before {
    position: absolute;
    content: "";
    background: url(../images/quote-icon.png) no-repeat;
    height: 34px;
    width: 42px;
    left: -60px;
    top: -14px;
}

.interview-vert {
    position: absolute;
    top: 100px;
    right: 10px;
}

.interview-vert span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    transform: rotate(90deg);
    letter-spacing: .5px;
}

.interview-vert span:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 50px;
    left: -44px;
    top: -18px;
    width: 2px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@keyframes anim-border {
    0% {
        -webkit-transform: translate(0px, 5px);
    }
    100% {
        -webkit-transform: translate(0px, -10px);
    }
}

@-webkit-keyframes anim-border {
    0% {
        -webkit-transform: translate(0px, 5px);
    }
    100% {
        -webkit-transform: translate(0px, -10px);
    }
}

@-moz-keyframes anim-border {
    0% {
        -webkit-transform: rotate(90deg) translate(0px, 5px);
    }
    100% {
        -webkit-transform: rotate(90deg) translate(0px, -10px);
    }
}

.image-grid-wrap .spotlight_image figure {
    background-position: center;
    background-size: cover;
    width: 393px;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}

.image-grid-wrap .spotlight_image {
    width: 100%;
}

.blog-box .interviewer_name {
    font-size: 24px;
}

.hoverdcards .blog-box .text-grid-wrap {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #ececec;
}

.interviews-wrapper .interviewer_designation {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0 0;
    color: #6b6d6e;
}

.blog-box .cat-link a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 0 0 12px;
}

.interviews-wrapper .flex_wrapper,
.knowledge-base-wrapper .flex_wrapper {
    padding: 50px 0;
    margin: -30px;
}

.interviews-wrapper .blog-box,
.knowledge-base-wrapper .blog-box {
    width: calc(100% / 3 - 60px);
    margin: 30px;
}

.hoverdcards .blog-box:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .55);
    top: -10px;
}

.blog-box .text-grid-wrap .name_designation+.cat-link a {
    color: #000;
    font-weight: 400;
}

.blog-box:hover .text-grid-wrap .name_designation+.cat-link a {
    color: #ff0034;
}

.blog-box .text-grid-wrap .name_designation+.cat-link a span {
    opacity: 0;
}

.blog-box:hover .text-grid-wrap .name_designation+.cat-link a span {
    opacity: 1;
}

.success-section .cricle.pluss:before,
.success-section .cricle.pluss:after {
    background: #f8dd61;
    animation: none;
}

.success-section {
    padding: 20px 0 0;
}

.interviews-wrapper .success-section .blog-box .text-grid-wrap {
    background: none;
    padding: 10px;
}

.knowledge-base-wrapper .d_flex .spotlight_image {
    width: 773px;
}

.featured-yellowimg {
    background: url(../images/featuredimg.png)no-repeat;
    width: 121px;
    height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0 10px 18px;
    margin: 0;
    position: absolute;
    top: 30px;
    left: -18px;
    letter-spacing: 1px;
    font-size: 14px;
}

.knowledge-base-wrapper .spotlight_content {
    width: calc(100% - 773px);
    padding: 15px 15px 15px 40px;
}

.knowledge-base-wrapper .spotlight_content .para {
    font-size: 18px;
    padding: 0 0 40px;
    color: #6e6e6e;
    font-family: 'Muli', sans-serif;
}

.knowledge-base-wrapper .spotlight_content .cat-link a {
    font-size: 14px;
    padding: 0 0 20px;
}

.spotlight_content .heading3 {
    font-size: 28px;
    padding: 0 0 30px 0;
}

.blog-box .text-grid-wrap .cat-link a {
    color: #ff0137;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
}

.knowledge-base-wrapper .blog-box .text-grid-wrap {
    padding: 20px 5px;
}


/* Tabs */

.tabaction-wrap,
.tabaction-wrap-news {
    text-align: center;
    margin: 60px 0 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tab-list {
    width: calc(100% / 3);
}

.tab-list a {
    align-items: center;
    position: relative;
    background: #fbfbfb;
    padding: 20px 30px;
    color: #717171;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    width: 185px;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .11);
}

.tab-list a.active,
.tab-list a.active:hover {
    color: #fff;
    background: #000;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .66);
}

.tab-list a:hover {
    background: #fbfbfb;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .33);
}

.tabpane,
.tabpane-news {
    display: none;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}

.tabpane.open,
.tabpane-news.open {
    display: block;
}

.tabmenu-wrap {
    margin-top: 31px;
}

.knowledge-base-wrapper {
    padding: 60px 0;
}

.news-feed-box {
    background: #fff;
    margin: 15px;
    padding: 40px;
    width: calc(100% / 2 - 30px);
    border: 1px solid #ebebeb;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}

.news-feed-wrapper {
    background: #eef2f3;
    padding: 60px 0;
}

.news-feed-wrapper .tabmenu-wrap {
    margin-top: 40px;
}

.news-feed-wrapper .tab-list a {
    background: #f1f4f5;
}

.news-feed-wrapper .tab-list a.active,
.news-feed-wrapper .tab-list a:hover {
    background: #000;
    color: #fff;
}

.news-feed-box .text-grid-wrap {
    padding: 0;
    width: 100%;
}

.news-feed-box .text-grid-wrap .heading3 {
    font-size: 24px;
    padding: 0 0 30px 0;
}

.news-feed-box .cat-link a {
    padding: 0 0 20px;
    font-size: 14px;
}

.news-feed-box .text-grid-wrap .heading3+.cat-link a {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.news-feed-box:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .22);
}


/* tabs ends */

.blog-box .name_designation {
    margin: 0 0 30px 0;
}

.hoverdcards .blog-box:hover .cta:before,
.news-feed-box:hover .cta:before {
    width: 100%;
    background: rgba(224, 229, 230, 0.3);
}

.blog-box .cta:before {
    background: rgba(224, 229, 230, 0.3);
}


/* Home Page ends */


/* new Reports starts here */

.r-banner {
    position: relative;
}

.banner-text {
    position: absolute;
    bottom: 110px;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-left: 20px;
}

.r-banner img {
    max-width: 100%;
}

.about {
    padding: 50px 0;
}

.about .default-heading {
    width: 50%
}

.about .para {
    width: 50%
}

.madunder40 {
    color: #fa5d63;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}

.underfouty-listing .reportauthor-name {
    font-size: 40px;
    font-family: Lora, 'serif';
    position: relative;
    padding: 0 8px 0 0;
}

.underfouty-listing .reportauthor-name:before {
    position: absolute;
    content: "";
    width: 0;
    height: 10px;
    background: #47dbca;
    bottom: 6px;
    z-index: -1;
    left: -3px;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.underfouty-listing .click-list.active .reportauthor-name:before {
    width: 100%;
}

.underfouty-listing .reportauthor-desg {
    font-size: 22px;
    padding: 0 0 0 30px;
    display: inline-block;
    color: #6f6f6f;
}

.underfouty-listing-detail {
    padding: 60px 0;
}

.detl_left {
    width: 65%;
}

.click-list {
    cursor: pointer;
    color: #000;
    position: relative;
}

.click-wrapper {
    border-bottom: 2px solid #b6b6b6;
    padding: 30px 0;
    border-bottom: 2px solid #b6b6b6;
}

.underfouty-listing {
    position: relative;
}

.rotate-img {
    position: absolute;
    right: 0;
    top: -45px;
    z-index: -1;
}

.socialmedia-links .fa {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.socialmedia-links .fa-twitter {
    background: #00aeef;
    color: #fff;
}

.socialmedia-links .fa-twitter:hover {
    background: #5cd3ff;
}

.socialmedia-links .fa-linkedin {
    background: #007bb5;
    color: #fff;
}

.socialmedia-links .fa-linkedin:hover {
    background: #269ad2;
}

.socialmedia-links {
    padding: 40px 0 0;
}

.socialmedia-links span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.tabpane {
    display: none;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.tabpane.open {
    display: block;
}

.click-wrapper.active .tabpane.open {
    opacity: 0;
}

.hover-img {
    position: absolute;
    right: 0;
    top: -18px;
    z-index: 1;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.rotate-img.active {
    position: fixed;
    right: 317px;
}


/* Report cta css */

.report_cta_wrapper {
    background: #eeeff5;
    padding: 40px 100px;
    border-radius: 5px;
    margin: 50px 0;
}

.report_cta_wrapper .right-col {
    width: 31%;
}

.report_cta_wrapper .left-col {
    width: 50%;
    padding: 0 20px 0 0;
}

.report_cta_wrapper .subheading {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0 30px 0;
}

.report_cta_wrapper .reports-logo-wrapper {
    margin: 0 0 30px;
}

.report_cta_wrapper .left-col .heading3 {
    font-size: 34px;
    font-family: 'Lora', serif;
    font-weight: 400;
    line-height: 1.4;
}

.logo-box a img {
    border-radius: 50%;
    width: 100%;
    max-width: 80px;
}

.logo-box figure {
    border: 1px solid #000;
    border-radius: 50%;
    height: 82px;
    width: 82px;
    margin: 0 auto;
}

.logo-box span {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 1.7;
}

.logo-box a {
    display: block;
}

.cat-link span {
    padding: 0 0 0 6px;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
}

.cat-link a:hover span {
    padding-left: 12px;
}

/* Top Banner */

.cta40 {
    margin-top: 20px;
}
.cta-bg40 {
    background: url(../images/cta-bg40.png)no-repeat;
    position: relative;
    padding: 45px 50px 40px;
    overflow: hidden;
}
.cta-img40 {
    position: absolute;
    right: 40px;
    bottom: -4px;
    max-width: 400px;
    width: 100%;
}
.cta-img40 img {
    max-width: 100%;
}
.cta-banner-content {
    max-width: 590px;
}
.cta-h {
    font-family: 'Georgia';
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
}
.cta-h span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.cta-h span:before {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 9px;
    background: #22575b;
    content: "";
    z-index: -1;
}
.cta-h+span {
    color: #fa5d63;
    text-transform: uppercase;
    display: inline-block;
    padding: 35px 0 0;
    font-weight: 800;
}

/* Top Banner ends*/
.fastest__ctabg {
    background: url(../images/fastest__ctabg2.png) no-repeat;
    height: 195px;
    background-size: cover;
    background-position: center;
    box-shadow: 3px 6px 50px -4px #d4d4d4;
    margin-bottom: 10px;
}
.cta-h {
    position: relative;
}
.fastest__ctabg .cta-h:before {
    position: absolute;
    content: "";
    left: 0;
    top: -15px;
    background-color: #ff013e;
    height: 6px;
    width: 40px;
}
.fastest__ctabg .cta-h+span {
    color: #ff0137;
}


/* Header dropdown css */

.nav-wrapper .profile-btn ul li {
    position: relative;
    margin: 0;
}
.nav-wrapper .profile-btn ul li a {
    position: relative;
    padding: 11px 10px 8px 20px;
    color: #333;
    font-size: 14px;
}
.nav-wrapper .profile-btn li a:hover::before {
    content: none;
}
.nav-wrapper .profile-btn li.nav-dropdown>a {
    color: #fff;
}
.nav-wrapper .profile-btn ul li a span {
    line-height: 1.3;
    padding-right: 10px;
}
.nav-wrapper .nav-dropdown ul li a {
    padding: 20px 10px 20px 53px;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    /* margin: 0; */
}
.nav-wrapper .nav-dropdown ul li:last-child a {
    border-bottom: none;
}
/* .nav-dropdown ul li a:hover {
    background: #f2f2f2;
} */
.nav-dropdown ul li a img {
    position: absolute;
    left: 21px;
    top: 21px;
}
.nav-dropdown:hover ul, .header .nav-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s,0s,.3s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.nav-dropdown ul {
    width: 200px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.11);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 5px 14px rgb(0 0 0 / 11%);
    position: absolute;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
    transform: translateY(-2em);
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
}
.nav-wrapper .profile-btn li a {
    display: flex;
}
.nav-wrapper .profile-btn ul {
    display: block !important;
}
.nav-dropdown ul li a img {
    position: absolute;
    left: 21px;
    top: 21px;
}



.skills-matter {
    background: url(../images/skills-matter-bg.png) no-repeat;
    height: 250px;
    background-size: cover;
    background-position: center;
    box-shadow: 3px 6px 50px -4px #d4d4d4;
    margin-bottom: 10px;
    padding: 40px;
}
.skills-matter .cta-h {
    color: #FC0E37;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}
.comp-head3 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    padding: 10px 0 40px;
}
.comp-cta {
    background-color: #FC0E37;
    padding: 18px;
}
.comp-cta span {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    vertical-align: middle;
    color: #fff;
}
.comp-cta img {
    position: relative;
    top: 3px;
    margin-left: 25px;
    width: 30px;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.comp-cta:hover img {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}



/* Header dropdown css ends */
@media screen and (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1440px) {
    .banner-text-box .flex-space-betwn {
        padding: 0 0 40px;
    }
    .text-listing {
        padding: 0px 0 0 20px;
    }
    .text-listing span {
        padding: 10px 0;
        font-size: 16px;
    }
    .mad-text-wrap span {
        font-size: 24px;
        line-height: 1.4;
    }
    .image-wrapper img {
        width: 300px;
    }
    /* .img-box img {
width: 300px;
} */
    .logo-box a img {
        max-width: 70px;
    }
    .reports-logo-wrapper {
        margin: 0px 0 40px;
    }
    .report-grid .heading3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .featured-head-wrapper {
        padding: 0 40px;
    }
    .company-card>.flex-space-betwn {
        height: 230px;
    }
    .app-review-wrapper .col-left .image-grid-wrap figure {
        width: 333px !important;
    }
    .image-grid-wrap {
        height: 228px;
    }
    .image-grid-wrap figure {
        height: 228px !important
    }
    .text-grid-wrap {
        width: calc(100% - 380px);
    }
    .latest-article-wrap .heading3 {
        font-size: 28px;
    }
    .latest-article-wrap {
        padding: 30px;
    }
    .latest-article-wrap li .trending_apps {
        width: 50px;
    }
    .interviewer_name {
        font-size: 44px;
    }
    .spotlight_content .para {
        font-size: 18px;
    }
    .d_flex>.spotlight_image figure {
        height: 420px !important;
    }
    .blog-box .interviewer_name {
        font-size: 22px;
    }
    .interviews-wrapper .interviewer_designation {
        font-size: 14px;
    }
    .blog-box .name_designation {
        margin: 0 0 20px 0;
    }
    .interview-vert span {
        font-size: 10px;
    }
    .interview-vert {
        top: 97px;
    }
    .tab-list a {
        font-size: 12px;
        width: 170px;
    }
    .featured-yellowimg {
        padding: 10px 0 10px 18px;
        font-size: 12px;
        background-size: 110px;
    }
    .knowledge-base-wrapper .d_flex .spotlight_image {
        width: 650px;
    }
    .knowledge-base-wrapper .spotlight_content {
        width: calc(100% - 650px);
    }
    .knowledge-base-wrapper .spotlight_content .para {
        font-size: 18px;
    }
    .news-feed-box .text-grid-wrap .heading3 {
        font-size: 22px;
    }
    .expert_cta_wrapper {
        margin: 35px 0 0;
    }
    .expert_cta_head {
        font-size: 16px;
    }
    .expert_cta_para {
        font-size: 11px;
    }
    .expert_cta a:before {
        right: 20px;
        top: 18px;
    }
    .default-heading .cricle.pluss {
        top: 20px;
    }
    .mad-intro-wrapper {
        padding: 20px 0 50px;
    }
    .featured-logo figure {
        height: 70px;
        width: 70px;
    }
    .trending_p,
    .comp-logo-wrap+span {
        font-size: 12px;
    }
    .image-circle2 {
        height: 100px;
        width: 100px;
    }
    .image-circle2:before {
        right: 13px;
        height: 15px;
        width: 15px;
        top: 71px;
    }
    /* header footer media css starts here */
    .container {
        max-width: 1100px;
    }
    .heading3 {
        font-size: 22px;
    }
    .heading1 {
        font-size: 50px;
    }
    #nav-icon:after {
        font-size: 14px;
        left: 42px;
        top: -2px;
    }
    .heading {
        font-size: 46px;
    }
    .para {
        font-size: 18px;
    }
    .heading2 {
        font-size: 42px;
    }
    .view-all a,
    .cat-link a,
    .featured-logo span {
        font-size: 14px;
    }
    .left-col .heading3 {
        font-size: 30px;
    }
    .subheading {
        font-size: 18px;
        padding: 15px 15px 40px 0;
    }
    .border-heading {
        font-size: 16px;
    }
    .report-grid .heading3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .text-grid-wrap {
        width: calc(100% - 380px);
    }
    .text-grid-wrap .heading3 {
        font-size: 20px;
    }
    .mad-originals {
        font-size: 42px;
        padding: 0 0 15px;
        margin-bottom: 30px;
    }
    .form-subcontent p {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .latest-article-wrap .heading3 {
        font-size: 28px;
    }
    .form-subcontent p span {
        font-size: 24px;
    }
    .check-list span {
        line-height: 1.9;
        font-size: 14px;
    }
    .form-subscription .common-btn button {
        font-size: 14px;
    }
    .form-newsletter input {
        font-size: 16px;
        margin: 14px 0 0;
    }
    .interview-vert span {
        font-size: 10px;
    }
    .interview-vert {
        top: 97px;
    }
    .social li {
        margin-right: 20px;
    }
    .queries p {
        font-size: 16px;
        line-height: 1.6;
    }
    footer .heading3 {
        font-size: 20px;
    }
    .form-row button {
        padding: 16px 70px;
    }
    .footer-logo img {
        width: 100%;
    }
    .footer-logo {
        max-width: 280px;
    }
    .nav-block {
        padding: 0;
    }
    .nav-block a {
        padding: 18px 30px;
    }
    .nav-col {
        font-size: 18px;
    }
    .closed {
        top: 26px;
    }
    /* header footer media css ends here */
    .news-feed-box {padding: 30px 40px;}
    .news-feed-box .text-grid-wrap .heading3 {
        padding: 0 0 20px 0;
        font-size: 20px;
        min-height: 80px;
    }
    .tabaction-wrap, .tabaction-wrap-news {margin: 40px 0;}
    .left-col {width: 55%;}
    .right-col {width: 40%;}
    .gray-bg {padding: 40px;}
    .left-col .subheading {padding: 15px 15px 15px 0;}
}

@media screen and (max-width: 1365px) {
    #nav-icon:after {
        content: none;
    }
}