/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* =================animate css ends here================= */

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.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; height: 100%; }
.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; margin-left: auto; margin-right: auto; height: 100%; }
.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; }
.slick-slide img { display: block; width: 100% }
.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-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; width: 62px; height: 63px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 50px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 35px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 10px; height: 10px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; opacity: 1; border: solid 1px #000; border-radius: 50%; vertical-align: top; margin: 4px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #000; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { padding-top: 100px; font-size: 16px; line-height: 24px; font-weight: 400; font-family: 'Montserrat', sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1200px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: #8aafff; text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; font-family: "Merriweather", sans-serif }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; font-size: 15px; line-height: 24px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 0; font-weight: 600; padding: 10px 15px; min-width: 110px; font-size: 16px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #fff; background-color: #2E4E95; border: solid 1px #2E4E95; }
.btn-default:hover, .btn-default:active { color: #ffffff; background-color: #4060a6; border-color: #4060a6; }
.btn-primary, .btn-primary:focus { color: #fff; background-color: #333; border: solid 1px #333; }
.btn-primary:hover, .btn-primary:active { color: #333; background-color: transparent; border-color: #333; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 25px; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #f5f5f5; }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #333; background: #fff; position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; display: flex; align-items: center; }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }
.navbar { padding: 0; width: 100%; height: 100px; }
.navbar-brand { width: 130px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 13px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 15px; line-height: 43px; font-weight: 500; color: #2E4E95; padding: 0; margin: 0; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #2356A1; }
.dropdown-toggle::after { display: none; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none; }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
	.navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; background: #2E4E95; color: #fff; min-width: 180px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
	.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
	.dropdown-item { color: #fff; padding: 5px 15px; font-weight: 400; }
	.dropdown-item:focus, .dropdown-item:hover { color: #333; background: transparent; }
}
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }

/* ================= Header End ================= */
.content-container.hero-classic-container { min-height: calc(100vh - 150px); position: relative; }
.content-container.hero-classic-container .hero-slide-content { transform: none; opacity: 1; position: relative; max-width: 660px; margin: 0 auto; }
.content-container.hero-classic-container::before { position: absolute; content: ''; width: 100%; height: 100%; background: #0000009c; }
.hero-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.hero-img>img { width: 100%; height: 100%; object-fit: cover; }
.hero-video-bg::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); }
.hero-slide-content h1 { color: #fff; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; border-bottom: 1px dashed; padding-bottom: 10px; }
.hero-slide-content p { font-size: 20px; color: #fff; max-width: 700px; margin: 0 auto; font-weight: 500; }

/*===========================*/

/*===========================*/
.heading h3 { font-size: 27px; margin-bottom: 0; color: #2E4E95; }
.heading p { margin-top: 16px; margin-bottom: 0; }
.about-cta { margin-top: 20px; }
.heading { margin-bottom: 24px; }
.heading p + p { margin-top: 10px; }
.heading-white h3 { color: #fff; }
.about-img { width: 60%; padding-bottom: 50%; position: relative; }
.about-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; background: #fff; padding: 10px; }
.about-img1 { padding-bottom: 50%; position: relative; width: 60%; margin-left: 40%; margin-top: -39%; }
.about-img1 img { position: absolute; width: 100%; height: 100%; background: #fff; padding: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; z-index: 9999; border-radius: 6px; object-fit: cover; }
.about-img3 { padding-bottom: 42%; position: relative; width: 60%; margin-left: 15%; margin-top: -17%; }
.about-img3 img { position: absolute; content: ''; width: 100%; height: 100%; object-fit: cover; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; background: #fff; padding: 10px; }
.facts-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.facts-item { width: 25%; padding: 0px 12px; }
.facts-box { padding: 12px; border: 1px solid #4466b0; text-align: center; color: #fff; height: 100%; transition: all .3s ease-in; }
.facts-icon { max-width: 60px; margin: 0 auto; margin-bottom: 10px; }
.facts-box h5 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.facts-box:hover { border-color: #ffffff78; }
.heading p { max-width: 700px; margin: 0 auto; margin-top: 14px; }
.track-list { max-width: 1000px; margin: 0 auto; }
.track-list li + li { margin-top: 10px; }
.track-list li { padding-left: 30px; position: relative; }
.track-list li::before { position: absolute; content: ''; width: 20px; height: 20px; top: 0; left: 0; background-size: 20px; background-repeat: no-repeat; background-image: url('../images/check-icon.png'); }

/*===========================*/

/*===========================*/
.accordion-button::after { content: '\f068'; position: absolute; text-align: center; top: 16px; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s ease-in; font-size: 16px; font-weight: 700; color: white; }
.accordion-button.collapsed::after { content: '\f067'; }
.accordion-list .accordion-button { background: #2E4E95; border: none !important; box-shadow: none !important; outline: none !important; color: #ffffff; padding: 16px 25px; font-size: 16px; font-weight: 500; padding-right: 44px; }
.accordion-list .accordion-item { background: #f5f1f1d6; border: none !important; border-radius: 30px; margin-bottom: 10px; }
.accordion-list .accordion-body { padding-top: 10px !important; background: #ffffff; color: #000; padding-bottom: 8px; border: 2px solid #2e4e95; border-top: 0; }
.work-img { padding-bottom: 83%; position: relative; }
.work-img img { position: absolute; content: ''; width: 100%; height: 100%; object-fit: cover; }

/*===========================*/
.service-list { width: calc(100% + 24px); margin-left: -12px; display: flex; flex-wrap: wrap; margin-bottom: -30px; }
.service-item { width: 25%; padding: 0px 12px; margin-bottom: 30px; }
.service-box {    /* text-align: center; */

	/* background: #f4f4f4; */
border: 1px solid #c7c7c7; display: flex; flex-flow: column; height: 100%; }
.service-img { position: relative; height: 220px; display: block;}
.service-img img { width: 100%; height: 100%; object-fit: cover; }
.service-content { padding: 12px; padding-bottom: 0; }
.service-content h3 { font-size: 15px; font-weight: 500; margin-bottom: 10px; color: #2E4E95; }
.service-icon { max-width: 150px; margin: 0 auto; margin-bottom: 12px; }
.service-content p { text-align: justify; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; font-size: 15px; line-height: 20px; }
.service-box:hover { background: #2E4E95; color: #fff; transition: all .3s ease-in; }
.service-box:hover .service-content h3 { color: #fff; }
.service-box:hover .service-icon img { filter: brightness(0) invert(1); }
.service-cta { margin-top: auto; padding: 12px; }
.read-more { color: #2E4E95; font-size: 14px; font-weight: 500; }
.read-more i { margin-left: 4px; font-size: 12px; }
.service-box:hover .read-more { color: #fff; }

/*===========================*/
.testimonial-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.testimonial-item { width: 33.33%; padding: 0px 12px; height: 100%; }
.testimonial-box { background: #fff; border-radius: 12px; padding: 24px; position: relative; height: 100%; }
.slick-center .testimonial-box { background: #2E4E95; color: #fff; }
.testimonial-rating { display: flex; margin-bottom: 16px; }
.testimonnial-rating-list { display: flex; }
.testimonnial-rating-list li + li { }
.testimonnial-rating-list li { color: #dc9c56; margin-right: 4px; }
.testimonial-rating span { font-weight: 500; }
.testimonial-content h5 { font-size: 20px; margin-bottom: 12px; }
.testimonial-content blockquote { font-style: italic; margin-bottom: 0; color: #000; font-weight: 400; font-size: 15px; }
.slick-center .testimonial-content blockquote { color: #fff; }
.testimonial-content { margin-bottom: 20px; }
.testimonial-name h5 { font-size: 14px; margin-bottom: 0; text-transform: uppercase;}
.testimonial-quote-icon { position: absolute; right: 24px; top: 24px; font-size: 65px; opacity: .1; }
.testimonial-list .slick-dots li button { background: #2e4e95; opacity: .4; }
.testimonial-list .slick-dots li.slick-active button, .slick-dots li:hover button { opacity: .7; }
.testimonial-name h5 span { display: block; margin-top: 5px; font-weight: 500; font-size: 13px;}

/*===========================*/

/*===========================*/
.dark-bg { background: #2E4E95; }
.why-work-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; justify-content: center; }
.why-work-item { width: 50%; padding: 0px 12px; margin-bottom: 24px; }
.why-work-item:nth-child(4), .why-work-item:nth-child(5) { width: 50%; }
.why-work-box {text-align: justify; padding: 24px; transition: all .3s ease-in; color: #fff; border: 1px solid #4a6ab0; border-radius: 4px; display: flex; flex-flow: column; height: 100%; font-size: 15px;}
.why-work-box:hover { border-color: #ffffff78; }
.why-work-icon img { filter: brightness(0) invert(1); }
.why-work-icon { width: 70px; height: 70px; margin: 0 auto; margin-bottom: 12px; border: 1px solid #3d60ad; padding: 17px; border-radius: 50%; }
.why-work-box h5 { font-size: 20px; font-weight: 500; margin-bottom: 8px; text-align: center;}
.why-work-box p {
    margin-bottom: 0;
}

.why-work-box p + p {
    margin-top: 12px;
}

/*===========================*/

/* ================= Inner-banner start ================= */
.banner_container { display: flex; flex-flow: column; justify-content: center; min-height: 320px; padding: 40px 0 40px; position: relative; color: #fff; z-index: 9; text-align: center; }
.banner_container h1, .banner_container h2 { font-size: 36px; margin-bottom: 0; color: #fff; text-transform: uppercase; }
.banner_container p { margin-top: 12px; }
.banner_bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.banner_bg img { width: 100%; height: 100%; object-fit: cover; }
.banner_bg::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .3); }
.breadcrumb { margin-bottom: 0; text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; }
.breadcrumb-item, .breadcrumb-item a { font-weight: 400; font-size: 14px; line-height: 16px; color: #fff; transition: all .3s ease-in; white-space: nowrap; display: block; }
.breadcrumb .breadcrumb-item:last-child { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.breadcrumb-item a .breadcrumb-item.active { color: #2D3E51; }
.breadcrumb-item { font-weight: 500; }
.breadcrumb-item+.breadcrumb-item { padding-left: 20px; }
.breadcrumb-item+.breadcrumb-item::before { position: absolute; left: 6px; content: '>'; font-family: monospace; font-weight: 600; font-size: 14px; color: #fff; }
.breadcrumb-item { position: relative; }
.breadcrumb-item.active { color: #ffffff; }
.breadcrumb-item a:hover { color: #e16a00; }
.intro_text-1 p { padding-left: 25px; font-weight: 500; margin-bottom: 14px; position: relative; }
.intro_text-1 p::before { position: absolute; content: ''; width: 16px; height: 16px; background: #1B8A6B; left: 0; top: 50%; transform: translateY(-50%); border-radius: 2px; }
.intro_text-1 p::after { position: absolute; content: ''; width: 6px; height: 10px; border: 2px solid #fff; left: 5px; top: 6px; transform: rotate(45deg); border-top: 0; border-left: 0; }

/* ================= Inner-banner End ================= */

/* ================= disciplines start ================= */
.disciplines-list { width: calc(100% + 24px); margin-left: -12px; flex-wrap: wrap; display: flex; margin-bottom: -24px; }
.disciplines-item { width: 50%; padding: 0px 12px; margin-bottom: 24px; }
.disciplines-img { position: relative; padding-bottom: 50%; }
.disciplines-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); }
.disciplines-content { position: absolute; width: 100%; height: 100%; text-align: center; display: flex; align-items: center; justify-content: center; transform: translateY(100px); transition: all .3s ease-in; }
.disciplines-content h5 { margin-bottom: 0; color: #fff; font-size: 20px; }
.disciplines-img:hover .disciplines-content { transform: translateY(0); }

/* ================= disciplines End ================= */

/* ================= disciplines End ================= */
.service-inner-list li + li { margin-top: 80px; }
.service-inner-item { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; scroll-margin-top: 150px; }
.services-inner-images { width: 50%; padding: 0px 12px; padding-right: 50px; }
.service-inner-img {height: 340px;position: relative;overflow: hidden;background: #fff;rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1pxcontain-intrinsic-block-size: auto 100px;}
.service-inner-img img:hover {
    transform: scale(1.1);
}
.service-inner-content { width: 50%; padding: 0px 12px; }
.service-inner-img img {width: 100%;height: 100%;object-fit: cover;transition: all .6s ease-in;}
.service-inner-list li:nth-child(even) { flex-direction: row-reverse; }
.service-inner-content h5 { font-size: 22px; margin-bottom: 12px; color: #2356A1; }
.service-inner-content p { margin-bottom: 0; }
.service-inner-content p + p { margin-top: 10px; }
.service-inner-list li:nth-child(even) .services-inner-images { padding-right: 12px; padding-left: 50px; }
.service-content-list li:before { position: absolute; content: ''; width: 20px; height: 20px; top: 0; left: 0; background-size: 20px; background-repeat: no-repeat; background-image: url(../images/check-icon.png); margin-top: 4px; }
.service-content-list { margin-top: 20px; }
.service-content-list li { position: relative; padding-left: 40px; font-size: 15px; font-weight: 500; line-height: 22px; }
.service-content-list li + li { margin-top: 16px; }
.service-content-list.w-divide li { width: 50%; margin-bottom: 16px; }
.service-content-list.w-divide { display: flex; flex-wrap: wrap; }
.service-content-list.w-divide li + li { margin-top: 0; }

/* ================= disciplines End ================= */
.our-key-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.our-key-item { width: 20%; padding: 0px 12px; margin-bottom: 24px; }
.our-key-box { text-align: center; padding: 12px; border: 1px solid #39579b2b; height: 100%; transition: all .3s ease-in; }
.our-key-icon { max-width: 60px; margin: 0 auto; margin-bottom: 12px; }
.our-key-box h6 { font-size: 16px; font-weight: 600; color: #2e4e95; }
.our-key-box:hover { background: #ededed; }

/*==============================================*/
.contact-inner-list { margin-bottom: 20px; }
.contact-inner-item { }
.contact-inner-list li + li { margin-top: 14px; }
.contact-box { border: 1px solid #cdcdcdc2; position: relative; padding: 12px 12px 12px 80px; min-height: 80px; font-size: 14px; display: flex; align-items: center; flex-wrap: wrap; }
.contact-box span { position: absolute; left: 12px; top: 50%; height: 50px; width: 50px; border: 1px solid #cdcdcdc2; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); color: #2356A1; font-size: 20px; line-height: 26px; }
.contact-box address { margin: 0; padding: 0; }
.contact-box:hover.contact-box span { background: #2356A1; color: #fff; transition: all .3s ease-in; }
.form-group1 .form-control { margin-bottom: 20px; height: 44px; border-radius: 0; font-size: 14px; box-shadow: none !IMPORTANT; border: 1px solid #E3E3E3C2; }
textarea.form-control { min-height: 140px; }

/*==============================================*/

/* ================= Footer Start ================= */
#footer { background: #2E4E95; padding: 40px 0 0 0; }
.footer-logo { max-width: 140px; margin-bottom: 12px; }
.footer-logo img { filter: brightness(0) invert(1); }
.footer-text { color: #fff; }
.footer-head { color: #fff; }
.footer-head h5 { font-size: 18px; }
.footer-links li { padding-left: 18px; position: relative; }
.footer-links li::before { position: absolute; }
.footer-links li::before { position: absolute; content: ''; width: 8px; height: 8px; border: 1.4px solid #fff; border-left: 0; border-bottom: 0; transform: rotate(45deg); left: 0; top: 7px; }
.footer-links li + li { margin-top: 10px; }
.contact-info-list li + li { margin-top: 13px; }
.contact-info-item { display: flex; }
.contact-info-item span { margin-right: 10px; }
.footer-head + .footer-head { margin-top: 20px; }
.footer-head + .footer-head h5 { margin-bottom: 12px; }
.social-links { display: flex; }
.social-links li + li { margin-left: 13px; }
.social-link { width: 30px; height: 30px; padding: 7px; border-radius: 20px; display: flex; align-items: center; justify-content: center; color: #2e4e95; background: #ffff; }
.footer-shocke-list { color: #fff; display: flex; align-items: center; justify-content: space-between; }
.footer-shocke-list p { margin-bottom: 0; }
.footer-shocket { padding: 10px 0px; border-top: 1px solid #fff; margin-top: 40px; }

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	body { padding-top: 80px; }
	.navbar { padding: 0 15px; width: 100%; height: 80px; }
	.navbar-toggler { width: 54px; height: 40px; height: 60px; order-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
	.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
	.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
	.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
	.home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
	.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 30px; height: 3px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
	.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 30px; height: 3px; background: #2E4E95; position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: #2E4E95 !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #2E4E95; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
	.header-right { position: relative; z-index: 999; margin-right: 50px; }
	.navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 80px; left: 0; background: #fff; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
	.navbar .collapse.show { height: calc(100vh - 80px); }
	.navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
	.navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px #2E4E95; }
	.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
	.navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: #2E4E95; width: 40px; }
	.dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
	.dropdown-item { padding: 7px 20px 7px 40px; }
	.dropdown-item:focus, .dropdown-item:hover { color: #2E4E95; background: transparent; }
	.content-container { padding: 50px 0; }
	.navbar-brand { max-width: 100px; }
	.navbar-brand { max-width: 100px; }
	.service-item { width: 33.33%; }
	.work-img { margin-bottom: 20px; }
	.hero-slide-content h1 { font-size: 40px; line-height: 44px; }
	.why-work-item:nth-child(4), .why-work-item:nth-child(5), .why-work-item:nth-child(3) { width: 100%; }
	.about-img-list { margin-bottom: 20px; }
	.services-inner-images { width: 100%; padding-right: 12px; }
	.service-inner-content { width: 100%; margin-top: 12px; }
	.service-inner-content h5 { font-size: 18px; margin-bottom: 8px; }
	.service-inner-list li:nth-child(even) .services-inner-images { padding-left: 12px; }
	.service-inner-list li + li { margin-top: 40px; }
	.service-content-list li + li { margin-top: 16px; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { }

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	body { padding-top: 60px; }
	.navbar { height: 60px; }
	.navbar-collapse, .navbar-collapse.collapsing { top: 60px; }
	.navbar .collapse.show { height: calc(100vh - 60px); }
	.navbar-inside { height: calc(100vh - 60px); }
	.content-container { padding: 40px 0; }
	.navbar-brand { max-width: 80px; }
	.hero-slide-content h1 { font-size: 36px; line-height: 44px; }
	.heading h3 { font-size: 24px; }
	.heading p { margin-left: 0; }
	.about-cta { margin-top: 10px; }
	.service-item { width: 50%; }
	.why-work-item { width: 50%; }
	.footer-head { margin-top: 20px; }
	.footer-head h5 { font-size: 16px; margin-bottom: 10px; }
	.facts-item { width: 33.333%; margin-bottom: 24px; }
	.banner_container { min-height: 240px; }
	.banner_container h1, .banner_container h2 { font-size: 33px; }
	.hero-slide-content p { font-size: 18px; }
	.disciplines-item { width: 100%; }
	.disciplines-content { transform: translateY(50px); }
	.disciplines-content h5 { font-size: 18px; }
	.our-key-item { width: 33.33%; }
	.service-content-list li { font-size: 14px; padding-left: 30px; }
	.form-box { margin-bottom: 20px; }
	.about-img3 {
    display: none !important;
}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.hero-slide-content h1 { font-size: 30px; margin-bottom: 5px; line-height: 40px; }
	.hero-slide-content p { font-size: 16px; }
	.content-container.hero-classic-container { min-height: 60vh; }
	.heading h3 { font-size: 20px; }
	.heading p { margin-top: 8px; }
	.why-work-item { width: 100%; }
	.why-work-box h5 { font-size: 18px; }
	.accordion-list .accordion-button { padding: 15px; font-size: 16px; padding-right: 35px; }
	.accordion-list .accordion-body { padding: 10px; }
	.facts-item { width: 50%; }
	.footer-shocke-list p + p { margin-top: 6px; }
	.banner_container h1, .banner_container h2 { font-size: 24px; }
	.service-item { width: 1000%; }
	.facts-item { width: 100%; }
	.our-key-item { width: 100%; }
	.footer-shocke-list {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
}