/*font import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*scroll bar*/
::-webkit-scrollbar {
    width: 15px;
    border: 1px solid #001859;
    background: #00185978;
    box-shadow: inset 0px 5px 5px 0px #0a1e52;
}

::-webkit-scrollbar-thumb {
    background: #001859;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #214093; 
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #001859;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  box-shadow:0px 0px 5px 4px #dcdcdc78;
}

#myBtn:hover {
  background-color: #214093;
}
/*scroll bar*/

/*BASIC TYPOGRAPY*/
body{
  font-family: 'Roboto', sans-serif;
  color: #001857;
  font-size: 18px;
}
h2{
  font-size: 38px;
  font-weight: 700;
  color: #001857;
}
h3{
  font-size: 20px;
  font-weight: 700;
  color: #001857;
}
a{
  color: #001857;
}
/*BASIC TYPOGRAPY*/

/*REUSEABLE COMPONENTSS*/
.px-150{
  padding: 0 100px;
}
.w-660{
  width: 600px;
}
/*REUSEABLE COMPONENTSS*/

/*HEADER */
header{}
header .pre-header{
  padding: 20px 0;
}
header .pre-header .pre-header-left{}
header .pre-header .pre-header-left a{}
header .pre-header .pre-header-left a img{
  width: auto;
  margin-right: 20px ;
}
header .pre-header .pre-header-left img{
  width: 380px;
}
header .pre-header .pre-header-right{}
header .pre-header .pre-header-right ul{}
header .pre-header .pre-header-right ul li{}
header .pre-header .pre-header-right ul li a{
  font-size: 24px; 
  color: #214093;
  display: inline-block;
  padding: 0 15px;
}

header .navbar{
  padding: 0px;
  padding-bottom: 30px;
}
header .navbar-nav{}
header .navbar-nav .nav-item{}
header .navbar-nav .nav-item a{
  color: #001859;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  padding: 10px 15px;
  transition: all .3s ease-in;
}

header .navbar-nav .nav-item a:hover{
  background: #001859;
  color: #fff;
  text-decoration: none;
}
header .nav-right-part{}
header .nav-right-part a{
  font-size: 18px;
}
.social-icon{
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  transition: all .4s ease-out;
  text-align: center;
}
.social-icon:hover{
  color: #fff !important;
  background: #001859;
}
/*HEADER */

/*SECTION 1 PART START*/
.section-1{}
.section-1 .section-1-left{}
.section-1 .section-1-left img{}
.section-1 .section-1-right{
  height: 100%;
}
.for-bg-color{
  background-color: #214093;
}
.section-1 .section-1-right h2{
  margin-bottom: 50px;
}
.section-1 .section-1-right p{}
.section-1 .section-1-right .section-part-1st-part{
  height: 70%;
  padding-left: 100px;

}
.section-1 .section-1-right .section-part-1st-part p{}
.section-1 .section-1-right .section-part-1st-part p.headig_two{
  font-size: 63px; 
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 100%;
}
.section-1 .section-1-right .section-part-1st-part p.not_bold{
  font-weight: normal !important;
}
.section-1 .section-1-right .section-part-1st-part a{
  color: #fff;
  font-size: 63px; 
  font-weight: 700;
}
.section-1 .section-1-right .section-part-1st-part small{
  color: #fff;
  font-size: 26px;
}
.section-1 .section-1-right .section-1-2nd-part{
  background: #001859;
  height: 30%;
  padding-left: 100px;
}
.section-1 .section-1-right .section-1-2nd-part p:first-child{
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}
.section-1 .section-1-right .section-1-2nd-part p{
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}
.section-1 .section-1-right .section-1-2nd-part a{
  color: #fff;
}
.section-1-right p{}
.section-1-right ul{}
.section-1-right ul li{
  font-weight: bold;
  list-style: none;
}
.section-1-right ul li:before{
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../img/list-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
/*SECTION 1 PART FINISH*/

/*SECTION-2 PART START*/
.section-2{
  background-color: #F7F9FF;
  padding-bottom: 50px;
}
.section-2 .section-2-column-same{
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #DEE3EE;
  border-right: 2px solid #DEE3EE;
  padding: 20px 30px;
}
.section-2 .section-2-column-same blockquote{}
.section-2 .section-2-column-same blockquote h3{}
.section-2 .section-2-column-same blockquote p{
  font-style: italic;

}
.section-2 .section-2-column-same blockquote p span{
  color: #0C41CE;
  font-weight: bold;
}
/*SECTION-2 PART FINISH*/

/*SECTION-3 PART START*/
.section-3{}
.section-3 .section-3-top-part{
  background-color: #001859;
  padding: 50px 0;
}
.section-3 .section-3-top-part p{
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.section-3 .section-3-top-part p a{
  color: #fff;
}
.section-3 .section-3-left{}
.section-3 .section-3-left img{}
.section-3 .section-3-right{
  height: 100%;
}
.section-3 .section-3-right h2{
  margin-bottom: 50px;
}
.section-3 .section-3-right h3{
  margin-bottom: 30px;
}
.section-3 .section-3-right p{}
/*SECTION-3 PART FINISH*/

/*SECTION-4 REQUENT ASK PART START*/
.section-4{
  background-color: #F7F9FF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-4 .section-4-top-part{}
.section-4 .section-4-top-part h2{
  text-align: center;
  margin-bottom: 50px;
}
.section-4 #accordion{
  width: 900px;
  margin: 0 auto;

}
.section-4 #accordion .card{
  border: none;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px 0px #D3D5DA;
}
.section-4 #accordion .card .card-header{
  background-color: #fff;
  border: none;
}
.section-4 #accordion .card .card-header h3{}
.section-4 #accordion .card .card-header h3 button{
  font-weight: 700;
  color: #001857;
}
.section-4 #accordion .card .card-body{}
.collapsible:before{
  content: '';
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  background: url(../img/collapse-left.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.collapsible.active:before{
  content: '';
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  background: url(../img/collapse-top.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.active-collapse.active:before{
  content: '';
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  background: url(../img/collapse-left.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.active-collapse:before{
  content: '';
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  background: url(../img/collapse-top.png) no-repeat;
  background-size: contain;
  background-position: center;
}
/*SECTION-4 REQUENT ASK PART FINISH*/

/*SECTION-5 PART START*/
.section-5{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #001857;
  color: #fff;
}
.section-5 .section-5-top{}
.section-5 .section-5-top h2{
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.section-5 .section-5-left{}
.section-5 .section-5-left img{}
.section-5 .section-5-right{
  padding-left: 50px;
  height: 100%;
}
.section-5 .section-5-right .section-5-right-item{
  height: 100%;
  align-items: center;
/*  border-top: 1px solid #4C5D89;*/
}
.custom-class
{
	padding-top: 30px;
}
.section-5 .section-5-right .section-5-right-item .section-5-left-item-column{
  padding-right: 20px;
}
.section-5-left-item-column img{
  width: 60px;
}
.section-5 .section-5-right .section-5-right-item .section-5-right-column {}
.section-5 .section-5-right .section-5-right-item .section-5-right-column h4{
  font-size: 18px;
}
.section-5 .section-5-right .section-5-right-item .section-5-right-column p{}
/*SECTION-5 PART FINISH*/

/*SECTION-6 FOOTER PART START*/
footer{}
footer .top-footer{
  background: #214093;
  padding: 50px 0;
}
footer .top-footer h2{
  color: #fff;
}
footer .top-footer h2 a{
  color: #fff;
}
footer .footer-main{
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-main .footer-left{}
footer .footer-main .footer-left p{
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 20px;
}
footer .footer-main .footer-left img{
  width: 245px;
}
footer .footer-main .footer-right{}
footer .footer-main .footer-right ul{}
footer .footer-main .footer-right ul li{}
footer .footer-main .footer-right ul li a{
  font-size: 24px;
  color: #001857;
  display: inline-block;
  padding: 0 15px;
}
/*SECTION-6 FOOTER PART FINISH*/

@media ( max-width: 479px ) {
	header {
    display: none;
}
}