
@import url("all.min.css");
@import url("owl.carousel.min.css");
@import url("magnific-popup.css");
@import url("font-awesome.min.css");
@import url("ionicons.min.css");
@import url("typicon.min.css");
@import url("slick-theme.css");
@import url("slick.css");
@import url("tox-progress.css");
@import url("timeline.css");
@import url("wow.css");

/*======================================
 Font
======================================*/
@font-face { font-family: 'Roboto-Regular'; font-style: normal; font-weight: normal; src: url('../fonts/roboto-regular-webfont.woff'), url('../fonts/roboto-regular-webfont.woff') format('woff'); }

@font-face { font-family: 'Roboto-Italic'; font-style: italic; font-weight: normal; src: url('../fonts/roboto-italic-webfont.woff'), url('../fonts/roboto-italic-webfont.woff') format('woff'); }

@font-face { font-family: 'Roboto-Bold'; font-style: normal; font-weight: bold; src: url('../fonts/roboto-bold-webfont.woff'), url('../fonts/roboto-bold-webfont.woff') format('woff'); }

@font-face { font-family: 'Roboto-BoldItalic'; font-style: italic; font-weight: bold; src: url('../fonts/roboto-bolditalic-webfont.woff'), url('../fonts/roboto-bolditalic-webfont.woff') format('woff'); }

/*---------------------------------------------------------------------
  General
-----------------------------------------------------------------------*/
*::-moz-selection { background: #0d1e67; color: #fff; text-shadow: none; }
::-moz-selection { background: #0d1e67; color: #fff; text-shadow: none; }
::selection { background: #0d1e67; color: #fff; text-shadow: none; }
html, body { overflow: inherit !important; }
body { font-family: 'Roboto', sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #5e7290; overflow-x: hidden; }
a, .button { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; color: #59597e; }
a:focus { text-decoration: none !important; }
a, .button, input { outline: medium none !important; color: #0D1E67; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto-Bold', sans-serif; color: #142149; margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; line-height: 1.3; font-weight: 600; letter-spacing: 1px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 3.052em; }
h2 { font-size: 2.441em; }
h3 { font-size: 1.753em; }
h4 { font-size: 1.563em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
.container { max-width: 1200px; }
.textgyreadventor { font-family: Roboto; }
.bluetext { color: #0D1E67; }

/*---------------------------------------------------------------------
Extra class
---------------------------------------------------------------------*/
.overflow-h { overflow: hidden; }
section { position: relative; z-index: 99; background: #ffffff; display: block; width: 100%; overflow: hidden; }
.overview-block-ptb { padding: 100px 0; }
.overview-block-pt { padding: 100px 0 0 0; }
.overview-block-pb { padding: 0 0 100px 0; }
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #eeeeee; display: block; width: 100%; border-top: 0px; line-height: 1px; }

/*---------------------------------------------------------------------
Text color
-----------------------------------------------------------------------*/
.main-color { color: #0D1E67; }
.text-white { color: #ffffff; }
.text-black { color: #142149; }
.text-gray { color: #5e7290; }

/*---------------------------------------------------------------------
Background  color
-----------------------------------------------------------------------*/
.main-bg { background: #0D1E67; }
.blue-bg { background: #1a3ad6; }
.gray-bg { background: #F9F9F9; }
.light-gray-bg { background: #f8f9fa; }
.black-bg { background: #24262b; }
.footer-bg { background: #13095c; }
.text-white { color: #fff !important; }
/* ------------------------------
Button
---------------------------------*/
.sk-button, [type=submit] { z-index: 1; font-size: 16px; font-weight: normal; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; padding: 15px 45px; background: #0D1E67; color: #ffffff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*semi round button*/
.sk-btn-semi-round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/*round button*/
.sk-btn-round { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/*Circle button*/
.sk-btn-circle { -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }

/*Small button*/
.sk-btn-small { padding: 5px 15px; font-size: 12px; }

/*Medium button*/
.sk-btn-medium { padding: 10px 30px; font-size: 14px; }

/*Large button*/
.sk-btn-large { padding: 15px 45px; }

/*Extra Large button*/
.sk-btn-extra-large { padding: 15px 60px; }

/*Right side icon button*/
.btn-icon-right i { margin-left: 15px; }

/*Left side icon button*/
.btn-icon-left i { margin-right: 15px; }

/*button with Shadow*/
.sk-button.sk-btn-shadow:hover { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*button with Outline*/
.sk-btn-outline { color: #0D1E67; background: transparent; border: 2px solid #0D1E67; }
.sk-button.sk-btn-link, .sk-btn-link { font-weight: 500; color: #0D1E67; background: transparent; padding: 0; }

/*button Hover Effect */
.sk-button:hover, .sk-button:focus { color: #ffffff; background: #000000 }
.sk-btn-outline:hover, .sk-btn-outline:focus { border-color: #000000; color: #ffffff; }
.sk-btn-link:hover, .sk-btn-link:focus { color: #000000; background: transparent; }

/*---------------------------------------------------------------------
   Section Title
-----------------------------------------------------------------------*/
.sk-title-box .sk-subtitle { color: #0D1E67; display: inline-block; }
.sk-title-box .sk-title { margin-bottom: 0; }
.sk-title-box .sk-title-desc { margin-top: 15px; margin-bottom: 0; }
.sk-title-box { margin-bottom: 10px; }
.sk-title-box i { font-size: 30px; margin-bottom: 15px; }

/* Title Box Text Left*/
.sk-title-box.text-center { margin-bottom: 45px; }
.sk-title-white  .sk-subtitle, .sk-title-white  .sk-title, .sk-title-white  .sk-title-desc, .sk-title-box i { color: #ffffff; }

/*style 2*/
.sk-title-box.sk-title-box-2 .sk-subtitle {     color: #007bfc; background-color: #F2F5FE; padding: 2px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; }

/*----------------------------------------------------------------------
 Form
----------------------------------------------------------------------*/
input, input.form-control, .form-control { width: 100%; border: 1px solid #6f6f6f; height: 52px; padding: 0 20px; margin-bottom: 0px; border-radius: 0; background: transparent; color: #ebebeb; }
input[type="checkbox"], input.form-control[type="checkbox"] { margin-top: 0.5rem; background: #fff; height: auto; border: 1px solid #33e2a0; border-radius: 0px; }

/*::-webkit-input-placeholder*/
{ /* Chrome/Opera/Safari */
color: #ebebeb; }
::-moz-placeholder { /* Firefox 19+ */
color: #ebebeb; }
:-ms-input-placeholder { /* IE 10+ */
color: #ebebeb; }
:-moz-placeholder {/*  Firefox 18- */
color: #ebebeb; }
textarea.form-control { height: 230px; padding: 15px 30px; }
input:hover, input.form-control:hover, input:focus, input.form-control:focus, textarea.form-control:hover, textarea.form-control:focus, select:hover, select:focus, select.form-control:focus, textarea:focus, textarea:hover { border: 1px solid #0D1E67; box-shadow: none; outline: none; }

/*---------------------------------------------------------------------
  Loader 
-----------------------------------------------------------------------*/
#loading { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; z-index: 9999; }
#loading img { width: 120px; }

/*---------------------------------------------------------------------
                             Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: #ffffff; background: #1a3ad6; position: fixed; bottom: 30px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { background: #f89628; color: #0D1E67; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }