/*
Theme Name: Dailyfinserv Child
Description: Dailyfinserv Child Theme
Template: dailyfinserv
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dailyfinserv-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html {
	overflow-x: hidden;
	font-family: sans-serif;
	/* 1 */

	-ms-text-size-adjust: 100%;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */

	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */

	font: inherit;
	/* 2 */

	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */

	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */

	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */

	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

::-moz-selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: inherit;
	opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
	overflow-x: hidden;
	color: #282828 !important;
	font-family: 'Open Sans', sans-serif !important;
}

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

.container:after {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 100%;
	height: auto !important;
	display: block;
}

a,
button,
input {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a {
	text-decoration: none !important;
}

/**************global css end*******/

.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100% !important;
}

.common-btn {
	padding: 11px 24px;
	background-color: #001b79;
	color: #ffffff;
	display: inline-block;
	border-radius: 6px;
	transition: all ease-in-out 0.5s;
	position:relative;
}

.common-btn:hover {
    background-color: #005aed;
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.custom-form {
	margin-bottom: 14px;
	position: relative;
}

.custom-form .form-control, 
.custom-form .form-select {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    font-size: 15px;
    height: 45px;
	border-radius: 8px;
}

.custom-form textarea {
	height: 100px;
}

[type="submit"].common-btn {
	border-color: transparent;
}

tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}

/*====================================== Start Header ========================================*/
header.main_header {
	padding: 15px 52px 5px;
	background-color: #1e2261;
}

.top-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.nav_bar .nav_sec {
	margin: 0;
	padding: 0;
}

.nav_bar .nav_sec ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav_bar .nav_sec ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	position: relative;
    margin: 0 25px;
}

.nav_bar .nav_sec ul li a {
	font-size: 18px;
	color: #d7ad82;
	display: block;
	font-weight: 500;
	position: relative;
	z-index: 99;
}

.nav_bar .nav_sec ul li:hover>a,
.nav_bar .nav_sec ul li.active>a,
.nav_bar .nav_sec ul li.current-menu-item>a {
	color: #117ec9;
}

.nav_bar .nav_sec ul li ul {
    width: 200px;
    background: #097ecf;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
}

.nav_bar .nav_sec ul li:hover ul {
	display: block;
}

.nav_bar .nav_sec ul li ul li {
	margin: 0;
	padding: 0;
    display: block;
}

.nav_bar .nav_sec ul li ul li+li {
    border-top: 1px solid #128de3;
}

.nav_bar .nav_sec ul li ul li a {
    margin: 0;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.nav_bar .nav_sec ul li ul li:hover a,
.nav_bar .nav_sec ul li ul li.current-menu-item a {
    color: #ffffff;
    background-color: #2890d9;
}

.nav_bar .nav_sec ul li .arw-nav2 {
    width: 18px;
    height: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
    background: url(images/caret.png) no-repeat center;
    background-size: 50%;
}

span.toggle-menu {
	display: none;
}

.login-btn {
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 6px;
	background-color: #001d31;
	line-height: normal;
}

.login-btn:hover {
	background-color: #117ec9;
}

.desk-toggle {
	color: #ffffff;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.desk-slide {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #000;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.desk-slide.slidein2 {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.desk-slide .cls-btn2 {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(images/cross.png) no-repeat center;
}

.desk-slide ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.desk-slide ul>li {
    display: block;
    padding-bottom: 0;
    margin: 0;
}

.desk-slide ul>li+li {
    margin-left: 0;
}

.desk-slide ul>li a {
    color: #FFF;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
}

.desk-slide ul>li a:hover {
   background-color: #0391c6; 
}

.search-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 99;
	display: none;
}

.search-modal-wrapper {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
}

.search-modal-wrapper form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-modal-wrapper input[type=text] {
    width: 100%;
	background-color: #e8e8e8;
    border-color: transparent;
    border-radius: 0;
    min-height: 56px;
    font-size: 18px;
    color: #82929d;
	padding: 10px 20px;
}

.search-modal-wrapper input[type="submit"] {
    background: #001b79;
    min-height: 56px;
    padding: 10px 20px;
    border: none;
    color: #fff;
}

.search-modal-wrapper input[type="submit"]:hover {
    background-color: #005aed;
}

.search-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #ffffff;
	font-size: 32px;
}

a.link-search {
    color: #fff;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

/*====================================== End header ========================================*/

/*====================================== Start banner ========================================*/
.banner {
	background: url(images/banner-img.jpg) no-repeat center bottom 60px #00aec7;
	padding: 60px 0;
}

.inner-banner {
    background: url(images/banner-img.jpg) no-repeat bottom left #d4f7ff;
    padding: 85px 0;
    text-align: center;
    position: relative;
    background-size: 40%;
}

.banner-left h1,
.inner-banner h1 {
	font-weight: 400;
	font-size: 50px;
	color: #fff;
	margin: 0;
}

.inner-banner h1 {
	text-shadow: 2px 2px 0 #000;
}


.banner-left h2 {
	font-weight: 700;
	font-size: 40px;
	color: #c6dfff;
	margin: 0;
}

.banner-left h3 {
	font-weight: 400;
	font-size: 40px;
	color: #1e2261
}

.banner-left ul {
	padding: 0;
	margin: 40px 0;
}

.banner-left ul li {
	background: url(images/li-icon.png) no-repeat left center;
	padding-left: 20px;
}

.banner-left ul li+li {
	margin-top: 15px;
}

.banner-left .common-btn {
	margin: 3px;
}

.banner-right {
	max-width: 406px;
	margin-left: auto;
}

.banner-right input.form-control,
.banner-right .form-select {
	background-color: #e8e8e8;
	border-color: transparent;
	border-radius: 0;
	min-height: 56px;
	font-size: 18px;
	color: #82929d;
	padding-left: 50px;
}

.banner-right input.form-control {
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.banner-right .form-select {
	background-position: right 30px center;
	background-size: 18px;
	position: relative;
}

.banner-right .custom-form:first-child:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/symbol1.png) no-repeat left;
	width: 13px;
	height: 15px;
}

.banner-right input.form-control::placeholder {
	color: #82929d;
	opacity: 1;
	/* Firefox */
}

.banner-right input.form-control::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #82929d;
}

.banner-right .form-check-input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background-color: #e8e8e8;
	border: 3px #797979 solid;
	border-radius: 0;
}

.banner-right .form-check-input:checked[type=checkbox] {
	background-image: url(images/blue-check.png);
}

.cus-check-label {
	padding-left: 32px;
	display: inline-block;
	font-size: 12px;
	color: #000;
}

.banner-right input[type=submit] {
	min-width: 137px;
	border: none;
	margin-top: 25px;
}
/*====================================== End banner ========================================*/

/*====================================== BIG IDEASS START ========================================*/
.global_row{
	width:100%;
	background:#ddd;
	padding:2%;
}
.global_row .row .col-md-6 h4 img{
	float:left;
	padding:0 5px 0 0;
}
section.recent-offer-section:nth-child(10){
	display:none;
}
/** BANK FULL FORM**/
.bank-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.bank-table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.bank-table td:first-child {
  font-weight: bold;
  background-color: #e6f2ff;
  width: 25%;
}

.bank-table a {
  color: #004080;
  text-decoration: none;
}

.bank-table a:hover {
  text-decoration: underline;
}

/** Customer Care no **/
.ccn-wrapper {
  max-width: 1000px;
  margin: auto;
}

.ccn-header {
  display: flex;
  background-color: #004080;
  color: white;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
}

.ccn-header div {
  flex: 1;
}

.ccn-entry {
  display: flex;
  border: 1px solid #ddd;
  border-left: 5px solid #004080;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}

.ccn-bank {
  flex: 0 0 30%;
  font-weight: bold;
  color: #004080;
}

.ccn-phones {
  flex: 1;
}

.ccn-phones a {
  display: inline-block;
  margin: 3px 8px 3px 0;
  text-decoration: none;
  color: #0066cc;
  background-color: #e6f2ff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.ccn-phones a:hover {
  background-color: #cce5ff;
}

/*====================================== BIG IDEASS CSS END ========================================*/
/*====================================== BIG IDEASS CSS END ========================================*/
/*====================================================== Responsive ========================================*/
@media only screen and (max-width:1580.98px) {
	.nav_bar .nav_sec ul li {
		margin: 0 14px;
	}
}
@media only screen and (max-width:1520.98px) {
    .nav_bar .nav_sec ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width:1400.98px) {
	.container {
		max-width: 1170px !important;
	}

    .logo img {
        max-width: 280px;
    }

    .desk-toggle {
        margin-left: 6px;
    }

    .banner-left h1,
	.inner-banner h1 {
        font-size: 55px;
    }

    .banner-left h2,
    .banner-left h3 {
        font-size: 44px;
    }
}

@media only screen and (max-width:1320.98px) {
    .nav_bar .nav_sec ul li {
		margin: 0 12px;
	}

	a.link-search,
	.desk-toggle {
		font-size: 16px;
		margin-left: 4px;
	}
}

@media only screen and (max-width:1199.98px) {
    header.main_header {
        padding: 15px 20px 10px;;
    }
    .nav_bar .nav_sec ul li a {
        font-size: 13px;
    }

    .logo img {
        max-width: 225px;
    }
}

@media only screen and (max-width:1080.98px) {
	.logo img {
		max-width: 120px;
	}
}

@media only screen and (max-width:991.98px) {

	/*========================== start mobile menu =================================*/

	span.toggle-menu {
        margin: 0;
        padding: 0;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        color: #ffffff;
        font-size: 21px;
    }

    .desk-toggle {
        display: none;
    }

	.nav_bar .nav_sec {
		width: 280px;
		height: 100%;
		float: none;
		position: fixed;
		z-index: 999;
		top: 0;
		right: -100%;
		padding: 70px 0 0;
		background: #000;
		display: block;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;

	}

	.nav_bar .nav_sec.slidein {
		right: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.nav_bar .nav_sec .cls-btn {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
		background: url(images/cross.png) no-repeat center;
	}

	.nav_bar .nav_sec ul {
		text-align: left;
		overflow: hidden;
	}

	.nav_bar .nav_sec ul>li {
		display: block;
		padding-bottom: 0;
		margin: 0;
		position: relative;
		width: 100%;
		float: left;
	}

	.nav_bar .nav_sec ul>li+li {
		margin-left: 0;
	}

	.nav_bar .nav_sec ul>li a {
		color: #FFF;
		padding: 11px 15px;
		font-size: 15px;
		border-radius: 0;
	}

	.nav_bar .nav_sec ul li a:before {
		display: none;
	}

	.nav_bar .nav_sec ul>li:hover>a,
	.nav_bar .nav_sec ul>li.active>a {
		background: #0391c6;
		color: #FFF;
	}

	.nav_bar .nav_sec>ul>li>a:after,
	.nav_bar .nav_sec>ul>li>a:after {
		display: none;
	}

	.nav_bar .nav_sec img {
		display: inline-block;
		vertical-align: middle;
	}

	.nav_bar .nav_sec i {
		float: left;
		font-style: normal;
		color: #fff;
		line-height: 30px;
		font-size: 21px;
		font-weight: 600;
	}

	.nav_bar .nav_sec ul>li:hover ul {
		display: none;
	}

	.nav_bar .nav_sec ul>li ul {
		width: 100%;
		background: #197496;
		position: static;
		top: 100%;
		left: 0;
		text-align: left;
		display: none;
		float: left;
		border-radius: 0;
		padding: 0;
	}

	.nav_bar .nav_sec ul li ul li a {
		padding: 6px 35px;
		color: #fff;
	}

	.nav_bar .nav_sec ul ul>li:hover>a,
	.nav_bar .nav_sec ul ul>li.active>a {
		background: #1b72bf;
		color: #FFF;
	}

	.nav_bar .nav_sec ul li .arw-nav {
		width: 40px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		cursor: pointer;
		background: url(images/arw.png) no-repeat center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.nav_bar .nav_sec ul li .arw-nav.actv {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

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

    .banner-left h1,
	.inner-banner h1 {
        font-size: 42px;
    }

    .banner-left h2, 
    .banner-left h3 {
        font-size: 36px;
    }

}

@media only screen and (max-width:767.98px) {
    .banner-left h1,
	.inner-banner h1 {
        font-size: 32px;
    }

    .banner-left h2,
    .banner-left h3 {
        font-size: 32px;
    }

	.inner-banner {
		padding: 40px 0;
	}

	.inner-banner h1 {
		text-shadow: 1px 2px 0 #000;
	}
}

@media only screen and (max-width:575.98px) {
    header.main_header {
        padding: 15px 15px 10px;
    }

    .logo img {
        max-width: 170px;
    }

    .banner {
        padding: 35px 0;
        background-position: center bottom 0;
        background-size: 67%;
    }
    .banner-right {
        margin-top: 30px;
        max-width: 100%;
    }

    .banner-left h1,
	.inner-banner h1 {
        font-size: 28px;
    }

    .banner-left h2, 
    .banner-left h3 {
        font-size: 24px;
    }

    .banner-left ul {
        margin: 15px 0;
    }

	.search-modal-wrapper input[type=text],
	.search-modal-wrapper input[type=submit] {
		min-height: 44px;
		font-size: 14px;
		padding: 10px 15px;
	}
}

@media only screen and (max-width:520.98px) {
    .logo img {
        max-width: 150px;
    }
}