
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*======================================
 Font
======================================*/
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-regular.woff') format('woff');
}

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

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

@font-face {
  font-family: 'Roboto-BoldItalic';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-bolditalic.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: #222121; 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, 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; }
h3 { font-family: 'Roboto-Bold', sans-serif; color: #1a1a1a !important; 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: 1.8em; color: #1a1a1a !important; }
h3 { font-size: 1.1em !important; }
h4 { font-size: 1.563em !important; }
h5 { font-size: 1.1em !important; }
h6 { font-size: 1em !important; }
.container { max-width: 1200px; }
.textgyreadventor { font-family: 'Roboto', sans-serif; }
.bluetext { color: #0D1E67; }
a:hover { text-decoration: none !important;}
/*---------------------------------------------------------------------
Extra class
---------------------------------------------------------------------*/
.overflow-h { overflow: hidden; }
section { position: relative; z-index: 9; 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: #1a1a1a !important; }
.text-gray { color: #5e7290; }
.text-blue { color:#1a3ad6 !important; }

/*---------------------------------------------------------------------
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; }
.color-bg { background-color: #324562; }
/* ------------------------------
Button
---------------------------------*/
.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*/
.btn-semi-round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

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

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

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

/*Medium button*/
.btn-medium { padding: 10px 10px; font-size: 14px; background-color: #1a3ad6; color: #fff; border-radius: 5px; }

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

/*Extra Large button*/
.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*/
.button.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*/
.btn-outline { color: #0D1E67; background: transparent; border: 2px solid #0D1E67; }
.button.btn-link, .btn-link { font-weight: 500; color: #0D1E67; background: transparent; padding: 0; }

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

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

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

/*style 2*/
.title-box.title-box-2 .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; }


/*---------------------------------------------------------------------
                             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); }

/*-----New Font Style------*/
.digi-trans h3, .data-product .products h3 { font-size: 1em !important; color: #142149; }

