/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 2.0.0
*/


/* Add your own styles at the bottom */


/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}


/* background colors */

.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}


/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}


/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */


/* -- END TEMPLATE -- */


/* -- HEADER -- */


/* helps logo to not be pixelated when scaled down */

#logo {
	transform: none !important;
}


/* when mobile menu is open, change hamburger icon to x icon */

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/* makes sub sub menu icon be right arrow instead of down arrow */

#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: '5';
}


/* if parent link of child menu is a deadlink, then make it not clickable */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}


/* - mobile menu toggling elements, injected via jQuery - */


/* make menu list item be relative, to be able to position toggle within this item */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}


/* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}


/* the new toggle element when popped */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}


/* toggle icon */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}


/* toggle icon when triggered */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}


/* hide sub menus by default */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}


/* show sub menu when triggered via jQuery toggle, and add slight bg color */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}


/* remove sub menu list item left padding, since padding will be on anchors */

#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}


/* adjust mobile menu anchors side paddings */

#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}


/* indent sub menu */

#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}


/* indent sub sub menus further */

#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}


/* if mobile menu anchor has toggle, make room for it to fit next to the link */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}


/* - end mobile menu toggling elements - */


/* undo Divi's default styling of mobile menu links that have children */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}


/* make the current page's mobile menu link be different */

#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}


/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}


/* vertical pipe divider */

#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}


/* fix if using Impreza to remove underline */

#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}


/* -- END FOOTER -- */


/* -- RESPONSIVE -- */


/* do for mobile */

@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}


/* do for desktop */

@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}


/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}


/* create columns of list items with this class */

@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}
	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\e050';
}

.externallist ul li::before {
	content: '\e906';
}


/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */


/* make parallax image be centered at the start */

.et_parallax_bg {
	background-position: center center;
}


/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */

p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}


/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */

.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}


/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */


/* set a max width to make it only as wide as most content */

.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}


/* give the input a border */

.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}


/* remove the arrow on hover of the submit button */

.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}


/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */


/* flip quote so it's an opening quote icon for grid and slider versions */

.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}


/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */


/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */

img.gform_ajax_spinner[src$=".png"] {
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}

@keyframes lime-spin {
	100% {
		transform: rotate(360deg);
	}
}


/* confirmation (success) message */

.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}


/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */


/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */

.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}


/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */

.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* helps add padding to each column */

.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}


/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */

.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}


/* reduce gap between toggles if in fullwidth row */

.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}


/* -- END HELPERS -- */


/* -- BLOG -- */


/* sidebar recent posts */

.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}


/* sidebar recent posts dates */

.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}


/* -- END BLOG -- */


/********************************************************* End Global area  ***************************************/


/* freashy header  */

header .container,
#main-footer .container {
	width: 90% !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

.et_pb_button {
	line-height: 1 !important;
	font-weight: 400;
}

.align_tems_cmn {
	align-items: center;
}

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


/* end fresy header footer  */

@media all and (min-width:981px) {
	.margin_right_30_row_cmn .et_pb_column {
		width: calc(33.33% - 36px + 12px) !important;
		margin-right: 36px !important;
	}
	.margin_right_30_row_cmn .et_pb_column:last-child {
		margin-right: 0 !important;
	}
	.for_practice_page_2box_row .et_pb_column {
		width: calc(50% - 36px + 18px) !important;
	}
}

@media all and (max-width:980px) {
	body div#et-boc .margin_right_30_row_cmn .et_pb_column {
		margin-bottom: 30px !important;
	}
	body div#et-boc .margin_right_30_row_cmn .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
}


/* end gatter 1 custom margin */

@media (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}
	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}


/*  divi icon  text icon */

.et_pb_text_inner ul:not(.gform_fields) li,
.et_pb_blurb_description ul li {
	padding-left: 10px;
	margin-bottom: 10px;
}

.et_pb_text_inner ul:not(.gform_fields) li::marker,
.et_pb_blurb_description ul li::marker {
	content: '\e052';
	font-family: ETmodules;
	color: #3DA1F2 !important;
	margin-right: 10px;
}


/* end divi text icon  */


/* -- Scroll to Top Style -- */

.et_pb_scroll_top.et-pb-icon {
	background: #0372BC;
	border-radius: 0;
	padding: 25px 0;
}


/* end scrool top */


/********************************************************* End Global area  ***************************************/


/*********************************************************  Header area ***************************************/

div#page-container span#et_search_icon:before {
	font-size: 20px;
	color: #3DA1F2 !important;
}


/* from other  */

#top-menu li a {
	font-weight: 600 !important;
}

#top-menu li li a {
	font-weight: 400 !important;
}

#top-menu li.current-menu-item a {
	font-weight: 600 !important;
}

#top-menu li.current-menu-item li a {
	font-weight: 400 !important;
}


/* update  */

@media all and (min-width:1280px) {
	#top-menu li {
		padding-right: 45px;
	}
}

#top-menu li li a {
	padding: 6px 0px !important;
	background: transparent;
}

div#et_top_search {
	margin-left: 35px;
}


/* end menu after  */


/* menu resposnvie  */

@media only screen and (min-width:981px) and (max-width:1279px) {
	#top-menu li {
		padding-right: 15px !important;
	}
	#top-menu li:last-child {
		padding-right: 0 !important;
	}
	#top-menu li a {
		font-size: 18px !important;
	}
}

@media only screen and (min-width:1280px) and (max-width:1439px) {
	/* 	img#logo {
		max-width: 150px !important;
	}
	div#et-top-navigation {
		padding-left: 170px !important;
	}
	#top-menu li {
		padding-right: 15px !important;
	}
	#top-menu li a {
		font-size: 17px !important;
	} */
}

@media only screen and (min-width:1440px) and (max-width:1820px) {
	/* 	img#logo {
		max-width: 200px !important;
	}
	div#et-top-navigation {
		padding-left: 270px !important;
	} */
	#top-menu li {
		padding-right: 18px !important;
	}
	#top-menu li a {
		font-size: 18px !important;
	}
}

@media all and (min-width:1821px) {
	#top-menu li {
		padding-right: 40px !important;
	}
	#top-menu li:last-child {
		padding-right: 0 !important;
	}
}

.et-fixed-header #logo {
	max-height: 80% !important;
}


/********************************************************* End Header area   ***************************************/


/********************************************************* Footer area  ***************************************/


/* from other  */

.footer-widget h2 {
	padding-bottom: 28px;
	font-weight: 700 !important;
}

.widget_nav_menu .menu li:before,
.custom_socical_footer li:before {
	display: none;
}

.widget_nav_menu .menu li {
	padding-left: 0 !important;
}

.widget_nav_menu .menu li a:hover {
	text-decoration: underline !important;
}

p#footer-info {
	font-size: 14px
}

@media only screen and (min-width:981px) {
	#footer-widgets {
		padding-top: 95px;
		padding-bottom: 110px !important;
	}
	div#footer-bottom {
		padding-bottom: 75px !important;
		padding-top: 0px;
	}
	/* 	div#footer-info {
    text-align: center;
    width: 100%;
} */
	div#footer-info {
		padding-bottom: 0;
	}
	.et_pb_gutters3 .footer-widget {
		margin-bottom: 0px !important;
	}
}

@media all and (max-width:980px) {
	body footer#main-footer .footer-widget:nth-child(n) {
		margin-bottom: 35px !important;
	}
	#footer-widgets {
		padding-top: 40px !important;
		padding-bottom: 0 !important;
	}
}

.et_pb_widget ul.menu li {
	margin-bottom: 0px;
}

.et_pb_widget ul.menu li:last-child {
	margin-bottom: 0 !important;
}

footer .textwidget {
	/*     font-weight: 300 !important; */
	line-height: 24px;
}

footer#main-footer #footer-widgets .fwidget {
	display: block !important;
	float: inherit !important;
	width: 100%;
	/* 	text-align: center !important; */
	margin-bottom: 0 !important;
}

.fwidget p {
	padding-bottom: 0 !important;
}

footer#main-footer .container {
	max-width: 1365px !important;
}

#footer-widgets .footer-widget li:before {
	display: none;
}

#footer-widgets .footer-widget li {
	padding-left: 0;
}


/* update for this  */

@media all and (min-width:981px) {
	div#footer-widgets .footer-widget:nth-child(1) {
		width: 100% !important;
		margin-right: 0 !important;
		text-align: center;
		margin-bottom: 80px !important;
	}
	/* 	responsive  */
	div#footer-widgets .footer-widget:nth-child(2),
	div#footer-widgets .footer-widget:nth-child(3),
	div#footer-widgets .footer-widget:nth-child(4),
	div#footer-widgets .footer-widget:nth-child(5),
	div#footer-widgets .footer-widget:nth-child(6) {
		width: 15.6% !important;
	}
	/* sp 	 */
	div#footer-widgets .footer-widget:nth-child(2) {
		width: calc( 15.6% - 6%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(6) {
		width: calc( 15.6% - 7%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(5) {
		width: calc( 15.6% - 4%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(4) {
		width: calc( 15.6% + 3.5%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(3) {
		width: calc( 15.6% + 5% + 7% + 1.5%) !important;
	}
	/* end sp  */
	.menu li {
		line-height: 45px;
	}
	/* 	up  */
}

.footer-widget .menu li:first-child a {
	font-size: 24px;
	font-weight: 700;
	color: #3DA1F2 !important;
}


/* sp menu footer  */

div#footer-widgets .footer-widget:nth-child(3) .menu {
	display: flex;
	flex-wrap: wrap;
}

div#footer-widgets .footer-widget:nth-child(3) .menu li {
	width: 50%;
}

div#footer-widgets .footer-widget:nth-child(3) .menu li:first-child {
	width: 100%;
}


/* end footer update  */

@media all and (max-width:450px) {
	div#footer-widgets .footer-widget:nth-child(3) .menu li {
		width: 100%;
	}
}

@media all and (max-width:980px) {
	.footer-widget .menu li:first-child a {
		padding-bottom: 10px;
		display: inline-block;
	}
	#footer-widgets .footer-widget li {
		margin-bottom: 5px;
	}
}


/* update for footer  */

@media only screen and (min-width:981px) and (max-width:1279px) {
	div#footer-widgets .footer-widget {
		margin-right: 2%;
	}
	.footer-widget .menu li a {
		font-size: 16px;
	}
	.menu li {
		line-height: 30px;
	}
	div#footer-widgets .footer-widget:nth-child(2) {
		width: calc( 15.6% - 8% + 4%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(6) {
		width: calc( 15.6% - 7% + 1%) !important;
		margin-right: 0 !important;
	}
	div#footer-widgets .footer-widget:nth-child(5) {
		width: calc( 15.6% - 3% + 3%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(3) {
		width: calc( 15.6% + 5% + 7% + 2.5% + 6%) !important;
	}
}

@media only screen and (min-width:1280px) and (max-width:1465px) {
	div#footer-widgets .footer-widget {
		margin-right: 2.7%;
	}
	.menu li {
		line-height: 35px;
	}
	.footer-widget .menu li a {
		font-size: 17px;
	}
	div#footer-widgets .footer-widget:nth-child(2) {
		width: calc( 15.6% - 8% + 3%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(6) {
		width: calc( 15.6% - 7% + 3%) !important;
		margin-right: 0 !important;
	}
	div#footer-widgets .footer-widget:nth-child(3) {
		width: calc( 15.6% + 5% + 7% + 2.5% + 5%) !important;
	}
}

@media only screen and (min-width:981px) and (max-width:1650px) {
	#footer-widgets {
		padding-bottom: 70px !important;
		padding-top: 60px;
	}
	div#footer-widgets .footer-widget:nth-child(1) {
		margin-bottom: 60px !important;
	}
}


/********************************************************* End footer area   ***************************************/


/********************************************************* Home page area  ***************************************/


/* slider section start from intern  */


/********************************************************* Home page area  ***************************************/

.read-more-btn {
	padding-left: 0px !important;
}

.read-more-btn:hover {
	color: #3DA1F2 !important
}

.custom_blurb_item_cmn .et_pb_blurb_container {
	padding: 20px 25px 0px 35px;
}

.custom_blurb_item_cmn h3 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

@media only screen and (min-width: 981px) {
	.custom_blurb_item_cmn .et_pb_main_blurb_image {
		width: 42% !important;
		margin-bottom: 0px !important;
	}
	.custom_blurb_item_cmn .et_pb_blurb_content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.custom_blurb_item_cmn .et_pb_blurb_container {
		width: 58% !important;
	}
	.align_tems_cmn {
		align-items: center;
		display: flex;
	}
	.align_tems_cmn_bottom {
		align-items: end;
		display: flex;
	}
	.margin_right_15_row_cmn .et_pb_column {
		width: calc(33.33% - 15px + 5px) !important;
		margin-right: 15px !important;
	}
	.margin_right_15_row_cmn .et_pb_column:last-child {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 980px) {
	.et_pb_blurb_position_top_tablet .et_pb_main_blurb_image {
		display: block;
		width: auto;
	}
}

@media only screen and (min-width:981px) and (max-width:1279px) {
	.et_pb_blurb_position_top_phone .et_pb_module_header {
		font-size: 24px !important;
	}
	/* 	.we-serve-section {
		padding-top: 00px !important;
	}
	.expertise-section {
		padding: 00px 0px !important;
	} */
	/* 	.privacy-policy-section {
		padding: 60px 0px !important;
	}
	.work-us-section {
		padding: 60px 0px !important;
	} */
	.cmn_title h2 {
		font-size: 35px !important;
		line-height: 1.3em !important;
	}
	div#page-container .custom_testimonial h2 {
		font-size: 35px !important;
	}
}


/********************************************************* End home page area ***************************************/


/********************************************************* Others page area ***************************************/

@media only screen and (min-width:981px) and (max-width:1279px) {
	.services-box {
		padding: 70px 25px !important;
	}
}

@media only screen and (min-width:1280px) and (max-width:1555px) {
	.services-box {
		padding: 80px 30px !important;
	}
}


/*---- Contact form ----*/

.custom_form_up.custom_contact_cmn .gform_fields input,
.custom_contact_cmn .gform_fields select,
.custom_form_up.custom_contact_cmn .gform_fields textarea {
	font-size: 16px !important;
	padding: 12px !important;
	border-radius: 10px;
	;
	background: #fff !important;
	border: 1px solid #acacac !important;
	color: #8a8a8a;
	font-family: 'Hind Siliguri', Helvetica, Arial, Lucida, sans-serif;
}

body .gform_wrapper .hidden_label textarea.textarea {
	margin-top: 10px !important;
}

#input_2_5 {
	resize: none;
}

#gform_submit_button_2 {
	padding-top: 22px !important;
	padding-right: 55px !important;
	padding-bottom: 22px !important;
	padding-left: 55px !important;
	font-size: 22px !important;
	font-weight: 500;
	line-height: 1 !important;
}

@media screen and (max-width: 980px) {
	#gform_submit_button_2 {
		font-size: 20px !important;
		padding-right: 35px !important;
		padding-left: 35px !important;
	}
}


/********************************************************* End Global area  ***************************************/


/********************************************************* End Global area  ***************************************/


/* slider section from intern end */

@media only screen and (min-width:768px) {
	/* 	.custom_home_slider .et_pb_slide_description {
		float: left !important;
	}
	.custom_home_slider .et_pb_slide_image {
		float: right !important;
		margin-left: 5.5%;
		margin-right: 0 !important;
		right: 0 !important;
	} */
}


/* .custom_home_slider .et_pb_slide_content br {
	display: none;
} */

.custom_home_slider .et_pb_slide_description {
	position: relative;
}

@media all and (min-width:768px) {
	/* 	.custom_home_slider .et_pb_slide_image {
		display: none;
	} */
	/* 	.custom_home_slider .et_pb_slider_container_inner:after {
		position: absolute;
		top: 0;
		width: 825px;
		height: 719px;
		right: 0;
		background: url("/wp-content/uploads/2021/12/AdobeStock_427631171_Preview.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 47.25%;
		content: "";
		background-position:center right;
	} */
	.custom_home_slider .et_pb_slider_container_inner {
		position: relative;
	}
}

.custom_home_slider .et_pb_slide_image img {
	visibility: hidden
}

@media all and (max-width:768px) {
	.custom_home_slider .et_pb_slide_image img {
		display: none
	}
}


/* content  */

span.btn_area br {
	display: none;
}

span.btn_area {
	display: block;
	margin-top: 35px;
}

a.btn_slide_left {
	/* background: #EA4C89; */
	color: #fff;
	padding: 19px 31px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	transition: 0.3s ease-in;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}

a.btn_slide_left:hover {
	background: #3DA1F2;
	color: #fff;
}

span.slide_descrip {
	line-height: 1.28em;
	max-width: 586px;
}

.custom_home_slider h1 {
	padding-bottom: 30px;
}

a.btn_slide_right {
	margin-left: 35px;
}


/* a.btn_slide_right:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	background: url(/wp-content/uploads/play-ic.png);
	background-size: contain;
	background-repeat: no-repeat;
} */


/* .custom_home_slider h1 {
	position: relative;
	padding-top: 110px;
}
 */

.custom_home_slider h1:after {
	position: absolute;
	content: "";
	width: 130px;
	height: 73px;
	background-size: cover;
	background-image: url("/wp-content/uploads/banner-slide-img-1.png");
	left: 0;
	top: 0;
}


/* slide content  */


/* update for slider  */

.custom_home_slider .et_pb_slide_image img {
	cursor: pointer;
}


/* end update for slider  */


/* slider responsive  */

@media only screen and (min-width:981px) and (max-width:1280px) {
	a.btn_slide_right {
		font-size: 25px;
		margin-left: 20px;
		padding-left: 50px;
	}
	a.btn_slide_left {
		padding: 14.5px 25px;
		font-size: 25px;
	}
	a.btn_slide_right:after {
		width: 35px;
		height: 35px;
	}
	span.btn_area {
		margin-top: 40px;
	}
	.custom_home_slider .et_pb_slide_description {
		padding-top: 80px !important;
		padding-bottom: 130px !important;
	}
	div#page-container .custom_home_slider h1.et_pb_slide_title {
		font-size: 45px !important;
	}
}

@media only screen and (min-width:1281px) and (max-width:1550px) {
	.custom_home_slider .et_pb_slide_description {
		padding-top: 100px !important;
		padding-bottom: 150px !important;
	}
}

@media all and (max-width:990px) {
	span.btn_area {
		margin-top: 40px;
	}
	/* 	a.btn_slide_right {
		margin-left: 0;
		display: block;
	}
	a.btn_slide_right {
		margin-top: 45px;
	}
	a.btn_slide_right:after {
		top: -10px;
	} */
	a.btn_slide_right:after {
		width: 30px;
		height: 30px;
		top: 3px;
	}
	a.btn_slide_right {
		padding-left: 40px;
	}
	/* 	u */
	a.btn_slide_right {
		font-size: 25px;
	}
	a.btn_slide_left {
		padding: 14.5px 25px;
		font-size: 25px;
	}
	span.slide_descrip {
		font-size: 18px;
	}
	.custom_home_slider h1 {
		padding-bottom: 20px;
	}
}

@media all and (max-width:767px) {
	span.slide_descrip {
		font-size: 16px;
	}
	/* img  */
	.et_pb_slide_image {
		display: block !important;
	}
	.custom_home_slider .et_pb_slide_description {
		padding-top: 15px !important;
	}
	/* 	end img  */
	/* 	up left  */
	a.btn_slide_right {
		font-size: 20px;
	}
	a.btn_slide_left {
		font-size: 20px;
	}
	a.btn_slide_right {
		margin-left: 25px;
	}
	a.btn_slide_right:after {
		top: -1px;
	}
}

@media all and (max-width:400px) {
	a.btn_slide_left {
		font-size: 15px;
	}
	a.btn_slide_right {
		font-size: 15px;
	}
	a.btn_slide_right {
		margin-left: 15px;
		padding-left: 35px;
	}
	a.btn_slide_right:after {
		width: 25px;
		height: 25px;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	a.btn_slide_right {
		font-size: 18px;
	}
	a.btn_slide_left {
		font-size: 18px;
	}
	a.btn_slide_right {
		margin-left: 20px;
	}
	a.btn_slide_right:after {
		top: -3px;
	}
	a.btn_slide_right {
		padding-left: 38px;
	}
}


/* update for slider  */

@media all and (min-width:1280px) {
	.custom_home_slider .et_pb_slide_description {
		padding-left: 4.68vw !important;
	}
	.custom_home_slider .et_pb_slide_image img {
		position: relative;
		top: 30px;
		left: 4vw;
	}
}

@media all and (max-width:1550px) {
	span.slide_descrip br {
		display: none;
	}
}


/* end update for slider  */


/* end slide responsive  */


/* end slider section */


/* popup section */


/* team popup  */

.pum-theme-default-theme .pum-container {
	background: #fff !important;
}

.popup_row {
	width: 100% !important;
}

.popup_section {
	padding: 10px !important;
}

button.pum-close.popmake-close {
	background: #3DA1F2 !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 25px !important;
	transition: 0.3s ease-in;
}

button.pum-close.popmake-close:hover {
	background: #000 !important;
	color: #fff !important;
}

.pum-theme-default-theme {
	background: rgb(0 0 0 / 70%) !important;
}


/* popup content  */

.popup_content h4 {
	font-size: 30px;
}

@media all and (max-width:980px) {
	.popup_content h4 {
		font-size: 24px;
	}
}

@media all and (max-width:767px) {
	.popup_content h4 {
		font-size: 20px;
	}
}

.popup_content {
	color: #000;
}

.popup_content a {
	color: #F43200;
}

.popup_row {
	padding: 0 !important;
}

.popup_section .popup_content {
	margin-bottom: 0 !important;
}

@media all and (min-width:981px) {
	.popup_content {
		font-size: 16px !important;
	}
}

@media all and (max-width:980px) {
	.popup_content {
		font-size: 15px !important;
	}
}


/* end poup content  */


/* end poup section */


/* testimonial section */

.custom_testimonial p.test_content {
	font-size: 24px;
	line-height: 1.33em;
	padding-bottom: 35px;
}

.custom_testimonial h3 {
	font-size: 24px;
	font-weight: bold;
}

.custom_testimonial h4 {
	font-size: 20px;
}

.custom_testimonial .et_pb_slide_description {
	padding-top: 70px !important;
	padding-bottom: 95px !important;
}

span.star_area i {
	color: #FFC107;
	font-size: 22.5px;
	margin-right: 15px;
}

span.star_area {
	display: block;
	margin-top: 55px;
}

.custom_testimonial .et_pb_slide_image {
	margin-top: 85px !important;
}


/* up  */

.custom_testimonial a.et-pb-arrow-next {
	opacity: 1 !important;
	right: -198px !important;
	z-index: 555555555;
	background: #F5B100;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	transition: 0.3s ease-in;
}

.custom_testimonial .et-pb-slider-arrows {
	z-index: 55555555555555555555;
}

.custom_testimonial {
	overflow: inherit !important;
}

.custom_testimonial a.et-pb-arrow-next:before {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	left: 0;
	position: relative;
}

.custom_testimonial a.et-pb-arrow-next:hover {
	background: #3DA1F2;
}

.custom_testimonial a.et-pb-arrow-prev {
	opacity: 0 !important;
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.custom_testimonial .et_pb_slider_container_inner {
		display: block !important;
	}
	.custom_testimonial .et_pb_slide_image {
		width: 100% !important;
		display: block !important;
		position: relative;
		top: 0 !important;
		margin-right: 0 !important;
	}
	.custom_testimonial .et_pb_slide_description {
		width: 100% !important;
	}
}

@media all and (max-width:980px) {
	.custom_testimonial {
		max-width: 90% !important;
	}
	.custom_testimonial a.et-pb-arrow-next {
		right: -6vw !important;
		width: 40px;
		height: 40px;
		line-height: 35px;
	}
	.custom_testimonial a.et-pb-arrow-next:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
	}
	/* 	for tab  */
	.custom_testimonial p.test_content {
		font-size: 18px;
	}
	.custom_testimonial h3 {
		font-size: 22px;
	}
	.custom_testimonial h4 {
		font-size: 18px;
	}
	.custom_testimonial .et_pb_slide_description {
		padding-top: 40px !important;
		padding-bottom: 50px !important;
	}
	.custom_testimonial .et_pb_slide_image {
		margin-top: 55px !important;
	}
	.custom_testimonial p.test_content {
		padding-bottom: 25px;
	}
	span.star_area {
		margin-top: 30px;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.custom_testimonial {
		max-width: 622px !important;
	}
}

@media all and (max-width:767px) {
	.custom_testimonial a.et-pb-arrow-next {
		right: -45px !important;
	}
}


/* end testimonial section */


/* work with us section */

.work-img-cmn {
	display: inline-block;
}

.work-img-1 {
	margin-right: 5.52vw;
	margin-bottom: 0vh !important;
}

.work-img-3 {
	margin-right: 70px;
	margin-bottom: 0 !important;
}

.work-img-3 {
	margin-right: 70px;
	margin-bottom: 0 !important;
	margin-left: 10.20vw !important;
}

.work-img-2 {
	margin-bottom: 10.55vh !important;
}

.work-img-3 {
	position: relative;
	top: -68px;
}

@media all and (max-width:1800px) {
	.work-img-1 {
		max-width: calc( 60% - 3vw) !important;
	}
	.work-img-2 {
		max-width: 40% !important;
		margin-bottom: 30px !important;
	}
	.work-img-1 {
		margin-right: 3vw !important;
	}
	.work-img-3 {
		max-width: calc( 60% - 10vw) !important;
		margin-left: 5vw !important;
		margin-right: 5vw !important;
		top: 0;
	}
	.work-img-4 {
		max-width: calc( 40%) !important;
	}
}


/* end work with us section */


/* who we serve section */

.we-serve-section {
	background-position-x: -105px !important;
	background-position-y: -15px !important;
}


/* end who we serve section */


/* our expertices  */

.expertise-section {
	position: relative;
}

.expertise-section:before {
	position: absolute;
	content: "";
	width: 1410px;
	height: 856px;
	background-image: url(/wp-content/uploads/Our-Expertise-after.png);
	right: -45px;
	top: -28px;
	/* background-size: cover; */
	opacity: 0.65;
}

.expertise-section:after {
	position: absolute;
	content: "";
	width: 1410px;
	height: 557px;
	background-image: url(/wp-content/uploads/Our-Expertise-bottom-.png);
	right: -173px;
	bottom: -136px;
	background-repeat: no-repeat;
	top: inherit;
	opacity: 0.65;
}


/* end or expertices  */


/********************************************************* End home page area ***************************************/


/********************************************************* End Global area  ***************************************/

.banner_title_class_cmn h1 {
	padding-bottom: 0;
}

.expertise_section_service_page::after {
	background-image: url(/wp-content/uploads/bg-overlay-service-bottom-.png);
	width: 1723px;
	height: 1046px;
	right: inherit;
	left: -271px;
	bottom: -333px;
	opacity: 0.69;
}

@media all and (max-width:400px) {
	div#page-container div#et-boc .sp_class_for_big_btn {
		font-size: 14px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


/* contact page area  */

.box_cmn_ct {
	display: inline-block;
	margin-right: 5vw;
}

.box_cmn_ct1 {
	margin-right: 0;
}

.a_black a {
	color: #000;
}


/* end contact page area  */


/* syber secruty page  */

.cta_cyber_sec:before {
	position: absolute;
	content: "";
	width: 1410px;
	height: 856px;
	background-image: url(/wp-content/uploads/Our-Expertise-after.png);
	right: -45px;
	top: -28px;
	/* background-size: cover; */
	opacity: 0.6;
}


/* end sybe security page  */

.title_a_link a {
	color: #3da1f2;
}

.title_a_link a:hover {
	text-decoration: underline;
}

.sp_for_ol_123 ol li {
	margin-bottom: 8px;
	/* display: block; */
}

span#et_search_icon:before {
	transform: rotate(-90deg);
}

body #page-container div#et-boc .expertise-section_up .read-more-btn:hover {
	color: #3da1f2 !important;
	opacity: 1 !important;
}


/* finsihisng updatr  */

.work-us-section_update {
	position: relative;
}

.work-us-section_update:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/Mask-Group-47.png);
	right: 0;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.65;
}


/* upd */

#main-footer {
	overflow: hidden;
	position: relative;
}

#main-footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/footer-overlay.png);
	background-size: cover;
	left: 0;
	bottom: 0;
}

#main-footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/footer-overlay.png);
	background-size: cover;
	left: 0;
	bottom: -90px;
	opacity: 0.6;
}

div#page-container .we-serve-section {
	background-image: inherit !important;
	position: relative;
	overflow: hidden;
}

div#page-container .we-serve-section::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/Group-456.png);
	left: 0;
	top: 0;
	background-position-x: -105px !important;
	background-position-y: -15px !important;
	background-position: center left;
	background-size: contain;
	opacity: 0.65;
	background-repeat: no-repeat;
}


/* update cntact  */

div#page-container .custom_contact_cmn_1 textarea {
	height: 120px !important;
	margin-top: 0 !important;
	resize: none;
}

div#page-container .custom_contact_cmn_1 input {
	margin-top: 0 !important;
}

div#page-container .custom_contact_cmn_1 .gform_footer {
	padding-bottom: 0 !important;
}

.contact_sec:after,
.contact_sec:before {
	opacity: 0.4;
}


/* update for - certificate popup  */

.custom_pospup_slider .et_pb_slide_image {
	width: 25% !important;
}

.custom_pospup_slider .et_pb_slide_description {
	width: calc( 75% - 5.5%) !important;
}

.custom_pospup_slider .et_pb_slide {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.custom_pospup_slider .et_pb_slide_image img {
	box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
}

.custom_pospup_slider a.et-pb-arrow-next {
	opacity: 1 !important;
	right: 5px !important;
	z-index: 555555555;
	border: 1px solid #003057;
	width: 80px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	transition: 0.3s ease-in;
	text-align: center;
}

.custom_pospup_slider a.et-pb-arrow-prev {
	opacity: 1 !important;
	left: 0px !important;
	z-index: 555555555;
	border: 1px solid #003057;
	width: 80px;
	height: 40px;
	line-height: 20px;
	text-align: center;
}

.custom_pospup_slider a.et-pb-arrow-next:hover,
.custom_pospup_slider a.et-pb-arrow-prev:hover {
	background: #3da1f2;
	color: #fff !important;
	border: 1px solid #3da1f2 !important;
}

.custom_pospup_slider .et-pb-slider-arrows {
	display: block;
	position: absolute;
	width: 200px !important;
	top: -45px;
	top: 40px;
	right: 0;
}

.custom_pospup_slider a.et-pb-arrow-prev:before {
	content: "Prev";
	font-family: 'Hind Siliguri', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 18px;
}

.custom_pospup_slider a.et-pb-arrow-next:before {
	content: "Next";
	font-family: 'Hind Siliguri', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 18px;
}

@media all and (max-width:1150px) {
	.custom_pospup_slider .et_pb_slide_image {
		width: 100% !important;
		margin-right: 0 !IMPORTANT;
	}
	.custom_pospup_slider .et_pb_slide_description {
		width: 100% !important;
		padding-top: 30px !important;
		padding-bottom: 80px !important;
	}
	.custom_pospup_slider .et-pb-slider-arrows {
		bottom: 35px;
		top: inherit;
	}
}

@media only screen and (min-width:768px) and (max-width:1150px) {
	.custom_pospup_slider .et_pb_slide_image {
		width: 100% !important;
		position: relative;
		margin-right: 0 !important;
		margin-top: 0 !important;
		top: 0 !important;
	}
	.custom_pospup_slider .et_pb_slide_description {
		width: 100% !important;
	}
}


/* end for slider popup  */

.expertise_section_up_for_box .custom_blurb_item_cmn .read-more-btn {
	padding-bottom: 20px;
}


/*************************************************************** responsive finishing  */

@media only screen and (min-width:981px) and (max-width:1550px) {
	.expertise_section_up_for_box .custom_blurb_item_cmn h3 {
		font-size: 22px !important;
		line-height: 1.3em !important;
	}
	.custom_blurb_item_cmn .et_pb_blurb_container {
		padding-top: 15px;
		padding-left: 15px;
	}
	.expertise_section_up_for_box .custom_blurb_item_cmn .et_pb_blurb_description,
	.expertise_section_up_for_box .custom_blurb_item_cmn .et_pb_blurb_description p {
		font-size: 18px;
		line-height: 1.6em !important;
	}
	.expertise_section_up_for_box .custom_blurb_item_cmn .et_pb_blurb_description p {
		padding-bottom: 10px !important;
	}
	.cmn_padding {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.cmn_padding_top {
		padding-top: 80px !important;
	}
	.cmn_padding_bottom {
		padding-bottom: 80px !important;
	}
}


/* end 1550 */

@media only screen and (min-width:981px) and (max-width:1439px) {
	.data_analisis_btm_sec .contact_2box_sp_title h2 {
		font-size: 30px !important;
	}
}

@media only screen and (min-width:981px) and (max-width:1279px) {
	.expertise_section_up_for_box .custom_blurb_item_cmn .et_pb_main_blurb_image {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	.expertise_section_up_for_box .custom_blurb_item_cmn .et_pb_blurb_container {
		width: 100% !important;
	}
	.expertise_section_up_for_box .custom_blurb_item_cmn span.et_pb_image_wrap {
		text-align: center;
	}
	.expertise_section_up_for_box .custom_blurb_item_cmn .et_pb_blurb_container {
		text-align: center !important;
	}
	body {
		font-size: 20px !important;
	}
	.custom_testimonial p.test_content {
		font-size: 20px;
	}
	span.star_area {
		margin-top: 35px;
	}
	/* 	up */
	.expertise_section_service_page .services-box h3 {
		font-size: 25px !important;
	}
	.expertise_section_service_page .services-box {
		padding-left: 15px !important;
		padding-right: 15px !IMPORTANT;
	}
}


/****************************** end responsive  */


/* end finishing update  */


/* scrolll  */


/* scrool update  */

span.et_pb_scroll_top:before {
	/* 	content: "\21"; */
	font-size: 26px;
	position: absolute;
	content: "";
	background-image: url("/wp-content/uploads/scroll-ic.png");
	width: 100%;
	height: 100%;
	background-size: inherit;
	left: 11px;
	background-repeat: no-repeat;
	top: 12px;
}

span.et_pb_scroll_top.et-pb-icon {
	border: 1px solid #000000;
	border-radius: 50%;
	padding: 0px !important;
	background: #fff;
	color: #000;
	width: 41.59px;
	height: 41.59px;
	line-height: 42px;
	bottom: 48px;
	right: 16.96vw;
	transition: 0.3s ease-in;
}

@media all and (max-width:1610px) {
	span.et_pb_scroll_top.et-pb-icon {
		right: 5vw;
	}
}


/* end scrool update  */

span.star_area i:before {
	display: inline-block;
	content: "";
	background-image: url("/wp-content/uploads/star2.png");
	width: 25px;
	height: 25px;
	background-size: contain;
}


/* finishing update 1  */

.expertise_section_service_page_up .et_pb_button:hover {
	text-decoration: underline;
}

@media all and (max-width:510px) {
	.box_cmn_ct1 {
		margin-top: 25px;
	}
}

@media all and (max-width:767px) {
	.custom_home_slider .et_pb_slide_image img {
		max-width: 80px;
	}
	.footer-widget .menu li:first-child a {
		font-size: 20px;
	}
	.footer-widget .menu li a {
		font-size: 15px;
	}
	.popup_section .popup_row .custom_pospup_slider .et_pb_slide_content {
		font-size: 15px !important;
	}
	.custom_testimonial p.test_content {
		font-size: 15px;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.footer-widget .menu li a {
		font-size: 18px;
	}
}

@media all and (max-width:980px) {
	img#logo {
		max-height: 85%;
	}
	.custom_form_up.custom_contact_cmn .gform_fields input,
	.custom_contact_cmn .gform_fields select,
	.custom_form_up.custom_contact_cmn .gform_fields textarea {
		font-size: 18px !important;
		padding: 12px !important;
	}
}

@media only screen and (min-width:981px) and (max-width:1279px) {
	span.slide_descrip {
		line-height: 1.6em;
	}
	.serv_singl_content .et_pb_blurb_description {
		font-size: 18px;
		line-height: 1.6em;
	}
}

@media only screen and (min-width:1280px) and (max-width:1550px) {
	span.slide_descrip {
		line-height: 1.6em;
	}
	.serv_singl_content .et_pb_blurb_description {
		font-size: 20px;
		line-height: 1.6em;
	}
}

.so_ic_bottom ul {
	padding-bottom: 0;
}


/* end finishing update 1  */

@media all and (max-width:980px) {
	.custom_blurb_item_cmn .et_pb_main_blurb_image {
		margin-bottom: 0 !important;
	}
	/* 	up  */
	span.slide_descrip {
		line-height: 28px;
	}
	.custom_testimonial p.test_content {
		line-height: 28px !important;
	}
	.custom_blurb_item_cmn .et_pb_blurb_description p {
		line-height: 28px !important;
	}
}

@media all and (max-width:767px) {
	.custom_testimonial .et_pb_slide_image {
		margin-top: 35px !important;
	}
}

@media all and (min-width:981px) {
	.custom_testimonial .et_pb_container {
		height: auto !important;
		min-height: 500px !important;
	}
}


/* update  */

@media all and (max-width:980px) {
	.cmn_line_height {
		line-height: 28px !important;
	}
	.serv_singl_content .et_pb_blurb_description {
		line-height: 28px;
	}
}

@media all and (max-width:767px) {
	.cmn_line_height {
		line-height: 26px !important;
	}
	.cmn_title h2 {
		line-height: 1.3em !important;
	}
	.serv_singl_content .et_pb_blurb_description {
		line-height: 26px;
	}
	/* 	up */
	span.slide_descrip {
		line-height: 26px;
	}
	.custom_testimonial p.test_content {
		line-height: 26px !important;
	}
	.custom_blurb_item_cmn .et_pb_blurb_description p {
		line-height: 26px !important;
	}
}


/* update  */

body.search #main-content .container:before {
	display: none;
}

body.search div#sidebar {
	display: none;
}

body.search div#left-area {
	width: 100% !important;
	padding-right: 0 !important;
	padding-bottom: 40px !important;
}

body.search .container {
	width: 90%;
}

body.search article h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2em;
}

body.search article {
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 30px !important;
}

body.search #left-area article .post-meta {
	padding-bottom: 5px;
	font-size: 17px;
	line-height: 20px;
}

@media only screen and (min-width:981px) and (max-width:1279px) {
	body.search article {
		font-size: 20px;
	}
	body.search article h2 {
		font-size: 30px;
	}
}

@media all and (max-width:980px) {
	body.search article {
		font-size: 18px;
		line-height: 28px
	}
	body.search #left-area article .post-meta {
		font-size: 15px;
	}
	body.search article h2 {
		font-size: 30px;
		padding-bottom: 10px !important;
	}
}

@media all and (max-width:767px) {
	body.search article {
		font-size: 15px;
		line-height: 26px
	}
	body.search #left-area article .post-meta {
		font-size: 13px;
	}
	body.search article h2 {
		font-size: 25px;
		padding-bottom: 10px !important;
	}
}


/* end update  */


/* footer update  */

div#page-container .footer_infor_area .et_pb_blurb_description a {
	color: #9a9a9a !important;
}

@media all and (max-width:980px) {
	div#footer-widgets .footer-widget:nth-child(1) {
		width: 100% !important;
		text-align: center;
	}
}


/* up dte  */

.footer_infor_area {
	margin-top: 70px;
}

@media all and (max-width:980px) {
	.footer_infor_area {
		margin-top: 30px;
	}
}

@media all and (min-width:981px) and (max-width:1280px) {
	.footer-widget .menu li:first-child a {
		font-size: 22px;
	}
}


/* update img  */

.shadow-blurb span.et_pb_image_wrap {
	position: relative;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 25%);
	padding: 15px;
}

.shadow-blurb span.et_pb_image_wrap:after {
	position: absolute;
	content: "+";
	bottom: 10px;
	right: 10px;
	font-size: 23px;
	font-weight: 600;
	background: #3da1f2;
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.shadow-blurb .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

@media all and (max-width:1279px) {
	.shadow-blurb span.et_pb_image_wrap:after {
		width: 20px;
		height: 20px;
		line-height: 22px;
		font-size: 18px;
		bottom: 5px;
	}
}


/* update  */

@media all and (max-width:980px) {
	.tab_privacy_page table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}

.tab_privacy_page table tr td:last-child {
	padding-left: 15px;
	border-left: 1px solid #eee;
}


/* footer  */

@media all and (min-width:1281px) and (max-width:1439px) {
	div#footer-widgets .footer-widget:nth-child(3) {
		width: calc( 15.6% + 5% + 7% + 2.5% + 0%) !important;
	}
	div#footer-widgets .footer-widget:nth-child(5) {
		width: calc( 15.6% - 2%) !important;
	}
}

/* update for sldrop down */
@media all and (min-width:981px){
ul.sub-menu li a{
    position: relative;
}

ul.sub-menu li a:after {
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    content: "";
    bottom: 0;
    transition: 0.3s ease-in;
}
.et-fixed-header ul.sub-menu li a:after{
	background:#003057;
}

ul.sub-menu li a:hover:after {
    width: 100%;
}
}
/* end update for dorp down */
/* update for 3no box  */
@media all and (min-width:981px){
	.sp_single_row_box .et_pb_column:last-child {
    display: none;
}

.sp_single_row_box {
    display: flex;
    justify-content: center;
}
}
/* end update for 3 no box  */
/********************************************************* End Global area  ***************************************/
/* Revs */
.sba.et_pb_blurb_position_left .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
    justify-content: flex-end;
}
.sba.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: auto;	
}
.sba.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px;
    padding-right: 15px;
}
.sba .et_pb_blurb_position_left .et_pb_main_blurb_image, .sba .et_pb_blurb_position_left .et_pb_blurb_container {
    display: inline-block;
}
/*.sba .et_pb_blurb_position_left.et_pb_text_align_center .et_pb_blurb_content {
    text-align: center;
}*/
.sba .et_pb_module_header {
	padding-bottom:0px !important;
}
.sba .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.services-column:hover a.et_pb_button.et_pb_button_0.read-more-btn::after {
    margin-left: 30px !important;
    transition: 0.4s ease !important;
} 
.guide-blurb.et_pb_blurb_position_left .et_pb_blurb_content
{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

#block-10
{
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Revs 2/27/2024 */
@media all and (min-width:981px){
    #top-menu li li a {
        width: 260px;
}
	.nav li ul {
        width: 260px;
}
}