@charset "UTF-8";
/*

Theme Name: Trintiy Creatives 
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.

*/

/**

 * SETTINGS

 * File-header..........The file header for the themes style.css file.

 * Fonts................Any font files, if the project needs specific fonts.

 * Global...............Project-specific, globally available variables.

 *

 * TOOLS

 * Functions............Global functions.

 * Mixins...............Global mixins.

 *

 * GENERIC

 * Normalize.css........Normalise browser defaults.

 * Breakpoints..........Mixins and variables for responsive styles

 * Vertical-margins.....Vertical spacing for the main components.

 * Reset................Reset specific elements to make them easier to style in other contexts.

 * Clearings............Clearings for the main components.

 *

 * ELEMENTS

 * Blockquote...........Default blockquote.

 * Forms................Element-level form styling.

 * Headings.............H1–H6

 * Links................Default links.

 * Lists................Default lists.

 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.

 *

 * BLOCKS

 * Audio................Specific styles for the audio block.

 * Button...............Specific styles for the button block.

 * Code.................Specific styles for the code block.

 * Columns..............Specific styles for the columns block.

 * Cover................Specific styles for the cover block.

 * File.................Specific styles for the file block.

 * Gallery..............Specific styles for the gallery block.

 * Group................Specific styles for the group block.

 * Heading..............Specific styles for the heading block.

 * Image................Specific styles for the image block.

 * Latest comments......Specific styles for the latest comments block.

 * Latest posts.........Specific styles for the latest posts block.

 * Legacy...............Specific styles for the legacy gallery.

 * List.................Specific styles for the list block.

 * Media text...........Specific styles for the media and text block.

 * Navigation...........Specific styles for the navigation block.

 * Paragraph............Specific styles for the paragraph block.

 * Pullquote............Specific styles for the pullquote block.

 * Quote................Specific styles for the quote block.

 * Search...............Specific styles for the search block.

 * Separator............Specific styles for the separator block.

 * Spacer...............Specific styles for the spacer block.

 * Table................Specific styles for the table block.

 * Verse................Specific styles for the verse block.

 * Video................Specific styles for the video block.

 * Utilities............Block alignments.

 *

 * COMPONENTS

 * Header...............Header styles.

 * Footer...............Footer styles.

 * Comments.............Comment styles.

 * Archives.............Archive styles.

 * 404..................404 styles.

 * Search...............Search styles.

 * Navigation...........Navigation styles.

 * Footer Navigation....Footer Navigation styles.

 * Pagination...........Pagination styles.

 * Single...............Single page and post styles.

 * Posts and pages......Misc, sticky post styles.

 * Entry................Entry, author biography.

 * Widget...............Widget styles.

 * Editor...............Editor styles.

 *

 * UTILITIES

 * A11y.................Screen reader text, prefers reduced motion etc.

 * Color Palette........Classes for the color palette colors.

 * Editor Font Sizes....Editor Font Sizes.

 * Measure..............The width of a line of text, in characters.

 */

/* Categories 01 to 03 are the basics. */

/* Variables */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 17.13px;
	color: #000;
	line-height: 1.5;
	font-family: "Poppins", serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #727272;
 opacity: 1; /* Firefox */
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #727272;
}



::-ms-input-placeholder { /* Microsoft Edge */
 color: #727272;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
.left_1180 {
	width: calc(((100% - 1180px) / 2) + 1180px);
	margin: 0 0 0 auto;
}
.right_1180 {
	width: calc(((100% - 1140px) / 2) + 1140px);
	margin: 59px auto 60px 0;
}
.col_left_1180 {
	padding-left: calc((100vw - 1180px) / 2);
}
.col_right_1180 {
	padding-right: calc((100vw - 1180px) / 2);
}
main, header, nav, article, aside, section, footer, figure, figcaption, form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Poppins", serif;
	color: #000;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Poppins", serif;
	color: #000;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 21.41px;
}
p {
	font-size: 17.13px;
	color: #000;
	line-height: 1.85;
	padding-bottom: 15px;
	font-family: "Poppins", serif;
}
p:last-child {
	padding-bottom: 0;
}
p a {
	color: red;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
ul, ol {
	display: block;
}
ul li, ol li {
	display: inline-block;
}
.list_arrow {
	position: relative;
}
.list_arrow li {
	padding-left: 22px;
}
.list_arrow li:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "";
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	color: #FFA700;
	margin-left: -21px;
}
ul.square li, ul.check li {
	padding-left: 32px;
}
ul.square li:before, ul.check li:before {
	content: "";
	color: #ee1a26;
	font-size: 16px;
	font-family: 'FontAwesome';
	margin-right: 16px;
	margin-left: -32px;
}
ul.square li {
	margin-left: 29px;
	margin-bottom: 20px;
}
ul.square li:before {
	content: "";
	color: #025eb2;
	margin-left: -29px;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 16px;
}
.alignright {
	float: right;
	margin-left: 16px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.textleft {
	text-align: left !important;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textuppercase {
	text-transform: uppercase;
}
textarea {
	height: 120px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="file"], textarea, select {
	border: medium none;
	color: #606060;
	font-size: 15px;
	padding: 12px 0 4px;
	display: block;
	width: 100%;
	font-family: "Poppins", serif;
	transition: all 0.3s ease 0s;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="email"]:focus, input[type="tel"]:focus {
	background-color: #fff !important;
	transition: all 0.3s ease 0s;
}
 textarea:focus-visible, select:focus-visible, input:focus-visible {
 outline: 0;
}
button, .button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #55371d;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 9px 40px;
	text-transform: uppercase;
	transition: all 0.6s ease-in 0s;
	display: block;
	letter-spacing: 0.4px;
	text-align: center;
	font-family: "Poppins", serif;
}
button, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.four_column, .three_column, .two_column, .one_column {
	display: inline-block;
	width: 100%;
}
.one_column li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.two_column li {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
.three_column li {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}
.four_column li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin-right: 1.3%;
}
.two_column li:last-child, .three_column li:last-child, .four_column li:last-child {
	margin-right: 0;
}
.white_text, .white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p, .white_text li, .white_text li a {
	color: #fff !important;
}
.d_flex_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.d_flex {
	display: flex;
}
.f_wrap {
	flex-wrap: wrap;
}
.s_around {
	justify-content: space-around;
}
.s_between {
	justify-content: space-between;
}
.s_center {
	justify-content: center;
}
.item_center {
	align-items: center;
}
.item_start {
	align-items: start;
}
.item_end {
	align-items: end;
}
.d_list_item {
	display: list-item;
}
.d_inline {
	display: inline-block;
}
.d_block {
	display: block;
}
.p_relative {
	position: relative;
}
.p_absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn {
	background-color: #F80409;
	padding: 14px 30px 14px 30px;
	color: #fff;
	border-radius: 6px;
	font-size: 18.55px;
	font-weight: 600;
	font-family: "Poppins", serif;
	display: inline-flex;
	justify-content: start;
	align-items: center;
	position: relative;
	overflow: hidden;
	pointer-events: auto;
	margin-top: 15px;
	transition: all 0.5s ease 0s;
}
.btn span {
	position: relative;
}
.btn:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #00308C;
	transition: all 0.5s ease 0s;
}
.btn:after {
	content: "";
	background-image: url(images/buttonarrow.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0px 15px;
	position: relative;
	right: 0px;
	transition: all 0.5s ease 0s;
}
.btn:hover:before {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	transition: all 0.5s ease 0s;
}
.btnlink:after {
	position: relative;
	right: 0px;
	transition: all 0.5s ease 0s;
}
.btnlink:hover:after, .btn:hover:after {
	animation: bounce .6s;
	-webkit-animation: bounce .6s;
	-moz-animation: bounce .6s;
}
 &:before {
 width:100%;
 background:rgba(255,255,255,.15);
}
 @-webkit-keyframes bounce {
 0% {
right: 0px;
}
 25% {
right: 4px;
}
 50% {
right: 10px;
}
 100% {
right: 0px;
}
}
/*padding top bottom left right property start */

.p_1 {
	padding: 10px;
}
.p_2 {
	padding: 20px;
}
.p_3 {
	padding: 30px;
}
.p_4 {
	padding: 40px;
}
.p_5 {
	padding: 50px;
}
.p_6 {
	padding: 60px;
}
.p_7 {
	padding: 70px;
}
/*padding top bottom property end */

/*padding top bottom property start */

.py_1 {
	padding: 10px 0;
}
.py_2 {
	padding: 20px 0;
}
.py_3 {
	padding: 30px 0;
}
.py_4 {
	padding: 40px 0;
}
.py_5 {
	padding: 50px 0;
}
.py_6 {
	padding: 60px 0;
}
.py_7 {
	padding: 70px 0;
}
/*padding top bottom property end */

/*padding left right property start */

.px_1 {
	padding: 0 10px;
}
.px_2 {
	padding: 0 20px;
}
.px_3 {
	padding: 0 30px;
}
.px_4 {
	padding: 0 40px;
}
.px_5 {
	padding: 0 50px;
}
.px_6 {
	padding: 0 60px;
}
.px_7 {
	padding: 0 70px;
}
/*padding left right property end */

/*padding top property start */

.pt_0 {
	padding-top: 0px !important;
}
.pt_1 {
	padding-top: 10px;
}
.pt_2 {
	padding-top: 20px;
}
.pt_3 {
	padding-top: 30px;
}
.pt_4 {
	padding-top: 40px;
}
.pt_5 {
	padding-top: 50px;
}
.pt_6 {
	padding-top: 60px;
}
.pt_7 {
	padding-top: 70px;
}
/*padding top property end */

/*padding bottom property start */

.pb_0 {
	padding-bottom: 0px !important;
}
.pb_1 {
	padding-bottom: 10px;
}
.pb_2 {
	padding-bottom: 20px;
}
.pb_3 {
	padding-bottom: 30px;
}
.pb_4 {
	padding-bottom: 40px;
}
.pb_5 {
	padding-bottom: 50px;
}
.pb_6 {
	padding-bottom: 60px;
}
.pb_7 {
	padding-bottom: 70px;
}
/*padding bottom property end */

/*padding left property start */

.pl_0 {
	padding-left: 0px !important;
}
.pl_1 {
	padding-left: 10px;
}
.pl_2 {
	padding-left: 20px;
}
.pl_3 {
	padding-left: 30px;
}
.pl_4 {
	padding-left: 40px;
}
.pl_5 {
	padding-left: 50px;
}
.pl_6 {
	padding-left: 60px;
}
.pl_7 {
	padding-left: 70px;
}
/*padding left property end */

/*padding right property start */

.pr_0 {
	padding-right: 0px !important;
}
.pr_1 {
	padding-right: 10px;
}
.pr_2 {
	padding-right: 20px;
}
.pr_3 {
	padding-right: 30px;
}
.pr_4 {
	padding-right: 40px;
}
.pr_5 {
	padding-right: 50px;
}
.pr_6 {
	padding-right: 60px;
}
.pr_7 {
	padding-right: 70px;
}
/*padding right property end */

/*margin top bottom left right property start */

.m_0 {
	margin: 0 !important;
}
.m_1 {
	margin: 10px;
}
.m_2 {
	margin: 20px;
}
.m_3 {
	margin: 30px;
}
.m_4 {
	margin: 40px;
}
.m_5 {
	margin: 50px;
}
.m_6 {
	margin: 60px;
}
.m_7 {
	margin: 70px;
}
/*margin all property end */

/*margin left right property start */

.mx_0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx_1 {
	margin-left: 10px;
	margin-right: 10px;
}
.mx_2 {
	margin-left: 20px;
	margin-right: 20px;
}
.mx_3 {
	margin-left: 30px;
	margin-right: 30px;
}
.mx_4 {
	margin-left: 40px;
	margin-right: 40px;
}
.mx_5 {
	margin-left: 50px;
	margin-right: 50px;
}
.mx_6 {
	margin-left: 60px;
	margin-right: 60px;
}
.mx_7 {
	margin-left: 70px;
	margin-right: 70px;
}
/*margin left right property end */

/*margin top bottom property start */

.my_0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my_2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my_3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.my_4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.my_5 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.my_6 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.my_7 {
	margin-top: 70px;
	margin-bottom: 70px;
}
/*margin top bottom property end */

/*margin top bottom left right property start */

/*margin top property start */

.mt_0 {
	margin-top: 0 !important;
}
.mt_1 {
	margin-top: 10px;
}
.mt_2 {
	margin-top: 20px;
}
.mt_3 {
	margin-top: 30px;
}
.mt_4 {
	margin-top: 40px;
}
.mt_5 {
	margin-top: 50px;
}
.mt_6 {
	margin-top: 60px;
}
.mt_7 {
	margin-top: 70px;
}
/*margin top property end */

/*margin bottom property start */

.mb_0 {
	margin-bottom: 0 !important;
}
.mb_1 {
	margin-bottom: 10px;
}
.mb_2 {
	margin-bottom: 20px;
}
.mb_3 {
	margin-bottom: 30px;
}
.mb_4 {
	margin-bottom: 40px;
}
.mb_5 {
	margin-bottom: 50px;
}
.mb_6 {
	margin-bottom: 60px;
}
.mb_7 {
	margin-bottom: 70px;
}
/*margin bottom property end */

/*margin left property start */

.ml_0 {
	margin-left: 0 !important;
}
.ml_1 {
	margin-left: 10px;
}
.ml_2 {
	margin-left: 20px;
}
.ml_3 {
	margin-left: 30px;
}
.ml_4 {
	margin-left: 40px;
}
.ml_5 {
	margin-left: 50px;
}
.ml_6 {
	margin-left: 60px;
}
.ml_7 {
	margin-left: 70px;
}
/*margin left property end */

/*margin right property end */

.mr_0 {
	margin-right: 0 !important;
}
.mr_1 {
	margin-right: 10px;
}
.mr_2 {
	margin-right: 20px;
}
.mr_3 {
	margin-right: 30px;
}
.mr_4 {
	margin-right: 40px;
}
.mr_5 {
	margin-right: 50px;
}
.mr_6 {
	margin-right: 60px;
}
.mr_7 {
	margin-right: 70px;
}
/*margin right property end */

/* width div property start */

.col_10 {
	display: inline-block;
	width: 10%;
}
.col_15 {
	display: inline-block;
	width: 15%;
}
.col_20 {
	display: inline-block;
	width: 20%;
}
.col_25 {
	display: inline-block;
	width: 25%;
}
.col_30 {
	display: inline-block;
	width: 30%;
}
.col_35 {
	display: inline-block;
	width: 35%;
}
.col_40 {
	display: inline-block;
	width: 40%;
}
.col_45 {
	display: inline-block;
	width: 45%;
}
.col_50 {
	display: inline-block;
	width: 50%;
}
.col_55 {
	display: inline-block;
	width: 55%;
}
.col_60 {
	display: inline-block;
	width: 60%;
}
.col_65 {
	display: inline-block;
	width: 65%;
}
.col_70 {
	display: inline-block;
	width: 70%;
}
.col_75 {
	display: inline-block;
	width: 75%;
}
.col_80 {
	display: inline-block;
	width: 80%;
}
.col_85 {
	display: inline-block;
	width: 85%;
}
.col_90 {
	display: inline-block;
	width: 90%;
}
.col_95 {
	display: inline-block;
	width: 95%;
}
.col_100 {
	display: inline-block;
	width: 100%;
}
.width_100 {
	width: 100%;
}
.border {
	border: 1px solid #c8c8c8;
}
.border_top {
	border-top: 1px solid #c8c8c8;
}
.border_bottom {
	border-bottom: 1px solid #c8c8c8;
}
.border_left {
	border-left: 1px solid #c8c8c8;
}
.border_right {
	border-right: 1px solid #c8c8c8;
}
.font_300 {
	font-weight: 300;
}
.font_400 {
	font-weight: 400;
}
.font_500 {
	font-weight: 500;
}
.font_600 {
	font-weight: 600;
}
.font_700 {
	font-weight: 700;
}
.font_bold {
	font-weight: bold;
}
/* width div property start */

.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}
.container-full {
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */

nav li button {
	display: none;
}
#siteheader {
	position: relative;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 12px 0;
}
.h_logo {
	display: inline-block;
	width: 250px;
}
.h-rightbox {
	display: flex;
	justify-content: end;
	gap: 30px;
}
.h-rightbox .h-nav {
	width: 100%;
	text-align: right;
}
.h-rightbox .h-nav li {
	padding: 0 12px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav li:last-child {
	padding-right: 0;
}
.h-rightbox .h-nav li a {
	font-size: 17.13px;
	color: #000;
	font-weight: 400;
	position: relative;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav li a:before {
	content: "";
	position: relative;
	background-color: #f70506;
	display: inline-block;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav li.current_page_item a, .h-rightbox .h-nav li a:hover {
	color: #f70506;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav li.current_page_item a:before, .h-rightbox .h-nav li a:hover:before {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav li .subarrow {
	font-style: normal;
	margin-left: 10px;
}
.h-rightbox .h-nav li .subarrow:before {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 20px;
}
.h-rightbox .h-nav .sub-menu {
	display: none;
	position: absolute;
	width: 284px;
	background-color: #fff;
	text-align: left;
	padding: 14px 15px;
	border-radius: 10px;
	box-shadow: 0 0 2px #dfdddd;
	height: 0;
	z-index: 8;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav .sub-menu li {
	padding: 0;
	display: block;
	margin: 0 0 3px;
}
.h-rightbox .h-nav .sub-menu li a {
	font-size: 15px;
}
.h-rightbox .h-nav .sub-menu li:last-child {
	margin-bottom: 0;
}
.h-rightbox .h-nav li:hover .sub-menu {
	display: block;
	height: auto;
	transition: all 0.5s ease 0s;
}
.h-rightbox .h-nav li.btn {
	background-color: #f70506;
	color: #fff;
	border-radius: 5px;
	padding: 5.36px 21px;
}
.h-rightbox .h-nav li.btn:after {
	display: none;
}
.h-rightbox .h-nav li.btn a {
	color: #fff;
	font-weight: 600;
	font-size: 14.27px;
	text-transform: uppercase;
}
.h-rightbox .h-nav li.btn a:before, .h-rightbox .h-nav li.btn:before {
	display: none;
}
.h-rightbox .menu_icon {
	display: none;
}
.slide_nav {
	display: none;
}
/* header property end */

/* banner property start */

.banner_bg {
	display: block;
	width: 100%;
	position: relative;
}
.banner_bg .imgbox {
	display: block;
	width: 100%;
}
.banner_bg .imgbox img {
}
.banner_bg .banneroverlay {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_text {
	width: 100%;
	text-align: center;
}
.banner_text h1 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.12;
	text-transform: uppercase;
}
.banner_text .btn_link {
	font-family: "Inter", serif;
	color: #fff;
	font-size: 28.54px;
	font-weight: 400;
	transition:all 0.5s ease 0s;
}
.banner_text .btn_link:after, .banner_text .btn_link:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 1.43px;
	background-color: #fff;
	position: relative;
	top: -10px;
	transition:all 0.5s ease 0s;
}
.banner_text .btn_link:before {
	left: -15px;
}
.banner_text .btn_link:after {
	right: -15px;
}
.banner_text .btn_link:hover {
	color:#F80409;
	transition:all 0.5s ease 0s;
}
.banner_text .btn_link:hover:after, .banner_text .btn_link:hover:before {
	background-color: #F80409;
	transition:all 0.5s ease 0s;
}
/* banner property end */

/* content property start */

#content {
	position: relative;
}
.title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.4;
	position: relative;
	color: #00308C;
}
.title span {
	color: #F80409;
}
.img_box, .imgbox {
	display: inline-block;
}
.img_box img, .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text_box {
	display: block;
}
.text_box p {
	line-height: 1.89;
}
.video_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px #ccc;
}
.videobox .playpauseButton {
	position: absolute;
	top: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videobox .playpauseButton .playButton, .videobox .playpauseButton .pauseButton {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.videobox .playpauseButton .pauseButton {
	display: none;
}
.videobox .playpauseButton .pauseButton img {
	opacity: 0;
}
.videobox .playpauseButton img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
}
.btnlink {
	color: #f70506;
	font-weight: 600;
	font-size: 17.13px;
}
.slick-arrow {
	padding: 0;
	background-color: transparent;
	width: 32px;
	height: 22px;
	border-radius: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.slick-arrow:before {
	content: "";
	font-size: 0;
	padding: 0;
	display: inline-block;
	width: 32px;
	height: 22px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	opacity: 0.6;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
	opacity: 0.6 !important;
}
.slick-next:before {
	content: "" !important;
	background-image: url(images/nextarrow.png);
}
.slick-prev:before {
	content: "" !important;
	background-image: url(images/prevarrow.png);
}
/* full content center section start */

.fullcontent, .fullcontent-center {
	display: block;
}
.fullcontent .btnlink, .fullcontent-center .btnlink {
	color: #f70506;
	font-weight: 600;
	font-size: 17.13px;
}
.full_content {
	display: block;
}
/* full content center section end */

/* programe widgetbar section start */

.homeprogrames-bar {
	display: inline-block;
	width: 100%;
	background-color: #F0F3F8;
}
.homeprogrames-bar .title {
	text-align: center;
}
.homeprogrames-bar .title:before {
	background-color: #fff;
	width: 192px;
}
.programe-widgetbar {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.programe-widgetbar .programe-fullcontent {
	width: 47%;
}
.programe-widgetbar .programe-fullcontent .item.showitem {
	display: block;
}
.programe-widgetbar .programe-fullcontent .item {
	display: none;
	background-color: #fff;
	border-radius: 4.28px;
	box-shadow: 0 0 10px #0000001c;
}
.programe-widgetbar .programe-fullcontent .item .imgbox {
	overflow: hidden;
	width: 100%;
	display: block;
}
.programe-widgetbar .programe-fullcontent .item .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.programe-widgetbar .programe-fullcontent .item .content {
	width: 100%;
	padding: 50px 50px 70px;
}
.programe-widgetbar .programe-fullcontent .item .content h6 {
	font-size: 21.41px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #00308C;
}
.programe-widgetbar .programe-fullcontent .item .content p {
/*  margin-bottom: 30px;*/

}
.programe-widgetbar .programe-fullcontent .item .content .btnlink {
	display: inline-block;
	width: 45px;
	height: 22px;
	float: right;
}
.programe-widgetbar .programe-fullcontent .item .content .btnlink:after {
	content: "";
	background-image: url(images/redarrow.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 45px;
	height: 22px;
}
.programe-widgetbar .programe-excerptcontent {
	width: 48.35%;
}
.programe-widgetbar .programe-excerptcontent .widgetitem {
	background-color: transparent;
	width: 100%;
	display: inline-block;
	padding: 25px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem .btnlink {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.programe-widgetbar .programe-excerptcontent .widgetitem h6 {
	font-size: 21.41px;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem h6:after {
	content: "";
	background-image: url(images/linkArrow1.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 38px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 8px;
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem p {
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem.showitem, .programe-widgetbar .programe-excerptcontent .widgetitem:hover, .programe-widgetbar .programe-excerptcontent .widgetitem.active {
	background-color: #00308C;
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem.active p, .programe-widgetbar .programe-excerptcontent .widgetitem:hover p, .programe-widgetbar .programe-excerptcontent .widgetitem.active h6, .programe-widgetbar .programe-excerptcontent .widgetitem:hover h6 {
	color: #fff;
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem.active h6:after, .programe-widgetbar .programe-excerptcontent .widgetitem:hover h6:after {
	filter: invert(1);
	transition: all 0.5s ease 0s;
}
.programe-widgetbar .programe-excerptcontent .widgetitem:hover h6:after {
	animation: bounce .6s;
	-webkit-animation: bounce .6s;
	-moz-animation: bounce .6s;
}
 &:before {
 width:100%;
 background:rgba(255,255,255,.15);
}
 @-webkit-keyframes bounce {
 0% {
right: 0px;
}
 25% {
right: 4px;
}
 50% {
right: 10px;
}
 100% {
right: 0px;
}
}
/* programe widgetbar section end */









/* 
network bar start
*/
.ournetworkbar {
	display: inline-block;
	width: 100%;
}
.network_widgetbar {
	display: flex;
	justify-content: space-between;
}
.network_widgetbar .contentbox {
	width: 53%;
	padding: 50px 0 0;
}
.network_widgetbar .maplocationbox {
	width: 40%;
}
.network_widgetbar .maplocationbox .btnlink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	background-color: #F80409;
	padding: 6px 20px;
	border-radius: 7px;
	float: right;
	margin: 20px 20px 0 0;
}
.network_widgetbar .maplocationbox .btnlink:after {
	content: "";
	background-image: url(images/buttonarrow.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0px 0px;
	position: relative;
	right: 0px;
	transition: all 0.5s ease 0s;
}
.network_widgetbar .maplocationbox .btnlink:hover:after {
	animation: bounce .6s;
	-webkit-animation: bounce .6s;
	-moz-animation: bounce .6s;
}
 &:before {
 width:100%;
 background:rgba(255,255,255,.15);
}
 @-webkit-keyframes bounce {
 0% {
right: 0px;
}
 25% {
right: 4px;
}
 50% {
right: 10px;
}
 100% {
right: 0px;
}
}
/* 
network bar end
*/
/* 
our center bar start
*/
.center_columnboxesbar {
}
.center_columnboxesbar {
	display: block;
	background-color: #F8F9FD;
}
.center_columnboxesbar .title {
	text-align: center;
}
.columnboxes {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.columnboxes .item {
	flex: 1;
	width: 34%;
	border-radius: 4.28px;
	background-color: #fff;
	padding-bottom: 20px;
	box-shadow: 0 0 10px #0000001c;
	transition: all 0.5s ease 0s;
}
.columnboxes .item:hover {
	box-shadow: 0 10px 15px #0000001c;
	transition: all 0.5s ease 0s;
}
.columnboxes .item .imgbox {
	width: 100%;
	overflow: hidden;
	scale: 1;
	transition: all 0.5s ease 0s;
}
.columnboxes .item .imgbox img {
	scale: 1;
	transition: all 0.5s ease 0s;
}
.columnboxes .item:hover .imgbox img {
	scale: 1.1;
	transition: all 0.5s ease 0s;
}
.columnboxes .item .content {
	width: 100%;
	padding: 20px;
}
.columnboxes .item .content p {
	line-height: normal;
	font-weight: 600;
}
.columnboxes .item .content .btnlink {
	display: inline-block;
	width: 45px;
	height: 22px;
	float: right;
}
.columnboxes .item .content .btnlink:after {
	content: "";
	background-image: url(images/redarrow.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 14px;
}
/*  our center bar end */
/*  our trending post bar start */
.trendingpost_widgetbar {
	display: block;
}
.trendingpost_widgetbar .title i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #00308C;
	border-radius: 4.28px;
	color: #fff;
	margin-right: 10px;
	font-size: 24px;
}
.trendingpostbar {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.trendingpostbar .item {
	flex: 1;
	width: 20%;
	border-radius: 4.28px;
	background-color: #fff;
	border: 0.71px solid #D9D9D9;
}
.trendingpostbar .item .imgbox {
	width: 100%;
	max-width: 226px;
	min-width: 226px;
}
.trendingpostbar .item .content {
	width: 100%;
	padding: 15px;
}
.trendingpostbar .item .content p {
	line-height: normal;
	font-weight: normal;
	font-size: 11.42px;
}
.trendingpostbar .item .content .days {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.trendingpostbar .item .content .days p {
	padding: 0;
}
.trendingpostbar .item .content .days span {
	background-color: #00308C;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.trendingpostbar .item .content .days i {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
}
/*  our trending post bar end */





/* content property end */

/* footer property start */

#sitefooter {
	position: relative;
}
.mainfooter {
	display: block;
	width: 100%;
	background-color: #ededed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.mainfooter .f-logo {
	display: inline-block;
	width: 300px;
}
.socialicon {
	display: block;
	margin: 30px 0 0;
}
.socialicon ul {
	display: flex;
	justify-content: start;
	gap: 10px;
}
.socialicon ul li {
	margin: 0 !important;
}
.socialicon ul li a {
}
.footer-widget {
	display: flex;
	justify-content: space-between;
}
.footer-widget .footer-wrapper {
	width: 32%;
}
.footer-widget .footer-wrapper:last-child {
	border-right: 0;
}
.footer-widget .footer-wrapper p {
	font-size: 15px;
	display: block;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.4;
}
.footer-widget .footer-wrapper ul {
}
.footer-widget .footer-wrapper ul li {
	font-size: 15px;
	display: block;
	color: #000;
	margin-bottom: 6px;
	font-family: "Poppins", sans-serif;
}
.footer-widget .footer-wrapper.f-address ul li p {
	margin-bottom:0;
}
.footer-widget .footer-wrapper ul li:last-child {
	margin-bottom: 0;
}
.footer-widget .footer-wrapper ul li a {
	font-size: 15px;
	display: block;
	color: #000;
	font-family: "Poppins", sans-serif;
}
.footer-widget .footer-wrapper .socialicon a {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 3px solid #00308c;
	transition: .5s;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-widget .footer-wrapper .socialicon a img {
	position: relative;
	color: #262626;
	transition: .5s;
	z-index: 3;
	padding: 5px;
	display: inline-block;
	width: 42px;
}
.footer-widget .footer-wrapper .socialicon a:hover {
	border-color: #fff;
	transition: .5s;
}
.footer-widget .footer-wrapper .socialicon a:hover img {
	color: #fff;
	transform: rotateY(360deg);
	filter: brightness(0) invert(1);
}
.footer-widget .footer-wrapper .socialicon a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}
.footer-widget .footer-wrapper .socialicon a:hover:before {
	top: 0;
}
.footer-widget .footer-wrapper .socialicon a:before {
	background: #3b5999;
}
.footer-widget .footer-wrapper ul li:hover a, .footer-widget .footer-wrapper ul li.current-menu-item a {
	color: #F80409;
}
.footer-widget .flink {
	padding-top: 0px;
}
.footer-widget .flink ul li {
	display: inline-block;
	width: 49%;
	margin-bottom: 6px;
}
.f-address {
}
.f-address li {
	position: relative;
	padding-left: 36px;
}
.f-address li span {
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
}
.copyright {
	display: inline-block;
	width: 100%;
	background-color: #00308C;
	padding: 6px 0;
	position: relative;
}
.copyright p {
	color: #fff;
	text-align: center;
	line-height: normal;
	font-size: 13px;
}
/* footer property end */



/* careers page property start */

.innerbanner {
	position: relative;
	background-color: #00308C;
	display: block;
	padding: 120px 0 40px;
	border-botom: 0;
}
.innerbanner .imgbox {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 1;
}
.innerbanner .container {
	position: relative;
	z-index: 5;
}
.innerbanner .banner_text {
	display: inline-block;
	width: 100%;
	padding-bottom: 60px;
}
.innerbanner .banner_text h1 {
	color: #fff;
	margin: 0;
}
.banner_text h1 span {
	color: #F80409;
}
.innerbanner .banner_text h3 {
	color: #fff;
	margin: 10px 0 0;
	font-weight: 400;
}
.innerbanner .banner_text h1:after, .innerbanner .banner_text h1:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 1.43px;
	background-color: #fff;
	position: relative;
	top: -10px;
}
.innerbanner .banner_text h1:before {
	left: -15px;
}
.innerbanner .banner_text h1:after {
	right: -15px;
}
/* breadcrumb property start */

.breadcrumb_bar {
	display: block;
	padding: 0;
}
.breadcrumb {
}
.breadcrumb > span {
	display: inline-block;
}
.breadcrumb > span span, .breadcrumb > span a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.breadcrumb > span a span {
	color: #fff !important;
}
.breadcrumb > span:after {
	content: "";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 17px;
	margin: 0 10px;
	vertical-align: top;
	font-weight: 400;
}
.breadcrumb > span:last-child:after {
	display: none;
}
/* breadcrumb property end */

.careerpage_contentbar {
	display: block;
}
.careerpage_contentbar .contentbar_widget {
	display: flex;
	justify-content: space-between;
}
.careerpage_contentbar .contentbar_widget .contentbox {
	width: 64%;
}
.careerpage_contentbar .contentbar_widget .contentbox p {
	font-weight: 500;
}
.careerpage_contentbar .contentbar_widget .right_widgetbar {
	width: 30%;
	padding-top: 60px;
}
.careerpage_contentbar .contentbar_widget .right_widgetbar h4 {
	line-height: 1.2;
	margin-bottom: 20px;
}
.careerpage_contentbar .contentbar_widget .right_widgetbar ul {
	padding-left: 20px;
}
.careerpage_contentbar .contentbar_widget .right_widgetbar li {
	width: 100%;
	display: list-item;
	list-style: disc;
	margin: 0 0 10px;
}
/* faq_section end */

.faq_section {
	display: inline-block;
	width: 100%;
	background-color: #f2f5f9;
}
.faq_section .headingbar {
	text-align: center;
}
.faq_section .headingbar .title {
	margin-bottom: 10px;
}
.faq_section ul {
	text-align: left;
}
.faq_section ul li {
	display: inline-block;
	width: 100%;
	margin: 6px 0;
	background-color: #fff;
	border-radius: 4.28px;
	box-shadow: 0 4px 4px #0000001c;
}
.faq_section ul li:last-child {
	margin-bottom: 0;
}
.faq_section ul li .question {
	display: block;
	font-size: 17.13px;
	margin-bottom: 0;
	color: #000;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	padding: 12px 12px 12px 45px;
}
.faq_section ul li .question:after {
	content: "+";
	color: #F80409;
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	left: 8px;
	top: 11px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq_section ul li .question.minus {
	color: #F80409;
}
.faq_section ul li .question.minus:after {
	content: "-";
	color: #F80409;
}
.faq_section ul li .answer {
	display: none;
	padding: 6px 30px 22px 45px;
}
.faq_section ul li .answer p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.7;
}
/* faq_section end */

.callstrip {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-image: url(images/callstripbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.callstrip h2 {
}
.callstrip p {
	font-size: 22.83px;
}
.callstrip p a {
	color: #000;
}
/* careers page property end */

/* network page property start */

.networkpage_widgetbar {
	display: block;
	width: 100%;
}
.networkpage_widgetbar .location_widgetbar {
	display: flex;
	justify-content: space-between;
}
.networkpage_widgetbar .location_widgetbar .contentbox {
	width: 48%;
	width: 100%;
}
.networkpage_widgetbar .location_widgetbar .contentbox p {
}
.networkpage_widgetbar .location_widgetbar .contentbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0 0;
}
.networkpage_widgetbar .location_widgetbar .contentbox ul li {
	width: 48%;
	position: relative;
	padding-left: 28px;
	margin: 0 0 10px;
}
.networkpage_widgetbar .location_widgetbar .contentbox ul li:before {
	content: "";
	border: 2.14px solid #072FB3;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 3px;
}
.networkpage_widgetbar .location_widgetbar .mapbar {
	width: 49%;
}
/* network page property end */

/* probono page property start */

.probonopage_contentbar {
	display: block;
}
.probonopage_contentbar img {
	margin: 30px auto;
	width: 100%;
}
.probonopage_expertisebar {
	display: block;
}
.expertise_sliderbar {
	display: block;
}
.expertise_listbar {
	display: flex !important;
	justify-content: start;
	flex-wrap: wrap;
	gap: 14px 10px;
}
.expertise_listbar li {
	display: inline-block;
	background-color: #00308C !important;
	width: 98%;
	color: #fff;
	font-size: 17.13px;
	font-weight: 600;
	padding: 20px 20px 20px 26px;
	border-radius: 4.28px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.expertise_listbar li {
 --c: #F80409; /* the border color */
 --b: 2px;    /* the border thickness*/
 --g: 5px;     /* the gap on hover */
 --_g: #0000 25%, var(--c) 0;
	background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient( at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
	transition: .3s, background-position .3s .3s;
	cursor: pointer;
}
.expertise_listbar li:hover {
 --_i: 100%;
	transition: .3s, background-size .3s .3s;
}
.expertise_listbar li a {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.expertise_listbar li .arrowlink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 100%;
	background-color: #F80409;
	position: absolute;
	top: 0;
	right: 0;
}
.expertise_listbar li .arrowlink i {
	color: #fff;
	font-size: 36px;
}
.probonopage_expertisebar .slick-arrow:before {
	background-image: none;
	padding: 0;
	color: #E1E1E1;
	font-size: 48px;
}
.probonopage_expertisebar .slick-prev:before {
	content: "" !important;
}
.probonopage_expertisebar .slick-next:before {
	content: "" !important;
}
/* probono page property end */



/* about page property start */

.bg_light {
	background-color: #F8F8F8;
}
.aboutpage_widgetbar {
	display: block;
}
.aboutpage_widgetbar .columnboxes {
	display: flex;
}
.aboutpage_widgetbar .columnboxes .imgbox {
	width: 48%;
	border-radius: 7.14px;
	overflow: hidden;
}
.aboutpage_widgetbar .columnboxes .content {
	width: 48%;
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox .item {
	box-shadow: none;
	width: 47%;
	flex: none;
	border-radius: 0;
	padding: 0;
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox .item .icon {
	margin: 0 0 20px;
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox .item h6 {
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox .item p {
}
.servicetextbar {
	display: block;
	text-align: center;
}
.servicetextbar h2 {
	color: #e5e5e5;
	font-size: 90px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 80px;
	margin: 0;
}
/* about page property end */

/* contact page property start */

.contact_boxtopbanner:before {
	content: "";
	background-color: #00308C;
	display: inline-block;
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1;
	display:none;
}
.contact_boxtopbanner .location_widgetbar {
	background-color: #fff;
	padding: 60px 0 0;
	/* margin-top: -160px; */
	position: relative;
	z-index: 5;
}
.contactoffice_widgetbar {
	display: block;
}
.contactoffice_widgetbar .contactoffice_listbar {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.contactoffice_widgetbar .contactoffice_listbar .item {
	background-color: #fcfcfc;
	border: 0.71px solid #f8040957;
	border-radius: 7.14px;
	width: 19%;
	padding: 30px 20px;
}
.contactoffice_widgetbar .contactoffice_listbar .item img {
}
.contactoffice_widgetbar .contactoffice_listbar .item h6 {
	font-weight: 600;
	font-size: 20px;
}
/* contact page property end */

/* Expertise page property start */

.expertisepage_widgetbar {
	display: block;
}
.load_more_div i {
	opacity: 0;
	margin-left: 5px;
	color: #fff;
	position: absolute;
	right: 6px;
}
.expertisepage_widgetbar .columnboxes {
	flex-wrap: wrap;
	justify-content: start;
	gap: 40px 24px;
}
.expertisepage_widgetbar .columnboxes .item {
	flex: initial;
	width: 32%;
	position: relative;
	padding-bottom: 20px;
}
.expertisepage_widgetbar .columnboxes .item .imgbox {
	/*max-height: 254px;*/
	height:265px;
}
.expertisepage_widgetbar .columnboxes .item .content {
	width: 100%;
	padding: 20px;
}
.expertisepage_widgetbar .columnboxes .item .content h6 {
	color: #00308C;
	font-weight: 600;
}
.expertisepage_widgetbar .columnboxes .item .content p {
	line-height: normal;
	font-weight: 300;
}
.expertisepage_widgetbar .columnboxes .item .content .btnlink {
	display: inline-block;
	width: 45px;
	height: 22px;
	float: right;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.btndiv {
	display: block;
	width: 100%;
	text-align: center;
}
/* Expertise page property end */

/* Knowledge Center page property start */

.blogpage_widgetbar {
}
.blogpage_widgetbar .columnboxes .item {
	padding-bottom: 30px;
}
.blogpage_widgetbar .columnboxes .item .content h6 {
	font-weight: 600;
}
.blogpage_widgetbar .columnboxes .item .content .dateblog {
	display: flex;
}
.blogpage_widgetbar .columnboxes .item .content .dateblog li {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-right: 16px;
}
.blogpage_widgetbar .columnboxes .item .content .dateblog li .fa {
	color: #00308C;
	margin: 0 4px 0 0;
}
.blogpage_widgetbar .columnboxes .item .content .dateblog li:last-child {
	margin-right: 0;
}
.blogpage_widgetbar .columnboxes .item .content .cateblog {
	color: #ccc;
	font-size: 15px;
	display: block;
	margin: 10px 0;
}
.blogpage_widgetbar .columnboxes .item .content .cateblog a {
	color: #ccc;
	font-size: 15px;
	margin-right: 10px;
}
.blogpage_widgetbar .columnboxes .item .content .cateblog a:after {
	content: ",";
}
.blogpage_widgetbar .columnboxes .item .content .cateblog a:last-child:after {
	display: none;
}
.blogpage_widgetbar .columnboxes .item .content .cateblog a:last-child {
	margin-right: 0;
}
/* Knowledge Center page property start */

/* single page property start */

.sidebar_page {
}
.sidebarpage_widgetbar {
	display: block;
}
.sidebar_widget {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.sidebar_widget .leftsidebar {
	width: 70%;
	text-align: center;
}
.sidebar_widget .leftsidebar .alignleft {
	display: inline-block;
	margin: 0px 40px 30px 0px;
}
.sidebar_widget .leftsidebar .alignright {
	display: inline-block;
	margin: 0px 0px 30px 40px;
}
.sidebar_widget .leftsidebar .aligncenter, .sidebar_widget .leftsidebar img {
	margin: 20px auto 30px;
	max-width: 800px;
	max-width: 100%;
}
.sidebar_widget .leftsidebar h2, .sidebar_widget .leftsidebar h3, .sidebar_widget .leftsidebar h4, .sidebar_widget .leftsidebar h5, .sidebar_widget .leftsidebar h6, .sidebar_widget .leftsidebar p {
	text-align: left;
}
.sidebar_widget .leftsidebar ol, .sidebar_widget .leftsidebar ul {
	display: block;
	margin: 10px 0 20px;
}
.sidebar_widget .leftsidebar ul li {
	display: block;
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.sidebar_widget .leftsidebar ol {
	padding-left: 28px;
}
.sidebar_widget .leftsidebar ol li {
	width: 100%;
	text-align: left;
	padding-left: 6px;
	position: relative;
	margin-bottom: 10px;
	display: list-item;
}
.sidebar_widget .leftsidebar ul li:before {
	content: "";
	display: inline-block;
	font-size: 17px;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
}
.nextpostbar {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
	width: 100%;
	background-color: #00308C;
	padding: 40px 40px;
	margin: 30px 0 0;
}
.nextpostbar .postimgbar {
	text-align: center;
	width: 30%;
}
.nextpostbar .postimgbar img {
	display: inline-block;
	width: 156px;
	height: 156px;
	border-radius: 100%;
	border: 9px solid #ffffff29;
	margin: 0 0 14px;
}
.nextpostbar .postimgbar p {
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.nextpostbar .postimgbar p strong {
	color: #fff;
	display: block;
	font-weight: 700;
}
.nextpostbar .postcontent {
	width: 70%;
}
.nextpostbar .postcontent h6 {
	color: #fff;
}
.nextpostbar .postcontent p {
	color: #fff;
	line-height: 1.7;
}
.sidebar_widget .rightsidebar {
	width: 26%;
}
.sidebar_widget .rightsidebar .contactbar {
	width: 100%;
	border-bottom: 0.71px solid #F80409;
	padding-bottom: 10px;
	margin-bottom: 24px;
}
.sidebar_widget .rightsidebar .contactbar ul li {
	font-size: 15.7px;
	margin: 0 0 14px;
	width: 100%;
}
.sidebar_widget .rightsidebar .contactbar ul li img {
	width: 22px;
	margin-right: 10px;
}
.sidebar_widget .rightsidebar .postbar {
	width: 100%;
	display: block;
}
.sidebar_widget .rightsidebar .postbar h5 {
	color: #00308C;
	font-size: 23px;
	margin-bottom: 20px;
}
.sidebar_widget .rightsidebar .postbar ul {
	display: block;
}
.sidebar_widget .rightsidebar .postbar ul li {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 18px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 0.71px solid #072FB3;
}
.sidebar_widget .rightsidebar .postbar ul li img {
	width: 100px !important;
	display: inline-block;
	height: auto !important;
}
.sidebar_widget .rightsidebar .postbar ul li p a, .sidebar_widget .rightsidebar .postbar ul li p {
	display: inline-block;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
}
.sidebar_widget .rightsidebar .postbar ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.sidebar_page .bg_light {
	background-color: #f0f3f8;
}
/* single page property end */

/* search page property start */

.searchpage_banner {
	position: relative;
	background-color: #00308C;
	display: block;
	padding: 60px 0;
	border-bottom: 0;
}
.searchpage_banner h1, .searchpage_banner .search-result-count {
	color: #fff;
}
.searchpage_widgetbar {
}
.searchpage_widgetbar .fullpost {
	flex-wrap: wrap;
}
.searchpage_widgetbar .fullpost .item {
	width: 100%;
	flex: none;
	box-shadow: none;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 0;
}
.searchpage_widgetbar .fullpost h4 a, .searchpage_widgetbar .fullpost h4 {
	font-size: 21.41px;
	color: #00308C;
}
.searchpage_widgetbar .fullpost h4 {
}
.searchpage_widgetbar .fullpost .entry-content {
}
.searchpage_widgetbar .fullpost .entry-content p {
	font-size: 17px;
	line-height: 1.5;
}
.searchpage_widgetbar .fullpost .entry-content p .more-link {
	font-size: 15px;
}
.searchpage_widgetbar .fullpost .entry-content .btnlink {
	margin-left: 18px;
	display: inline-block;
}
.searchpage_widgetbar .fullpost .entry-content .btnlink:after {
	content: "";
	background-image: url(images/redarrow.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 36px;
	height: 14px;
	vertical-align: bottom;
}
/* pagination css start */

.pgntn-page-pagination {
	margin: 1em 0 0 !important;
	padding: 0;
	overflow: hidden;
	text-align: center!important;
	clear: both;
	cursor: default
}
.pgntn-page-pagination .dots {
	display: inline-block;
	text-align: center;
	margin-bottom: .5em;
	margin-left: .5em;
	padding: .3em .5em
}
.pgntn-multipage .pgntn-elipses, .pgntn-multipage .pgntn-page-pagination-intro {
	display: inline-block;
	margin-right: 0;
	text-align: center
}
.pgntn-multipage .pgntn-page-pagination-block a:first-of-type {
	margin-left: 0
}
.pgntn-multipage .pgntn-page-pagination-block span:first-of-type~a {
	margin-left: .5em
}
.pgntn-page-pagination .current, .pgntn-page-pagination a, .pgntn-page-pagination-intro {
	display: inline-block;
	text-align: center;
	margin-left: .5rem;
	margin-bottom: .5rem;
	padding: .3rem .5rem
}
.pgntn-page-pagination a {
	box-shadow: none!important
}
.pgntn-page-pagination-block .next, div.pgntn-page-pagination-block a.prev {
	display: inline-block;
	float: none
}
.pgntn-page-pagination-intro {
	display: none!important
}
.pgntn-bottom .pgntn-page-pagination-block {
	width: auto!important;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px
}
.pgntn-bottom .pgntn-page-pagination-block .page-numbers.current {
	background-color: #f80409!important;
	color: #fff!important;
	border: none!important
}
.pgntn-bottom .pgntn-page-pagination-block .page-numbers {
	font-size: 18px;
	color: #151515!important;
	padding: 6px 14px;
	margin: 0;
	float: left;
	min-width: 39px;
}
.pgntn-page-pagination a.page-numbers {
	border-right: 1px solid #ccc!important;
	border-left: none!important;
	border-top: none!important;
	border-bottom: none!important;
	background-color: transparent!important
}

/* pagination css end */

/* search page property end */



/* mobile responsive property start */

@media (max-width:1320px) {
.expertise_sliderbar {
	width: 92%;
	margin: 0 auto;
}
}

@media (max-width:1250px) {
.container {
	max-width: 1100px;
}
.py_7 {
	padding: 60px 0;
}
.pb_7 {
	padding-bottom: 60px;
}
.pt_7 {
	padding-top: 60px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	font-size: 16px;
}
.h-rightbox .h-nav li {
	padding: 0 8px;
}
.h-rightbox .h-nav li a {
	font-size: 16px;
}
.banner_text .btn_link {
	font-size: 24px;
}
.trendingpostbar .item .imgbox {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.footer-widget .footer-wrapper ul li a {
	font-size: 16px;
}
/* About page property start */

.servicetextbar h2 {
	font-size: 70px;
}
/* About page property end */

/* Expertise page property start */

.expertisepage_widgetbar .columnboxes {
	flex-wrap: wrap;
	gap: 20px 20px;
}
/* Expertise page property end */

/* probono page property start */

.expertise_sliderbar {
	display: block;
	width: 93%;
	margin: 0 auto;
}
/* probono page property end */

.expertise_listbar {
	gap: 12px 10px;
}
.expertise_listbar li {
	/*    width: 32.6%;*/

	font-size: 15px;
	padding: 16px 36px 16px 16px;
}
.expertise_listbar li .arrowlink {
	width: 36px;
}
.expertise_listbar li .arrowlink i {
	font-size: 30px;
}
}

@media (max-width:1100px) {
.container {
	max-width: 992px;
}
.py_7 {
	padding: 50px 0;
}
.pt_7 {
	padding-top: 50px;
}
.pb_7 {
	padding-bottom: 50px;
}
.title {
	margin-bottom: 30px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.mt_5 {
	margin-top: 30px;
}
.btn {
	padding: 12px 22px;
	font-size: 17px;
}
.main_header {
	padding: 10px 0;
}
.h-rightbox .h-nav li a {
	font-size: 15px;
}
.banner_bg {
	border-bottom: 30px solid #00308C;
}
/* About page property start */

.servicetextbar h2 {
	font-size: 70px;
}
.banner_bg.innerbanner {
	padding: 40px 0 10px;
	border-bottom: 0;
}
.innerbanner .banner_text {
	padding-bottom: 30px;
}
/* Expertise page property start */

.expertisepage_widgetbar .columnboxes {
	gap: 20px 12px;
}
.expertise_listbar li {
/*    width: 49.3%;*/

}
}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 18px;
}
ul li, p {
	font-size: 15px;
}
.py_7 {
	padding: 40px 0;
}
.pt_7 {
	padding-top: 40px;
}
.pb_7 {
	padding-bottom: 40px;
}
.pt_6 {
	padding-top: 30px;
}
.title {
	margin-bottom: 20px;
}
.h-rightbox .h-nav {
	display: none;
}
.programe-widgetbar .programe-fullcontent {
	width: 36%;
}
.programe-widgetbar .programe-fullcontent .item .content {
	padding: 20px 20px 40px;
}
.programe-widgetbar .programe-excerptcontent {
	width: 61%;
}
.programe-widgetbar .programe-fullcontent .item .content h6 {
	font-size: 18px;
}
.network_widgetbar .maplocationbox {
	width: 52%;
}
.network_widgetbar .contentbox {
	width: 46%;
}
.programe-widgetbar .programe-excerptcontent .widgetitem {
	padding: 20px;
}
.programe-widgetbar .programe-excerptcontent .widgetitem h6 {
	font-size: 18px;
}
.columnboxes .item {
	padding-bottom: 14px;
}
.trendingpost_widgetbar .title i {
	width: 40px;
	height: 40px;
	font-size: 20px;
}
.footer-widget {
	flex-wrap: wrap;
	gap: 30px;
}
.footer-widget .footer-wrapper {
	width: 100%;
}
.socialicon {
	margin: 20px 0 0;
}
.copyright {
	padding: 10px 0;
}
.copyright p {
	font-size: 13px;
}
/* About page property start */

.aboutpage_widgetbar .columnboxes {
	flex-wrap: wrap;
}
.aboutpage_widgetbar .columnboxes .imgbox {
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
}
.aboutpage_widgetbar .columnboxes .content {
	width: 100%;
}
.servicetextbar h2 {
	font-size: 52px;
	line-height: 38px;
}
.breadcrumb > span span, .breadcrumb > span a {
	color: #fff;
	font-size: 12px;
}
.breadcrumb > span:after {
	font-size: 15px;
	margin: 7px 10px 0;
	line-height: 15px;
	display: inline-block;
}
/* blog page property start */

.blogpage_widgetbar .columnboxes .item .content .dateblog {
	flex-wrap: wrap;
	gap: 6px;
}
.blogpage_widgetbar .columnboxes .item .content .cateblog, .blogpage_widgetbar .columnboxes .item .content .cateblog a, .blogpage_widgetbar .columnboxes .item .content .dateblog li {
	font-size: 14px;
}
.careerpage_contentbar .contentbar_widget .right_widgetbar li {
	margin: 0 0 6px;
}
.callstrip p {
	font-size: 19px;
}
/* probono page property start */

.expertise_listbar li {
	font-size: 14px;/*  width: 49%;*/
}
.expertise_sliderbar .slick-prev {
	left: -30px;
}
.expertise_sliderbar .slick-next {
	right: -30px;
}
/* contact page property start */

.contact_boxtopbanner .location_widgetbar {
	padding: 40px 0 0;
}
.contactoffice_widgetbar .contactoffice_listbar {
	flex-wrap: wrap;
	justify-content: start;
	gap: 10px;
}
.contactoffice_widgetbar .contactoffice_listbar .item {
	width: 32.4%;
	padding: 30px 20px;
}
/* single page property start */

.sidebar_widget {
	flex-wrap: wrap;
}
.sidebar_widget .rightsidebar, .sidebar_widget .leftsidebar {
	width: 100%;
}
.innerbanner .banner_text h1 {
	font-size: 22px;
}
}

@media (max-width:992px) {
.h-rightbox .menu_icon {
	display: block;
}
.slide_nav {
	display: block;
}
.h_top_text {
	margin-top: 20px;
}
.h_top_text li:after {
	display: none;
}
.slide_menu_icon {
	display: flex;
	width: 40px;
	float: right;
	margin-left: 24px;
}
.slide_nav .menu_icon span:after, .slide_nav .menu_icon span:before {
	background-color: #fff;
}
.menu_icon {
	display: inline-block;
	width: 40px;
	height: 30px;
	cursor: pointer;
}
.menu_icon span {
	margin: 0 auto;
	position: relative;
	top: 12px
}
.menu_icon span:after, .menu_icon span:before {
	position: absolute;
	content: ''
}
.menu_icon span, .menu_icon span:after, .menu_icon span:before {
	width: 40px;
	height: 3px;
	background-color: #000;
	display: block;
	border-radius: 2px
}
.menu_icon span:before {
	margin-top: -9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon span:after {
	margin-top: 9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.menu_icon.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.menu_icon.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
	transition-property: margin, transform
}
.header-slide-menu button {
	display: none;
}
.slide_overlay {
	display: none;
	width: 100%;
	background-color: #00000085;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.slide_nav {
	position: fixed;
	width: 100%;
	z-index: 102;
	right: -380px;
	color: #fff;
	height: 100%;
	max-width: 380px;
	overflow-y: scroll;
	padding-top: 28px;
	background-color: #00308C;
	top: 0;
}
.slide_nav .menu_icon {
	float: right;
	margin-right: 14px;
}
.slide_nav nav {
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease 0s;
	padding: 20px 20px;
}
.slide_nav nav .menu-main-menu-container {
	width: 100%;
}
.slide_nav nav ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
.slide_nav nav ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.slide_nav nav ul li button {
	display: none;
}
.slide_nav nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	padding-right: 28px
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow:after {
	content: "";
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	position: absolute;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow.drowp_down_minus:after {
	content: "" !important;
}
.slide_nav nav ul li:last-child {
	margin-bottom: 0;
	border-bottom: medium none
}
.slide_nav nav ul li.current_page_item > a {
	transition: color .2s linear 0s;
	margin-top: 0;
	color: #f5821f;
}
.slide_nav nav ul li ul {
	display: none;
	margin-left: 0;
	width: 100%;
	margin-top: 6px;
	background-color: #3e3e3e;
}
.slide_nav nav ul li ul li {
	margin-bottom: 5px
}
.slide_nav ul li ul li a {
	padding: 6px 0 6px 10px;
	text-transform: inherit;
	font-size: 14px;
}
.slide_nav nav ul li ul li ul {
	background-color: #4e4b4bd9;
	padding: 0 10px;
}
.slide_nav nav ul li ul li ul li a {
	font-size: 14px;
}
}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
.py_7 {
	padding: 40px 0;
}
.pb_7 {
	padding-bottom: 40px;
}
.pt_7 {
	padding-top: 40px;
}
.btn {
	padding: 9px 20px;
	font-size: 15px;
}
.btn:after {
	width: 22px;
	height: 20px;
}
.banner_text h1 {
	color: #fff;
	font-size: 22px;
}
.banner_text .btn_link {
	font-size: 17px;
}
.banner_text .btn_link:after, .banner_text .btn_link:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 1.43px;
	background-color: #fff;
	position: relative;
	top: -5px;
}
.banner_text .btn_link:before {
	left: -8px;
}
.banner_text .btn_link:after {
	right: -8px;
}
.programe-widgetbar .programe-fullcontent {
	display: none;
}
.programe-widgetbar .programe-excerptcontent {
	width: 100%;
}
.programe-widgetbar {
	padding-top: 0;
}
.trendingpostbar {
	flex-wrap: wrap;
	justify-content: start;
	gap: 10px;
}
.trendingpostbar .item {
	flex: auto;
	width: 40%;
}
.trendingpostbar .item {
	flex: inherit;
	width: 32%;
}
.copyright {
	margin-top: 40px;
}
/* About page property start */



.servicetextbar h2 {
	font-size: 40px;
}
/* Expertise page property start */

.expertisepage_widgetbar .columnboxes .item {
	width: 48%;
}
/* Careers page property start */

.careerpage_contentbar .contentbar_widget {
	flex-wrap: wrap;
}
.careerpage_contentbar .contentbar_widget .contentbox {
	width: 100%;
}
.careerpage_contentbar .contentbar_widget .right_widgetbar {
	width: 100%;
	padding-top: 30px;
}
.callstrip p {
	font-size: 17px;
}
/* contact page property start */

.contact_boxtopbanner .location_widgetbar {
	/* margin-top: -100px; */
	padding: 30px 0 0;
	flex-wrap: wrap;
}
.networkpage_widgetbar .location_widgetbar .mapbar, .networkpage_widgetbar .location_widgetbar .contentbox {
	width: 100%;
}
.contactoffice_widgetbar .contactoffice_listbar .item {
	width: 32%;
}
}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
h2 {
	font-size: 22px;
}
.py_7 {
	padding: 30px 0;
}
.pt_7 {
	padding-top: 30px;
}
.pb_7 {
	padding-bottom: 30px;
}
.title {
	margin-bottom: 12px;
}
.h-rightbox {
	gap: 20px;
}
.banner_text h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.programe-widgetbar .programe-excerptcontent .widgetitem {
	padding: 12px 20px;
}
.columnboxes {
	flex-wrap: wrap;
	gap: 12px;
}
.columnboxes .item {
	flex: inherit;
	padding-bottom: 14px;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
}
.trendingpostbar .item {
	width: 48%;
}
.network_widgetbar {
	flex-wrap: wrap;
}
.network_widgetbar .contentbox, .network_widgetbar .maplocationbox {
	width: 100%;
}
.network_widgetbar .contentbox {
	padding-top: 0;
}
.footer-widget .flink {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0;
}
.footer-widget .footer-wrapper ul li a {
	font-size: 15px;
}
/* About page property start */

.innerbanner .banner_text h1:before, .innerbanner .banner_text h1:after {
	display: none;
}
.innerbanner .banner_text h1 {
	font-size: 20px;
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox {
	flex-wrap: wrap;
	gap: 30px;
}
.aboutpage_widgetbar .columnboxes .content .iconlistbox .item {
	width: 100%;
}
.servicetextbar h2 {
	font-size: 28px;
	line-height: 22px;
}
/* Expertise page property start */

.expertisepage_widgetbar .columnboxes .item {
	width: 400px;
	margin: 0 auto;
	max-width: 100%;
}
.expertisepage_widgetbar .columnboxes .item .imgbox {
	max-height: inherit;
	height:auto;
}
.faq_section ul li .answer p {
	font-size: 14px;
}
.expertise_slider .slick-arrow:before {
	font-size: 32px;
}
.expertise_listbar li {
	/* width: 48%;*/

	font-size: 14px;
	padding: 10px 36px 10px 10px;
}
/* contact page property start */
.networkpage_widgetbar{
	padding-bottom: 30px;
}
.contact_boxtopbanner .location_widgetbar {
	padding: 22px 0 0;
	flex-wrap: wrap;
}
.contactoffice_widgetbar .contactoffice_listbar {
	flex-wrap: wrap;
	justify-content: start;
	gap: 10px;
}
.contactoffice_widgetbar .contactoffice_listbar .item {
	width: 48%;
	padding: 20px 20px;
}
.contactoffice_widgetbar .contactoffice_listbar .item img {
	width: 30px;
}
.contactoffice_widgetbar .contactoffice_listbar .item h6 {
	font-size: 17px;
	margin: 0;
}
.innerbanner .banner_text h3 {
	font-size: 17px;
}
}

@media (max-width:420px) {
.h_logo {
	width: 210px;
}
.h-rightbox .menu_icon {
	display: block;
	width: 30px;
}
.menu_icon {
	width: 30px;
}
.menu_icon span, .menu_icon span:after, .menu_icon span:before {
	width: 30px;
}
.footer-widget .footer-wrapper ul li a {
	font-size: 14px;
}
.callstrip p {
	font-size: 15px;
}
.expertise_listbar {
	gap: 6px 10px;
}
.expertise_listbar li {
	width: 95%;
}
.expertise_sliderbar .slick-prev {
	left: -22px;
}
.expertise_sliderbar .slick-next {
	right: -24px;
}
.expertise_sliderbar .slick-arrow:before {
	width: 24px;
}
.contactoffice_widgetbar .contactoffice_listbar .item h6 {
	font-size: 15px;
}
}

/* mobile responsive property end */
