/*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, 60px, 0); transform: translate3d(0, 60px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(-80px, 0px, 0); transform: translate3d(-80px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(-80px, 0px, 0); transform: translate3d(-80px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(80px, 0px, 0); transform: translate3d(80px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(80px, 0px, 0); transform: translate3d(80px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

/* =================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; width: 100%; 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 { padding-top: 100px; font-size: 16px; line-height: 24px; font-weight: 400; font-family: "Syne", 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: #fcc358; 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; }
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; }
strong { font-weight: 600; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { font-weight: 500; padding: 10px 15px; min-width: 140px; 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: #fcc358; border: solid 1px #fcc358; }
.btn-default:hover, .btn-default:active { color: #fcc358; background-color: transparent; border-color: #fcc358; }
.btn-primary, .btn-primary:focus { color: #011015; background-color: #FCC358; border: solid 1px #FCC358; border-radius: 0; }
.service-cta .btn-primary, .service-cta .btn-primary:focus { padding-left: 30px; clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%) }
.btn-primary:hover, .btn-primary:active { color: #011015; background-color: #ffcb69; border-color: #ffcb69; }
.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: #01101570; position: fixed; left: 0; border-bottom: 1px solid #ffffff52; 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: #011015; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }
.fixed #header .navbar-expand-xl .navbar-nav .nav-link { color: #FCC358; }
.navbar { padding: 0; width: 100%; height: 100px; }
.navbar-brand { width: 90px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 15px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 100px; font-weight: 500; color: #ffffff; 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: #fcc358; }
.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: #fcc358; color: #fff; min-width: 220px; 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: #011015; padding: 5px 15px; font-weight: 400; border-bottom: 1px solid #0000002b; }
	.dropdown-item:focus, .dropdown-item:hover { color: #fff; background: #011015; }
}
.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 ================= */
.hero-content-1 { min-height: calc(100vh - 80px); margin-top: -100px; }
.hero-slide-content h1 img {
    width: 34px;
    display: inline-table;
}
.countries-flag-list li img {
    display: inline-block;
    width: 45px;
}.countries-flag-list {
    display: ruby;
}

.countries-flag-list li + li {
    margin-left: 12px;
}
.hero-item { width: 100%; height: 100vh; display: flex !important; align-items: center; }
.hero-slide-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); }
.hero-slide-img { position: absolute; top: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; }
.hero-slide-content h1 { color: #ffffff; font-size: 36px; line-height: 49px; font-weight: 600;/* text-transform: uppercase; */ margin-bottom: 12px; }
.hero-banner-bottom-img {position: relative;width: 16.6666% !IMPORTANT;/* background: #ffffff9c; */padding: 6px 6px 10px 6px;color: #ffffff;}
.hero-banner-bottom-img.slick-current { background: #00008000; color: #fff; }
.hero-banner-bottom { position: absolute; bottom: 0px; width: 100%; }
.hero-banner-bottom-img-list { display: flex; padding-bottom: 0; width: calc(100% + 24px); justify-content: space-between; margin-left: -12px; }
.hero-banner-bottom-icon { padding: 6px; margin: 0 auto; position: relative; margin-bottom: 12px; }
.slick-current .hero-banner-bottom-icon { border-color: #000; }
.hero-banner-bottom-icon img {width: 100%;height: 100%;object-fit: contain;filter: brightness(0) invert(1);width: 60px;height: 60px;margin: 0 auto;}
.slick-current .hero-banner-bottom-icon img { filter: brightness(0) invert(1); }
.hero-banner-bottom-img h5 { font-size: 15px; text-align: center; margin-bottom: 0; position: relative; font-weight: 500; }
.hero-slide-content { transform: translateY(100px); opacity: 0; transition: .5s ease-in-out; transition-delay: .6s; background: #01101570; padding: 12px; border: 1px solid #ffffff70; margin: 0 auto; text-align: center; }
.slick-current .hero-slide-content { transform: translateY(0px); opacity: 1; }
.hero-banner-bottom-img-list .slick-track { width: 100% ! IMPORTANT; }
.hero-banner-bottom-icon::before { position: absolute; content: ''; width: 0px; height: 2px; background: #fff; bottom: 0; left: 50%; transform: translateX(-50%); transition: all .3s ease-in; }
.hero-banner-bottom-img::before { width: 100%; height: 36px; bottom: 0; left: 0; }
.hero-banner-bottom::before { position: absolute; content: ''; width: 100%; height: 40px; background: #011015; bottom: 0; }
.hero-banner-bottom-icon:hover:before { width: 100%; }
.slick-current .hero-banner-bottom-icon::before { width: 100%; }

/* ================= Inner-banner start ================= */
.banner_container { display: flex; flex-flow: column; margin-top: -100px; justify-content: center; min-height: 320px; padding: 40px 0 40px; position: relative; color: #fff; z-index: 9; text-align: center; z-index: -1; }
.banner_container h1, .banner_container h2 { font-size: 37px; margin-bottom: 6px; color: #fff; margin-top: 90px; }
.banner_container p { margin-top: 12px; }
.banner_bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; overflow: hidden; }
.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, .6); }
.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+.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; }

/* ================= Inner-banner End ================= */

/* ================= about Start ================= */
.about-head h5 { font-size: 18px; margin-bottom: 10px; color: #fcc358; font-weight: 500;    /* font-family: "Roboto"; */ }
.about-head h3 { font-size: 33px; margin-bottom: 10px; color: #011015; }
.about-head p { margin: 0; }
.about-cta { margin-top: 20px; }
.about-img { position: sticky; top: 120px; }
.about-img::before { position: absolute; width: 200px; height: 200px; background: #fcc358; top: 0; right: 0; content: ''; clip-path: polygon(0 0, 100% 100%, 100% 0); }
.about-img img { padding: 20px; width: 100%; height: 100%; object-fit: cover; }
.about-head h3 span { color: #FCC358; }
.about-img::after { position: absolute; content: ''; width: 200px; height: 100px; left: 0; background: #011015; bottom: 0; z-index: -9; }
.mv-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-top: 20px; }
.mv-item { width: 100%; padding: 0px 12px; }
.mv-item + .mv-item { margin-top: 12px; }
.mv-box { padding: 12px 12px 12px 60px; position: relative; border: 1px solid #e0e0e0; box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15); border-radius: 4px; }
.mv-icon { position: absolute; left: 12px; width: 40px; top: 12px; }
.mv-box h5 { font-size: 16px; margin-bottom: 3px; }

/* ================= about Start ================= */
.heading h5 { font-size: 18px; margin-bottom: 5px; color: #FCC358; font-weight: 500; }
.heading h3 { font-size: 33px; margin-bottom: 0; color: #011015; }
.hero-slide-content h1 span { color: #ffcb69; }
.heading { max-width: 760px; margin: 0 auto; margin-bottom: 30px; }
.service-list { width: calc(100% + 24px); margin-left: -12px; margin-bottom: -10px; }
.service-item { width: 33.33%; padding: 0px 12px; }
.service-box { margin-bottom: -46px; }
.service-img { position: relative; padding-bottom: 70%; }
.service-img img { position: absolute; content: ''; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; clip-path: polygon(0 0, 100% 0%, 100% 79%, 0% 100%); }
.service-content { position: relative; top: -70px; transition: all .3s ease-in; max-width: 320px; margin: 0 auto; box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07); padding: 48px 0px 0px 16px; background: white; }
.service-icon img { filter: brightness(0); }
.service-box:hover .service-icon img { filter: none; }
.service-icon { position: absolute; width: 80px; height: 80px; top: -40px; display: flex; align-items: center; justify-content: center; background: white; right: 25px; border: 6px solid #011015; border-radius: 50%; padding: 10px; }
.service-content h5 { margin-bottom: 6px; font-size: 18px; font-weight: 600; }
.service-content p { margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.service-cta { margin-top: 16px; text-align: end; }
.service-box:hover .service-content { background: #011015; color: #fff; }
.service-box:hover .service-content h5 { color: #fff; }
.service-box:hover .service-icon { border-color: #fcc358; }
.bg-img { position: absolute; top: 0; left: 0; width: 50%; height: 100%; z-index: -9; }
.bg-img img { width: 100%; height: 100%; object-fit: cover; }
.choose-list li + li { margin-top: 50px; }
.choose-list li { position: relative; padding-left: 10px; max-width: 480px; color: #fff; }
.heading-white h3 { color: #fff; }
.choose-icon { position: absolute; top: 0; left: -85px; width: 80px; height: 80px; z-index: 999; background: #e4e4e4; border-radius: 50%; display: flex; border: 8px solid white; align-items: center; justify-content: center; padding: 12px; box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15); }
.choose-list li h6 { margin-bottom: 8px; font-size: 20px; font-weight: 500; color: #fff; }
.less-pad { padding: 40px 0px !important; }
.less-pad::before { position: absolute; content: ''; width: 100%; height: 100%; background: #011015; top: 0; left: 0; z-index: -9; }
.counter-list { display: flex; width: calc(100% + 24px); margin-left: -12px; flex-wrap: wrap; }
.counter-stats i { font-size: 30px; color: #011015; margin-bottom: 12px; }
.counter-stats h1 { font-size: 34px; margin-bottom: 12px; color: #011015; }
.counter-item { width: 25%; padding: 12px; }
.counter-icon { width: 80px; height: 80px; background: #011015; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 18px; margin: 0 auto; margin-bottom: 14px; }
.counter-icon img { filter: brightness(0) invert(1); }
.counter-stats { text-align: center; }
.counter-stats p { font-size: 20px; font-weight: 600; }
.counter-bg-img { width: 100%; background-image: url('../images/map.png'); background-position: center; background-size: contain; height: 100%; background-repeat: no-repeat; padding: 50px 0px 0px 0px; min-height: 350px; }
.shap-bg { width: 100%; background-image: url('../images/shape-bg.jpg'); background-position: center; background-size: cover; min-height: 520px; background-repeat: no-repeat; display: flex; align-items: center; }

/* ================= Content Start ================= */
.bg-vdo { position: absolute; top: 0; width: 100%; height: 100%; z-index: -9; filter: brightness(0.6); }
.bg-vdo video { width: 100%; height: 100%; object-fit: cover; }
.dark-bg { z-index: 99; position: relative; background: #01101580; padding: 30px 40px; border: 1px solid #ffffff7d; }
.dark-bg { }
.form-group .form-control { border-radius: 0; height: 40px; margin-bottom: 20px; }

/* ================= content End ================= */

/* ================= content Start ================= */
.countries-list { width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.countries-item { width: 25%; padding: 0px 12px; margin-bottom: 24px; }
.countries-box { padding: 5px; background: #ffffff; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; border-radius: 5px; display: block; }
.countries-box h5 { margin-bottom: 0; font-size: 16px; text-align: center; padding: 8px 0px 3px 0px; }
.countries-flag { padding-bottom: 60%; position: relative; }
.countries-flag img { position: absolute; width: 100%; height: 100%; }
.content-container { padding: 80px 0; }

.global-reaches-list li + li { margin-top: 50px; }
.global-reaches-item { display: flex; flex-wrap: wrap; position: sticky; }
.global-reaches-content { width: 70%; padding-right: 30px; }
.global-reaches-flags { width: 30%; }
.global-reaches-content h4 { font-size: 20px; margin-bottom: 12px; }
.global-reaches-content p { margin-bottom: 0; font-size: 15px; text-align: justify;}
.global-reaches-content p + p { margin-top: 8px; }
.global-reaches-list li:nth-child(even) { flex-direction: row-reverse; }
.global-reaches-list li:nth-child(even) .global-reaches-content { padding-left: 30px; padding-right: 0; }
.global-reaches-content span { color: #FCC358; }
.global-reaches-flags {position: relative;height: 240px;display: block;}
.global-reaches-flags img {position: absolute;top: 0;left: 0;width: 100%;padding: 5px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;height: 100%;}
/* ================= content End ================= */


/*============================================*/
.testimonial-box { display: flex; flex-wrap: wrap; }
.testimonial-box-left { width: 50%; background: #ffffff; padding: 30px 50px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.testimonial-box-right { width: 50%; padding-right: 40px; }
.heading h2 { font-size: 44px; }
.testimonial-bottom { display: flex; align-items: center; }
.testimonial-img { width: 70px; height: 70px; }
.testimonial-img img { border-radius: 50%; border: 2px solid #06b439; width: 100%; height: 100%; }
.testimonial-box-right img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.client-name h3 { font-size: 16px; margin-bottom: 0; }
.client-name h3 span { display: block; }
.client-name { padding-left: 16px; color: #e9b451; }
.quote-icon { position: absolute; left: 0px; font-size: 80px; color: #0000001c; top: 0px; }
.testimonial-content p { color: #011015; margin-bottom: 10px; }
.testimonial-list .slick-prev, .testimonial-list .slick-next { width: 30px; height: 30px; background: #000; border-radius: 50%; font-size: 24px; top: 100%; }
.testimonial-list .slick-prev:before, .testimonial-list .slick-next:before { font-size: 20px; }
.testimonial-list .slick-prev { left: 82%; }

/*============================================*/

/*.service-btn-list { position: sticky; top: 110px; }*/
.service-btn-item a { width: 100%; padding: 14px 8px; background: #ffffff; margin-bottom: 10px; font-weight: 500; position: relative; font-size: 15px; padding-left: 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; outline: 1px solid rgb(254 196 85 / 54%); outline-offset: -5px; }
.service-btn-item a i { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.service-btn-item a::before { position: absolute; content: ''; left: 34px; width: 6px; height: 6px; border-radius: 50%; background: #e6e6e6; top: 23px; }
.service-btn-item a:hover { background: #011015; color: #fff; transition: all .3s ease-in; }
.bg-active { background: #011015 ! IMPORTANT; color: #fff !important; }
.service-inner-item { width: 33.33%; padding: 8px; }
.service-inner-list { width: calc(100% + 16px); display: flex; margin-left: -8px; flex-wrap: wrap; }
.service-inner-content h5 { font-size: 16px; margin-bottom: 10px; font-weight: 500; }
.contact-inner-box { margin-top: 12px; padding: 20px; background: #ffffff; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; outline: 1px solid rgb(254 196 85 / 54%); outline-offset: -8px; }
.contact-inner-box h5 { font-size: 18px; text-align: center; line-height: 26px; }
.contact-inner-info-item { display: flex; }
.contact-inner-info-item + .contact-inner-info-item { margin-top: 14px; }
.contact-info-icon { width: 40px; height: 40px; background: #011015; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #FCC358; }
.contact-info-ct { width: calc(100% - 40px); padding-left: 10px;     font-family: math; }

/*============================================*/

/*============================================*/
.contact-inner-list { width: calc(100% + 24px); display: flex; flex-wrap: wrap; margin-left: -12px; }
.contact-inner-item { width: 25%; padding: 12px; }
.contact-icon-box { padding: 15px; position: relative; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; display: flex; flex-flow: column; height: 100%; text-align: center; }
.contact-icon-box:hover::before { width: 100%; }
.contact-icon-box:hover:before { width: 100%; }
.contact-icon-box i { font-size: 30px; margin-bottom: 10px; color: #000000; }
.contact-icon-box h6 { margin-bottom: 7px; font-size: 20px; font-weight: 600; color: #011015; }
.contact-wrapper { display: flex; flex-wrap: wrap; margin-top: 50px; padding: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; background: white; }
.contact-left { width: 55%; padding: 40px 60px 0px 40px; }
.contact-right { width: 45%; height: 100%; }
.contact-left .form-group .form-control { background: whitesmoke; }
.contact-right iframe { min-height: 360px; width: 100%; height: 100%; }

/*============================================*/

/*============================================*/
.service-inner-img-left { width: 50%; padding: 0px 8px; }
.service-inner-img-right { width: 50%; padding: 0px 8px; }
.service-inner-img { display: flex; flex-wrap: wrap; width: calc(100% + 16px); margin-left: -8px; margin-bottom: 20px; }
.service-inner-image { padding-bottom: 90%; position: relative; display: block; }
.service-inner-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; }
.servcie-img-upper { padding-bottom: 43.2%; position: relative; }
.servcie-img-upper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.servcie-img-upper + .servcie-img-upper { margin-top: 16px; }
.service-inner-contnt h2 { font-size: 33px; margin-bottom: 12px; }
.service-inner-contnt p { margin-bottom: 0; }
.service-inner-contnt p + p { margin-top: 8px; }
.service-inner-contnt h3 { margin-top: 14px; margin-bottom: 10px; font-size: 27px; }
.service-inner-contnt h4 { margin-top: 14px; margin-bottom: 10px; font-size: 24px; }
.service-inner-contnt h5 { margin-top: 14px; margin-bottom: 10px; font-size: 20px; }
.service-inner-contnt h6 { margin-top: 14px; margin-bottom: 10px; font-size: 18px; }
.service-sidebar { position: sticky; top: 110px; }
.service-inner-contnt-list li { padding-left: 44px; position: relative; }
.service-inner-contnt-list li::before { position: absolute; content: ''; width: 6px; height: 6px; background: #011015; left: 30px; top: 7px; }
.service-inner-contnt-list li + li { margin-top: 7px; }
.service-inner-box-list { display: flex; flex-wrap: wrap; width: calc(100% + 16px); margin-left: -8px; }
.service-inner-box-item { padding: 0px 8px; width: 33.33%; }
.service-inner-box-img { height: 180px; }
.service-inner-box-img img { width: 100%; height: 100%; object-fit: cover; }
.service-inner-box-content h6 { margin-top: 7px; margin-bottom: 6px; }

/*============================================*/

/*============================================*/
.accordion-button { box-shadow: none !important; font-size: 18px; font-weight: 500; color: #011015 !important; background-color: #FCC358 !important; padding: 10px 24px; position: relative; padding-right: 48px; }
.accordion-button:not(.collapsed) { background: #FCC358; }
.accordion-body { background-color: #F9FFF1; font-size: 16px; line-height: 22px; padding: 14px 24px; padding-right: 10%; }
.accordion-button::after { width: 22px; position: absolute; right: 16px;/*    filter: brightness(0) invert(1);*/ top: 12px; }
.accordion-item { border: none !important; }
.accordion-item + .accordion-item { margin-top: 10px; }

/*============================================*/

/* ================= Footer Start ================= */
#footer { background: #011015ed; padding: 60px 0 0px 0px; }
.footer-heading h5 { font-size: 16px; color: #f4f4f4; font-weight: 500; }
.footer-logo a img { max-width: 120px; width: 100%; margin-bottom: 12px; }
.footer-logo p { color: #f4f4f4; line-height: 22px; }
.footer-nav-link li + li { margin-top: 10px; }
.footer-nav-link li { color: #f4f4f4; }
.footer-contact-link li { padding-left: 30px; position: relative; color: #f4f4f4; }
.footer-contact-link li span { position: absolute; left: 0; font-size: 18px; color: #f4f4f4; }
.footer-contact-link li + li { margin-top: 20px; font-family: math;}
.footer-bar-list { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.footer-bar-item p { color: #f4f4f4; }
.social-icon-list { display: flex; align-items: center; color: #fff; }
.social-icon-list li + li { margin-left: 20px; }
.footer-bar { padding: 10px 0px; border-top: 1px solid #7b7b7b91; margin-top: 40px; }
.footer-overlap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: cover; background-position: top; z-index: -1; height: 90%; }



.footer-contact-link li:nth-child(3) {
    font-family: math;
}
.footer-contact-link li:nth-child(4) {
    font-family: math;
}
/* ================= Footer End ================= */

/* ================= Footer End ================= */

/* ================= Content Start ================= */

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */

@media (max-width:1498.98px) {
	
}


@media (max-width:991.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: #fcc358; position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: #fcc358 !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #fcc358; }
	.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 #fcc358; }
	.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 8px 0; position: relative; color: #333; }
	.navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 40px; top: 0; height: 60px; color: #fcc358; 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: #fcc358; background: transparent; }
	.content-container { padding: 50px 0; }	
}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.service-item { width: 50%; }
	.bg-img { width: 100%; }
	.choose-list li { padding-left: 90px; }
	.choose-icon { left: 0; }
	.bg-img img { filter: brightness(0.4); }
}

/* =================================================  
 ! 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 - 70px); }
	.navbar-inside { height: calc(100vh - 70px); }
	.content-container { padding: 40px 0; }
	.hero-slide-content h1 { font-size: 33px; }
	.about-head h3 { font-size: 27px; margin-bottom: 8px; }
	.heading h3 { font-size: 27px; }
	.heading { margin-bottom: 20px; text-align: center; }
	.counter-item { width: 50%; }
	.counter-bg-img { padding-bottom: 40px; padding-top: 20px; }
	.testimonial-box-left { width: 100%; }
	.testimonial-box-right { width: 100%; }

	/*	.testimonial-box { flex-direction: column-reverse; }*/
	.hero-banner-bottom::before { height: 30px; }
	.hero-banner-bottom-img h5 { font-size: 12px; }
	.hero-banner-bottom-img { padding: 6px 6px 8px 6px; }
	.hero-banner-bottom-icon { padding: 4px; margin-bottom: 8px; }
	.hero-banner-bottom-icon img { width: 60px; height: 60px; }
	.hero-content-1 { margin-top: -70px; min-height: 70vh; }
	.hero-item { height: 70vh; }
	.navbar-brand { width: 50px; }
	.testimonial-box-left { padding: 24px; }
	.footer-heading { margin-bottom: 20px; }
	.footer-heading h5 { margin-bottom: 7px; }
	.dark-bg { padding: 24px; }
	#footer { padding: 30px 0px 0px 0px; }
	.service-icon { width: 70px; height: 70px; top: -35px; }
	.service-content { padding-top: 36px; }
	.choose-list li h6 { font-size: 18px; margin-bottom: 6px; }
	.choose-list li + li { margin-top: 40px; position: relative; }
	.choose-list li { padding-left: 0; flex-direction: column-reverse; padding-top: 70px; text-align: center; }
	.choose-icon { }
	.choose-icon { left: 50%; transform: translateX(-50%); width: 60px; height: 60px; padding: 6px; border: 4px solid #fff; }
	.choose-list li + li::before { position: absolute; content: ''; width: 100%; height: 1px; border: 1px dashed #fff; top: -20px; left: 0; }
	.footer-bar-list { text-align: center; flex-direction: column-reverse; }
	.footer-bar-item + .footer-bar-item { margin-bottom: 6px; }
	.service-sidebar { position: static; }
	.contact-inner-box { margin-bottom: 30px; }
	.service-inner-img-left { width: 100%; margin-bottom: 12px; }
	.service-inner-img-right { width: 100%; display: none; }
	.service-inner-contnt h2 { font-size: 27px; line-height: 33px; }
	.service-inner-contnt h3 { font-size: 22px; line-height: 33px; }
	.service-inner-contnt h4 { font-size: 20px; line-height: 27px; }
	.service-inner-contnt h5 { font-size: 18px; line-height: 24px; }
	.service-inner-contnt h6 { font-size: 16px; line-height: 20px; }
	.contact-inner-item { width: 50%; }
	.contact-left { width: 100%; }
	.contact-right { width: 100%; margin-top: 20px; }
	.contact-left { padding: 14px; }
	.banner_container h1, .banner_container h2 { font-size: 33px; }
	.footer-overlap {
		background-size: contain;
		height: auto;
	}
	.hero-banner-bottom-img-list {
    display: none;
}

.hero-banner-bottom::before {
    display: none;
}
.global-reaches-content {
    width: 100%;
    padding-right: 0;
}

.global-reaches-content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

.global-reaches-flags {
    width: 100%;
    margin-bottom: 12px;
    height: 200px;
}

.global-reaches-item {
    flex-direction: column-reverse;
}

.global-reaches-list li:nth-child(even) .global-reaches-content {
    padding-left: 0;
}

.global-reaches-list li:nth-child(even) {
    flex-direction: column-reverse;
}

.global-reaches-list li:nth-child(even) {
    margin-top: 30px;
}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.hero-slide-content h1 { font-size: 27px; line-height: 34px }
	.about-head h3 { font-size: 20px; margin-bottom: 8px; }
	.heading h3 { font-size: 20px; }
	.about-head h5 { font-size: 16px; margin-bottom: 8px; }
	.heading h5 { font-size: 16px; }
	.hero-banner-bottom-img h5 { font-size: 9px; }
	.hero-banner-bottom-icon img { width: 35px; height: 35px; }
	.hero-banner-bottom::before { height: 26px; }
	.hero-banner-bottom-icon::before { height: 1px; }
	.mv-item { width: 100%; }
	.mv-item + .mv-item { margin-top: 14px; }
	.about-img { margin-top: 20px; }
	.about-img::before { width: 100px; height: 100px; }
	.service-item { width: 100%; margin-bottom: 20px; }
	.service-content { top: 0; max-width: 100%; }
	.service-img img { clip-path: none; }
	.service-box { margin-bottom: 0; }
	.service-inner-contnt h2 { font-size: 24px; line-height: 33px; }
	.service-inner-contnt h3 { font-size: 20px; line-height: 33px; }
	.service-inner-contnt h4 { font-size: 20px; line-height: 27px; }
	.contact-inner-item { width: 100%; }
	.banner_container h1, .banner_container h2 { font-size: 27px; }
	.heading h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

.contact-icon-box p {
    margin: 0;
    font-family: math;
}
.contact-icon-box p + p {
    margin-top: 5px;
}