/* @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');

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: #E54444;
    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: #E54444; 
}

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: #E54444;
    display: inline-block;
    padding: 17px 30px;
	line-height: 1;
    text-transform: capitalize;
    color: #fff;
    position: relative;
	text-align: center;
	white-space: normal;
	z-index: 1;
	border: 1px solid #E54444;
	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: #E54444;
    color: #000;
    border-color: #000;
}
a.cmn_btn.cmn_btn_white{
	background: #fff;
    color: #000;
	border-color: #fff;
}
a.cmn_btn.cmn_btn_white:hover{
	background: #000;
    color: #fff;
	border-color: #000;
}

.ubhide {
  display: none;
}
.ubhidden_item{
	display: none !important;
}
.pg_cntwrap {
    color: #000;
}
.whbg{
	background: #fff;
	position: relative;
	z-index: 5;
}



/* ==========================================================================
   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: #E54444;
}
/* .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: 30px 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: #E54444;
}


/*=== 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 #E54444;
	background-color: #E54444;
}
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: #E54444;
}
.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: #E54444;
}
.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 #E54444;
}
.fnewsform input[type="submit"] {
    width: 100%;
    color: #fff;
    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: #E54444;
    padding: 50px;
    text-align: center;
	color: #fff;
}
.ct_freedemo_block .fd_topcnt {
    margin-bottom: 40px;
}
.ct_freedemo_block .fd_topcnt h2, .ct_freedemo_block .fd_topcnt h3 {
    font-weight: 600;
    line-height: normal;
    font-size: 44px;
    line-height: 1.2;
}
.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: 12px 25px;
    height: auto;
    min-height: auto;
	border-radius: 4px;
	background: #343434;
    margin-bottom: 20px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	height: 50px;
    outline: none;
	border: 0 none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
body textarea.form-control{
    height: 150px;
    resize: none;
	border-radius: 4px;
	border: 0 none;
	font-size: 18px;
	line-height: 1;
	padding: 12px 25px;
	background: #343434;
}
body select.form-control {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
	border-radius: 4px;
	background: #343434;
	color: #fff;
	padding: 12px 25px;
	font-size: 18px;
	line-height: 1;
	height: 50px;
	border: 0 none;
	background-image: url(../images/arrow-s.png);
	background-position: right 20px top 15px;
	background-repeat: no-repeat;
}

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 {
    background: #343434;
}

/* 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: #fff !important;
   opacity: 1; 
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
   opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
   color: #fff !important;
   opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE10 */
   color: #fff !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;
    border-radius: 5px;
    width: auto;
	background-color: #E54444;
    padding: 14px 50px 15px;
    font-family: 'Poppins', sans-serif;
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
    white-space: normal;
	text-transform: uppercase;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
	display: block;
	border: 0 none;
	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;
}

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

.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;
}
.btn_grp {
    text-align: center;
}
.btn_grp p {
    position: relative;
    display: inline-block;
}
.btn_grp p span.wpcf7-spinner {
    position: absolute;
    right: -8%;;
    top: 50%;
    transform: translateY(-50%);
}
.btn_grp input.form_btn {
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}

.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: #dc3232;
    margin: 20px 0 30px;
    padding: 0;
}



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



.toptitle {
    position: relative;
    margin-bottom: 35px;
    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, .toptitle h3 {
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
    padding-bottom: 45px;
    font-size: 44px;
    line-height: 1.2;
}
.toptitle.toptitle_white h2, .toptitle.toptitle_white h3{
	color: #fff;
}
.toptitle h2 strong, .toptitle h3 strong {
    color: #E54444;
    font-weight: 600;
}
.toptitle p {
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

/*== Banner Section Css ==*/

.main_hbanner {
    padding: 57px 0 57px;
    text-align: center;
	background: #fff;
	position: relative;
	z-index: 10;
}
.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: 20px;
}
.main_hbanner .banner_caption h1 strong {
    color: #E54444;
}
.main_hbanner .banner_caption p {
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}
.main_hbanner .banner_btn {
    padding-top: 25px;
}

/*== 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%;
}

/*=== Model Section Css ===*/

.dr_mmodel_sec {
    background: #FFE5E5;
    position: relative;
    z-index: 5;
}
.mmodel_item {
    border: 1px solid #000;
    padding: 30px 35px;
	background: #FFF;
	color: #000;
	min-height: 440px;
}
.cmnitem.fullwcnt .mmodel_item {
	margin-bottom: 30px;
	background: #FFDEDE;
	min-height: auto;
}
.cmnitem .mmodel_item .mmodel_icon {
    margin-bottom: 15px;
}


/*== 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;
}
.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: #E54444;
}
.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;
}


/*=== Growth Section Css ===*/

.sw_growth_section {
    background: #fff;
    position: relative;
    z-index: 5;
}
.growth_inn{
	background: #FFE5E5;
}
.sw_growth_section .mgrowthcnt {
    text-align: center;
}
.sw_growth_section .mgrowthcnt ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.sw_growth_section .mgrowthcnt ul li {
    align-self: center;
    padding-left: 0px;
    position: relative;
}

/*== 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;
}
.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: #E54444;
    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: #E54444;
}

/*== 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: #E54444;
}
.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: #E54444;
	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: #E54444;
	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;
}
/* .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;
}
.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: #E54444;
    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: 5em;
    padding-bottom: 5em;
    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: #E54444;
    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%;
}
.timeline_bottomcnt {
	background: #000;
    padding: 0 3em 50px;
    position: relative;
    z-index: 5;
}
.c-timeline_fade-bottom {
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 5px;
	background: #E54444;
	padding: 40px;
}


/*== 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: #E54444;
}
.dr_feature_item .finn p {
    font-weight: 400;
    line-height: normal;
}
.dr_feature_item:hover .finn .ftitle_img span.trigger_ic svg {
    color: #E54444;
    fill: #E54444;
}
.dr_feature_item:hover .finn .ftitle_img span.trigger_ic svg path {
    color: #E54444;
    fill: #E54444;
    stroke:   #E54444;
}
.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;
}
.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;
}
.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;
}

.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;
}
.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;
}


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

.cs_results_sec {
    background: #FFF4EF;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.count_no {
    color: #E54444;
    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: #fff;
    text-decoration-line: underline;
}
.ct_freedemo_sec, .related_cs_sec {
    position: relative;
    z-index: 10;
    overflow: hidden;
	background: #fff;
}

.related_cs_item_wrap .row {
    margin: 0px -22px;
}
.related_cs_box {
    padding: 0px 22px;
}
.related_cs_box_inner {
    border: 1px solid #E54444;
    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: #E54444;
    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: #E54444;
    border: 1px solid #E54444;
    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: #E54444;
    border: 1px solid #E54444;
    color:#fff;
}
.cs_overviews_item_wrap {
    padding: 30px 0;
}
.cs_pink {
    padding: 100px 0;
    background: #FFF4EF;
    position: relative;
    z-index: 10;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li > ul.sub-menu {
    position: absolute;
    left: 0;
	top: 100%;
    padding: 10px 0px 10px;
    background: #000;
    min-width: 200px;
    display:none;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li:hover > ul.sub-menu{
	display:block;
}
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: #E54444;
}
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;
	display: block;
}

ul.sub-menu li a:hover {
    color: #E54444;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li > ul.sub-menu > li {
    position: relative;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li > ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    background: #000;
    min-width: 200px;
    padding: 10px 0;
	display: none;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li > ul.sub-menu > li:hover > ul.sub-menu{
	display: block;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    background: #000;
    min-width: 200px;
    padding: 10px 0;
	display: none;
}
.custom_header .header_fixed .hdright .hdr_menu ul.menu-wrapper > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block;
}


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

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

.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: #E54444;
}
.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: #E54444;
}
.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: #E54444;
    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;
}
.dr_blogpostcnt .col-xl-4.col-lg-6.col-md-6.col-sm-12 {
    margin-bottom: 25px;
}
.archive .pg_blogcnt ,
.blog .pg_blogcnt {
    padding-top: 20px;
}

.drb_postcnt {
    border-radius: 10px;
    border: 0.5px solid #232323;
    padding: 18px;
    background: #fff;
	height:100%;
}
.dr_blogpostcnt .col-md-3 {
    margin-bottom: 20px;
}
.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: #E54444;
}
.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: #E54444;
}
.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: #E54444;
    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 #E54444;
    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: #E54444;
    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: #E54444;
}


/*===== 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: #E54444;
}
.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: #E54444;
    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 {
    position: relative;
    z-index: 10;
	background: #fff;
}
.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: #E54444;
}
.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: #E54444;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 5px;
  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;
}
.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: #E54444;
}
.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: #E54444;
}
.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;
}
.wd_iwc_sec .iwc_itemwrap .iwc_item:last-child{
	margin: 0;
}
.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_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.pinkbg {
    background: #FFF4EF;
	position: relative;
	z-index: 5;
}
.drnw_info_sec.whitebg{
	background: #fff;
	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;
}
.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 300px;
}
.nwinfo_item_wrap.withImg .nwinfo_item .info_colimg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    padding-left: 50px;
}
.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;
}
.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: ;
    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;
}
.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;
}



/*=== New Square Item Css ===*/


.square_item .webd_item_inn {
	border: 1px solid #000;
    padding: 40px 45px;
    position: relative;
    min-height: 360px;
    margin-bottom: 25px;
}
.square_item .webd_item_inn span.shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
.square_item .webd_item_inn .w_inn {
    position: relative;
    z-index: 1;
}
.square_item .webd_item_inn span.shape svg {
    fill: rgba(255, 229, 229, 0.50);
    transition: all 0.5s ease-in-out;
}
.square_item .webd_item_inn:hover span.shape svg {
    fill: #FF8989;
}
.square_item .webd_item_inn .w_inn .icon {
    max-height: 70px;
    min-height: 70px;
    margin-bottom: 15px;
}

/*=== Service Process Section ===*/

.sw_serprocess_sec {
    background: #000;
    color: #fff;
	position: relative;
	z-index: 5;
}
.serpro_item.serpro_item_tone .pro_item {
    padding-right: 225px;
    position: relative;
}
.serpro_item.serpro_item_tone .pro_item .ctrow {
    padding: 42px 255px 42px 60px;
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.serpro_item.serpro_item_tone .pro_item .ctrow .info_colimg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    padding-left: 60px;
}
.sw_quality_sec {
    background: #fff;
    color: #000;
	position: relative;
	z-index: 5;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dsttwo .pro_item,
.sw_quality_sec .pro_item{
	padding-left: 225px;
    position: relative;
	padding-right: 0;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dsttwo .pro_item .ctrow,
.sw_quality_sec .pro_item .ctrow {
    padding: 42px 60px 42px 255px;
	background: #FFF5F5;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dsttwo .pro_item .ctrow{
	background: transparent;
	border: 1px solid #FFF;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dsttwo .pro_item .ctrow .info_colimg,
.sw_quality_sec .pro_item .ctrow .info_colimg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dsttwo .pro_item .ctrow .info_colcnt,
.sw_quality_sec .pro_item .ctrow .info_colcnt {
    padding-left: 50px;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dsttwo .pro_item .ctrow .info_colimg {
	padding-left: 0;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dstthree .pro_item,
.serpro_item.serpro_item_tone .serpro_item_inn.dstone .pro_item {
    padding: 0;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dstthree .pro_item .ctrow ,
.serpro_item.serpro_item_tone .serpro_item_inn.dstone .pro_item .ctrow {
    padding: 0;
    background: transparent;
    border-radius: 0px;
    border: 0 none;
    flex-wrap: wrap;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dstthree .pro_item .ctrow .info_colcnt,
.serpro_item.serpro_item_tone .serpro_item_inn.dstone .pro_item .ctrow .info_colcnt {
    width: 70%;
    flex: 0 0 auto;
    padding-right: 35px;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dstthree .pro_item .ctrow .info_colimg ,
.serpro_item.serpro_item_tone .serpro_item_inn.dstone .pro_item .ctrow .info_colimg {
    position: relative;
    top: auto;
    right: auto;
    width: 30%;
    padding: 0;
    max-width: 100%;
    transform: none;
}
.serpro_item.serpro_item_tone .serpro_item_inn.dstthree .pro_item {
    border-radius: 5px;
    background: #E54444;
    padding: 35px;
}

.ctinfotopcnt{
	margin-bottom: 40px;
}



/*=== Area We Serve Section ===*/

.sw_areas_sec{
	background: #fff;
	position: relative;
	z-index: 5;
}
.location_wrapper .area_item_inn {
    text-align: center;
    margin-bottom: 45px;
}
.location_wrapper .area_item_inn .areamap {
    display: inline-block;
    margin-bottom: 10px;
}
.location_wrapper .area_item_inn .areamap iframe {
    height: 170px;
    width: 170px;
    max-height: initial !important;
    min-height: 170px !important;
    border-radius: 100%;
}
.location_wrapper .area_item_inn h5 {
    font-size:  20px;
    font-weight: 600;
}


/*=== Conversions Section Css ===*/

.sw_conversions_wrap {
    background: #fff;
    position: relative;
    z-index: 5;
}
.sw_conversions_sec {
	background: #FFE5E5;
	position: relative;
	z-index: 5;
}
.sw_conversions_sec .ctrow {
    display: flex;
    flex-wrap: wrap;
}
.sw_conversions_sec .conversion_item:not(:last-child) {
    margin-bottom: 65px;
}
.sw_conversions_sec .conversion_item.ctype_one .info_colcnt {
    width: 65%;
    padding-right: 35px;
}
.sw_conversions_sec .conversion_item.ctype_one .info_colimg {
    width: 35%;
}
.sw_conversions_sec .conversion_item.ctype_two .nwinfo_item {
    padding-left: 225px;
    position: relative;
}
.sw_conversions_sec .conversion_item.ctype_two .nwinfo_item .ctrow {
    padding: 42px 60px 42px 255px;
    background: #FFF5F5;
    display: flex;
    align-items: center;
    border:  1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.sw_conversions_sec .conversion_item.ctype_two .nwinfo_item .ctrow .info_colcnt {
    padding-left: 25px;
}
.sw_conversions_sec .conversion_item.ctype_two .nwinfo_item .ctrow .info_colimg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}
.sw_conversions_sec .conversion_item.ctype_two .nwinfo_item .ctrow .info_colcnt h4 {
    font-weight: 600;
}

/*=== Leading Plateform Css ===*/


.sw_lplateform_wrap {
    background: #fff;
    position: relative;
    z-index: 5;
}

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

.ct_review_wrapper{
	background: #fff;
    position: relative;
    z-index: 5;
}
.sw_review_sec {
    background: #FFE5E5;
    position: relative;
    z-index: 5;
}
.cr_sliderwrapper {
    padding: 0 100px;
    position: relative;
}
.cr_sliderwrapper .cr_items_wrap{
	padding: 30px 0;
}
.cr_sliderwrapper .cr_items {
    background: #FFF2F2;
    padding: 50px 100px;
    text-align: center;
	position: relative;
}
.cr_sliderwrapper .cr_items:before{
	content: "";
	position: absolute;
	left: 20px;
	top: -30px;
	height: 56px;
	width: 68px;
	background-image: url(../images/quote-l.png);
	background-size: cover;
	background-position: center center;
}
.cr_sliderwrapper .cr_items:after{
	content: "";
	position: absolute;
	right: 20px;
	bottom: -30px;
	height: 56px;
	width: 68px;
	background-image: url(../images/quote-r.png);
	background-size: cover;
	background-position: center center;
}
.cr_sliderwrapper a.snav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 65px;
    width: 65px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #000;
}
.cr_sliderwrapper a.snav.fslide_prev {
    left: 0;
}
.cr_sliderwrapper a.snav.fslide_next {
    right: 0;
}
.cr_sliderwrapper a.snav:hover {
    background: #E54444;
    color: #fff;
}

/*=== Service Type Two Css ===*/

.serpro_item_box.serpro_item_ttwo .service_item_inn {
    border-radius: 5px;
    background: #1A1A1A;
    min-height: 370px;
    height: 100%;
}
.serpro_item_box.serpro_item_ttwo .service_item {
    margin-bottom: 25px;
}
.serpro_item_box.serpro_item_ttwo .service_item_inn svg {
    display: none;
}
.serpro_item_box.serpro_item_ttwo .service_item_inn .btn_icon_wrap {
    max-height: 70px;
    min-height: 70px;
    margin-bottom: 25px;
}
.swsquare_item_wrap.conv_proitem .webd_item_inn {
    border: 0 none;
    border-radius: 5px;
    background: #FFEDED;
    min-height: 460px;
    height:100%;
}
.swsquare_item_wrap.conv_proitem .square_item {
    margin-bottom: 25px;
}

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

.sw_specific_sec {
    background: #FFE5E5;
    position: relative;
    z-index: 5;
}
.sw_specific_sec .serpro_item_inn:not(:last-child) {
    margin-bottom: 50px;
}
.sw_specific_sec .serpro_item_inn .pro_item .ctrow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sw_specific_sec .serpro_item_inn .pro_item .ctrow .info_colcnt {
    width: 60%;
    flex: 0 0 auto;
}
.sw_specific_sec .serpro_item_inn .pro_item .ctrow .info_colimg {
    width: 40%;
    flex: 0 0 auto;
    padding-left: 50px;
}
.sw_specific_sec .serpro_item_inn.dstoneitem:nth-child(even) .info_colcnt {
    order: 2;
}
.sw_specific_sec .serpro_item_inn.dstoneitem:nth-child(even) .pro_item .ctrow .info_colimg {
    padding-left: 0;
    padding-right: 50px;
}
.sw_specific_sec .serpro_item_inn.dsttwoitem {
    border-radius: 5px;
    background: #000;
    color: #fff;
    padding: 50px;
}
.sw_specific_sec .serpro_item_inn.dsttwoitem .toptitle h2 {
    color: #fff;
}

/*=== Image With Content Section ===*/



.sm_iwcnt_sec {
    position: relative;
    z-index: 5;
    background: #fff;
}
.ct_pbg.sm_iwcnt_sec{
	background: #FFE5E5;
    position: relative;
	z-index: 5;
}
.ct_wbg.sm_iwcnt_sec{
	background: #fff;
    position: relative;
	z-index: 5;
}
/*=== Case Study Section Css ===*/

.sw_mncasestudy_sec {
    background: #FFE5E5;
}
.cs_item_inn {
    border: 1px solid #1C1C1C;
    display: flex;
    align-items: center;
	position: relative;
	margin-bottom: 65px 30px;
	margin: 15px 0;
}
.cs_item_inn .cnt_wrap {
    width: 70%;
    flex: 0 0 auto;
    padding: 35px;
}
.cs_item_inn .cnt_wrap h2 {
    margin: 0;
	font-weight: 700;
}
.cs_item_inn .cnt_wrap h2 a{
	color: #000;
}
.cs_item_inn .image_wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 26%;
}
.cs_item_inn .image_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs_item_inn .cnt_wrap .cnt {
    margin-bottom: 30px;
}

/*=== Case Study Form Section Css ===*/

.sw_mncsform_sec {
    background: #1C1C1C;
    color: #fff;
}
.sw_mncsform_sec .cs_mainform {
    border: 1px solid #D9D9D9;
    padding: 50px;
}
.sw_mncsform_sec .cs_mainform .form_title {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}
.sw_mncsform_sec .cs_mainform .form_title h3 {
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
.sw_fullwidthcnt_wrap.pinkbg {
    background: #FFF5F5;
    position: relative;
    z-index: 5;
}
.sw_fwc_item_wrap .sw_fwc_item:not(:last-child) {
    margin-bottom: 50px;
}
.sw_fwc_item_wrap .sw_fwc_item.iredbg {
    border-radius: 5px;
    background: #E54444;
    padding: 50px;
    color: #fff;
}
.sw_fwc_item_wrap .sw_fwc_item.iredbg .toptitle h2 {
    color: #fff;
}
.sw_fwc_item_wrap .sw_fwc_item.iredbg h2 strong {
    color: #fff;
}
.sw_fullwidthcnt_wrap.whitebg {
    background: #fff;
    position: relative;
    z-index: 5;
}

/*==== Cs Page Css ====*/


.dr_innerbanner_sec.sw_csbanner .dr_innerbanner {
    text-align: left;
    padding-right: 40px;
}
.dr_innerbanner_sec.sw_csbanner > .container > .row {
    align-items: center;
}
.dr_innerbanner_sec.sw_csbanner .banner_img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dr_innerbanner_sec.sw_csbanner .banner_img .img {
    margin-bottom: 10px;
}
.dr_innerbanner_sec.sw_csbanner .banner_img .imgtitle {
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}
.dr_innerbanner_sec.sw_csbanner .banner_img .imgtitle strong{
	font-weight: 800;
}
.swcs_info_sec {
    background: #FFE5E5;
    text-align: center;
}
.ps_item_inn {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 30px;
	min-height: 203px;
    height:100%;
}
.probsolitem_wrap .ps_item {
    margin-bottom: 25px;
}
.probitem_wrap .ps_item_inn {
    background: #FFF3F3;
    min-height: 302px;
}
.probsolitem_wrap.probitem_wrap {
    margin-bottom: 25px;
}
.probitem_wrap .ps_item_inn .icon {
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 10px;
}
.probitem_wrap .ps_item_inn .ps_cnt {
    font-weight: 400;
    line-height: 28px;
}
.probsol_wrapper .probsolitem_wrap .row {
    justify-content: center;
}
.swcs_beforeafter_sec {
    background: #E54444;
    color: #fff;
}
.swcs_beforeafter_sec .sm_basliderwrapper .ba_items_inner {
    display: flex;
    align-items: center;
}
.swcs_beforeafter_sec .sm_basliderwrapper .ba_items_inner > div {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 25px;
}
.swcs_beforeafter_sec .sm_basliderwrapper {
    position: relative;
    padding-bottom: 25px;
}
.swcs_beforeafter_sec .sm_basliderwrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FA6E6E;
    height: 50%;
    width: 100%;
}

/*=== Case Study Form Css ===*/

.swcs_forms_sec {
    background: #1C1C1C;
    color: #fff;
}
.swcs_forms_sec .mainform_wrap {
    border: 1px solid #D9D9D9;
    padding: 50px;
}
.swcs_forms_sec .mainform_wrap .formtitle {
    max-width: 680px;
    margin: 0 auto 25px;
}
.swcs_forms_sec .mainform_wrap .formtitle h2 {
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.sm_iwcnt_sec.cspiwcnt_sec {
    background: #FFE5E5;
}
.sm_iwcnt_sec.cspiwcnt_sec h4 strong {
    color: #E54444;
}

/*=== Table Section Css ===*/

.cs_table_wrap {
    border: 1px solid #000;
}
.cs_table_wrap > .row {
    align-items: center;
}
.cs_table_wrap .cs_tablemain table.table {
    border: 1px solid #000;
    border-top: 0 none;
    border-bottom: 0 none;
    margin: 0;
}
.cs_table_wrap .cs_tablemain table.table tbody tr:last-child td {
    border-bottom: 0 none;
}
.cs_table_wrap .cs_tablemain table.table thead tr th {
    background: #ffd866;
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
    border-top: 0;
}
.cs_table_wrap .cs_tablemain table.table tbody tr td {
    border: 1px solid #000;
    text-align: center;
}
.cs_table_wrap .cs_tablecnt {
    padding: 30px 50px;
}
.cs_leadssec .leads_wrapper {
    border: 1px solid #000;
    padding: 30px;
}
.yrm-cntent-1 h2,.yrm-cntent-1 h3,.yrm-cntent-1 h4,.yrm-cntent-1 h5,.yrm-cntent-1 h6,.yrm-cntent-1 p {
    color: #000;
}

.mgrowthcnt p strong {
    display: block;
    margin: 5px 0px;
}

.yrm-content {
    padding: 30px 0px 0px;
}
.yrm-btn-wrapper {
    position: relative;
    padding-top: 30px !important;
}
.yrm-btn-wrapper span {
    display: inline-block;
    background:#000;
    border: 2px solid #000;
}
.yrm-toggle-expand-1 {
    width: 130px !important;
    height: 45px !important;
    line-height: 1;
    font-size: 20px !important;
}
span.yrm-button-text-1.yrm-button-text-span {
    color: #fff;
}
.about_sec.cmn_padd {
    background: #FFF8F5;
    text-align: center;
}
.sericon img , .webd_item_inn .icon img{
    height: 60px;
}

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

.ctmain_header .custom_header {
    position: relative;
    top: auto;
    left: auto;
	z-index: 1111;
}
.ctmain_header .custom_header .header_fixed {
    border-radius: 0;
    background: #1E1E1E;
    padding: 0px 25px;
}

.sm_banner_sec {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
	padding-top: 50px;
	display: table;
	z-index: 11;
}
.sm_banner_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0 0 0 /83%);
}
.sm_banner_sec .inner_banner {
    position: relative;
    z-index: 1;
}
.sm_banner_sec .bann_cnt {
    height: 100%;
    display: flex;
    align-items: center;
}
.sm_banner_sec .bann_cnt h1 {
    line-height: 1.15;
}
.sm_banner_sec .bann_cnt h1 span.icon{
	background-image: url(../images/title-img.png);
    background-size: cover;
	height: 64px;
	width: 119px;
	display: inline-block;
	margin-left: 10px;
}
.sm_banner_sec .bann_cnt h1 strong {
    color: #E54748;
}
.sm_banner_sec .bann_cnt p {
    color: #FFF7F7;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.36;
    margin-bottom: 25px;
}
.sm_banner_sec .bann_cnt .banner_btn {
    margin-bottom: 20px;
}
.bann_right_inn {
    position: relative;
}
.bann_right_inn .girl_img {
    text-align: center;
}
.bannconbox {
    background-color: #E54748;
    background-image: url(../images/phone-image.png);
    background-position: right 20px top 30px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    padding: 25px 33px;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    bottom: -100px;
}
.bannconbox h6 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.36;
    margin: 0;
}
.bannconbox h2 {
    color: #FFF;
    font-weight: 600;
    line-height: 1.36;
    margin: 0;
}
.bannconbox h2 a {
    color: #fff;
}
.bannconbox h2 a:hover {
    color: #000;
}

.bannconbox p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.36;
    margin: 0;
}
.sm_banner_sec .bannermain_cnt {
    position: relative;
}
.sticky_text {
    position: absolute;
    left: -410px;
    top: 175px;
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 350px;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	white-space: nowrap;
	cursor: vertical-text;
}
.sticky_text img.img-fluid {
    transform: rotate(90deg);
    margin: 0 0px  0;
}

/*==== Slider Section Css ===*/

.certification_sec.certification_sec_new {
    padding-top: 180px;
}
.certification_sec.certification_sec_new .cer_inner {
    display: block;
}
.certification_sec.certification_sec_new .cer_inner .cerlogo {
    width: 100%;
    padding: 0;
    border: 0 none;
}
.certification_sec.certification_sec_new .cer_inner .cerlogo .ceritem {
    padding: 0 10px;
}
.certification_sec.certification_sec_new .cer_inner .certitle {
    width: 100%;
}
.certification_sec.certification_sec_new .cer_inner .certitle h4 {
    color: #1E1E1E;);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36; /* 21.76px */
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.certification_sec.certification_sec_new .cer_inner .certitle h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #1E1E1E;
}

/*=== Contact Us Section Css ===*/

.conb_item {
    background-image: url(../images/cbg.png);
	background-size: 100% 100%;
	background-position: center center;
    min-height: 450px;
    position: relative;
}
.cncol.cncol3 .conb_item{
	background: none;
}
.cncol.cncol3 .conb_item .map_wrapper{
	-webkit-mask-image: url(../images/cbg.png);
	mask-image: url(../images/cbg.png);
	mask-size: cover;
	mask-repeat: no-repeat;
	min-height: 450px;
}
.cncol.cncol3 .conb_item .map_wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	max-height: 100% !important;
	max-width: 100% !important;
}
.conb_item .conb_inner{
	padding: 55px 20px 95px;
}
.conb_item .circle_link {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.conb_item .circle_link a {
    height: 95px;
    width: 95px;
    border-radius: 66px;
    background: #E54748;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
}
.cncol.cncol1 .circle_link a {
	font-size: 43px;
}
.conb_item .circle_link a:hover{
	background: #000;
}
.conb_item h3 {
    color: #F6FF00;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 22px;
}
.conb_item p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.conb_item .tcnt {
    margin-bottom: 50px;
}
.conb_item .calltxt {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}

.conb_item .calltxt span {
    display: block;
}
.conb_item .calltxt a {
    color: #fff;
}
.conb_item .calltxt a:hover {
    color: #000;
}
.conb_item a.cmn_btn.cmn_btn_white {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt h2 {
    color: #1D274E;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt p {
    color: #747DA1;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 30px;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt h6 {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 10px;
    padding-left: 130px;
    position: relative;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 120px;
    background: #000;
    transform: translateY(-50%);
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt .foo_socialicons h6{
	padding: 0;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt .foo_socialicons h6:before{
	content: none;
}
body .hpg_contact_sec .top_cnt_Sec .right_hform textarea.form-control,
body .hpg_contact_sec .top_cnt_Sec .right_hform input.form-control{
	border-radius: 10px;
	border: 1.14px solid #E54748;
	background: #FFF;
	color: #747DA1;
	font-size: 17.105px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
} 
body .hpg_contact_sec .top_cnt_Sec .right_hform textarea.form-control::-webkit-input-placeholder ,
body .hpg_contact_sec .top_cnt_Sec .right_hform input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #747DA1 !important;
}
body .hpg_contact_sec .top_cnt_Sec .right_hform textarea.form-control::-moz-placeholder,
body .hpg_contact_sec .top_cnt_Sec .right_hform input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #747DA1 !important;
}
body .hpg_contact_sec .top_cnt_Sec .right_hform textarea.form-control:-ms-input-placeholder ,
body .hpg_contact_sec .top_cnt_Sec .right_hform input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #747DA1 !important;
}
body .hpg_contact_sec .top_cnt_Sec .right_hform textarea.form-control:-moz-placeholder ,
body .hpg_contact_sec .top_cnt_Sec .right_hform input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #747DA1 !important;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt ul.social_list li a {
    background: #1D274E;
    border-color: #1D274E;
}
.hpg_contact_sec .top_cnt_Sec .conleft_cnt ul.social_list li a:hover {
    background: #E54444;
}
body .hpg_contact_sec .top_cnt_Sec .right_hform .btn_grp p {
    display: block;
}
body .hpg_contact_sec .top_cnt_Sec .right_hform .btn_grp p input.fbtn {
    width: 100%;
    color: #fff;
    font-weight: 500;
}

/*==== New Faq Section Css ===*/


.dr_faq_accsec.dr_faq_accsec_new .faq_title {
    text-align: center;
    margin-bottom: 50px;
}
.dr_faq_accsec.dr_faq_accsec_new .faq_title h2 {
    color: #1E1E1E;
    font-weight: 600;
    line-height: 1.36;
    margin: 0;
}
.dr_faq_accsec.dr_faq_accsec_new .faq_title h2 strong {
    color: #E54748;
    font-weight: 600;
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem {
    border: 1px solid #FFD1D1;
    background: #FFF;
    padding: 0;
    margin-bottom: 20px;
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem.item_active{
	background: #E54748;
	box-shadow: 4px 4px 6.1px 0px rgba(0, 0, 0, 0.25);
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem .ct_acctitle {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    position: relative;
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem .ct_acccnt{
	padding: 0px 20px 20px 20px;
	color: #fff;
	font-size: 15px;
}
.dr_faq_accsec.dr_faq_accsec_new  .ct_accitem .ct_acctitle h5 {
    color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.36;
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem.item_active .ct_acctitle h5{
	color: #fff;
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem .ct_acctitle h5:after{
	content: "\f067";
	position: absolute;
	color: #000;
	top: 20px;
	right: 20px;
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dr_faq_accsec.dr_faq_accsec_new .ct_accitem.item_active .ct_acctitle h5:after{
	content: "\f068";
	color: #fff;
}

/*==== Specification Section New Page Css ===*/

.specsec {
	background: #ECECEC;
}
.specsec .sp_inner {
    display: flex;
    align-items: center;
    width: 100%;
}
.specsec .sp_inner .icon {
    width: 60px;
}
.specsec .sp_inner .cnt {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.specsec .sp_inner .cnt p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.36;
}
.specsec .sp_inner .cnt p strong {
    font-size: 28px;
    font-weight: 700;
    display: block;
	line-height: 1;
}

/*=== Marketing Partner Section Css ===*/


.mpartnersec .mtoptitle {
    margin-bottom: 40px;
    text-align: center;
}
.mpartnersec .mtoptitle h2 {
    color: #1E1E1E;
    font-weight: 400;
    line-height: 1.36;
    margin: 0;
}
.mpartnersec .mtoptitle h2 span {
    color: #E54748;
}
.mpartnersec .mtoptitle h2 strong {
    color: #E54748;
    font-weight: 800;
    display: block;
}
.mpartnersec .mp_inner {
    border-radius: 15px;
    border: 1px solid #000;
    background: #FBFAFA;
    min-height: 100%;
    padding: 20px 20px 40px;
    text-align: center;
	transition: all 0.5s ease-in-out;
	position: relative;
	color: #000;
}
.mpartnersec .mprcol:nth-child(-n+4){
	margin-bottom: 20px;
}
.mpartnersec .mp_inner:hover{
	border: 1px solid #000;
	background: #E54748;
	color: #fff;
}
.mpartnersec .mp_inner span.num {
    color: #FFD1D1;
    font-family: "Montserrat", serif;
    font-size: 218.844px;
    font-style: normal;
    font-weight: 800;
    line-height: 0.75;
    position: absolute;
    right: 7px;
    bottom: 0;
}
.mpartnersec .mp_inner .icon {
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    margin: 0 auto 15px;
}
.mpartnersec .mp_inner h6 {
    color: #1E1E1E;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.36;
    min-height: 65px;
}
.mpartnersec .mp_inner:hover h6{
	color: #fff;
}
.mpartnersec .mp_inner .sdes {
    /*text-align: justify;*/
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.36;
}
.mpartnersec .mp_inner .icon_cnt_wrap {
    position: relative;
    z-index: 1;
}

/*=== Marketing Model Section ===*/

.mmodelsec .mmtopcnt {
    text-align: center;
    margin-bottom: 40px;
}
.mmodelsec .mmtopcnt h2 {
    color: #1E1E1E;
    font-weight: 600;
    line-height: 1.36;
    margin: 0 0 5px;
}
.mmodelsec .mmtopcnt h2 strong {
    color: #E54748;
    font-weight: 600;
}
.mmodelsec .mmtopcnt p {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.36;
}
.cttabs_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	cursor: pointer;
	background: #fff;
}
.cttabs_list li {
	padding: 20px 20px;
	color: #1E1E1E;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.36; 
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	border: 1px solid #E0E0E0;
	background: #FFF;
	width: 33.333%;
}
.cttabs_list li span.img{
	margin-right: 10px;
}
.cttabs_list li.active {
	background-color: #FAF7F7;
}
.cttab-content{
	background: #FAF7F7;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
	padding: 50px 20px;
	color: #000;
	/*text-align: justify;*/
	font-size: 18px;
	font-weight: 400;
	line-height: 1.36; 
}
.cttab-pane {
	display: none;
}
.cttab-pane .innertab_cnt > .row {
    align-items: center;
}
.cttab-pane.active {
	display: block;
}
.mmodelsec .mmbottom_cnt {
    margin-top: 80px;
    text-align: center;
}
.mmodelsec .mmbottom_cnt h5 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
}
.mmodelsec .mmbottom_cnt p {
    color: #455A64;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.mmodelsec .mmbottom_cnt p strong {
    color: #000;
}
.mmodelsec .mmbottom_cnt p b {
    color: #E54748;
}


/*=== Why Partner Section Css ===*/

.whypartwussec {
    background-image: url(../images/why_partner.png);
    background-size: cover;
    background-position: center center;
    position: relative;
	padding: 100px 0 50px;
	overflow-x: hidden;
}
.whypartwussec .wpwutitle {
    border-radius: 312.575px;
    background: linear-gradient(180deg, #F57B7B 0%, #D02425 100%);
    box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.30);
    height: 312px;
    width: 312px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
	position: relative;
    z-index: 1;
}
.whypartwussec .wpwutitle h3 {
    color: #FFEFEF;
    font-size: 39px;
    font-weight: 600;
    line-height: 1.36;
    margin: 0;
}
.whypartwussec .wpwu_inner {
    display: flex;
    align-items: center;
	position: relative;
}
.whypartwussec .wpwucnt {
    border-radius: 100%;
    display: flex;
    align-items: center;
    width: 530px;
    height: 530px;
    background: linear-gradient(142deg, #EFEFEF 39.96%, #DBDBDB 72.89%);
    padding: 115px;
	margin-left: -80px;
}
.whypartwussec .wpwucnt p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.36;
}
.whypartwussec .wpwu_item {
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.whypartwussec .wpwu_item .icon {
    width: 119px;
}
.whypartwussec .wpwu_wrapper {
    width: calc(100% - 600px);
    position: absolute;
	right: 0;
	top: 0;
}
.whypartwussec .wpwu_item .cnt {
    width: calc(100% - 119px);
	padding-left: 100px;
	position: relative;
}
.whypartwussec .wpwu_item.wpwu_item1 {
    top: -50px;
    left: -150px;
}
.whypartwussec .wpwu_item .cnt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 87px;
    background: #000;
}
.whypartwussec .wpwu_item .cnt h5 {
    color: #E54748;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}
.whypartwussec .wpwu_item .cnt p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.36;
}
.whypartwussec .wpwu_item.wpwu_item2 {
    top: -40px;
    left: 50px;
}

.whypartwussec .wpwu_item.wpwu_item3 {
    top: -20px;
    left: 110px;
}

.whypartwussec .wpwu_item.wpwu_item4 {
    top: 8px;
    left: 70px;
}

.whypartwussec .wpwu_item.wpwu_item5 {
    left: -40px;
    top: -10px;
}

/*=== Why SmegoWeb Css ===*/


.wsmegoweb_sec {
    background-image: url(../images/whysmegoweb.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.wsmegoweb_sec  .wsmegoweb_title {
    text-align: center;
    margin-bottom: 60px;
}
.wsmegoweb_sec .wsmegoweb_title h2 {
    color: #1E1E1E;
    text-align: center;
    font-weight: 600;
    line-height: 1.36; 
    text-transform: capitalize;
}
.wsmegoweb_sec .wsmegoweb_title h2 strong {
    color: #E54748;
    font-weight: 600;
}
.wsmegoweb_sec .wsmegoweb_title p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.36;
}
.whysmegoweb_main .why_circle {
    height: 270px;
    width: 270px;
    margin: 0 auto;
    background: #4D4D4D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whysmegoweb_main .why_circle .why_circle_inn {
    height: 220px;
    width: 220px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    border: 4px solid #fff;
    padding: 30px;
    align-items: center;
    justify-content: center;
}
.whysmegoweb_main .why_circle .why_circle_inn span.ww {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.35;
	margin-bottom: 3px;
}
.whysmegoweb_main .why_circle .why_circle_inn  span.ques {
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.36;
}

.whysmegoweb_main .ws_main {
    position: relative;
	min-height: 705px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.whysmegoweb_main .ws_main .ws_items {
    display: flex;
    align-items: center;
	position: absolute;
	max-width: 450px;
}
.whysmegoweb_main .ws_main .ws_items .itwrap{
	display: flex;
    align-items: center;
}
.whysmegoweb_main .ws_main .ws_items .icon{
	width: 150px;
	position: relative;
}
.whysmegoweb_main .ws_main .ws_items .icon img.img-fluid.clogo {
    position: relative;
    z-index: 1;
}
.whysmegoweb_main .ws_main .ws_items .cnt{
	width: calc(100% - 150px);
	padding-left: 15px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.36;
}
.whysmegoweb_main .ws_main .ws_items1 .icon,
.whysmegoweb_main .ws_main .ws_items4 .icon, 
.whysmegoweb_main .ws_main .ws_items5 .icon {
    order: 2;
}
.whysmegoweb_main .ws_main .ws_items1 .cnt,
.whysmegoweb_main .ws_main .ws_items4 .cnt, 
.whysmegoweb_main .ws_main .ws_items5 .cnt {
    padding-right: 15px;
}
.whysmegoweb_main .ws_main .ws_items .linedot {
    position: absolute;
    left: 40px;
    top: 145px;
    width: 230px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
}
.whysmegoweb_main .ws_main .ws_items1{
	top: 30px;
    left: 80px;
}
.whysmegoweb_main .ws_main .ws_items2{
	top: 30px;
    right: 100px;
}
.whysmegoweb_main .ws_main .ws_items2 .linedot {
    transform: rotate(130deg);
    left: -100px;
}
.whysmegoweb_main .ws_main .ws_items3{
	top: 400px;
    right: 0;
}
.whysmegoweb_main .ws_main .ws_items3 .linedot {
    transform: rotate(-150deg);
    left: -128px;
    top: 10px;
}
.whysmegoweb_main .ws_main .ws_items4{
	top: 400px;
    left: 45px;
}
.whysmegoweb_main .ws_main .ws_items4 .linedot {
    transform: rotate(-45deg);
    top: 20px;
    left: 20px;
}
.whysmegoweb_main .ws_main .ws_items5{
	bottom: 0;
    left: 305px;
}
.whysmegoweb_main .ws_main .ws_items5 .linedot {
    transform: rotate(-90deg);
    width: 200px;
    left: -20px;
    top: 10px;
}
.whysmegoweb_main .ws_main .ws_items .itwrap {
    position: relative;
    z-index: 1;
}
.whysmegoweb_main .ws_main .ws_items .linedot span.dot {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #000;
    border-radius: 100%;
    background: #fff;
}

/*=== Service Section Css ===*/

.smservice_sec{
	background-image: url(../images/serbg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.smservice_sec .titlecnt_wrap {
    margin-bottom: 50px;
}
.smservice_sec .titlecnt_wrap h2 {
    color: #FFF;
    font-weight: 600;
    line-height: 1.36;
    margin: 0;
}
.smservice_sec .titlecnt_wrap h2 strong {
    color: #E54748;
    font-weight: 600;
}
.smservice_sec .titlecnt_wrap p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}
.service_itemwrap .container{
	max-width: 1680px;
}
.service_itemwrap .service_item{
	position: relative;
	height:100%;
}
.service_itemwrap .ser_inner .icon {
    max-width: 150px;
    margin-top: 15px;
}
.tcnt {
    padding-right: 10px;
    padding-left: 10px;
}
.cs_mainform textarea:focus {
    background: #343434;
}
.cs_mainform .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus{
    color:#fff;
}
.row.video_form textarea:focus {
    background: #343434;
}
.cs_mainform textarea:focus, .cs_mainform input:focus{
    color:#fff;
}
.mainform span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    color: #fff !important;
}
.row.video_form span.wpcf7-form-control-wrap .form-control {
    color: #fff !important;
}
.service_itemwrap .ser_inner .icon img {
    border-radius: 15px;
}
.service_itemwrap .ser_inner{
	background-image: url(../images/serbg1.png);
    background-size: 100% 100%;
    background-position: center center;
	-webkit-mask-image: url(../images/serbg1.png);
    mask-image: url(../images/serbg1.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
	min-height: 510px;
	height:100%;
}
.service_itemwrap .ser_title {
    padding: 30px;
    border-bottom: 1px solid rgba(249, 250, 251, 0.30);
	margin-bottom: 60px;
	min-height: 155px;
}
.service_itemwrap .ser_title h6 {
    color: #F5F5F5;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    margin: 0;
}
.service_itemwrap .ser_title h6 span{
	font-size: 16px;
	display: block
}
.service_itemwrap .cnt {
    background: #fff;
    padding: 30px;
	min-height: 425px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_itemwrap .sdes p {
    color: #000;
    /*text-align: justify;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 1.36;
}
.service_itemwrap .service_item .btn_wrap {
	position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 1;
}
.service_itemwrap .service_item .btn_wrap a {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
}
.service_itemwrap .service_item .btn_wrap a:hover{
	background: #E54748;
}



/*======== Testimonial Page Css ========*/


.ct_bannerinnertwo {
    padding: 50px 0;
    height: 475px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    display: table;
    z-index: 1;
}
.ct_bannerinnertwo .banner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #fff;
    z-index: 1;
    text-align: center;
}
.ct_bannerinnertwo .container{
    max-width: 1140px;
}
.ct_bannerinnertwo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0 0 0 / 83%);
}
.ct_bannerinnertwo .banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 25px;
}
.ct_bannerinnertwo .banner p {
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 25px;
}
.ct_bannerinnertwo .banner .ctbreadcrumb {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.36;
}
.ct_bannerinnertwo .banner .ctbreadcrumb a:hover{
    color: #fff;
}

.ct_testimonial_sec{
    padding-left: 50px;
    padding-right: 50px;
}
.ct_testimonial_sec .container{
    max-width: 1880px;
}
.testimonial_item{
    margin-bottom: 25px;
}
.testimonial_inner {
    border-radius: 20px;
    border: 2px solid #EBEBEB;
    background: #FFF;
    padding: 25px;
    height: 100%;
}
.testimonial_inner:hover {
    border: 2px solid #E54748;
}
.testimonial_inner .cmn_imgwrap {
    height: 365px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}
.testimonial_inner .cmn_imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.testimonial_inner .cmn_imgwrap:hover img {
    transform: scale(1.2);
}
.testimonial_inner .cmn_imgwrap a.play_cion {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 96px;
    line-height: 1;
    color: rgba(255 255 255 / 80%);
}
.testimonial_inner .cmn_imgwrap a.play_cion:hover {
    color: #E54748;
}
.testimonial_inner .testimonial_cntmain .cnt{
    padding: 35px 0 80px;
    position: relative;
    min-height: 250px;
}
.testimonial_inner .testimonial_cntmain .cnt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/bottomq.png);
    background-size: cover;
    width: 80px;
    height: 69px;
}
.testimonial_inner .testimonial_cntmain .cnt:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background-image: url(../images/top-q.png);
    background-size: cover;
    width: 20px;
    height: 16px;
}
.testimonial_inner .testimonial_cntmain .cnt p{
    color: #263238;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.36; 
}
.testimonial_inner .rating_titlesec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.testimonial_inner .rating_titlesec h5 {
    color: #E54748;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.36;
    margin: 0;
}
.testimonial_inner .rating_titlesec .rating {
    font-size: 25px;
    color: #FDC92A;
}


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

.conitem_inn {
    margin-top: 45px;
    border-radius: 20px;
    border: 1px solid #FFD1D1;
    background: #FFF;
    min-height: 380px;
}
.conitem_inn .top_blk {
    position: relative;
    padding: 65px 20px 20px 20px;
    text-align: center;
    border-radius: 20.659px;
    background: #FAF7F7;
}
.conitem_inn .icon {
    border-radius: 20.659px;
    background: #E54748;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.conitem_inn .top_blk h5 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.36;
    margin: 0 0 20px;
}
.conitem_inn .top_blk p {
    color: #757575;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.36;
}
.conitem_inn .bottom_blk {
    padding: 25px;
    color: #757575;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.36;
}
.conitem_inn .top_blk p strong {
    color: #E54748;
    font-weight: 400;
}
.conitem:nth-child(2) .conitem_inn .icon{
    background: #000;
}


/*=== Contact Form Section ===*/

.ctcontact_formsec .container{
    max-width: 1820px;
}
.ctcontact_formsec .consec_inner {
    border-radius: 20px 0 0 20px;
    background: #F6F4F1;
}
.ctcontact_formsec .consec_inner .formcnt_wrap {
    padding: 70px;
}
.ctcontact_formsec .conrimg {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}
.ctcontact_formsec .fimgcol {
    padding-left: 0;
    padding-right: 0;
}
.ctcontact_formsec .conrimg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #E5474891;
    border-radius: 20px;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .contitle {
    margin-bottom: 20px;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .contitle h2 {
    color: #000;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .contitle p {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form .form-control {
    background: #FFF;
    color: #A4A4A4;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.36;
    height: 60px;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form textarea.form-control{
    height: 170px;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A4A4A4 !important;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #A4A4A4 !important;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #A4A4A4 !important; 
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #A4A4A4 !important;
}

.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form  .btn_grp {
    text-align: left;
}
.ctcontact_formsec .consec_inner .formcnt_wrap .main_form form .btn_grp input.fbtn {
    min-width: 300px;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    text-transform: capitalize;
}


/*=== Contact Map Section ===*/

.contactpgmap_sec {
    position: relative;
    padding-bottom: 38.5%;
}
.contactpgmap_sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/*====== Success Stories Section Css ======*/


#agencies {
    text-align: center;
    overflow-x: hidden;
}
#agencies .top_content {
    margin-bottom: 50px;
}
#agencies .top_content h2 {
    color: #1E1E1E;
    font-weight: 700;
    line-height: 1.36; /* 65.28px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
#agencies .top_content h3 {
    color: #1E1E1E;
    font-weight: 500;
    line-height: 1.36; /* 57.12px */
    text-transform: uppercase;
    margin-bottom: 15px;
}
#agencies .top_content p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.36;
}
#agencies .container {
    max-width: 1210px;
    width: 98%;
}
#agencies img {
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
}
.agency-img {
    padding-top: 240px;
    position: relative;
}
.agency-content {
    position: absolute;
    top: 70px;
}
.agency-content .box {
    position: absolute;
    left: 75px;
    top: 112px;
    font-size: 12px;
    width: 130px;
}
.arrow-dot {
    width: 1px;
    background: #000;
    height: 90px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.arrow-dot:before {
    position: absolute;
    content: "";
    border-left: 4px solid #000;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 4px solid transparent;
    transform: rotate(45deg);
    left: -4px;
}
.red-box .arrow-dot {
    background: #E54748;
    height: 100px;
}
.red-box .arrow-dot:before {
    border-left: 4px solid #E54748;
    border-right: 4px solid transparent;
    border-top: 4px solid #E54748;
    border-bottom: 4px solid transparent;
}
.agency-content .figure h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36; 
    margin: 0 0 5px 0;
}
.figure-content {
    margin-bottom: 14px;
}
.agency-content .arrow-dot .dot {
    position: absolute;
    content: "";
    background: url(../images/black-circle.png) no-repeat;
    width: 12px;
    height: 10px;
    bottom: -7px;
    left: -6px;
}
.agency-content .red-box .arrow-dot .dot {
    background: url(../images/red-circle.png) no-repeat;
}
.agency-content .second .arrow-dot {
    height: 160px;
}
.agency-content .second {
    left: 225px;
    top: 22px;
}
.agency-content .third {
    left: 509px;
    top: -16px;
}
.agency-content .fourth {
    left: 688px;
    top: 66px;
}
.agency-content .fifth {
    left: 798px;
    top: 73px;
}
.agency-content .sixth {
    left: 1010px;
    top: 141px;
}
.agency-content .fourth .arrow-dot {
    height: 65px;
}
.agency-content .fifth .arrow-dot {
    height: 75px;
}
.red-box .figure {
    width: 75px;
    color: #e01212;
    margin: 0 auto;
}
.agency-content .red-first {
    left: 183px;
    top: 118px;
}
.agency-content .red-second {
    left: 325px;
    top: 129px;
}
.agency-content .red-first {
    left: 183px;
    top: 118px;
}
.agency-content .red-third {
    left: 471px;
    top: 69px;
}
.agency-content .red-fourth {
    left: 615px;
    top: 0;
}
.agency-content .red-fifth {
    left: 752px;
    top: -34px;
}
.agency-content .red-fifth .arrow-dot {
    height: 200px;
}
.agspec_list.ctshowtab{
    display: none !important;
}
.agspec_list.ctshowtab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.agspec_list.ctshowtab ul li {
    text-align: left;
    margin-bottom: 30px;
    width: 50%;
    flex: 0 0 auto;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.36;
    padding-right: 15px;
}
.agspec_list.ctshowtab {
    padding-bottom: 60px;
}
.agspec_list.ctshowtab ul li strong {
    background: #E54748;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-right: 80px;
    position: relative;
    font-weight: 500;
}
.agspec_list.ctshowtab ul li strong:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -75px;
    height: 2px;
    width: 65px;
    background: #000;
    transform: translateY(-50%);
}

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

.mainpostpage_cnt .post_sinimg {
    position: relative;
    box-shadow: 0 2px 0 #e54444;
    margin: 0;
}
.mainpostpage_cnt .post_sinimg img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
    object-position: center center;
}
.ps_item_inn .icon {
    margin-bottom: 10px;
}
input#search-form-1 {
    background: #fff;
    border: 1px solid #e54444;
    color:#000 !Important;
}

input#search-form-1::placeholder, input#search-form-1:focus {
    color: #000 !important;
}
.mainpostpage_cnt .post_sinimg span.pdate {
    position: absolute;
    bottom: 0;
    left: 50px;
    color: #fff;
    background: #e54444;
    white-space: nowrap;
    padding: 15px 30px;
    border-radius: 8px 8px 0 0;
    line-height: 1;
    font-weight: 400;
}
.mainpostpage_cnt  section.post_content {
    padding: 40px 25px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 0 0 10px 10px;
    min-height: 350px;
}
.mainpostpage_cnt section.post_content h2 {
    font-size: 30px;
}
.mainpostpage_cnt section.post_content h3 {
    font-size: 27px;
}
.mainpostpage_cnt section.post_content h4 {
    font-size: 24px;
}
.mainpostpage_cnt section.post_content h5 {
    font-size: 20px;
}
.blog_sidebar .widget {
    padding: 35px 25px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 10px;
    margin-bottom: 40px;
}
.blog_sidebar .widget h5.widget_title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 15px;
}

.blog_sidebar .widget h5.widget_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #e54444;
}
.blog_sidebar .widget.sidebar_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog_sidebar .widget.sidebar_categories ul li {
    color: #000;
    padding: 0px 0 10px 20px;
    position: relative;
}
.blog_sidebar .widget.sidebar_categories ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../images/bullet.png);
    height: 12px;
    width: 12px;
}
.blog_sidebar .widget.sidebar_categories ul li a {
    color: #000;
}
.blog_sidebar .widget.sidebar_categories ul li a:hover {
    color: #E54444;
}
.blog_sidebar .widget.sidebar_recent_posts .post_item:not(:last-child) {
    margin-bottom: 25px;
}
.blog_sidebar .widget.sidebar_recent_posts .post_item a {
    display: flex;
    flex-wrap: wrap;
}

.blog_sidebar .widget.sidebar_recent_posts .post_item a .post_img {
    width: 120px;
    height: 70px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}
.blog_sidebar .widget.sidebar_recent_posts .post_item a .post_img img {
    width: 100% !important;!i;!;
    height: auto !important;!i;!;
    max-width: 100% !important;!i;!;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.blog_sidebar .widget.sidebar_recent_posts .post_item:hover a .post_img img {
    transform: scale(1.5);
}
.blog_sidebar .widget.sidebar_recent_posts .post_item a .post_cnt {
    width: calc(100% - 120px);
    padding-left: 15px;
}
.blog_sidebar .widget.sidebar_recent_posts .post_item a .post_cnt h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0px;
}
.blog_sidebar .widget.sidebar_recent_posts .post_item a .post_cnt span.date {
    font-size: 16px;
}
.ct_accitem.item_active .ct_acctitle {
    padding-bottom: 15px !important;
}

.iwc_blk .iwc_item .iwc_img img {
    width: 90%;
}
.container.thankyou {
    padding: 8em 0px;
}
.search article {
    margin-bottom: 25px;
}

.search article h2 a {
    color: #000;
}

.search article span.edit-link {
    padding-left: 7px;
}

.search article h2 {
    margin-bottom: 10px;
    font-weight: 500;
}
.search h1.page-title {
    font-weight: 500;
}
ul.social_list li:first-child a{
 padding-top:2px;
}
.gjs-cell input:hover {
    background: #fff !important;
    color: #000 !important;
}
.ctmain_header .custom_header .header_fixed .row {
    justify-content: center;
    display: flex;
    align-items: center;
}
.book_now_popup  .wpcf7-not-valid-tip {
    position: relative;
    margin-top: -18px;
	top:0px;
    font-size: 12px;
}
.book_now_popup .modal-header .btn-close {
    position: absolute;
    right: 5px;
    top: 8px;
}

.book_now_popup .modal-content.top_cnt_Sec {
    position: relative;
}

.book_now_popup .modal-header {
    border: none;
    padding-bottom: 0;
}

.book_now_popup .wpcf7-response-output {
    padding: 0;
    font-size: 12px;
    text-align: center;
}
.book_now_popup input.form-control, .book_now_popup textarea{
	font-size:16px !important;
}
.modal-title {
    margin-bottom: 0;
    padding: 10px 0px;
    width: 100%;
    color: #E54444;
    text-align: center;
    line-height: normal;
}
.book_now_popup {
    z-index: 9999;
}