/*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: 8px; vertical-align: 2px; border-top: .4em solid; border-right: .4em solid transparent; border-left: .4em 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; }
.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; }
.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: 45px; }
.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: 15px; height: 15px; 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: 5px 6px; }
.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 { font-size: 18px; line-height: 24px; font-weight: 400; font-family: 'Poppins', sans-serif; color: #333; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: calc(100% - 12px); max-width: 1300px; }
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: #D46729; 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: 600; color: #24356F; }
h1 { font-size: 54px; }
h2 { font-size: 46px; }
h3 { font-size: 40px; }
h4 { font-size: 33px; }
h5 { font-size: 27px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 18px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 25px; font-weight: 500; padding: 13px 25px; min-width: 170px; font-size: 17px; line-height: 22px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #df631d; background-color: transparent; border: solid 1px #D46729; }
.btn-default:hover, .btn-default:active { color: #fff; background-color: #D46729; border-color: #D46729; }
.btn-primary, .btn-primary:focus { color: #243571; background-color: transparent; border: solid 1px #24356F; }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: #24356F; border-color: #24356F; }
.btn-default.btn-white:hover, .btn-default.btn-white:active { background-color: #D46729; border-color: #D46729; color: #fff; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 15px; }
.btn-white-bg, .btn-white-bg:focus { color: #243571; background-color: #fff; border: solid 1px #fff; box-shadow: 6px 6px rgb(0 0 0/5%) !important; }
.btn-white-bg:hover, .btn-white-bg:active { color: #fff; background-color: #243571; border-color: #243571; }
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: #f9f9f9; }
.content-container { padding: 80px 0; }
.heading { margin-bottom: 44px; }
.heading h6 { color: #df631d; font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.heading h3 { font-size: 40px; font-weight: 600; margin-bottom: 0; }
.heading h4 { font-size: 32px; font-weight: 600; margin-bottom: 0; }
.heading p { margin-bottom: 0; margin-top: 15px; }
.bannerTxtDiv { width: auto; height: auto; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 20px 30px; position: relative; max-width: 90%; margin: auto; text-align: center; }
.bannerTxtDiv h2 { margin-bottom: 0px; }
.bannerTxtDiv::before, .bannerTxtDiv::after { content: ""; position: absolute; width: 50px; height: 50px; border: 5px solid transparent; border-top: 5px solid #D46729; border-left: 5px solid #D46729; left: -8px; top: -8px; }
.bannerTxtDiv::after { left: auto; top: auto; right: -8px; bottom: -8px; transform: rotate(-180deg); }
.address-box { border: 1px solid #eee; padding: 15px; margin-bottom: 30px; border-bottom: 3px solid #244278; background: #f7fdff; height: calc(100% - 30px); display: flex; flex-flow: column; }
.conatct-connect address img, .conatct-connect a img { width: 26px; position: absolute; left: 0px; }
.conatct-connect { list-style-type: none; padding: 0px; margin-bottom: 20px; min-height: 220px; background: #fff; padding-left: 15px; }
.conatct-connect address, .conatct-connect a, .conatct-connect a:focus { display: inline-block; position: relative; padding-left: 40px; margin-bottom: 10px; margin-top: 10px; color: #666666; }
.address-box iframe {
    margin-top: auto;
}
/* =================core css ends here================= */

/* ================= Header Start ================= */
.navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: none !important; }

/* .header-home.dark-header .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 43px; font-weight: 400; color: #000 !important; padding: 0; margin: 0; } */
#header { color: #fff; 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: 180px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 7px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 43px; font-weight: 400; color: #000; 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: #df631d; }
.dropdown-toggle::after { display: none; }

/* .dark-header .btn-default.btn-white, .btn-default.btn-white:focus {
    color: #000;
    border-color: #000;
} */

/*.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: #fff; color: #fff; min-width: 240px; 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; padding: 7px; }
    .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: #000; padding: 8px; line-height: 16px; margin: 1px 0; font-weight: 400; font-size: 15px; }
    .dropdown-item:focus, .dropdown-item:hover { color: #fff; background: #df631d; padding-left: 12px; }
}
.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); }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #df631d !important; }
@media (min-width:1199.98px) {
    body.fixed header .navbar-expand-xl .navbar-nav .nav-link { color: #000 !important; }
    body.fixed header .btn-default, body.fixed header .btn-default:focus { color: #df631d; border-color: #df631d; }
    body.fixed header .btn-default.btn-white:hover, body.fixed header .btn-default.btn-white:active { color: #fff; }
    .header-transparent #header { background: transparent !important; }
    .header-transparent.fixed #header { background: #fff !important; }
    .header-transparent .navbar-expand-xl .navbar-nav .nav-link { color: #fff !important; }
    .header-transparent .btn-default.btn-white, .header-transparent .btn-default.btn-white:focus { color: #fff; border-color: #fff; }
    .header-transparent.fixed .btn-default.btn-white, .header-transparent.fixed .btn-default.btn-white:focus { color: #df631d; border-color: #df631d; }
}

/* ================= Header End ================= */

/* ================= Content Start ================= */
.hero-container { padding-bottom: 100px; overflow: hidden; }
.hero-content { padding-top: 130px; height: 100%; display: flex; flex-flow: column; justify-content: end; max-width: 600px; padding-bottom: 60px; min-height: 550px; }
.hero-img { width: calc(100% + 1000px); margin-left: -320px; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-content h1 { font-weight: 600; }
.hero-content h6 { color: #df631d; font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.about-img img { width: 100%; }

/* ================= Content End ================= */
.service-list { width: calc(100% + 20px); margin-left: -10px; }
.service-item { width: 50%; padding: 0 10px; margin-bottom: 20px; }
.service-box { background: transparent; padding: 20px; position: relative; border-radius: 16px; color: #fff; height: 100%; display: block; border: 1px solid #24356f; box-shadow: 10px 8px 0px 4px rgba(0, 0, 0, 0.1); transition: all .3s ease-in-out; }
.service-icon { width: 75px; height: 75px; padding: 10px; margin-bottom: 20px; background-color: #24356f; border-radius: 10px; }
.service-icon img { filter: brightness(0) invert(1); }
.service-box h4 { font-size: 27px; font-weight: 600; max-width: 210px; line-height: 33px; }
.service-icon span { position: absolute; width: 12px; height: 12px; border-radius: 6px; background-color: #24356f; opacity: .4; animation-play-state: paused; }
.service-box:hover .service-icon span { animation: crescendo 1.5s alternate infinite ease-in; animation-play-state: play; }
.service-box:hover { background-color: #24356f; border-color: #24356f; box-shadow: 3px 3px 0px 4px rgba(0, 0, 0, 0.1); }
.service-box:hover .service-icon { background-color: #fff; }
.service-box:hover h4 { color: #fff; }
.service-box:hover span { background-color: #fff; }
.service-box:hover .service-icon img { filter: none; }
@keyframes crescendo {
    0% { transform: scale(.8); opacity: .3; }
    100% { transform: scale(1.5); opacity: .7; }
}
@media (min-width:991.98px) {
    .service-item:nth-child(even) { transform: translateY(120px); }
}
.service-icon span:nth-child(2) { bottom: 10px; right: 30px; width: 8px; height: 8px; }
.service-icon span:nth-child(3) { bottom: 60PX; bottom: 30px; width: 5px; height: 5px; }
.service-icon span:nth-child(4) { left: 72%; top: 50%; }
.service-icon span:nth-child(5) { top: 40px; right: 20%; width: 9px; height: 9px; }

/*------------------------------------------*/
.expert-list { width: calc(100% + 30px); margin-left: -15px; margin-bottom: -30px; }
.expert-item { width: 33.33%; padding: 0 15px; margin-bottom: 30px; }
.expert-box { background: #fff; border-radius: 20px; position: relative; box-shadow: 10px 10px rgba(0, 0, 0, 5%); height: 100%; display: flex; flex-flow: column; min-height: 380px; justify-content: center; overflow: hidden; color: inherit !important; }
.expert-box .expert-fron { text-align: center; padding: 60px 30px; border-radius: 20px; transition: all .3s ease-in-out; }
.expert-box .expert-fron .expert-icon { width: 100px; margin: 0 auto 30px; }
.expert-box .expert-fron h5 { font-size: 27px; font-weight: 600; margin-bottom: 24px; }
.expert-arrow { transition: all .3s ease-in-out; width: 50px; height: 50px; background-color: #f3f3f3; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #24356F; margin: 0 auto; }
.expert-box:hover { box-shadow: 4px 4px rgba(0, 0, 0, 5%); }
.expert-back { position: absolute; width: 100%; height: 100%; top: 100%; transition: all .3s ease-in-out; left: 0; padding: 24px 20px; background-color: #fff; display: flex; flex-flow: column; justify-content: center; text-align: center; border-radius: 20px; }
.expert-back .expert-icon { width: 70px; height: 70px; margin: 0 auto 20px; }
.expert-back h5 { font-size: 24px; margin-bottom: 14px; font-weight: 600; }
.expert-back .expert-arrow { background-color: #D46729; color: #fff; }
.expert-box:hover .expert-back { top: 0; }
.expert-box:hover .expert-fron { transform: translateY(-100%); }
.expert-box p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.expert-box h5 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ================= Footer Start ================= */
#footer { background: #f7f7f7; padding-top: 80px; color: #292929; font-size: 14px; position: relative; z-index: 1; overflow: hidden; }
.footer-upper { margin-bottom: 40px; display: flex; align-items: center; }
.footer-upper-left { width: 40%; padding-right: 15px; display: flex; align-items: center; }
.footer-upper-right { width: 60%; }
.footer-logo { width: 180px; min-width: 180px; margin-right: 22px; }
.footer-upper-left h4 { margin-bottom: 0; font-size: 33px; }
.social-links { justify-content: end; }
.social-links li { margin: 7px; }
.social-link { width: 50px; height: 50px; background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); border-radius: 50%; font-size: 23px; text-align: center; line-height: 52px; transition: all .3s ease-in; }
.social-link:hover { box-shadow: 0 0 0px rgba(0, 0, 0, 0.05); background-color: #24356f; color: #fff; }
.footer-lower-left { width: 60%; }
.footer-lower-right { padding-top: 6px; width: 40%; padding-left: 15px; font-size: 14px; align-items: self-start; display: block !important; }
.footer-nav-box { width: 33.33%; padding-right: 15px; margin-bottom: 30px; }
.footer-nav-box h4 { font-size: 18px; margin-bottom: 15px; }
.footer-nav-links { color: #393939; padding-right: 20px; }
.footer-nav-links li + li { margin-top: 3px; }
.footer-lower-right h4 { font-size: 18px; line-height: 1.3; margin-bottom: 30px; }
.search-box { position: relative; }
.footer-lower-right .search-box { width: 100%; margin-bottom: 20px; display: block; }
.search-box .form-control { font-size: 15px; line-height: 20px; color: #868888; border: 1px solid #e7e7e7 !important; padding: 14px 24px; padding-right: 176px; border-radius: 25px; box-shadow: none !important; }
.search-box .btn-primary { position: absolute; right: 0; top: 0; color: #fff; background: #24356F; border-radius: 25px; min-width: 167px; height: 50px; }
.search-box .search-btn:hover { background-color: #1752aa; color: #fff; }
p.copyright { font-size: 16px; font-weight: 400; line-height: 20px; }
.footer-lower-right p { line-height: 1.6; margin-bottom: 0; }
.footer-socket { padding: 30px 0; text-align: center; border-top: 1px solid #d9d9d9; margin-top: 30px; background-color: #ececec; }

/* ================= Footer End ================= */

/* ===================About Us Start=================== */

/* ===================Banner Section Start============= */
.l { border: 1px solid red; }
.list-content-container ul:not([class]) > li:before { display: none; }
.litle_box p { color: #333; text-align: center; }
.service-box:hover.litle_box p { color: white; }
.list-content-container ul li { background-image: url(../images/tick-mark.svg); background-repeat: no-repeat; list-style: none; background-position: 0px 4px; background-size: 17px 21px; padding-left: 27px; line-height: 25px; width: 100%; max-width: 100%; display: inline-block; vertical-align: top; font-size: 16px; padding-top: 3px; }
.about_banner_section { position: relative; margin-top: 100px; }
.about_banner_section img { width: 100%; object-fit: cover; height: 50vh; }
.about_us_heading {     position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    transform: translate(-50%, -50%); }

/* .about_us_heading .heading:hover{
    border-radius: 10px 50px 10px 50px;
} */
.about_us_heading .heading h2, .about_us_heading .heading p { color: white; }

/* ===================Banner Section End=============== */

/* =========================================== */
.organisation_overview ul { padding-top: 20px; }
.organisation_overview ul li { padding: 0px !important; }
.organisation_overview ul:not([class]) > li:before { content: ''; display: none !important; }
.organisation_overview img { width: 100%; max-height: 600px; object-fit: cover; border-radius: 10px 30px 10px 30px; }
.our_mission img { width: 100%; max-height: 600px; object-fit: cover; border-radius: 30px 10px 30px 10px; }
.our_philosphy img { width: 100%; max-height: 600px; object-fit: cover; border-radius: 10px 30px 10px 30px; }

/* =========================================== */

/* ===================About Us End===================== */

/* ===================Service Page Start===================== */
.service_banner_section { position: relative; }
.service_banner_section img { width: 100%; object-fit: cover; height: 40vh; }
.service_heading { position: absolute; top: 10%; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.service_heading .heading h2 { color: #fff; }
.services .main_card { border-radius: 16px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; height: 100%; position: relative; overflow: hidden; border-top: 6px solid #24356f; border-bottom: 6px solid #24356f; border-left: 1px solid #24356f; border-right: 1px solid #24356f; }
.services .inner_card { padding: 30px 20px; min-height: 528px; height: auto; }
.services .inner_card.litle_card { min-height: 300px; }
.inner_card ul:not([class]) > li:before { content: ''; position: absolute; display: none; }
.services .inner_card h3 { font-size: 22px !important; }
.inner_card ul li { padding-left: 0px !important; padding: 7px 0px; font-size: 14px; border-bottom: 1px solid rgba(221, 220, 220, 0.404); }
.services .card-box { background: transparent; position: relative; border-radius: 16px; height: 100%; display: block; box-shadow: 10px 8px 0px 4px rgba(0, 0, 0, 0.1); transition: all .3s ease-in-out; }
.services .card-box:hover { background-color: #24356f; box-shadow: 3px 3px 0px 4px rgba(0, 0, 0, 0.1); }
.services .card-box:hover .inner_card h3 { color: white; }
.services a:hover { outline: none; color: #fff; text-decoration: none; }

/* ===================Service Page End===================== */

/* ===================Data Science start===================== */
.service_banner_section { position: relative; }
.service_banner_section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0a0a0a6b; z-index: 0 !important; }
.service_banner_section img { width: 100%; object-fit: cover; height: 60vh; }
.service_heading { position: absolute; top: 10%; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.service_heading .heading h2 { color: #fff; z-index: 99 !important; }
.data_science .inner_card1 h3, .data_science .inner_card h3 { font-size: 22px !important; }
.data_science .inner_card1 p, .data_science .inner_card p { font-size: 16px; }
.data_science .main_card { border-radius: 16px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; position: relative; overflow: hidden; border-top: 6px solid #24356f; border-bottom: 6px solid #24356f; border-left: 1px solid #24356f; border-right: 1px solid #24356f; height: 100%; }
.applyBtnModal { background-color: #24356f !important; border-color: #24356f !important; }
.data_science .card-box { background: transparent; position: relative; border-radius: 16px; height: 100%; display: block; box-shadow: 10px 8px 0px 4px rgba(0, 0, 0, 0.1); transition: all .3s ease-in-out; }
.data_science .inner_card { padding: 30px 20px; height: 100%; }
.data_science.data_mastery .inner_card { padding: 30px 20px; height: 100%; }
.data_science .inner_card1 { padding: 30px 20px; height: 100%; }
.data_science .card-box:hover { background-color: #24356f; box-shadow: 3px 3px 0px 4px rgba(0, 0, 0, 0.1); color: #fff; }
.data_science .card-box:hover .inner_card h3, .data_science .card-box:hover .inner_card1 h3 { color: white; }
.data_science a:hover { outline: none; color: #fff; text-decoration: none; }
.data_science .img-card img { max-width: 130px; padding-bottom: 40px; }
.modal { z-index: 99999 !important; }
.modal-fullform .form-control {
    height: 46px;
    border-radius: 0;
    font-weight: 400;
    color: #444;
}

.modal-fullform .form-group:last-child {
    margin-top: 30px;
}
/* ===================Data Science End===================== */

/* ===================IOT start===================== */
.iot_img { border-radius: 10px 30px 10px 30px; }

/* ===================IOT start===================== */
.data_science.iot .inner_card { height: 100%; }
.contactform-section { border-bottom: 5px solid #f9f9f9; }
.contactform-section form { display: block; padding: 0px 15px 30px 15px; }
.contactform-section form input, .contactform-section form select { height: 50px; border-radius: 3px; border-color: #ccc; box-shadow: none; color: #666; }
.contactform-section form input:focus, .contactform-section form select:focus, .contactform-section form textarea:focus { box-shadow: none; border-color: #ccc; background: rgba(238, 238, 238, 0.4); }
.contactform-section form textarea { border-radius: 2px; border-color: #ddd; box-shadow: none; color: #999; }
.btn-commons { background: #244278; color: #fff; padding: 10px 35px; font-size: 17px; }
.form-group { margin-bottom: 1rem; }
.form-group .error { font-size: 14px; }
.contactform-section form input, .contactform-section form select { height: 50px; border-radius: 3px; border-color: #ccc; box-shadow: none; color: #666; }
.custom-select { display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; vertical-align: middle; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/* ======================ERP Start===================== */
.erp ul li { background-image: url(../images/tick-mark.svg); background-repeat: no-repeat; list-style: none; background-position: 0px 4px; background-size: 17px 21px; padding-left: 27px; line-height: 25px; width: 100%; max-width: 100%; display: inline-block; vertical-align: top; font-size: 16px; padding-top: 3px; }
.erp ul:not([class]) > li:before { content: ''; display: none; }
.erp_img img { max-width: 500px; width: 100%; }
.data_science.erp .inner_card { padding: 30px 20px; height: 100%; }
.footer_banner { width: 100%; background: #24356F; padding: 30px 0px; }
.footer_banner_heading h4 { text-align: center; color: #fff; font-size: 30px !important; margin: 0; }

/* ======================ERP End ====================== */

/* ================================Cyber_Security======================= */
.cyber_security ul li { background-image: url(../images/tick-mark.svg); background-repeat: no-repeat; list-style: none; background-position: 0px 4px; background-size: 17px 21px; padding-left: 27px; line-height: 25px; width: 100%; max-width: 100%; display: inline-block; vertical-align: top; font-size: 16px; padding-top: 3px; }
.cyber_security ul:not([class]) > li:before { content: ''; display: none; }
.data_science.cyber .inner_card { height: 100%; }
.data_science.cyber .inner_card.inner_card1 { height: 100%; }

/* ===============================Cyber_Security======================= */

/* ======================== start ======================= */
.bottom-outer { position: relative; background: #D46729; padding: 40px 0; background: #D46729; background: -moz-linear-gradient(left, #f9ae17 0%, #f2692e 100%); background: -webkit-linear-gradient(left, #D46729 0%, #ff5c00 100%); background: linear-gradient(to right, #D46729 0%, #f76a1a 100%); position: relative; z-index: 9 }
.bottom-box { border: 0; padding: 0; position: relative; margin: 0; position: relative; width: 100%; display: inline-block; vertical-align: top; z-index: 999; color: #fff; padding-right: 250px }
.bottom-box .bottom-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%) }
.bottom-box h4 { margin: 0; color: #fff; }
.bottom-box p { font-size: 20px; line-height: 27px; margin-bottom: 0; margin-top: 10px; }
.bottom-box_inn { max-width: 800px; }

/* ======================== end ======================= */

/* ======================== start ======================= */
.faq_area .accordion-button { font-style: normal; font-weight: 600; font-size: 24px; line-height: 36px; color: #24356E !important; padding: 20px 0; padding-right: 40px; background-color: transparent !important; box-shadow: none !important; position: relative; border-radius: 0 !important; }
.faq_area .accordion-item { background-color: transparent; border: none !important; }
.faq_area .accordion-body { padding: 0; padding-bottom: 30px; font-size: 20px; line-height: 30px; text-align: justify; color: #000411; font-weight: 400; }
.faq_area .accordion-item + .accordion-item { border-top: 1px solid #DFDFDF !important; }
.faq_area .accordion-button::after { content: '\f067'; position: absolute; font-family: 'Font Awesome 5 Free'; right: 0; width: 30px; height: 30px; background-position: center; background-image: none !important; top: 23px; font-weight: 900; font-size: 14px; border: 1px solid #24356E; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.faq_area .accordion-button:not(.collapsed)::after { content: '\f068'; }

/* ======================== end ======================= */
.bullet_list { margin-top: 16px; }
.bullet_list li + li { margin-top: 12px; }
.bullet_list li { padding-left: 25px; position: relative; background-image: url(../images/tick-mark.svg); background-size: 15px; background-repeat: no-repeat; background-position-y: 5px; }
.img-block img { width: 100%; }
.has-sticky { position: sticky; top: 120px; }

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    #header { background: #fff; }
    .navbar { width: 100%; height: 80px; }
    .about_banner_section { margin-top: 0px; }
    .navbar-toggler { width: 54px; height: 40px; height: 60px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 6px; 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: #df631d; position: absolute; left: 0; transition: all .2s ease-out; }
    .navbar-toggler.collapsed .navbar-toggler-icon { background: #df631d !important; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #df631d; }
    .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; padding-bottom: 20px; }
    .navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px #df631d; }
    .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 22px; padding: 15px 0; position: relative; color: #333; }
    .navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 53px; top: 0; height: 44px; color: #df631d; width: 100%; text-align: end; padding-right: 8px; }
    .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
    .dropdown-item { padding: 7px 20px 7px 20px; }
    .dropdown-item:focus, .dropdown-item:hover { color: #df631d; background: transparent; }
    .content-container { padding: 50px 0; }
    .navbar-inside .navbar-nav { padding-bottom: 20px; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media screen and (min-width:990px) and (max-width:1080px) {
    .data_science .inner_card { padding: 30px 20px; height: 100%; }
    .data_science .inner_card1 { padding: 30px 20px; height: 100%; }
    .data_science.data_mastery .inner_card { padding: 30px 20px; height: 100%; }
}
@media (max-width:991.98px) {
    body { font-size: 16px; }
    .about_banner_section img { position: relative; object-fit: cover; height: 50vh; }
    h1 { font-size: 44px; }
    h2 { font-size: 33px; }
    h3 { font-size: 26px; }
    h4 { font-size: 26.6px; }
    h5 { font-size: 21.5px; }
    h6 { font-size: 17.6px; }
    .heading h3 { font-size: 26px; }
    .heading h4 { font-size: 23px; }
    .service-box h4 { font-size: 20px; font-weight: 600; max-width: 160px; line-height: 33px; }
    .expert-box .expert-fron h5 { font-size: 20px; font-weight: 600; margin-bottom: 24px; }
    .footer_banner_heading h4 { text-align: center; color: #fff; font-size: 20px !important; margin: 0; }
    .hero-container { padding-bottom: 40px; }
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    body { padding-top: 80px; }
    .navbar { height: 80px; }
    .navbar-collapse, .navbar-collapse.collapsing { top: 80px; height: calc(100vh - 80px) !important; right: calc(-100% + -3px); left: auto; }
    .navbar .collapse.show { right: 0; }
    .navbar-inside { height: calc(100vh - 80px); }
    .footer-lower-left { width: 100% !important; }
    .expert-item { width: 100% !important; }
    .footer-lower-right { padding-top: 6px; width: 100%; padding-left: 0px; font-size: 14px; align-items: self-start; display: block !important; }
    .footer-socket { padding: 18px; }
    p.copyright { font-size: 14px; font-weight: 400; line-height: 20px; padding: 0px 20px; }
    .hero-container { padding-bottom: 0; }
    .hero-content { padding-top: 50px; min-height: auto; }
    .btn + .btn { margin-left: 10px; }
    .btn { font-size: 14px; min-width: 140px; padding: 10px 20px; }
    .bottom-box { padding-right: 0; text-align: center; }
    .bottom-box .bottom-btn { position: relative; top: auto; transform: none; margin-top: 20px; display: block; }
    .bottom-box .bottom-btn .btn { display: block; }
    .bottom-box p { font-size: 16px; }
    .footer-nav-box { width: 50%; }
    .search-box .form-control { padding-right: 120px; }
    .search-box .btn-primary { min-width: 100px; }
    .service_banner_section img { width: 100%; object-fit: cover; height: 50vh; }
    .service_heading { top: 0; }
    .faq_area .accordion-button { font-size: 20px; padding: 14px 0; padding-right: 39px; line-height: 26px; }
    .faq_area .accordion-button::after { top: 12px; }
    .faq_area .accordion-body { font-size: 16px; padding-bottom: 22px; line-height: 24px; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media screen and (max-width:600px) {
    #timeline ul li .cont { width: 120px; line-height: 120% }
    .expert-item { width: 100% !important; }
    #timeline ul li:nth-child(even) .cont { left: -175px }
    #timeline ul li .cont p, #timeline ul li .cont time { font-size: 76% }
    #timeline ul li .cont time { width: 80px; left: calc(100%/2 - 40px) }
    .footer-lower-left { width: 100% !important; }
}
@media (max-width:586.98px) {
    .footer-logo { width: 150px; min-width: 150px; margin-right: 22px; }
    .social-link { width: 40px; height: 40px; background-color: #f5f5f5; border-radius: 50%; font-size: 22px; text-align: center; line-height: 44px; }
    .social-links li { margin: 7px; }
}
@media (max-width:491.98px) {
    .footer-logo { width: 130px; min-width: 130px; margin-right: 15px; }
    .social-link { width: 30px; height: 30px; background-color: #f5f5f5; border-radius: 50%; font-size: 18px; text-align: center; line-height: 36px; }
    .social-links li { margin: 5px; }
}
@media (max-width:399.98px) {
    .social-link { width: 26px; height: 26px; background-color: #f5f5f5; border-radius: 50%; font-size: 15px; text-align: center; line-height: 28px; }
}