/* @import url('http://example.com/example_style.css'); */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/**
 * CSS @imports must be at the top of the file.
 * Add them above this section.
 */

/* ==========================================================================


   1. BASE STYLES


   ========================================================================== */


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --containerw: calc((100vw - 1440px) / 2);
}

html {
    font-size: 1rem;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container {
    float: none;
    max-width: 1390px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: none;
    color: #F68B56;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #F68B56;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #FCE620;
    text-shadow: none;
}

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


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    margin: 0 0 15px;
}

p:last-child {
    margin: 0;
}

small {}

strong {
    font-weight: 700;
}

em {}

cite {}

code {}

pre {}

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0 15px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}


h1 {
    font-size: 77px;
    line-height: 1.2;
}

h2 {
    font-size: 44px;
    line-height: 1.2;
}

h3 {
    font-size: 35px;
    line-height: 1.2;
}

h4 {
    font-size: 27px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.2;
}

h6 {
    font-size: 17px;
    line-height: 1.4;
}

/* Lists */
ul,
ol {}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}

ul.unstyled,
ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {}

blockquote p {}

blockquote small {}

blockquote small:before {}

q:before,
q:after,
blockquote:before,
blockquote:after {}


.cmn_padd {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cmn_padd_top {
    padding-top: 50px;
    padding-bottom: 0;
}

.cmn_padd_bottom {
    padding-bottom: 50px;
    padding-top: 0;
}

a.cmn_btn {
    font-size: 14px;
    font-weight: 400;
    background: #F68B56;
    display: inline-block;
    padding: 17px 30px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    position: relative;
    text-align: center;
    white-space: normal;
    z-index: 1;
    border: 1px solid #F68B56;
    border-radius: 5px;
}

a.cmn_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

a.cmn_btn.cmn_btn_blk {
    border-radius: 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}

a.cmn_btn.cmn_btn_blk:hover {
    background: #F68B56;
    color: #000;
    border-color: #000;
}


.ubhide {
    display: none;
}

.ubhidden_item {
    display: none !important;
}

.pg_cntwrap {
    color: #000;
}

/* ==========================================================================
   Header
   ========================================================================== */


header#mainheader {
    padding: 40px 0;
    min-height: 146px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.custom_header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.8s ease-in-out;
}

.custom_header.fixedh {
    top: -100px;
}

.custom_header .header_fixed {
    border-radius: 5px;
    background: #000;
    padding: 10px 25px;
}

.custom_header .header_fixed>.row {
    align-items: center;
}

.custom_header .header_fixed .hdright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hdr_btn a.cmn_btn {
    text-transform: capitalize;
}

.hdr_btn a.cmn_btn:hover {
    background: #fff;
    color: #F68B56;
}

/* .custom_header .header_fixed .hdright a.cmn_btn:hover {
    border-color: #fff;
} */
.custom_header .header_fixed .hdright .hdr_menu {
    padding-right: 50px;
}

.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper>li {
    display: inline-block;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px;
}

.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper>li>a {
    color: #fff;
}

.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper>li>a:hover,
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper>li.current-menu-item>a {
    color: #F68B56;
}


/*=== Social Icon ===*/

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

ul.social_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

ul.social_list li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #F68B56;
    background-color: #F68B56;
}

ul.social_list li a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

ul.social_list li:nth-child(1) a:hover {
    background-color: #1E4FAD;
    border-color: #1E4FAD;
}

ul.social_list li:nth-child(3) a:hover {
    background-color: #007AB5;
    border-color: #007AB5;
}

ul.social_list li:nth-child(2) a:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: #d6249f;
}

ul.social_list li:nth-child(4) a:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

/*== Header Trigger Css ==*/

.ct_logo_wrapper {
    position: relative;
}

.ct_logo_wrapper .hamburger {
    right: 0px;
    top: 50%;
    width: 30px;
    height: 26px;
    z-index: 9999;
    position: absolute;
    padding: 3px;
    cursor: pointer;
    transform: translateY(-50%);
}

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

.ct_logo_wrapper .hamburger>div {
    background: #fff;
    height: 4px;
    margin-bottom: 4px;
    float: left;
    width: 100%;
}

.menu_open .ct_logo_wrapper .hamburger {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    -moz-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    -ms-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    -o-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
}

.menu_open .ct_logo_wrapper .hamburger>div {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background: #fff;
}

.menu_open .ct_logo_wrapper .hamburger>div:nth-child(1),
.menu_open .ct_logo_wrapper .hamburger>div:nth-child(3) {
    float: right;
}

.menu_open .ct_logo_wrapper .hamburger:after {
    clear: both;
}

/* .menu_open .ct_logo_wrapper .hamburger > div:nth-child(1),
.menu_open .ct_logo_wrapper .hamburger > div:nth-child(3) {
    width: 90%;
} */
.menu_open .ct_logo_wrapper .hamburger>div:nth-child(1) {
    -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 4px);
    -moz-transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 4px);
    -ms-transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 4px);
    -o-transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 4px);
    transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 4px);
}

.menu_open .ct_logo_wrapper .hamburger>div:nth-child(2) {
    opacity: 0;
}

.menu_open .ct_logo_wrapper .hamburger>div:nth-child(3) {
    -webkit-transform: scale(1, 1) rotateZ(45deg) translate(-7px, -5px);
    -moz-transform: scale(1, 1) rotateZ(45deg) translate(-7px, -5px);
    -ms-transform: scale(1, 1) rotateZ(45deg) translate(-7px, -5px);
    -o-transform: scale(1, 1) rotateZ(45deg) translate(-7px, -5px);
    transform: scale(1, 1) rotateZ(45deg) translate(-7px, -5px);
}

.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper>li span.child-trigger {
    display: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */


footer.main_footer {
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 10;
}

/*=== Footer Top Css ===*/

footer.main_footer .footertop {
    padding: 55px 0;
}

.footer_logo {
    margin-bottom: 20px;
}

.fw_title h6 {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.foo_widgets .fcon_item {
    margin-bottom: 20px;
    color: #FFF;
    font-weight: 400;
    line-height: normal;
}

.foo_widgets .fcon_item a {
    color: #fff;
}

.foo_widgets .fcon_item a:hover {
    color: #F68B56;
}

.fmenu_item ul.footer-navigation-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fmenu_item ul.footer-navigation-wrapper li {
    display: block;
    margin-bottom: 3px;
}

.fmenu_item ul.footer-navigation-wrapper li:last-child {
    margin: 0;
}

.fmenu_item ul.footer-navigation-wrapper li a {
    color: #FFF;
    font-weight: 400;
    line-height: normal;
}

.fmenu_item ul.footer-navigation-wrapper li.current-menu-item a,
.fmenu_item ul.footer-navigation-wrapper li a:hover {
    color: #F68B56;
}

.fnewsform form.es_subscription_form .gjs-row {
    margin: 0 !important;
}

.fnewsform form.es_subscription_form input[type="text"],
.fnewsform form.es_subscription_form input[type="email"] {
    background: #fff;
    border-radius: 5px !important;
    height: 50px;
    color: #BBB;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.fnewsform form.es_subscription_form input[type="text"]:hover,
.fnewsform form.es_subscription_form input[type="email"]:hover,
.fnewsform form.es_subscription_form input[type="text"]:focus,
.fnewsform form.es_subscription_form input[type="email"]:focus {
    border: 1px solid #F68B56;
}

.fnewsform input[type="submit"] {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.fnewsform form.es_subscription_form input[type="text"]::-webkit-input-placeholder,
.fnewsform form.es_subscription_form input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BBB;
}

.fnewsform form.es_subscription_form input[type="text"]::-moz-placeholder,
.fnewsform form.es_subscription_form input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
}

.fnewsform form.es_subscription_form input[type="email"]:-ms-input-placeholder,
.fnewsform form.es_subscription_form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #BBB;
}

.fnewsform form.es_subscription_form input[type="email"]:-moz-placeholder,
.fnewsform form.es_subscription_form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #BBB;
}


/*=== Footer Copyright Css ===*/

.footer_copyright {
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0;
    text-align: center;
}


/*=== Free Demo Section Css ===*/

.ct_freedemo_block {
    border-radius: 5px;
    background: #F68B56;
    padding: 50px;
    text-align: center;
}

.ct_freedemo_block .fd_topcnt {
    margin-bottom: 40px;
}

.ct_freedemo_block .fd_topcnt h2 {
    font-weight: 600;
    line-height: normal;
}

.ct_freedemo_block .fd_topcnt p {
    font-weight: 400;
    line-height: normal;
}

.ct_freedemo_block .frd_btnwrap {
    margin-bottom: 25px;
}

.ct_freedemo_block .fd_bottomcnt {
    font-weight: 400;
    line-height: normal;
}

.ct_freedemo_block .fd_bottomcnt a {
    color: #000;
    text-decoration: underline;
}

.ct_freedemo_block .fd_bottomcnt a:hover {
    text-decoration: none;
}


/* ==========================================================================
   Forms
   ========================================================================== */






/* All Global Forms
   ========================================================================== */


/* Labels */

body label {
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}



/* One Line Inputs */


body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    padding: 15px 25px;
    height: auto;
    min-height: auto;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #FFF;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    color: #BBB;
    font-size: 14px;
    line-height: normal;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body textarea.form-control {
    height: 150px;
    resize: none;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #fff;
}

body select.form-control {
    appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    -webkit-appearance: auto;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #000;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}

body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}

body select:focus {}

/* Multiple Selection Inputs */

body input[type="radio"] {}

body input[type="checkbox"] {}





/* Placeholder Text */
.form-control::-webkit-input-placeholder {
    /* Webkit Browsers */
    color: #c8c8c8 !important;
    opacity: 1;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #c8c8c8 !important;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c8c8c8 !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* IE10 */
    color: #c8c8c8 !important;
    opacity: 1;
}



/* ==========================================================================
   Buttons
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

.alm-btn-wrap button.blogload_more,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #F68B56;
    border-radius: 5px;
    width: auto;
    padding: 14px 50px 15px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    text-transform: uppercase;
    border: 1px solid #F68B56;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.alm-btn-wrap button.blogload_more:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background: #000;
    color: #fff;
    border-color: #F68B56;
}

.alm-btn-wrap button.blogload_more:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background: #000;
    color: #fff;
    border-color: #F68B56;
}

.alm-btn-wrap button.blogload_more {
    display: inline-block;
    background: #38B6FF !important;
    font-size: 1.125rem;
}

.alm-btn-wrap button.blogload_more:hover {
    background: #145CA4 !important;
}


.wpcf7-not-valid-tip {
    position: relative;
    top: -12px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 none;
    color: #f00;
    margin: 20px 0 30px;
    padding: 0;
}



/*===== Home Page Css =====*/



.toptitle {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.toptitle .title_wrap {
    position: relative;
    margin-bottom: 0;
}

.toptitle .title_wrap .tline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.toptitle h2 {
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
    padding-bottom: 45px;
}

.toptitle.toptitle_white h2 {
    color: #fff;
}

.toptitle h2 strong {
    color: #F68B56;
    font-weight: 600;
}

.toptitle p {
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

/*== Banner Section Css ==*/


.main_hbanner {
    padding: 25px 0 90px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 10;
}

body.casestudy-template .main_hbanner {
    padding-top: 150px;
}

.main_hbanner .banner_caption {
    max-width: 890px;
    margin: 0 auto;
}

.main_hbanner .banner_caption h5 {
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

.main_hbanner .banner_caption h1 {
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 35px;
}

.main_hbanner .banner_caption h1 strong {
    color: #F68B56;
}

.main_hbanner .banner_caption p {
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

/*== Certification Section Css ==*/

.certification_sec {
    position: relative;
    z-index: 10;
    background: #fff;
}

.certification_sec .cer_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.certification_sec .cer_inner .certitle {
    width: 160px;
}

.certification_sec .cer_inner .cerlogo {
    width: calc(100% - 160px);
    padding-left: 65px;
    border-left: 1px solid #D9D9D9;
    position: relative;
}

.certification_sec .cer_inner .certitle h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.certification_sec .cer_inner .cerlogo .ceritem {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.certification_sec .cer_inner .cerlogo .ceritem img.clogo {
    width: auto;
    display: block;
}

.certification_sec .cer_inner .cerlogo .c-logos_gradient {
    z-index: 5;
    min-height: 100%;
    min-width: 22em;
    background-image: linear-gradient(to right, rgba(255, 250, 239, 0), #fff);
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 59em;
    right: 0%;
}

/*== About Section Css ==*/

.dr_aboutsec {
    background: #fff;
    padding: 75px 0 10px;
    position: relative;
    z-index: 10;
}

.dr_aboutsec .drab_cnt h2 {
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.dr_aboutsec .drab_cnt .abtitle {
    position: relative;
}

.dr_aboutsec .drab_cnt .abtitle .video_arr {
    position: absolute;
    right: 0;
    bottom: -110px;
}

.dr_aboutsec .drab_cnt p {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.dr_aboutsec .drab_cnt a.cmn_btn {
    padding: 15px 50px;
}

.dr_aboutsec .video_sec {
    position: relative;
    padding-left: 30px;
}

.dr_aboutsec .video_sec:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 10px;
    background: #F68B56;
    height: 105px;
    width: 105px;
}

.dr_aboutsec .video_sec:before {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    background: #F68B56;
    height: 105px;
    width: 105px;
}

.dr_aboutsec .video_item {
    height: 460px;
    overflow: hidden;
    position: relative;
    margin: 0px 0 45px;
    z-index: 1;
    background: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

/* .dr_aboutsec .video_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(26 26 26 / 40%);
    z-index: 1;
} */
.dr_aboutsec .video_item img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center center;
    transition: 0.3s ease-in-out;
    transform: scale(1);
    position: relative;
    z-index: 1;
}

.dr_aboutsec .video_item:hover img {
    transform: scale(1.1);
}

.dr_aboutsec .video_item .video_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.dr_aboutsec .video_item video#video_secvid {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.play_cion {
    width: 100px;
    height: 100px;
    background: rgba(255 255 255 / 40%);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.5s ease-in-out;
}

.dr_aboutsec .video_item .play_cion.activebtn {
    opacity: 0;
}

.dr_aboutsec .video_item:hover .play_cion.activebtn {
    opacity: 1;
}

.play_cion:hover {
    color: #000;
}


/*

.play_cion::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 25px solid #000;
	z-index: 100;
	-webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}*/
.play_cion:hover:after {
    border-left: 25px solid #F68B56;
}

.play_cion:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .40);
    top: -25%;
    left: -25%;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.80), 0px 0px 25px 10px rgba(255, 255, 255, 0.80);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.80), 0px 0px 25px 10px rgba(255, 255, 255, 0.80);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}



/*== Service Section Css ==*/

.dr_service_section {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.service_item_inn {
    border: 1px solid #000;
    padding: 25px;
    position: relative;
    margin-bottom: 25px;
    min-height: 265px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.service_item_inn .service_cnt {
    position: relative;
    z-index: 2;
    width: 100%;
}

.service_item_inn .service_cnt h4 {
    font-weight: 600;
    line-height: normal;
}

.service_item_inn .service_cnt h4 a {
    color: #000;
}

.service_item_inn .service_cnt h4 a:hover {
    color: #F68B56;
}

.service_item_inn .service_cnt .cnt {
    margin-bottom: 15px;
}

.service_item_inn .service_cnt .cnt p {
    font-weight: 400;
    line-height: normal;
}

.service_item_inn .service_cnt .btn_icon_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* .service_item_inn .service_cnt .btn_icon_wrap img.clogo {
    max-height: 45px;
} */
.service_item_hf .service_item_inn svg {
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 70%;
}

.home_serviceiems .service_item_tf .service_item_inn svg {
    width: 250px;
    height: 100%;
}

.home_serviceiems .service_item_hf .service_item_inn svg {
    height: 100%;
    width: auto;
}

.service_item_inn svg {
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.service_item_hf .service_item_inn svg {
    top: 4px;
    height: 100%;
    width: 70%;
    opacity: 0;
}

.service_item_tf .service_item_inn svg {
    top: 90px;
    height: calc(100% - 90px);
    width: 70%;
    opacity: 0;
}

.service_item_tf .service_item_inn:hover svg,
.service_item_hf .service_item_inn:hover svg {
    opacity: 1;
}

.service_item_inn a.cmn_btn:hover,
.service_item_inn:hover a.cmn_btn {
    background: #000;
    color: #fff;
}

/*== Casestudy and Review Section ==*/

.dr_review_cstudy_section {
    background: #FFF4EF;
    position: relative;
    z-index: 10;
}

.review_cstudy_item {
    border: 1px solid #000;
    background: #FFF4EF;
    margin-bottom: 25px;
    padding: 25px 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.review_cstudy_item.cstudy_itemt2 .c_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.review_cstudy_item.cstudy_itemt2 .c_inner .c_img {
    width: 280px;
    padding-right: 20px;
}

.review_cstudy_item.cstudy_itemt2 .c_inner .c_cnt {
    width: calc(100% - 280px);
    padding-left: 25px;
    padding-top: 0;
    border-left: 1px solid #F9E3D9;
    display: block;
}

.review_cstudy_item.cstudy_item .c_inner .c_cnt p {
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.review_cstudy_item.cstudy_itemt2 .c_inner .c_cnt .c_cnt_item:not(:last-child) {
    margin-bottom: 25px;
}

.review_cstudy_item.cstudy_item .c_inner .c_cnt p strong {
    display: block;
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
}

.review_cstudy_item.cstudy_item_b {
    background: #000;
}

.review_cstudy_item.cstudy_item_b a {
    color: #fff;
}

.review_cstudy_item.cstudy_item .c_img {
    color: #F33;
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #F9E3D9;
}

.review_cstudy_item.cstudy_itemt2 .c_img {
    padding-bottom: 0;
    border: 0 none;
}

.review_cstudy_item.cstudy_item .c_cnt {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review_cstudy_item .c_cnt .c_cnt_item:not(:last-child) {
    margin-right: 50px;
}

.review_cstudy_item.cstudy_item_b .c_inner .c_cnt p {
    color: #fff;
    font-weight: 400;
    line-height: normal;
}

.review_cstudy_item.cstudy_item_w {
    background: #fff;
}

.review_cstudy_item.review_item .title_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.review_cstudy_item.review_item .title_logo_wrap .rtitle_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_cstudy_item.review_item .title_logo_wrap .rtitle_wrap .rcircle {
    background: #F68B56;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-right: 15px;
}

.review_cstudy_item.review_item .title_logo_wrap .rtitle_wrap h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.review_cstudy_item.review_item .r_cnt {
    margin-bottom: 20px;
    position: relative;
}

.review_cstudy_item.review_item .r_cnt p {
    position: relative;
    z-index: 1;
}

.review_cstudy_item.review_item .r_cnt:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 35px;
    width: 41px;
    background: url(../images/quote-pl.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.review_cstudy_item.review_item .r_cnt:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 41px;
    background-image: url(../images/quote-pr.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.review_cstudy_item.review_item.review_item_w .r_cnt:before {
    background-image: url(../images/quote-ll.png);
}

.review_cstudy_item.review_item.review_item_w .r_cnt:after {
    background-image: url(../images/quote-lr.png);
}

.review_cstudy_item.review_item.review_item_b .r_cnt:before {
    background-image: url(../images/quote-dl.png);
}

.review_cstudy_item.review_item.review_item_b .r_cnt:after {
    background-image: url(../images/quote-dr.png);
}

.review_cstudy_item.review_item .r_cnt p {
    font-weight: 400;
    line-height: normal;
}

.review_cstudy_item.review_item.review_item_w {
    background: #fff;
}

.review_cstudy_item.review_item.review_item_b {
    background: #000;
    color: #fff;
}

.review_cstudy_item .rmor_casestudy {
    padding-top: 25px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.review_cstudy_item a.csrmore:hover {
    color: #000;
}

.review_cstudy_item.cstudy_item_b a.csrmore:hover {
    color: #F68B56;
}

/*== Expert Section Css ==*/

.dr_expert_section {
    position: relative;
    z-index: 10;
    background: #fff;
}

.dr_expert_section .dr_expert_item_wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.dr_expert_section .dr_expert_item_wrap .expert_item_inn {
    padding: 0 15px;
    margin-bottom: 30px;
}

.dr_expert_section .expert_item_inn .expert_fimge {
    overflow: hidden;
    height: 365px;
    width: 100%;
    position: relative;
}

.dr_expert_section .expert_item_inn .expert_fimge img {
    width: 100%;
    height: 365px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.dr_expert_section .expert_item_inn:hover .expert_fimge img {
    transform: scale(1.2);
}

.dr_expert_section .expert_item_inn .expert_fimge a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(246 139 86 /70%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.dr_expert_section .expert_item_inn .expert_fimge a {
    display: block;
    position: relative;
}

.dr_expert_section .expert_item_inn:hover .expert_fimge a:before {
    opacity: 1;
}

.dr_expert_section .expert_item_inn .bottom_cnt {
    padding: 20px 0;
}

.dr_expert_section .expert_item_inn .bottom_cnt .extime {
    margin-bottom: 5px;
    color: #000;
    font-size: 12px;
    line-height: normal;
}

.dr_expert_section .expert_item_inn .bottom_cnt h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.dr_expert_section .expert_item_inn .bottom_cnt h4 a {
    color: #000;
}

.dr_expert_section .expert_item_inn:hover .bottom_cnt h4 a {
    color: #F68B56;
}

.dr_expert_section .expert_item_inn .bottom_cnt .cnt {
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.dr_expert_section .expert_item_inn .bottom_cnt a.explink {
    color: #F68B56;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.dr_expert_section .expert_item_inn .bottom_cnt a.explink:hover {
    color: #000;
}

.dr_expert_section .expert_item_inn .bottom_cnt a.explink svg {
    stroke: #F68B56;
    transition: all 0.5s ease-in-out;
}

.dr_expert_section .expert_item_inn .bottom_cnt a.explink:hover svg {
    stroke: #000;
}

/*== Timeline Section Css ==*/

.c-section.cc-timeline.timeline_mainsec .toptitle.toptitle_white {
    background: #000;
    position: relative;
    z-index: 2;
    padding-left: 3em;
    padding-right: 3em;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.timeline_wrap {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

/* .c-section {
    width: 96%;
    max-width: 1350px;
    border-radius: 0.52em;
    margin-left: auto;
    margin-right: auto;
} */
.c-container {
    grid-column-gap: 6em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 3em;
    display: grid;
}

.c-container.main_timeline .c-timeline {
    grid-area: span 1/span 2/span 1/span 2;
}

/* The .c-timeline_progress-bar is position:fixed so it appears to travel down
   the timeline as you scroll. JS (IntersectionObserver, see functions.php)
   adds .dr-timeline-hidden whenever the timeline container leaves the viewport
   so the fixed bar can't bleed into the sections above/below it. */
.c-container.cc-bg_black.main_timeline.dr-timeline-hidden .c-timeline_progress-bar {
    opacity: 0;
    visibility: hidden;
}

.cc-bg_black {
    background-color: #000;
    color: #fff;
}

.cc-border_radius-tlr {
    border-top-left-radius: 0.52em;
    border-top-right-radius: 0.52em;
}

.c-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.c-wrap.top_title {
    grid-area: span 1/span 2/span 1/span 2;
    justify-self: center;
}

.cc-text_orange {
    color: #3bff90;
}

.c-timeline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.c-timeline_progress {
    width: 0.21em;
    height: 100%;
    background-color: #D9D9D9;
    position: absolute;
}

.c-timeline_progress-bar {
    z-index: 1;
    width: 3px;
    height: 50vh;
    background-color: #F68B56;
    position: fixed;
    top: 0;
    bottom: 50vh;
    left: auto;
    right: auto;
}

.c-timeline_item {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 8em;
    padding-bottom: 8em;
    display: grid;
    position: relative;
}

.c-wrap.cc-align_end {
    align-items: flex-end;
}

.c-wrap.cc-timeline_item {
    grid-column-gap: 0.3em;
    grid-row-gap: 0.3em;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
}

.c-wrap.cc-align_center {
    text-align: center;
    align-items: center;
}

.timeline_circle {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 8px #000;
    background-color: #F68B56;
    border-radius: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline_circle .c-text {
    color: #FFF;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
}

.main_timeline .c-wrap.cc-timeline_item h4.c-text_l {
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    text-align: right;
}

.main_timeline .c-card {
    z-index: 0;
    /* width: 100%; */
    height: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #fff;
    color: #000;
    border-radius: 7px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 35px;
    display: flex;
    position: relative;
}

.main_timeline .c-card:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}

.main_timeline .c-card p {
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.c-card.cc-justify_start {
    justify-content: flex-start;
}

.c-timeline_fade-top {
    z-index: 1;
    width: 100%;
    height: 8em;
    background-image: linear-gradient(#000, rgba(10, 10, 10, 0));
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.c-timeline_fade-bottom {
    z-index: 1;
    width: 100%;
    height: 8em;
    background-image: linear-gradient(rgba(10, 10, 10, 0), #0a0a0a);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
}


/*== Our Feature Section Css ==*/

.dr_features_sec {
    background: #fff;
    position: relative;
    z-index: 10;
}

.dr_feature_item_inn {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.grid-sizer {
    width: 50%;
}

.dr_feature_item .dr_item {
    padding: 0 10px;
}

.dr_feature_item .finn {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 25px;
    margin-bottom: 25px;
    cursor: pointer;
}

.dr_feature_item .finn .ftitle_img {
    padding-right: 70px;
    position: relative;
}

.dr_feature_item .finn .ftitle_img span.trigger_ic {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.dr_feature_item .finn .ftitle_img .timg {
    margin-bottom: 10px;
}

.dr_feature_item .finn .ftitle_img h4 {
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
    transition: all 0.5s ease-in-out;
}

.dr_feature_item.active_fitem .finn .ftitle_img h4,
.dr_feature_item:hover .finn .ftitle_img h4 {
    color: #F68B56;
}

.dr_feature_item .finn p {
    font-weight: 400;
    line-height: normal;
}

.dr_feature_item:hover .finn .ftitle_img span.trigger_ic svg {
    color: #F68B56;
    fill: #F68B56;
}

.dr_feature_item:hover .finn .ftitle_img span.trigger_ic svg path {
    color: #F68B56;
    fill: #F68B56;
    stroke: #F68B56;
}

.dr_feature_item .finn .fi_cnt {
    display: none;
}


/*== Specification Section Css ==*/

.specification_sec {
    background: #FFF4EF;
    position: relative;
    z-index: 10;
}

.spec_table table.table {
    background: transparent;
}

.spec_table table.table tr th,
.spec_table table.table tr td {
    background: transparent;
    padding: 15px 5px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border-color: #F9E3D9;
}

.spec_table table.table tr th:first-child,
.spec_table table.table tr td:first-child {
    text-align: left;
}

/*===== About Page Css =====*/


/*== Companies Section Css ==*/

.dr_companies_sec {
    background: #FFF4EF;
}

.dr_companies_sec .companies_item_inn {
    background: #FFF8F5;
    padding: 35px 50px;
    margin-bottom: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.dr_companies_sec .companies_item_inn .company_logo {
    margin-bottom: 15px;
    min-height: 60px;
}

.dr_companies_sec .companies_item_inn .company_logo img.cmlogo {
    max-height: 60px;
}

.dr_companies_sec .companies_item_inn .cmp_des {
    margin-bottom: 30px;
    min-height: 80px;
}

.dr_companies_sec .companies_item_inn .cmp_des p {
    font-weight: 400;
    line-height: normal;
}

/*== Team Section Css ==*/


.dr_team_section .team_item_inn {
    text-align: center;
    margin-bottom: 50px;
}

.dr_team_section .team_item:nth-last-child(1) .team_item_inn,
.dr_team_section .team_item:nth-last-child(2) .team_item_inn,
.dr_team_section .team_item:nth-last-child(3) .team_item_inn {
    margin: 0;
}

.dr_team_section .team_item_inn .teamm_imge {
    margin-bottom: 20px;
}

.dr_team_section .team_item_inn .teamm_imge img {
    height: 170px;
    width: 170px;
    object-fit: cover;
    object-position: center top;
    border-radius: 100%;
}

.dr_team_section .team_item_inn .bottom_cnt h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.dr_team_section .team_item_inn .bottom_cnt p {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.dr_team_section .dr_team_item_wrap {
    max-width: 800px;
    margin: 0 auto;
}

/*== Founder Message Section css ==*/

.founders_msg_blk {
    background: #000;
    color: #fff;
    padding: 70px 135px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.founders_msg_blk .founders_msg {
    margin-bottom: 60px;
    position: relative;
}

.founders_msg_blk .founders_msg:before {
    content: "";
    position: absolute;
    left: -55px;
    top: 0;
    height: 35px;
    width: 41px;
    background: url(../images/quote-dl.png);
    background-size: cover;
}

.founders_msg_blk .founders_msg:after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 15px;
    height: 35px;
    width: 41px;
    background: url(../images/quote-dr.png);
    background-size: cover;
}

.founders_msg_blk .founders_msg h4 {
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.founders_msg_blk .founders_msg p {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.founders_msg_blk .founder_namedes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.founders_msg_blk .founder_namedes .fnd_wrap {
    display: flex;
    align-items: center;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #D9D9D9;
}

.founders_msg_blk .founder_namedes .fnd_wrap .founder_img {
    margin-right: 15px;
}

.founders_msg_blk .founder_namedes .fnd_wrap .founder_img img {
    height: 75px;
    width: 75px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
}

.founders_msg_blk .founder_namedes .fnd_wrap .founder_nd {
    color: #FFF;
    font-size: 15px;
    line-height: normal;
}

.founders_msg_blk .founder_namedes .fnd_wrap .founder_nd p.foundername {
    margin: 0;
    font-weight: 600;
}

.founders_msg_blk .founder_namedes .fnd_wrap .founder_nd p {
    margin: 0;
}

.founders_msg_blk a.cmn_btn:hover {
    border: 1px solid #fff;
}



/****************** cs css **************************/

.banner_caption .cs_logo {
    margin-bottom: 30px;
}

.count_circle {
    width: 84px;
    height: 84px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.count_content {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    width: 80%;
    padding: 0px 40px 0px 15px;
}

.count_content_box {
    display: flex;
    justify-content: space-between;
}

.row.cs_chart {
    padding-top: 110px;
}

.cs_overviews_sec {
    background: #FFF4EF;
    position: relative;
    z-index: 10;
}

.cs_overviews_item_wrap .row {
    justify-content: space-between;
}

.overviews_item {
    width: 48%;
}

.cs_overviews_sec .overviews_item_inn {
    background: #FFF8F5;
    padding: 35px 50px;
    margin-bottom: 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.cs_overviews_sec .overviews_item:last-child .overviews_item_inn {
    margin-bottom: 0px;
    height: 100%;
}

.cs_overviews_sec .overviews_item:first-child .overviews_item_inn:last-child {
    margin-bottom: 0px;
}

.overviews_des h5 {
    color: #000;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 12px 0px;
}

.cs_testimonail_msg_sec {
    margin-top: -170px;
    position: relative;
    z-index: 10;
}

.testimonail_msg_blk {
    background: #000;
    padding: 50px 65px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.testimonail_msg_blk .testimonail_msg p {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonail_msg_blk .testimonail_namedes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonail_msg_blk .testimonail_namedes .fnd_wrap {
    display: flex;
    align-items: center;
}

.testimonail_msg_blk .testimonail_namedes .fnd_wrap .founder_img {
    margin-right: 30px;
}

.testimonail_msg_blk .testimonail_namedes .fnd_wrap .founder_img img {
    height: 92px;
    width: 92px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
}

.testimonail_msg_blk .testimonail_namedes .fnd_wrap .founder_nd {
    color: #FFF;
    font-size: 15px;
    line-height: normal;
}

.testimonail_msg_blk .testimonail_namedes .fnd_wrap .founder_nd p.foundername {
    margin: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonail_msg_blk p.founder_des {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonail_msg {
    margin-bottom: 30px;
}

.space_div {
    padding: 65px 0px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.single-casestudy .toptitle {
    margin-bottom: 0;
}

.para_space {
    padding: 25px 0px;
    background: #000;
}

.cs_results_sec {
    background: #FFF4EF;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.count_no {
    color: #F68B56;
    font-family: Poppins;
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.count_no {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.results_des p {
    font-weight: 400;
}

.results_item {
    padding: 0px 30px;
}

.cs_results_item_wrap .row {
    margin: 0px -30px;
}

.cs_results_item_wrap {
    padding: 30px 0px;
}

.ct_freedemo_block p a {
    color: #000;
    text-decoration-line: underline;
}

.ct_freedemo_sec,
.related_cs_sec {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.related_cs_item_wrap .row {
    margin: 0px -22px;
}

.related_cs_box {
    padding: 0px 22px;
}

.related_cs_box_inner {
    border: 1px solid #F68B56;
    height: 100%;
}

.rcs_image img {
    max-height: 339px;
}

.rcs_content {
    border-top: none;
    padding: 35px;
}

.rcs_content ul {
    padding: 0;
    margin: 0 0 20px;
}

.rcs_content ul li {
    list-style: none;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    margin: 0px 20px 10px 0px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.cs_logo {
    margin-bottom: 20px;
}


.rcs_content .row {
    margin: 25px 0px;
    border-top: 1px solid #D3D3D3;
    justify-content: space-between;
    padding: 10px 0px;
    min-height: 165px;
}

.rcs_content .count_no {
    color: #F68B56;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    padding-bottom: 0;
    margin: 0;
    border: none;
}

.rcs_content .results_des p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rcs_content .row .col-md-6 {
    padding: 0;
    width: 42%;
}

.rcs_content a.cmn_btn.cmn_btn_blk {
    border-radius: 5px;
    background: #F68B56;
    border: 1px solid #F68B56;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 60px;
}

.rcs_content a.cmn_btn.cmn_btn_blk:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.related_cs_item_wrap {
    margin-top: 45px;
}

.rcs_content ul li a {
    display: block;
    color: #000;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}

.rcs_content ul li a:hover {
    background-color: #F68B56;
    border: 1px solid #F68B56;
    color: #fff;
}

.cs_overviews_item_wrap {
    padding: 30px 0;
}

.cs_pink {
    padding: 100px 0;
    background: #FFF4EF;
    position: relative;
    z-index: 10;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    padding: 20px 0px 10px;
    background: #000;
    width: 265px;
    display: none;
}

ul.sub-menu li {
    list-style: none;
    padding: 5px 0px;
}

.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper>li ul.sub-menu li.current-menu-item>a {
    color: #F68B56;
}

button.sub-menu-toggle {
    display: none;
}

li.current-menu-parent,
li.menu-item-has-children {
    position: relative;
}

li.current-menu-parent:hover ul.sub-menu,
li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    padding: 0px 20px;
    color: #fff;
}

ul.sub-menu li a:hover {
    color: #F68B56;
}

/* .dr_team_section .team_item_ws:nth-child(2) .teamm_imge img {
    object-position: 16px -20px;
    background: #000;
} */

/*========== Inner Page Css ==========*/

.dr_innerbanner_sec {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 145px 0 80px;
}

.dr_innerbanner_sec>.container {
    max-width: 1040px;
    margin: 0 auto;
}

.dr_innerbanner_sec .dr_innerbanner {
    text-align: center;
}

.dr_innerbanner_sec .dr_innerbanner h1 {
    margin-bottom: 15px;
}

.dr_innerbanner_sec .dr_innerbanner h1 strong {
    color: #F68B56;
}

.dr_innerbanner_sec .dr_innerbanner p {
    color: #000;
    font-size: 18px;
    line-height: normal;
}

.dr_innerbanner_sec .dr_innerbanner .banner_btn {
    margin-top: 35px;
}


/*=== Contact Page Css ===*/

.dr_sayhello_formsec {
    background: #FFF4EF;
}

.dr_sayhello_formsec form .btn_grp {
    text-align: center;
    position: relative;
}

.dr_sayhello_formsec form .btn_grp p {
    text-align: center;
}

.dr_sayhello_formsec form .btn_grp span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dr_sayhello_formsec form .btn_grp input.form_btn {
    text-align: center;
    display: inline;
}

/*=== Contact Pg Stripe Section ===*/

.dr_conpg_strsec {
    background: #F68B56;
}

.dr_conpg_strsec .toptitle h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.dr_conpg_strsec .conbox {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr_conpg_strsec .conbox .conitem {
    display: flex;
    align-items: center;
    padding: 0 90px 0 0;
}

.dr_conpg_strsec .conbox .conitem:last-child {
    padding: 0;
}

.dr_conpg_strsec .conbox .conitem a {
    color: #000;
    font-size: 24px;
    line-height: normal;
}

.dr_conpg_strsec .conbox .conitem a:hover {
    color: #fff;
}

.dr_conpg_strsec .conbox .conitem .icon {
    margin-right: 10px;
}

.dr_conpg_strsec .dr_exclusive_cnt {
    background: #FFF4EF;
    max-width: 1020px;
    margin: 35px auto 0;
    padding: 20px;
    text-align: center;
}

.dr_conpg_strsec .dr_exclusive_cnt h4 {
    color: #F68B56;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
}

.dr_conpg_strsec .dr_exclusive_cnt p {
    color: #000;
    line-height: normal;
}

/*=== Blog Page Css ===*/

.archive .dr_innerbanner_sec,
.blog .dr_innerbanner_sec {
    padding-bottom: 50px;
}

.archive .pg_blogcnt,
.blog .pg_blogcnt {
    padding-top: 20px;
}

.drb_postcnt {
    border-radius: 10px;
    border: 0.5px solid #232323;
    padding: 18px;
    background: #fff;
    margin-bottom: 15px;
}

.drb_postcnt .post_image .img {
    height: 145px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.drb_postcnt .post_image {
    margin-bottom: 25px;
}

.drb_postcnt .post_cnt {
    min-height: 422px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.drb_firstpostcnt .featured_img {
    padding-top: 8px;
}

.drb_firstpostcnt .top-pcnt h4,
.drb_postcnt .post_cnt h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.drb_firstpostcnt .top-pcnt h4 a,
.drb_postcnt .post_cnt h4 a {
    color: #000;
}

.drb_firstpostcnt:hover .top-pcnt h4 a,
.drb_postcnt:hover .post_cnt h4 a {
    color: #F68B56;
}

.drb_firstpostcnt .top-pcnt p,
.drb_postcnt .post_cnt p {
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.drb_firstpostcnt .top-pcnt .shortdes,
.drb_postcnt .post_cnt .shortdes {
    margin-bottom: 30px;
}

.drb_firstpostcnt {
    margin-bottom: 70px;
}

.drb_firstpostcnt .featured_img .img {
    border-radius: 10px;
    background: #FFF4EF;
    width: 100%;
    height: 355px;
    background-size: cover;
    background-position: center center;
}

.dr_blogsidebar>div>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dr_blogsidebar>div>ul h4.wp-block-heading {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
}

.dr_blogsidebar>div>ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dr_blogsidebar>div>ul ul li {
    color: #000;
    padding: 0px 0 10px 20px;
    position: relative;
}

.dr_blogsidebar>div>ul ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../images/bullet.png);
    height: 12px;
    width: 12px;
}

.dr_blogsidebar>div>ul ul li a {
    color: #000;
}

.dr_blogsidebar>div>ul ul li a:hover {
    color: #F68B56;
}

.drpost_pagination {
    padding-top: 30px;
    text-align: center;
}

.drpost_pagination nav.navigation.pagination {
    display: block;
}

.drpost_pagination nav.navigation.pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.dr_blogsidebar section.widget_block:not(:last-child) {
    margin-bottom: 25px;
}

.dr_blogsidebar section.widget_block p.wp-block-tag-cloud a.tag-cloud-link {
    font-size: 13px !important;
    background: #F68B56;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    white-space: normal;
    z-index: 1;
    border: 1px solid #F68B56;
    border-radius: 5px;
    margin: 3px;
}

.dr_blogsidebar section.widget_block p.wp-block-tag-cloud a.tag-cloud-link:hover {
    background: #000;
}

/*=== Local Seo Service Page Css ===*/

.pg_approach_sec {
    background: #FFF4EF;
}

.pg_approach_sec .approach_cnt {
    border: 1px solid #000;
    padding: 40px 350px 40px 40px;
    position: relative;
    width: calc(100% - 210px);
}

.pg_approach_sec .approach_cnt .approach_img {
    position: absolute;
    top: 20px;
    right: -210px;
}


/*=== Local Seo About Section ===*/

.lseo_about_sec {
    background: #FFF4EF;
}

.lseo_about_sec .ls_aboutcnt {
    margin-bottom: 30px;
    text-align: center;
}

.lseo_about_sec .ls_aboutcnt h5 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 7px;
}

.lseo_about_sec .ls_aboutcnt p {
    line-height: normal;
}

.lseo_about_sec .ls_cwi_sec {
    border-radius: 5px;
    background: #F68B56;
    padding: 35px;
}

/* .lseo_about_sec .ls_cwi_sec > .row {
    align-items: center;
} */
.lseo_about_sec .ls_cwi_sec .cwi_img_inn {
    padding-top: 37px;
}

.lseo_about_sec .ls_cwi_sec .cwi_topcnt {
    padding-right: 20px;
    padding-bottom: 20px;
}

.lseo_about_sec .ls_cwi_sec .cwi_topcnt p {
    line-height: normal;
    margin: 0 0 7px;
}

.lseo_about_sec .ls_cwi_sec .cwi_topcnt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lseo_about_sec .ls_cwi_sec .cwi_topcnt ul li {
    line-height: normal;
    padding: 0 0 5px 15px;
    position: relative;
}

.lseo_about_sec .ls_cwi_sec .cwi_topcnt ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
}

/*=== Treatment Section Css ===*/

.ls_treatment_sec {
    background: #000;
    color: #fff;
}

.ls_treatment_sec {
    background: #000;
    color: #fff;
}

.ls_treatment_sec .service_item_inn {
    border-color: #fff;
    min-height: 365px;
    padding: 25px;
}

.ls_treatment_sec .service_item_inn .btn_icon_wrap {
    display: block;
    margin: 0 0 8px;
}

.ls_treatment_sec .service_item_inn .btn_icon_wrap img.img-fluid.clogo {
    max-height: 100%;
}

.ls_treatment_sec .service_item_inn .service_cnt h4 {
    color: #FFF;
    font-weight: 600;
    line-height: normal;
}

.ls_treatment_sec .service_item_tf .service_item_inn svg {
    opacity: 1;
    bottom: -55px;
    top: auto;
    fill: #1B1B1B;
    transition: all 0.5s ease-in-out;
}

.ls_treatment_sec .service_item_tf:hover .service_item_inn svg {
    fill: #F68B56;
}


/*===== Paid Ads Page Css =====*/


/*=== Specification Css ===*/

.ppc_spec_sec {
    background: #FFF4EF;
    padding-top: 100px;
    padding-bottom: 50px
}

.ppc_spec_sec .ppc_spec_item {
    padding-right: 200px;
    position: relative;
}

.ppc_spec_sec .ppc_spec_item:nth-child(even) {
    padding-right: 0;
    padding-left: 200px;
}

.ppc_spec_sec .ppc_spec_item .ppc_spec_inn {
    border: 1px solid #000;
    background: #FFF;
    padding: 35px 350px 35px 35px;
    position: relative;
}

.ppc_spec_sec .ppc_spec_item .ppc_spec_inn:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -40px;
    height: 52px;
    width: 62px;
    background: url(../images/before-s.png);
}

.ppc_spec_sec .ppc_spec_item:nth-child(even) .ppc_spec_inn:before {
    background: url(../images/after-s.png);
    left: auto;
    right: -15px;
}

.ppc_spec_sec .ppc_spec_item:nth-child(even) .ppc_spec_inn {
    padding: 35px 35px 35px 350px;
    background: #FFF4EF;
}

.ppc_spec_sec .ppc_spec_item:not(:last-child) {
    margin-bottom: 90px;
}

.ppc_spec_sec .ppc_spec_item .ppc_spec_image {
    position: absolute;
    right: -200px;
    top: -45px;
}

.ppc_spec_sec .ppc_spec_item:nth-child(even) .ppc_spec_image {
    position: absolute;
    left: -200px;
    right: auto;
    top: -75px;
}

.ppc_spec_sec .ppc_spec_item .ppc_spec_inn .ppc_spec_cnt {
    position: relative;
    z-index: 1;
}

.ppc_spec_sec .ppc_spec_item .ppc_spec_inn h4 {
    font-weight: 600;
    margin: 0 0 15px;
}

.ppc_spec_sec .ppc_spec_item .ppc_spec_inn p {
    line-height: normal;
}

/*=== Setup Account Section ===*/

.ppc_smstripe {
    background: #000;
    color: #fff;
    padding: 50px 150px;
    text-align: center;
}

.ppc_smstripe .stcnt {
    margin: 0 0 35px;
}

.ppc_smstripe .stcnt p {
    line-height: normal;
}

.ppc_setm_item_wrap {
    padding-bottom: 50px;
}

.ppc_setm_item_wrap .ppc_setm_itemin {
    border-radius: 10px;
    border: 0.5px solid #232323;
}

.ppc_setm_item_wrap .ppc_setm_itemin .ppc_setm_cnt {
    padding: 20px 50px;
    min-height: 185px;
}

.ppc_setm_item_wrap .ppc_setm_itemin .ppc_setm_image {
    position: relative;
    padding: 20px 20px 0;
    overflow: hidden;
    min-height: 305px;
}

.ppc_setm_item_wrap .ppc_setm_itemin .ppc_setm_image svg {
    position: absolute;
    right: 0;
    bottom: 0;
    fill: #FFF4EF;
    width: 50%;
    transition: all 0.5s ease-in-out;
}

.ppc_setm_item_wrap .ppc_setm_itemin:hover .ppc_setm_image svg {
    fill: #F68B56;
}

.ppc_setm_item_wrap .ppc_setm_itemin .ppc_setm_image img {
    position: relative;
    z-index: 1;
}

.ppc_setm_item_wrap .ppc_setm_itemin .ppc_setm_cnt h2 {
    font-weight: 600;
    margin: 0 0 10px;
}

.ppc_setm_item_wrap .ppc_setm_itemin .ppc_setm_cnt p {
    line-height: normal;
}

/*=== Type Of Service Section ===*/

.ppc_tservices_sec {
    background: #FFF4EF;
}

.ppc_tservices_sec .tservices_item_blk>.row {
    align-items: center;
}

.ppc_tservices_sec .tservices_item_blk {
    background: #FFF;
    padding: 18px 25px 18px 25px;
}

.tservices_item:nth-child(even) .tservices_item_blk {
    background: #FFF4EF;
    border: 1px solid #000;
}

.ppc_tservices_sec .tservices_item_blk .tservices_cnt {
    padding: 20px;
}

.tservices_item:nth-child(even) .tservices_item_blk .tservices_cnt {
    padding-left: 80px;
}

.ppc_tservices_sec .tservices_item_blk .tservices_cnt p {
    line-height: normal;
}

.ppc_tservices_sec .tservices_item_blk .ppc_ser_imgwrap {
    background: #F68B56;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tservices_item {
    margin-bottom: 50px;
}

.tservices_item:last-child {
    margin-bottom: 0px;
}

.tservices_item:nth-child(even) .tservices_item_blk .tos_cnt {
    order: 2;
}

/*=== Creative Design Css ===*/


.ppc_cdesign_matter_sec .ppc_cdesign_matter {
    background: #000;
    padding: 50px 145px;
    color: #fff;
}

.ppc_cdesign_matter_sec .ppc_cdesign_matter .ppc_cdesign_blk {
    border: 1px solid #FFF;
    position: relative;
    padding-right: 30%;
}

.ppc_cdesign_matter_sec .ppc_cdesign_matter .ppc_cdesign_blk svg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ppc_cdesign_matter_sec .ppc_cdesign_matter .ppc_cdesign_blk .ppc_cdesign_cnt {
    padding: 50px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc_cdesign_matter_sec .ppc_cdesign_matter .ppc_cdesign_blk .cdes_img {
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: 1;
    width: 30%;
    text-align: right;
}

.ppc_cdesign_matter_sec .ppc_cdesign_matter .ppc_cdesign_blk .ppc_cdesign_cnt .cddes {
    margin-bottom: 35px;
    line-height: normal;
}

.ppc_matter_sec {
    padding-top: 50px;
}

.ppc_matter_sec .mt_img {
    text-align: center;
}

/*=== About Service Css ===*/

.ps_about_sec {
    background: #FFF4EF;
}

.ps_about_sec .about_left {
    padding-right: 25px;
}

.ps_about_sec .about_left p {
    line-height: normal;
}

.ps_about_sec .toptitle p {
    font-size: 24px;
}

.ps_about_sec .about_img {
    position: relative;
}

.ps_about_sec .about_img .abs_btnwrap {
    position: absolute;
    left: 0;
    bottom: 0;
}



/*=== Faq Item Css ===*/

.dr_faq_accsec .ct_accitem {
    border-bottom: 0.5px solid #adadad;
    padding: 15px 0;
}

.dr_faq_accsec .ct_accitem .ct_acctitle {
    padding: 5px 80px 5px 0;
    cursor: pointer;
    position: relative;
}

.dr_faq_accsec .ct_accitem .ct_acctitle .icon {
    position: absolute;
    top: 4px;
    right: 15px;
}

.dr_faq_accsec .ct_accitem .ct_acctitle .icon span.plus {
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.dr_faq_accsec .ct_accitem .ct_acctitle .icon span.minus {
    position: absolute;
    right: -3px;
    top: -2px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.dr_faq_accsec .ct_accitem.item_active .ct_acctitle .icon span.minus {
    opacity: initial;
}

.dr_faq_accsec .ct_accitem.item_active .ct_acctitle .icon span.plus {
    opacity: 0;
}

.dr_faq_accsec .ct_accitem .ct_acctitle h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0px;
}

.dr_faq_accsec .ct_accitem.item_active .ct_acctitle h5 {
    color: #F68B56;
}

.dr_faq_accsec .ct_accitem .ct_acccnt {
    padding: 10px 0;
    color: #000;
    line-height: normal;
}

/*=== Single Post Page Css ===*/

/* body.single-post .mnpg_cntwrap .container {
    max-width: 840px;
    margin: auto;
} */
.post_sinimg {
    margin-bottom: 20px;
}

body.single-post .mnpg_cntwrap .post_content h1,
body.single-post .mnpg_cntwrap .post_content h2,
body.single-post .mnpg_cntwrap .post_content h3,
body.single-post .mnpg_cntwrap .post_content h4,
body.single-post .mnpg_cntwrap .post_content h5,
body.single-post .mnpg_cntwrap .post_content h6 {
    margin-top: 25px;
}

body.single-post .mnpg_cntwrap .post_content img {
    margin: 10px auto;
    display: block;
}

body.single-post .mnpg_cntwrap .post_content ul {
    padding: 0 0 0 18px;
}

body.single-post .mnpg_cntwrap .post_content ul li {
    margin: 0 0 15px;
}


/*=== Back To Top Css ===*/

.backto_top {
    display: inline-block;
    background-color: #F68B56;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.backto_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.backto_top:hover {
    cursor: pointer;
    background-color: #000;
}

.backto_top:active {
    background-color: #000;
}

.backto_top.show {
    opacity: 1;
    visibility: visible;
}


/*=== Web Design Page Css ===*/

.dr_webd_sec {
    background: #FFF4EF;
}

.dr_webd_item_wrap .webd_item_inn {
    border: 1px solid #000;
    padding: 35px;
    display: flex;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.dr_webd_item_wrap .webd_item_inn span.shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dr_webd_item_wrap .webd_item_inn span.shape svg {
    fill: #FFEBE1;
    transition: all 0.5s ease-in-out;
}

.dr_webd_item_wrap .webd_item_inn:hover span.shape svg {
    fill: #F68B56;
}

.dr_webd_item_wrap .webd_item_inn .w_inn {
    position: relative;
    z-index: 1;
}

.dr_webd_item_wrap .webd_item_inn .w_inn .icon {
    min-height: 60px;
    margin: 0 0 15px;
}

.dr_webd_item_wrap .webd_item_inn .w_inn .icon img {
    max-height: 60px;
}

.dr_webd_item_wrap .webditem_hf .webd_item_inn {
    margin-bottom: 30px;
    min-height: 390px;
}

.dr_webd_item_wrap .webditem_tf .webd_item_inn {
    min-height: 550px;
}

.dr_webd_item_wrap .webd_item_inn .w_inn h4 {
    font-weight: 600;
}

.dr_webd_item_wrap .webd_item_inn .w_inn p {
    line-height: normal;
}

/*=== Approach Section Css ===*/

.pg_approach_sec.wd_approach_sec {
    background: #fff;
}

.pg_approach_sec.wd_approach_sec .approach_cnt {
    border-color: #D9D9D9;
    margin: 80px 0 35px;
}

.pg_approach_sec.wd_approach_sec .approach_cnt .approach_img {
    top: 50%;
    transform: translateY(-50%);
}

/*=== Treatment Section Css ===*/

.wd_treatment_sec {
    background: #000;
    color: #fff;
    padding-bottom: 35px;
}

.wd_treatment_sec .webd_item_inn {
    border: 1px solid #FFF;
    padding: 35px;
    position: relative;
    min-height: 400px;
    display: flex;
    margin-bottom: 30px;
}

.wd_treatment_sec .webd_item_inn svg {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    fill: #1B1B1B;
}

.wd_treatment_sec .webd_item_inn:hover svg {
    fill: #F68B56;
}

.wd_treatment_sec .webd_item_inn .icon {
    min-height: 70px;
    margin-bottom: 15px;
}

.wd_treatment_sec .webd_item_inn .icon img {
    max-height: 70px;
}

.wd_treatment_sec .webd_item_inn .webd_cnt h4 {
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
}

.wd_treatment_sec .webd_item_inn .w_inn {
    position: relative;
    z-index: 11;
}

.wd_treatment_sec .webd_item_inn .webd_cnt p {
    line-height: normal;
}

/*=== Image With Content Css ===*/

.wd_iwc_sec .iwc_itemwrap .iwc_item {
    border: 1px solid #000;
    background: #FFF8F5;
    position: relative;
    padding: 45px;
    margin: 35px 0 90px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.wd_iwc_sec .iwc_itemwrap .iwc_blk:nth-child(even) .iwc_item {
    background: #fff;
}

.wd_iwc_sec .iwc_itemwrap .iwc_item h4 {
    font-weight: 600;
    margin: 0 0 8px;
}

.wd_iwc_sec .iwc_itemwrap .iwc_item p {
    line-height: normal;
}

.wd_iwc_sec .iwc_itemwrap .iwc_item .iwc_col.iwc_colimg {
    position: static;
}

.wd_iwc_sec .iwc_itemwrap .iwc_item .iwc_col.iwc_colimg .iwc_img {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 41.66666667%;
    transform: translateY(-50%);
}

.wd_iwc_sec .iwc_itemwrap .iwc_item .iwc_col.iwc_colimg .iwc_img img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.wd_iwc_sec .iwc_itemwrap .iwc_blk:nth-child(even) .iwc_item .iwc_col.iwc_colimg .iwc_img {
    left: -5px;
    text-align: left;
}

.wd_iwc_sec .iwc_itemwrap .iwc_item .iwc_col.iwc_colimg .iwc_img {
    text-align: right;
}

.wd_iwc_sec .iwc_itemwrap .iwc_blk:nth-child(even) .iwc_item .iwc_col.iwc_colcnt {
    order: 2;
}

/*=== Type of Service Section ===*/

.cd_tos_sec .cd_tos_item .cd_tos_innitem {
    padding: 35px;
}

.cd_tos_sec .cd_tos_item .cd_tos_innitem>.row {
    align-items: center;
}

.cd_tos_sec .cd_tos_item .cd_tos_innitem.alignleft .toc_colcnt {
    order: 2;
}

.cd_tos_sec .cd_tos_item .cd_tos_innitem.alignright .toc_img {
    text-align: right;
}

.cd_tos_sec .cd_tos_item .cd_tos_innitem p,
.cd_tos_sec .cd_tos_item .toptitle h2 {
    color: inherit;
}

/*==== Social Media Marketing Page Css ===*/

.dr_webd_sec.smm_webd_sec.smm_bottom_sec {
    background: #fff;
    padding-bottom: 30px;
}

.dr_webd_sec.smm_webd_sec.smm_bottom_sec .webd_item_inn {
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #CFCFCF;
}

.dr_webd_sec.smm_webd_sec.smm_bottom_sec .webd_item_inn svg {
    fill: #FAFAFA;
}

.dr_webd_sec.smm_webd_sec.smm_bottom_sec .webd_item_inn:hover svg {
    fill: #FFEDE3;
}

.dr_webd_sec.smm_webd_sec.smm_bottom_sec .webd_item_inn:hover {
    background: #FFF8F5;
}

/*=== Marketing Strategy Section ===*/

.smm_marst_sec {
    background: #FFF4EF;
}

.smm_marst_sec .mrs_cnt_wrap {
    background: #FFF8F5;
    padding: 45px;
}

.smm_marst_sec .mrs_cnt_wrap p:not(:last-child) {
    margin-bottom: 25px;
}

.dr_faq_accsec.smm_faq_accsec {
    background: #FFF4EF;
}

.dr_webd_sec.smm_webd_sec .webditem_tf .webd_item_inn {
    min-height: 578px;
}

.wd_treatment_sec.smm_treatment_sec .webd_item_inn {
    min-height: 420px;
}

.dr_webd_sec.smm_webd_sec.smm_bottom_sec .webd_item_inn {
    min-height: 520px;
}

/*==== New Local Seo Page Css ====*/

.drnw_info_sec {
    background: #FFF4EF;
    position: relative;
    z-index: 5;
}

.nwinfo_item_wrap .nwinfo_item {
    position: relative;
}

.nwinfo_item_wrap.withImg .nwinfo_item {
    padding-right: 225px;
}

.nwinfo_item_wrap.withImg .nwinfo_item .ctrow {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    background: #FFFBF9;
    padding: 42px 60px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.nwinfo_item_wrap.withImg .nwinfo_item .ctrow {
    padding: 42px 255px 42px 60px;
}

.nwinfo_item_wrap.withImg:nth-child(even) .nwinfo_item {
    padding-left: 225px;
    padding-right: 0;
}

.nwinfo_item_wrap.withImg:nth-child(even) .nwinfo_item .ctrow {
    background: #FFF4EF;
    padding: 42px 60px 42px 255px;
}

.nwinfo_item_wrap.withImg .nwinfo_item .info_colimg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    padding-left: 5px;
}

.nwinfo_item_wrap.withImg:nth-child(even) .nwinfo_item .info_colimg {
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    padding-right: 5px;
    padding-left: 0;
}

/*=== Benefits Section Css ===*/

.drnw_approachsec.drnw_benefitssec .nwinfo_item_wrap.withImg .nwinfo_item .ctrow {
    border-color: #A7A7A7;
    background: #fff;
    padding: 35px 60px 35px 275px;
}

.drnw_approachsec.drnw_benefitssec .nwinfo_item_wrap.withImg .nwinfo_item {
    padding-right: 0;
    padding-left: 225px;
}

.drnw_approachsec.drnw_benefitssec .nwinfo_item_wrap.withImg .info_colimg {
    right: auto;
    left: 0;
}

/*=== Review Section Css ===*/

.mrtestimonail_section .cr_items_wrap {
    background: #FFF8F5;
    padding: 60px 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.mrtestimonail_section .cr_items_wrap .cr_des {
    margin-bottom: 25px;
}

.mrtestimonail_section .cr_items_wrap .title_imgwrap h5 {
    color: #FF7E55;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.mrtestimonail_section .owl-dots {
    margin: 35px 0 0 !important;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.mrtestimonail_section .owl-dots button.owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
    padding: 2px 4px !important;
    background: #535353;
}

.mrtestimonail_section .owl-dots button.owl-dot.active {
    background: #FF7E55;
}

.mrtestimonail_section .owl-dots button.owl-dot span {
    margin: 0;
    padding: 0;
    display: block;
    background: transparent !important;
    height: 10px;
    width: 10px;
}

/*=== New Webdesign Page Css ===*/

.nwdr_webser_sec .service_item_inn {
    background: #191919;
    border-color: #191919;
}

.nwdr_webser_sec .service_item_tf .service_item_inn svg {
    height: inherit;
    width: initial;
    bottom: 0;
}

.dr_webd_sec.nwdr_webbenf {
    background: #fff;
}

.dr_webd_sec.nwdr_webbenf .webd_item_inn {
    min-height: 342px;
    margin-bottom: 25px;
}

.cthauto .webd_item_inn,
.cthauto .service_item_inn {
    min-height: auto !important;
}

.drnw_approachsec.drnw_benefitssec.nwdr_wcusec {
    background: #FFF4EF;
}

.drnw_approachsec.drnw_benefitssec.nwdr_wcusec .nwinfo_item .ctrow {
    background: transparent !important;
}

/*=== New Paid Ads Css ===*/

.nwdr_paidads_mngmnt .dr_webd_item_wrap .webd_item_inn {
    min-height: 420px;
    margin-bottom: 25px;
}

.drnw_toads_sec .iwc_itemwrap .iwc_item {
    border: 1px solid #000;
    background: #191919;
}

.drnw_toads_sec .iwc_itemwrap .iwc_blk:nth-child(even) .iwc_item {
    border: 1px solid #818181;
    background: transparent;
}

.toa_quotes {
    background: #FF7E55;
    color: #000;
    padding: 35px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.nwdr_fp_sec .fp_item_inn {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 25px;
}

.nwdr_fp_sec .fp_item_inn .fpimg {
    padding: 50px;
    text-align: center;
}

.nwdr_fp_sec .fp_item_inn .fp_cnt {
    padding: 0 30px 35px;
}

/*=== Link Building Page Css ===*/

.dr_webd_sec.nwdr_webbenf,
.nwdr_fp_sec,
.dr_linkbuilding_sec .dr_lbtopcnt {
    background: #fff;
    position: relative;
    z-index: 5;
}

.dr_webd_sec.lb_tossec {
    position: relative;
    z-index: 5;
}

.dr_webd_sec.lb_tossec .webd_item_inn {
    min-height: 385px;
    margin-bottom: 25px;
}

.drpink_bg {
    background: #FFF4EF !important;
    position: relative;
    z-index: 5;
}

/*=== Online Content Writing Css ===*/

.info_repeater_item.process_ritem .nwinfo_item .ctrow {
    background: #000;
    border-color: #9F9F9F;
}

.dr_webd_sec.nwdr_webbenf .chlastspec .webd_item_inn {
    padding: 25px;
}

.dr_webd_sec.nwdr_webbenf .chlastspec .webd_item_inn .cnt {
    font-size: 16px;
}

/*=== Online Reputation Management Css ===*/

.ibottom_cnt {
    padding-top: 25px;
}

.info_leftrigt_cnt .row {
    align-items: center;
}

/*=== Online Social Media Marketing ===*/

.denw_iwccnt .nwinfo_item_wrap.withImg .nwinfo_item .ctrow {
    background: #fff;
}

.ls_treatment_sec.onsmm_bsec .nwinfo_item_wrap.withImg .nwinfo_item .ctrow {
    background: #000;
    border-color: #D9D9D9;
}

.dr_linkbuilding_sec .dr_lbtopcnt .lbcnt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dr_linkbuilding_sec .dr_lbtopcnt .lbcnt ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.dr_linkbuilding_sec .dr_lbtopcnt .lbcnt ul li:last-child {
    margin: 0;
}

.dr_linkbuilding_sec .dr_lbtopcnt .lbcnt ul li:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0a4";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #000;
}

.dr_service_item_wrap.home_serviceiems>.row {
    justify-content: center;
}
