
/***************************
		 General
***************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
body { font-family: 'Poppins', sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; color: #aaaaaa; }
a, .btn { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #353535; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #0f1e51; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #0f1e51; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: normal; color: #353535; margin-top: 0px; margin-bottom: 0px; text-transform:uppercase;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 54px; font-style: normal; font-weight: 700; line-height: 54px; }
h2 { font-size: 40px; font-style: normal; font-weight: 700; line-height: 40px; }
h3 { font-size: 30px; font-style: normal; font-weight: 700; line-height: 34px; }
h4 { font-size: 24px; font-style: normal; font-weight: 400; line-height: 28px; }
h5 { font-size: 18px; font-style: normal; font-weight: 400; line-height: 24px; }
h6 { font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; }
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
label { font-size: 15px; font-weight: 400; color: #aaaaaa; }
.label { color: #fff !important; font-size: 9px !important; }
*::-moz-selection { background: #0f1e51; color: #fff; text-shadow: none; }
::-moz-selection { background: #0f1e51; color: #fff; text-shadow: none; }
::selection { background: #0f1e51; color: #fff; text-shadow: none; }

/***************************
	    typography
****************************/
mark { background: #0f1e51; color: #ffffff; }
ol { padding: 0px; margin: 0px; }
ol li { list-style: decimal inside; padding: 0px; margin: 0px; line-height: 30px; }
ol.alpha li { list-style: decimal-leading-zero inside; padding: 0px; margin: 0px; }
ol.roman li { list-style: lower-roman; padding: 0px; margin: 0px; }
ul { padding: 0px; margin: 0px; }
ul li { list-style: square inside; padding: 0px; margin: 0px; line-height: 30px; }
ul.disc li { list-style: disc inside; padding: 0px; margin: 0px; line-height: 30px; }
ul.list-style-1 li { list-style: none; }
blockquote { display: block; background: #fff; position: relative; font-size: 18px; border-left: 0px solid #f5f5f5; font-style: italic; padding-right: 0px; padding-left: 0px; line-height: 32px; }
blockquote:before { content: "\201C"; font-family: Georgia, serif; font-size: 100px; font-weight: bold; color: #aaaaaa; position: absolute; left: 0px; top: -20px; }
blockquote:after { content: ""; }
blockquote cite { font-size: 14px; margin-top: 15px; display: block; font-weight: 600; }

blockquote.default { background: #f6f7f8; padding: 30px; }
blockquote.default:before { left: 20px; top: 60px; }
blockquote.default { padding-left: 100px; }
blockquote.default cite { font-size: 16px; }

.list-style-none li { list-style: none; }
input[type=checkbox], input[type=radio] { margin: 4px 4px 0; line-height: 0px; }
select { width: 100%; background: #f6f7f8; border: 0px; padding: 15px 18px 15px 30px; border-radius: 30px; }
.select-hidden { display: none; visibility: hidden; padding-right: 10px; }
.select { cursor: pointer; display: inline-block; position: relative; font-size: 14px; color: #e3e3e3; width: 100%; height: 50px; }
.select-styled { text-align: left; font-size: 14px; color: #aaaaaa; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid transparent; background-color: #f6f7f8; padding: 13px 30px; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; border-radius: 30px;  }
.select-styled:after { content: ""; width: 0; height: 0; border: 7px solid transparent; border-color: #bfbfbf transparent transparent transparent; position: absolute; top: 23px; right: 20px; }
.select-styled:active:after, .select-styled.active:after { top: 15px; border-color: transparent transparent #bfbfbf transparent; }
.select-options { text-align: left; display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 99; margin: 0; padding: 0; list-style: none; background-color: #fff; border: 1px solid #e3e3e3;  }
.select-options li { list-style: none; font-size: 14px; padding-left: 15px; color: #323232; }
.selected-box.auto-hight .select-options { height: 300px; overflow: auto; }

/************************************
    Page section margin padding 
*************************************/
.page-section-ptb { padding: 100px 0; }
.page-section-pt { padding: 100px 0 0; }
.page-section-pb { padding: 0 0 100px; }
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.pt-0 { padding-top: 0px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }

/***************************
		text color
***************************/
.text-blue { color: #0f1e51; }
.text-white { color: #ffffff; }
.text-black { color: #353535; }
.text-gray { color: #aaaaaa; }
.white-bg { background: #ffffff; }
.gray-bg { background: #f6f7f8; }
.blue-bg { background: #0f1e51; }
.black-bg { background: #353535; }
.no-padding { padding: 0px !important; }
.no-gutter > [class*='col-'] { padding-right: 0px; padding-left: 0px; }
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.valign, .valign > [class*='col-'] { display: table-cell; float: none; }
[data-valign-overlay="top"] { vertical-align: top; }
[data-valign-overlay="bottom"] { vertical-align: bottom; }
[data-valign-overlay="middle"] { vertical-align: middle; }

/***************************
		 Loading
***************************/
#loading { background-color:rgb(247, 247, 247); height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center img{text-align:center; width:320px; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }
/***************************
      Section title  
***************************/
.section-title { margin-bottom: 60px; }
.section-title span { display: block; text-transform: uppercase; font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 700; margin-bottom: 10px; }

/***************************
	      button
***************************/
.button { background: #0f1e51; padding: 10px 30px; color: #ffffff; border: 2px solid #0f1e51; text-transform: uppercase; font-weight: 400; display: inline-block; border-radius: 30px; text-align: center; }
.button:hover { background: #353535; color: #ffffff; border-color: #353535; }
.button.black { background: #353535; color: #ffffff; border: 2px solid #353535; }
.button.black:hover, .button.black.active { background: #0f1e51; color: #ffffff; border-color: #0f1e51; }
.button.white { background: #fff; color: #0f1e51; border: 2px solid #0f1e51; }
.button.white:hover { background: #353535; color: #ffffff; border: 2px solid #353535; }
.button.border { background: transparent; border: 2px solid #e0e0e0; color: #aaaaaa; }
.button.border:hover { background: #0f1e51; color: #ffffff; border-color: #0f1e51; }
.button.border-bule { background: transparent; border: 2px solid #0f1e51; color: #0f1e51; }
.button.border-bule:hover { background: #0f1e51; color: #ffffff; }
.button.border-white { background: transparent; border: 2px solid #fff; color: #fff; }
.button.border-white:hover { background: #fff; color: #0f1e51; border-color: #fff; }
.button.border-black { background: transparent; border: 2px solid #353535; color: #353535; }
.button.border-black:hover { background: #353535; color: #ffffff; border-color: #353535; }
.button.icon i{ margin-right: 10px; }

/*button with icon*/
.button.arrow { background: transparent; border: none; color: #0f1e51; padding: 0; font-weight: 600; }
.button.arrow i { padding-left: 10px; font-size: 16px; }
.button.arrow:hover { color: #353535; }
.button.arrow.white { color: #ffffff; border: none; }
.button.arrow.white:hover { color: #aaaaaa; background: transparent; }

/*button Rev Slider*/
.button.rev-btn { padding: 12px 35px !important; text-transform: uppercase !important; font-weight: 400 !important; display: inline-block !important; border-radius: 30px !important; text-align: center !important; font-size: 14px !important; line-height: 24px !important; border: none !important;  }
.rev-btn.button.black:hover { background: #fff; color: #0f1e51; }

/***************************
         bg images
***************************/
.bg.fixed { background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed !important; }
.bg { background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; }

/***************************
        bg images
***************************/
.bg-overlay-black-10:before { background: rgba(0, 0, 0, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-20:before { background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-30:before { background: rgba(0, 0, 0, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-40:before { background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-50:before { background: rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-60:before { background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-70:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-80:before { background: rgba(0, 0, 0, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-90:before { background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-10:before { background: rgba(255, 255, 255, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-20:before { background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-30:before { background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-40:before { background: rgba(255, 255, 255, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-50:before { background: rgba(255, 255, 255, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-60:before { background: rgba(255, 255, 255, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-70:before { background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-80:before { background: rgba(255, 255, 255, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-90:before { background: rgba(255, 255, 255, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-blue-20:before { background: rgba(32, 70, 242, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-blue-50:before { background: rgba(32, 70, 242, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-blue-70:before { background: rgba(32, 70, 242, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-blue-90:before { background: rgba(32, 70, 242, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }

/***************************
		  Header 
***************************/

/*topbar*/
.topbar { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 0px; }
.topbar li, .topbar li a { color: #ffffff; }
.topbar-left li i { padding-right: 5px; }
.topbar-right .list-inline li:last-child, .topbar-right li:last-child i { padding-right: 0px; }
.topbar .topbar-right li a:hover { color: rgba(255, 255, 255, 0.65); }
.topbar-right li i { padding-right: 5px; }

/*mega-menu*/
.mega-menu .menu-logo { padding: 33px 0px 17px 0; }
.mega-menu .menu-logo img { height: 55px; }
.mega-menu .menu-links > li > a { line-height: 120px; text-transform: uppercase; font-size: 13px; font-weight: 400; font-family: 'Poppins', sans-serif; }
.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:last-child > a { padding-right: 0px; }
.mega-menu .menu-links > li .drop-down-multilevel a { font-size: 12px; font-weight: 600; }
.mega-menu .drop-down a, .mega-menu .drop-down-tab-bar a { font-size: 12px; font-weight: 600; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down a { color: #353535; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #0f1e51; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #353535; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #0f1e51; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #353535; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #0f1e51; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #353535; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #0f1e51; }
.mega-menu .row { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12 { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-list-items { background: #ffffff; padding: 0px; border: 1px solid #e0e0e0; }
.mega-menu.desktopTopFixed .menu-logo { padding: 16px 0px; }
.mega-menu .menu-links > li .drop-down-multilevel a:before { content: ''; display: inline-block; position: relative; top: -2px; margin-right: 10px; width: 5px; height: 5px; background-color: #0f1e51; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.mega-menu .menu-links > li .drop-down-multilevel li:hover .drop-down-multilevel li:hover a:before { background: #0f1e51; }
.mega-menu .menu-links > li .drop-down-multilevel li:hover a:before { background: #0f1e51; }
.mega-menu .menu-links > li a:hover { color: #0f1e51; }


/* side-menu */
.side-menu .mobile-nav-button { width: 22px !important; position: relative; margin: 52px 0 0 5px; right: 0; top: 0; z-index: 999; cursor: pointer; height: 17px; }
.side-menu .mobile-nav-button .mobile-nav-button-line { width: 100%; height: 2px; background: #0e0e0e; position: relative; transition: 1s ease; }
.side-menu .mobile-nav-button .mobile-nav-button-line:nth-of-type(2) { margin: 4px 0; }
.side-menu .mobile-nav-button .mobile-nav-button-line-2 { display: none; }
.side-content { overflow-y: scroll; display: block; max-width: 414px; width: 100%; right: -100%; height: 100vh; background: #ffffff; position: fixed; z-index: 99999; transition: 0.5s ease; top: 0; opacity: 0; box-shadow: 0px 0px 85px rgba(0, 0, 0, 0.2); }
.side-content-info { padding: 40px 40px 100px; }
.side-content-open { right: 0; opacity: 1; }
.mega-menu.desktopTopFixed .side-menu .mobile-nav-button { margin: 30px 0 0 5px; }

/*search*/
.mega-menu.desktopTopFixed .search-button { padding: 18px 0px 12px; }
.mega-menu.desktopTopFixed .search { position: fixed; top: 74px; }

/*content*/
.side-content-image { position: fixed; bottom: 0; background:#0f1e51; }
.mega-menu .menu-links  li.side-menu-main:hover { color: inherit; }
.side-content .side-logo img { height: 40px; display: block; }
.side-content .side-logo p { display: block; clear: both; }
.menu-toggle-hamburger.menu-close { display: block; text-align: right; }
.menu-toggle-hamburger.menu-close span { color: #353535; background: #f6f7f8; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; cursor: pointer; display: inline-block; text-align: center; font-size: 12px; font-weight: bold; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.menu-toggle-hamburger.menu-close span:hover { color: #ffffff; background: #0f1e51; }

/* scrollbar */
#scrollbar::-webkit-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-webkit-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-webkit-scrollbar-thumb { background-color: #0f1e51; }
#scrollbar::-moz-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-moz-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-moz-scrollbar-thumb { background-color: #0f1e51; }
#scrollbar::-o-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-o-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-o-scrollbar-thumb { background-color: #0f1e51; }
#scrollbar::-ms-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-ms-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-ms-scrollbar-thumb { background-color: #0f1e51; }

/***************************
		 default 
***************************/
#header.default { background: #ffffff; z-index: 999; padding: 0px; margin: 0px; position: relative; width: 100%; box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
#header.default .topbar { border-bottom: 0; background: #0f1e51; padding: 10px 0px; }
#header.default .mega-menu .menu-links > li > a { color: #353535; }
#header.default .mega-menu .menu-links > li > a:hover { color: #0f1e51; }
#header.default .mega-menu.desktopTopFixed .menu-links > li > a { color: #353535; }
#header.default .mega-menu .menu-links > li.active a { color: #0f1e51; }
#header.default .mega-menu .menu-links > li.active li a { color: #353535; }
#header.default .mega-menu .menu-links > li.active li:hover a { color: #0f1e51; }
#header.default .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a:before { background: #0f1e51; }
#header.default .mega-menu .menu-links > li .drop-down li:hover a { color: #0f1e51; }
#header.default .mega-menu .menu-links > li.active li.active a { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #0f1e51; }
.mega-menu .menu-links > li.active .drop-down-multilevel li .drop-down-multilevel li.active a:before { background: #0f1e51; }
#header.default .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.default .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.default .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a { color: #353535; }

/***************************
		topbar-dark 
***************************/
#header.topbar-dark .mega-menu { min-height: 189px; }
#header.topbar-dark { background: #ffffff; z-index: 999; padding: 0px; margin: 0px; position: relative; width: 100%; box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
#header.topbar-dark .topbar { border-bottom: 0; background: #353535; padding: 10px 0px; }
#header.topbar-dark .mega-menu .menu-links > li > a { color: #353535; }
#header.topbar-dark .mega-menu.desktopTopFixed .menu-links > li > a { color: #353535; }
#header.topbar-dark .mega-menu .menu-links > li.active a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links { float: left; }
#header.topbar-dark .mega-menu .menu-links > li > a { line-height: 70px; }
#header.topbar-dark .mega-menu .row { margin-right: -15px; margin-left: -15px; }
#header.topbar-dark .mega-menu .menu-links > li:first-child a { padding-left: 0px; }
#header.topbar-dark .mega-menu .menu-links > li:first-child .drop-down-multilevel a { padding-left: 20px; }
#header.topbar-dark .header-info { padding: 39px 0px; }
#header.topbar-dark .header-info ul li { float: left; margin-left: 30px; }
#header.topbar-dark .header-info .info-box .info-icon { display: table-cell; padding-right: 20px; }
#header.topbar-dark .header-info .info-box .info-icon span { font-size: 30px; color: #0f1e51; }
#header.topbar-dark .header-info .info-box .info-content { display: table-cell; vertical-align: top; }
#header.topbar-dark .header-info .info-box .info-content p { font-size: 13px; margin-bottom: 0px; line-height: 16px; }
#header.topbar-dark .mega-menu.desktopTopFixed .header-info { display: none; }
#header.topbar-dark .mega-menu.desktopTopFixed hr { display: none; }
#header.topbar-dark .mega-menu.desktopTopFixed .menu-logo { display: none; }
#header.topbar-dark .nav-add { padding: 0px; }
#header.topbar-dark .nav-add ul li { display: inline-block; padding-left: 0px; }
#header.topbar-dark .nav-add ul li a { color: #353535; }
#header.topbar-dark .search-button { padding: 16px 0 8px; }
#header.topbar-dark .side-menu .mobile-nav-button { margin: 27px 0 0 5px; height: 33px; }
.search.header.topbar-dark { top: 239px; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li a { color: #353535; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links > li .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links > li .drop-down li a { color: #353535; }
#header.topbar-dark .mega-menu .menu-links > li .drop-down li.active a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links > li .drop-down li:hover a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a { color: #353535; }
#header.topbar-dark .mega-menu .menu-links > li .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.topbar-dark .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a { color: #353535; }

/***************************
		transparent 
***************************/
#header.transparent { background: transparent; z-index: 999; padding: 0px; margin: 0px; position: absolute; width: 100%; }
#header.transparent .mega-menu .menu-links > li > a { color: #ffffff; }
#header.transparent .mega-menu.desktopTopFixed .menu-links > li > a { color: #353535; }
#header.transparent .mega-menu .menu-links > li a:hover { color: #00a2ff; }
#header.transparent .mega-menu .menu-links > li.active a { color: #00a2ff; }
#header.transparent .mega-menu.desktopTopFixed .menu-list-items { background: #353535; padding: 0px; border: 0px solid #e0e0e0; }
#header.transparent .mega-menu.desktopTopFixed .menu-links > li > a { color: #ffffff; }
#header.transparent .search-trigger::before { border-color: #ffffff; }
#header.transparent .search-trigger::after { background: #ffffff; }
#header.transparent .side-menu .mobile-nav-button .mobile-nav-button-line { background: #ffffff; }
#header.transparent .search-trigger span::before, #header.transparent .search-trigger span::after { background: #ffffff; }
.search.header.transparent { top: 120px; }
.search.header.transparent .container-fluid { padding: 0 56px; }
#header.transparent .mega-menu .menu-links > li.active .drop-down-multilevel li a { color: #353535; }
#header.transparent .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links > li .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links > li .drop-down li a { color: #353535; }
#header.transparent .mega-menu .menu-links > li .drop-down li.active a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links > li .drop-down li:hover a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a { color: #353535; }
#header.transparent .mega-menu .menu-links > li .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.transparent .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a { color: #353535; }
#header.transparent .container-fluid { padding: 0 60px; }

/***************************
          Fancy
***************************/
#header.fancy { background: transparent; position: relative; }
#header.fancy .topbar { background: #0f1e51; padding: 15px 0px 70px; border-bottom: 0px; }
#header.fancy .topbar .topbar-right li a:hover { color: rgba(255, 255, 255, 0.65); }
#header.fancy .menu { position: absolute; width: 100%; top: 60px; }
#header.fancy .mega-menu > section.menu-list-items { background: #ffffff; padding: 0px 25px; }
#header.fancy .mega-menu.desktopTopFixed > section.menu-list-items { border-bottom: 1px solid #f6f6f6; }
#header.fancy .mega-menu .menu-links > li > a { color: #323232; line-height: 100px; }
#header.fancy .mega-menu.desktopTopFixed .menu-links > li > a { color: #ffffff; }
#header.fancy .mega-menu .menu-links > li > a:hover { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li.active a { color: #0f1e51; }
#header.fancy .mega-menu.desktopTopFixed .menu-links > li > a { color: #323232; }
#header.fancy .mega-menu .menu-links > li.active a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li a { color: #323232; }
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li a:hover { color: #0f1e51; }
#header.fancy .search-top .search-btn { color: #323232; }
#header.fancy .search-top .search-btn:hover { color: #0f1e51; }
#header.fancy .mega-menu .menu-logo { padding: 30px 0px; }
#header.fancy .mega-menu.desktopTopFixed .menu-logo { padding: 18px 0px; }
#header.fancy .search-button { padding: 31px 0 25px; }
#header.fancy .side-menu .mobile-nav-button { margin: 42px 0 0 5px; }
.search.header.fancy { top: 160px; }

#header.fancy .mega-menu.desktopTopFixed .menu-links > li > a { line-height: 72px; }
#header.fancy .mega-menu.desktopTopFixed .search-button { padding: 16px 0 16px; }
#header.fancy .mega-menu.desktopTopFixed .side-menu .mobile-nav-button { margin: 29px 0 0 5px; }

#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li a { color: #353535; }
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li .drop-down li a { color: #353535; }
#header.fancy .mega-menu .menu-links > li .drop-down li.active a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li .drop-down li:hover a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a { color: #353535; }
#header.fancy .mega-menu .menu-links > li .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a { color: #0f1e51; }
#header.fancy .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a { color: #353535; }


/***************************
		 List Mark
***************************/

/*list-style*/
.list-style-1 li i { padding-right: 10px; }

/* List right */
ul.list-mark li { list-style-type: none; padding-left: 25px; position: relative; }
ul.list-mark li:after { content: "\f00c"; font-family: 'FontAwesome'; position: absolute; left: 0; top: 0; color: #0f1e51; }

/* List checkbox */
ul.list-style-right li { list-style-type: none; position: relative; font-weight: bold; color: #353535; font-size: 16px; }
ul.list-style-right li i { color: #0f1e51; padding-right: 15px; }

/*list-style-icon*/
ul.list-style-icon li span { color: #0f1e51; padding-right: 15px; }

/*************************
		 welcome
*************************/
.welcome-01 h3 { line-height: 36px; }
.welcome-01 .button { margin: 0 4px; }
.welcome-02 .welcome-02-top { margin-top: -170px; }
.welcome-02 .welcome-02-content { padding: 80px 50px; }

/***************************
		  Accordion
***************************/
.accordion .acd-group .acd-heading:before { font-family: fontawesome; }
.accordion .acd-group .acd-heading:before { cursor: pointer; position: absolute; top: 6px; right: 20px; display: block; padding: 3px 6px 2px; content: "\f105"; font-size: 22px; line-height: 38px; }
.accordion .acd-group > .acd-heading > span { margin-right: 15px; }
.accordion .acd-heading { position: relative; padding: 20px 30px; color: #353535; line-height: normal; cursor: pointer; background-color: #fff; margin-bottom: 20px; display: block; font-family: 'Poppins', sans-serif; text-transform: uppercase; border-radius: 90px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
.acd-des { padding: 0 40px 20px; }
.accordion .acd-group.acd-active .acd-heading { color: #fff; background: #0f1e51; }
.accordion .acd-group.acd-active .acd-heading:before { content: "\f107"; }
.accordion .acd-group.acd-active .acd-heading span { color: #fff; }

/* Accordion Simple */
.accordion.simple .acd-group .acd-heading { background: none; box-shadow: none; font-size: 18px; margin-bottom: 0; color:rgba(255, 255, 255, 0.5); text-transform: inherit; font-weight: 700; padding: 20px 30px 0; }
.accordion.simple .acd-group.acd-active .acd-heading { font-size: 30px; color: #fff; margin-bottom: 20px; }
.accordion.simple .acd-group .acd-heading::before { display: none; }
.accordion.simple .acd-group .acd-des { padding: 0 30px 20px; color: #fff; }

/* Accordion Simple black*/
.accordion.simple.black .acd-group .acd-heading {color: #353535; }
.accordion.simple.black .acd-group.acd-active .acd-heading { color: #0f1e51; }
.accordion.simple.black .acd-group .acd-des { color: #353535; }

/* Accordion Icon */
.accordion.icon .acd-group .acd-heading:before { display: none; }
.accordion.icon .acd-heading { background: none; border-radius: 0px; box-shadow: none; padding: 0px; }
.accordion.icon .acd-heading span { display: inline-block; color: #0f1e51; width: 50px; height: 50px; line-height: 50px; font-size: 18px; text-align: center; background-color: #fff; border-radius: 90px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
.accordion.icon .acd-group.acd-active .acd-heading { background: none; color: #0f1e51; margin-bottom: 0px; }
.accordion.icon .acd-group.acd-active .acd-heading span { color: #fff; background: #0f1e51; }
.accordion.icon .acd-des { padding: 0 0 20px 70px; }
.faq .accordion .acd-heading { margin-bottom: 20px; }
.faq .accordion .acd-des { padding: 0 40px 40px; }
.faq .accordion .acd-heading i { margin-right: 10px; }


/***************************
	       Footer
***************************/
.footer { background: #0f1e51; color: #fff;}
.footer h5, .footer h6 { color: #fff; }

/*footer topbar*/
.footer.footer-topbar img { height: 40px; }
.footer .footer-nav { margin-top: 8px; }
.footer .footer-nav ul li { display: inline-block; }
.footer .footer-nav ul li a { text-transform: uppercase; font-weight: normal; font-family: 'Poppins', sans-serif; color: #fff; margin: 0 5px; }
.footer .footer-nav ul li a:hover { color: rgba(255, 255, 255, 0.65); }
.footer.footer-topbar .top { margin-bottom: 60px; }
.footer.footer-topbar hr { margin-bottom: 60px; border-color: #4d6bf5; }
.footer.footer-topbar .social { float: right; }
.footer .social ul { background: #ffffff; display: inline-block; border-radius: 30px; padding: 0px 10px; }
.footer .social ul li { display: inline-block; }
.footer .social ul li a { display: block; padding: 0px; text-align: center; display: inline-block; text-align: center; }
.footer .social ul li a i { font-size: 14px; width: 45px; height: 45px; line-height: 45px; text-align: center; background: transparent; color: #0f1e51; display: inline-block; float: none; }
.footer .social ul li a i:hover { color: #353535; }
.footer .usefull-link ul li { display: block; border-bottom: 0px; line-height: 24px; padding: 5px 0; }
.footer .usefull-link ul li a i { padding-right: 10px; }
.footer .usefull-link ul li a { color: #fff; }
.footer .usefull-link ul li a:hover { color: rgba(255, 255, 255, 0.65); }
.contact-box .contact-icon { display: table-cell; padding-right: 20px; }
.contact-box .contact-icon i { background: transparent; line-height: normal; font-size: 34px; }
.contact-box .contact-info { display: table-cell; vertical-align: top; }

/*footer bottom*/
.footer .copyright { background: #0f1e51; padding: 30px 0 20px; }
.footer .copyright ul li a { color: #fff; text-transform: capitalize; }
.footer .copyright ul li a:hover { color: rgba(255, 255, 255, 0.65); }

/* Footer light */
.footer.light { background: #fff; color: #353535; position: relative; }
.footer.light h6 { color: #0f1e51; }

/*footer light topbar*/
.footer.light .footer-nav ul li a { color: #353535; }
.footer.light .footer-nav ul li a:hover { color: #0f1e51; }
.footer.footer-topbar hr { border-color: #d9d9d9; }
.footer.light .social ul { background: #f6f7f8; }
.footer.light .social ul li a i { color: #353535; }
.footer.light .social ul li a i:hover { color: #0f1e51; }
.footer.light .usefull-link ul li a { color: #353535; }
.footer.light .usefull-link ul li a:hover { color: #0f1e51; }
.footer.light .footer-contact { box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); margin-bottom: 80px; margin-top: -220px; padding: 60px 0; }
.footer.light .contact-box { text-align: center; }
.footer.light .contact-box .contact-icon { display: block; padding-right: 0; color: #0f1e51; }
.footer.light .contact-box .contact-info { display: block; }
.footer.light .contact-box .contact-info .section-title { margin-bottom: 0px; }
.footer.light .contact-box .contact-info h5 { color: #353535; }

/*footer light bottom*/
.footer.light .copyright { background: #f6f7f8; }
.footer.light .copyright ul li a { color: #353535; }
.footer.light .copyright ul li a:hover { color: #4d6bf5; }

/* Footer dark */
div#main { z-index: 1; position: relative; }

/*Footer dark topbar*/
.footer-dark { padding: 70px 0px 0px; }
.footer-dark { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 0; }
.footer-dark .footer-logo img { height: 50px; }
.footer-dark .addresss-icon { float: left; font-size: 24px; margin-right: 20px; }
.footer-dark .addresss-info { display: table-cell; vertical-align: middle; }
.footer-dark .addresss-info h6 { text-transform: inherit; font-weight: normal; font-family: 'Poppins', sans-serif; }
.footer-dark .footer-nav { margin-top: 8px; }
.footer-dark .footer-nav ul li { display: block; margin-bottom: 10px; }
.footer-dark .footer-nav ul li a { color: #aaaaaa; }
.footer-dark .footer-nav ul li a:hover { color: #fff; }
.footer-dark .footer-nav ul li a i { padding-right: 10px; }
.footer.footer-topbar hr { border-color: rgba(0, 0, 0, 0.1); }

/*Footer form*/
.form.white .form-control { box-shadow: none; border: 1px solid transparent; background: #252525; width: 100%; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.form.white .form-control:focus { background: transparent; border: 1px solid #252525; }
.form.white .form-group { margin-bottom: 20px; }
.form.white .button:hover { color: #0f1e51; background: #ffffff; border-color: #ffffff; }

/*footer bottom*/
.footer-dark .copyright { background: #222528; padding: 30px 0 20px; }
.footer-dark .copyright ul li a { color: #aaaaaa; text-transform: capitalize; }
.footer-dark .copyright ul li a:hover { color: #fff; }

/* Footer BG */
.footer.footer-bg h6 { color: #fff; }
.contact-box.top .section-title { margin-bottom: 0px; }
.footer.footer-bg.footer-topbar .top { margin-top: 60px; }
.footer.footer-bg .footer-nav ul li a:hover { color: #0f1e51; }
.footer.footer-bg .usefull-link ul li a:hover { color: #0f1e51; }
.footer.footer-bg .social ul li a i { color: #353535; }
.footer.footer-bg .social ul li a i:hover { color: #0f1e51; }

/*footer BG bottom*/
.footer.footer-bg .copyright { background: transparent; border-top: 1px solid #2b2621; }
.footer .copyright ul li a:hover { color: rgba(255, 255, 255, 0.65); }

/**********************************
          Isotope filters
**********************************/
.isotope-filters { display: table; margin: 0 auto 40px; text-align: center; }
.isotope-filters  button { padding: 10px 35px; background: #f6f7f8; color: #aaaaaa; border-radius: 30px; margin: 0 4px; border: 0px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.isotope-filters  button:focus { outline: none; outline-style: none; outline-offset: 0; }
.isotope-filters  button.active, .isotope-filters  button:hover { color: #ffffff; background: #0f1e51; }
.case-studies .isotope.column-3 .grid-item { width: 33.333%; padding: 15px; }

/***************************
         404 Page
***************************/
.error-info { padding: 0 50px; }
.error-info .button.black { margin-left: 15px; }

/***************************
	       TAB 
***************************/
.nav.nav-tabs { border: none; text-align: center; margin-bottom: 30px; }
.nav.nav-tabs li { margin-bottom: 0px; float: none; display: inline-block; }
.nav.nav-tabs li a { border: none; line-height: normal; margin-right: 10px; border-radius: 90px; padding: 12px 30px; background: #f6f7f8; color: #353535; }
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover { border: none; background: #0f1e51; color: #fff; }

/*TAB-Round*/
.nav.nav-tabs.round { margin-bottom: 50px; }
.nav.nav-tabs.round li a { width: 100px; height: 100px; line-height: 58px; border-radius: 0px; font-size: 26px; padding: 20px; }

/*simple*/
.nav.nav-tabs.simple { margin-top: 60px; text-align: left }
.nav.nav-tabs.simple { border-bottom: 1px solid #e0e0e0; }
.nav.nav-tabs.simple li a { border-radius: 0px; margin-right: 0px; }


/*video vimeo and youtube*/
.js-video { height: 0; padding-top: 25px; padding-bottom: 41%; position: relative; overflow: hidden; }
.js-video.widescreen { padding-bottom: 34.34%; }
.js-video embed, .js-video iframe, .js-video object, .js-video video { top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: none; }

/*tags*/
.sidebar-widgets-wrap .sidebar-widget .tags li { display: inline-block; }
.sidebar-widgets-wrap .sidebar-widget .tags li a { display: block; color: #353535; text-align: center; border-radius: 30px; border: 1px solid #353535; background: transparent; padding: 2px 14px; margin-bottom: 7px; margin-right: 4px; text-transform: capitalize; }
.sidebar-widgets-wrap .sidebar-widget .tags li a:hover { background: #0f1e51; color: #ffffff; border-color: #0f1e51; }


/*************************************
	        Pagination-nav
**************************************/
.pagination-nav { position: relative; }
.pagination { margin: 0px; }
.pagination li a { margin: 0 5px; color: #353535; }
.pagination > li > a, .pagination > li > span { padding: 8px 16px; border-color: #ececec; border-radius: 0px; }
.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span { border-radius: 0px; }
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover { background-color: #0f1e51; border-color: #0f1e51; color: #fff; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #0f1e51; border-color: #0f1e51; color: #fff; }

/********************************
          owl-carousel      
********************************/
.owl-carousel .owl-item img { width: auto; }
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; opacity: 0; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-size: 20px; border-radius: 50%; box-shadow: -1px 6px 13px rgba(0, 0, 0, 0.1); width: 44px; height: 44px; line-height: 42px; padding-left: 2px; display: inline-block; color: #0f1e51; background: #ffffff; border: 1px solid #e3e3e3; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #0f1e51; color: #fff; border-color: #0f1e51; }
.owl-carousel:hover .owl-nav { opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev { left: -2%; }
.owl-carousel:hover .owl-nav .owl-next { right: -2%; }
.owl-carousel .owl-controls .owl-dot { display: inline-block; margin-top: 20px; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #a5a5a5; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #0f1e51; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #0f1e51; width: 24px; }

/********************************
       Typography   
********************************/
.typography-main hr { margin: 40px 0px; }
.typography-main .typography-teg { margin-bottom: 30px; }

/*************************************
       map location ( tooltip )
**************************************/
.map-location { position: relative; }
.map-location-tooltip .tooltip { position: absolute; z-index: 9; width: 2.2em; height: 2.2em; opacity: 1; cursor: pointer; }

/* Trigger item */
.map-location-tooltip .tooltip-item { width: 20px; height: 20px; left: 50%; top: 50%; margin: -15px 0 0 -15px; position: absolute; border-radius: 50%; border: 2px solid #0f1e51; -webkit-animation: pulse 0.6s infinite alternate; animation: pulse 0.6s infinite alternate; }
.map-location-tooltip span.tooltip-item:before { background: #0f1e51; content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; margin: 5px; }
@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(0.5, 0.5, 1); }
	to { -webkit-transform: scale3d(1, 1, 1); }
}
@-ms-keyframes pulse {
	from { -ms-transform: scale3d(0.5, 0.5, 1); }
	to { -ms-transform: scale3d(1, 1, 1); }
}
@-o-keyframes pulse {
	from { -o-transform: scale3d(0.5, 0.5, 1); }
	to { -o-transform: scale3d(1, 1, 1); }
}
@-moz-keyframes pulse {
	from { -moz-transform: scale3d(0.5, 0.5, 1); }
	to { -moz-transform: scale3d(1, 1, 1); }
}
@keyframes pulse {
	from { -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
.map-location-tooltip .tooltip:first-child { top: 39%; left: 20%; }
.map-location-tooltip .tooltip:nth-child(2) { top: 7%; left: 35%; }
.map-location-tooltip .tooltip:nth-child(3) { top: 17%; right: 19%; }
.map-location-tooltip .tooltip:nth-child(4) { top: 37%; right: 24%; }
.map-location-tooltip .tooltip:nth-child(5) { bottom: 24%; right: 12%; }

/* Tooltip */
.map-location-tooltip .tooltip-content { position: absolute; background: #0f1e51; z-index: 9999; width: 200px; bottom: 50%; margin-bottom: -1em; padding: 20px; border-radius: 20px; font-size: 1.1em; text-align: center; color: #fff; opacity: 0; cursor: default; pointer-events: none; -webkit-font-smoothing: antialiased; -o-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, -o-transform 0.3s; -ms-transition: opacity 0.3s, -ms-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; }
.map-location-tooltip .tooltip-west .tooltip-content { left: 4em; -webkit-transform-origin: -2em 50%; -o-transform-origin: -2em 50%; -ms-transform-origin: -2em 50%; -moz-transform-origin: -2em 50%; transform-origin: -2em 50%; -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg); -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg); -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg); -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg); transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg); }
.map-location-tooltip .tooltip-east .tooltip-content { right: 4em; -webkit-transform-origin: calc(100% + 2em) 50%; transform-origin: calc(100% + 2em) 50%; -o-transform-origin: calc(100% + 2em) 50%; transform-origin: calc(100% + 2em) 50%; -ms-transform-origin: calc(100% + 2em) 50%; transform-origin: calc(100% + 2em) 50%; -moz-transform-origin: calc(100% + 2em) 50%; transform-origin: calc(100% + 2em) 50%; -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg); -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg); -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg); -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg); transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg); }
.map-location-tooltip .tooltip:hover .tooltip-content { opacity: 1; -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0); -ms-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0); -moz-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0); -o-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0); transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0); pointer-events: auto; }

/* arrow */
.map-location-tooltip .tooltip-content::before, .map-location-tooltip .tooltip-content::after { content: ''; position: absolute; }
.map-location-tooltip .tooltip-content::before { height: 100%; width: 3em; }
.map-location-tooltip .tooltip-content::after { bottom: 30px; left: -21px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(194, 225, 245, 0); border-right-color: #0f1e51; border-width: 20px; margin-left: -8px; }
.map-location-tooltip .tooltip-west .tooltip-content::before, .map-location-tooltip .tooltip-west .tooltip-content::after { right: 99%; }
.map-location-tooltip .tooltip-east .tooltip-content::before, .map-location-tooltip .tooltip-east .tooltip-content::after { left: 99%; }
.map-location-tooltip .tooltip-east .tooltip-content::after { -webkit-transform: scale3d(-1, 1, 1); -o-transform: scale3d(-1, 1, 1); -ms-transform: scale3d(-1, 1, 1); -moz-transform: scale3d(-1, 1, 1); transform: scale3d(-1, 1, 1); }

/********************************
       		rev slider
********************************/

/*home-5*/
.hesperiden.tparrows { cursor: pointer; background: rgba(0, 0, 0, 0.5); width: 40px; height: 40px; position: absolute; display: block; z-index: 100; border-radius: 50% }
.hesperiden.tparrows:hover { background: rgba(0, 0, 0, 1) }
.hesperiden.tparrows:before { font-family: "revicons"; font-size: 20px; color: rgb(255, 255, 255); display: block; line-height: 40px; text-align: center }
.hesperiden.tparrows.tp-leftarrow:before { content: "\e82c"; margin-left: -3px }
.hesperiden.tparrows.tp-rightarrow:before { content: "\e82d"; margin-right: -3px }

/*home -1*/
.hesperiden.tparrows { cursor: pointer; background: rgba(0, 0, 0, 0.5); width: 40px; height: 40px; position: absolute; display: block; z-index: 100; border-radius: 50% }
.hesperiden.tparrows:hover { background: rgba(0, 0, 0, 1) }
.hesperiden.tparrows:before { font-family: "revicons"; font-size: 20px; color: rgb(255, 255, 255); display: block; line-height: 40px; text-align: center }
.hesperiden.tparrows.tp-leftarrow:before { content: "\e82c"; margin-left: -3px }
.hesperiden.tparrows.tp-rightarrow:before { content: "\e82d"; margin-right: -3px }

/*************************************
      	    Comming Soon
**************************************/
.under-constraction .form-group { width: 35%; }
.under-constraction .form-group .form-control { width: 100%; }
.under-constraction .form-inline a { margin-left: 16px; padding: 12px 30px; }

/*************************************
      	    rev_slider
**************************************/
#rev_slider_17_1_wrapper .tp-loader.spinner3 { background-color: #FFFFFF !important; }
.custom.tparrows { cursor: pointer; background: #000; background: rgba(0, 0, 0, 0.5); width: 40px; height: 40px; position: absolute; display: block; z-index: 100 }
.custom.tparrows:hover { background: #000 }
.custom.tparrows:before { font-family: "revicons"; font-size: 15px; color: #fff; display: block; line-height: 40px; text-align: center }
.custom.tparrows.tp-leftarrow:before { content: "\e824" }
.custom.tparrows.tp-rightarrow:before { content: "\e825" }
.hermes .tp-bullet { overflow: hidden; border-radius: 50%; width: 16px; height: 16px; background-color: rgba(0, 0, 0, 0); box-shadow: inset 0 0 0 2px rgb(255, 255, 255); -webkit-transition: background 0.3s ease; transition: background 0.3s ease; position: absolute }
.hermes .tp-bullet:hover { background-color: rgba(0, 0, 0, 0.21) }
.hermes .tp-bullet:after { content: ' '; position: absolute; bottom: 0; height: 0; left: 0; width: 100%; background-color: rgb(255, 255, 255); box-shadow: 0 0 1px rgb(255, 255, 255); -webkit-transition: height 0.3s ease; transition: height 0.3s ease }
.hermes .tp-bullet.selected:after { height: 100% }
#rev_slider_15_1 .zeus.tparrows { cursor: pointer; min-width: 70px; min-height: 70px; position: absolute; display: block; z-index: 100; border-radius: 50%; overflow: hidden; background: rgba(32, 70, 242, 0.5) }
#rev_slider_15_1 .zeus.tparrows:before { font-family: "revicons"; font-size: 20px; color: rgb(255, 255, 255); display: block; line-height: 70px; text-align: center; z-index: 2; position: relative }
#rev_slider_15_1 .zeus.tparrows.tp-leftarrow:before { content: "\e824" }
#rev_slider_15_1 .zeus.tparrows.tp-rightarrow:before { content: "\e825" }
#rev_slider_15_1 .zeus .tp-title-wrap { background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; opacity: 0; transform: scale(0); -webkit-transform: scale(0); transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; border-radius: 50% }
#rev_slider_15_1 .zeus .tp-arr-imgholder { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-position: center center; background-size: cover; border-radius: 50%; transform: translatex(-100%); -webkit-transform: translatex(-100%); transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s }
#rev_slider_15_1 .zeus.tp-rightarrow .tp-arr-imgholder { transform: translatex(100%); -webkit-transform: translatex(100%) }
#rev_slider_15_1 .zeus.tparrows:hover .tp-arr-imgholder { transform: translatex(0); -webkit-transform: translatex(0); opacity: 1 }
#rev_slider_15_1 .zeus.tparrows:hover .tp-title-wrap { transform: scale(1); -webkit-transform: scale(1); opacity: 1 }
#rev_slider_16_1 .zeus .tp-bullet { box-sizing: content-box; -webkit-box-sizing: content-box; border-radius: 50%; background-color: rgba(0, 0, 0, 0); -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; width: 13px; height: 13px; border: 2px solid rgb(255, 255, 255) }
#rev_slider_16_1 .zeus .tp-bullet:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; border-radius: 50%; background-color: rgb(255, 255, 255); -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease }
#rev_slider_16_1 .zeus .tp-bullet:hover:after, #rev_slider_16_1 .zeus .tp-bullet.selected:after { -webkit-transform: scale(1.2); transform: scale(1.2) }
#rev_slider_16_1 .zeus .tp-bullet-image, #rev_slider_16_1 .zeus .tp-bullet-imageoverlay { width: 135px; height: 60px; position: absolute; background: #000; background: rgba(0, 0, 0, 0.5); bottom: 13px; margin-bottom: 10px; transform: translateX(-50%); -webkit-transform: translateX(-50%); box-sizing: border-box; background-size: cover; background-position: center center; visibility: hidden; opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 4px }
#rev_slider_16_1 .zeus .tp-bullet-title, #rev_slider_16_1 .zeus .tp-bullet-imageoverlay { z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: translateX(-50%); -webkit-transform: translateX(-50%) }
#rev_slider_16_1 .zeus .tp-bullet-title { color: rgb(255, 255, 255); text-align: center; line-height: 15px; font-size: 13px; font-weight: 600; z-index: 3; visibility: hidden; opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; bottom: 45px; width: 135px; vertical-align: middle }
#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-title, #rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-image, #rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay { opacity: 1; visibility: visible; -webkit-transform: translateY(0px) translateX(-50%); transform: translateY(0px) translateX(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-image, #rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay { bottom: auto; margin-right: 10px; margin-bottom: 0px; right: 13px; transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image { transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-title, #rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay { z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-title { bottom: auto; right: 100%; margin-right: 10px }
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title, #rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image, #rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay { transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image, #rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay { bottom: auto; margin-left: 10px; margin-bottom: 0px; left: 13px; transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image { transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title, #rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay { z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: translateX(0px) translateY(-50%); -webkit-transform: translateX(0px) translateY(-50%) }
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title { bottom: auto; left: 100%; margin-left: 10px }
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image, #rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay { bottom: auto; top: 13px; margin-top: 10px; margin-bottom: 0px; left: 0px; transform: translateY(0px) translateX(-50%); -webkit-transform: translateX(0px) translateX(-50%) }
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image { transform: scale(1) translateY(0px) translateX(-50%); -webkit-transform: scale(1) translateY(0px) translateX(-50%) }
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title, #rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay { z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: translateY(0px) translateX(-50%); -webkit-transform: translateY(0px) translateX(-50%) }
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title { bottom: auto; top: 13px; margin-top: 20px }
#rev_slider_14_1 .metis.tparrows { background: rgba(255, 255, 255, 1); padding: 10px; transition: all 0.3s; -webkit-transition: all 0.3s; width: 60px; height: 60px; box-sizing: border-box }
#rev_slider_14_1 .metis.tparrows:hover { background: rgba(255, 255, 255, 0.65) }
#rev_slider_14_1 .metis.tparrows:before { color: rgb(0, 0, 0); transition: all 0.3s; -webkit-transition: all 0.3s }
#rev_slider_14_1 .metis.tparrows:hover:before { transform: scale(1.5) }

/*overlay*/
#rev_slider_16_1 .tp-revslider-slidesli:after { width: 100%; height: 100%; content: ""; position: absolute; left: 0; top: 0; z-index: 1; pointer-events: none; background: rgba(32, 70, 242, 0.8); }

