@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;wght@500;wght@500;800&display=swap');

/* html body */
html {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  line-height:23px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;scroll-behavior: smooth;
    margin: 0;
    padding: 0
}
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 32px;
  color: #232323;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
/* affix */
.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.btn {
  display: inline-block;
  padding: 12px 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  text-decoration: none !important;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #0068B5;
  text-decoration: none;
}
.btn-primary {
  color: #0068B5 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-primary:hover {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3;
}
.btn-secondary:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #0068B5 !important
}
.marginLeft10 {
  margin-left: 10px;
}
.marginRight10 {
  margin-right: 10px;
}
/* headings */
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  color: #1e1d61;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  letter-spacing: 1;}
.h1, h1 {
  font-size: 3.5rem !important;
  line-height: 1.2 !important;
  margin-top: 0;
  margin-bottom: 1rem !important;
  font-weight: 500 !important;
}
.h2, h2 {
  font-size: 2.875rem !important;
  line-height: 1.2 !important;
  margin-top: 0;
  margin-bottom: 1rem !important;
  font-weight: 300 !important;
}
.h3, h1.h3, h3 {
  font-size: 1.688rem !important;
  line-height: 1.4 !important;
  margin-top: 30px;
  margin-bottom: 0px !important;
  font-weight: 800 !important;
}
.h4, h4 {
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  margin-top: 0;
  margin-bottom: 1.5rem;
	  font-weight: 800 !important;

}
.h5, h5 {
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
  margin:1.5rem 0rem 1rem 0rem;
	color:#1e1d61;
  font-weight: 800 !important;
}
.h6, h6 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem
}
/* paragraph */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}
h3 a {
  text-decoration: none !important;
}
h3 a:hover {
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  .h1, h1 {
    font-size: 2.5rem !important;
    font-weight: 500;
  }
  .h2, h2 {
    font-size: 2rem !important;
    font-weight: 500;
  }
  .h3, h3 {
    font-size: 1.3rem !important;
    font-weight: 500;
	  margin-top: 30px;
    margin-bottom: 1rem !important;
  }
	body {font-size:17px;}
	.info { padding:0px 0px 0px 0px!important;}
	.experts p {font-size: 14px!important;}
	#letsTalk form p{font-size:14px!important;}
}


.info{padding:0px 0px 0px 0px;}
.info ul{margin: 0px 0px 1.5rem 0px; padding: 0px;}
.info ul li{margin: 0px; padding:30px 0px 0px 150px; list-style: none;}

.green-arrow{background: url(../img/green-arrow.png) center left no-repeat;}
.blue-arrow{background: url(../img/blue-arrow.png) center left no-repeat;}
.steel-arrow{background: url(../img/steel-arrow.png) center left no-repeat;}
.pink-arrow{background: url(../img/pink-arrow.png) center left no-repeat;}


/* ------- For Form  -------*/
#letsTalk {
  padding:0px 0px 60px 0px;
	margin-top: 20px;
}
#letsTalk p em {
  font-size: 12px;
}
#letsTalk a {
  color: #4d87c4;
}
form input,
textarea {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ccc;
  padding: 0px 20px;
  border-radius: 0;
  width: 100%;
  height: 40px;
}

form textarea {
  height: auto !important;
}
#letsTalk button, input, select, textarea {
  margin-bottom: 5px;
  font-size: 1rem !important;
  color: #262626;
}
#letsTalk input[type=checkbox], input[type=radio] {
  margin: -7px 0 0 0px;
  line-height: normal;
  float: left;
  width: auto;
}
#letsTalk form p {
  color: #232323;
  font-size: 16px;
  float: left;
  margin-left:10px;
  width: 90%;
}
#letsTalk form {

}
#letsTalk button {
  width: 220px;
  padding: 14px 0px;
  border: 0;
  background: #005C8A;
  color: #fff;
  font-size: 1.25rem !important;
  margin-top: 15px; 
  display: inherit; 
	font-weight: 700;
}
#letsTalk button:hover {
  text-decoration: none;
	background: #0098C7;
}
checkbox {
  width: 25px !important;
  background-color: #eee;
}
.footer-note .wrapper {
  color: #000000 !important;
}
.footer-note {
  font-size: 11px;
  padding: 9px 0px 14px 0px;
}
* {
  transition: all .3s ease 0s;
}
@media (max-width: 554px) {
  .outer {
    height: 100%;
    padding-top: 70%;
  }
  .disclimer {
    position: absolute;
    bottom: -40px;
    font-size: 11px
  }
}
label {
  font-weight: normal !important;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
      background: #efefef;
    color: #555;
    border: 1px solid #ccc;
    padding: 0px 20px;
    border-radius: 0;
    height: 50px;
}
select option {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff;
}
select option active {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff;
}
.offtext {
  text-align: right;
  color: #818181;
  font-size: 12px;
}
/* ------ Chk box */
.chk {
  float: left;
  width: 100%;
  margin-left: 0
}
.chk-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.chk-form-group label {
  position: relative;
  cursor: pointer;
  float: left;
}
.chk-form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.chk-form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #1e1d61;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* footer */
footer {
  text-align: center;
  font-size: 0.75em;
  padding: 40px 0 0px 0;
}
footer p {
  margin: 0 auto;
  padding: 0 0 40px 0;
  color: #878787
}
footer p a{color:#0068b5 !important;}
footer p a:hover{color:#ffffff !important;}
footer .bottomSprk{background:#efefef; margin: 0px; padding: 0px;width:100%;position: absolute;}
footer .bottomSprk img{text-align: right;float: right;}


@media screen and (max-width: 991px) {
  
}
@media screen and (max-width: 1200px) {
  .info ul li {
    margin: 0px;
    padding: 0px 0px 20px 50px;
    list-style: none;
}
.green-arrow{background: url(../img/green-arrow-sm.png) top left no-repeat;}
.blue-arrow{background: url(../img/blue-arrow-sm.png) top left no-repeat;}
.steel-arrow{background: url(../img/steel-arrow-sm.png) top left no-repeat;}
.pink-arrow{background: url(../img/pink-arrow-sm.png) top left no-repeat;}
}

@media (max-width: 767px) {

}
@media (max-width: 640px) {

}
@media (max-width: 991px) {
}				


.experts p{font-size:16px; line-height:21px;}

/*  5 columns grid for 'md' and 'lg' screens */

@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}

/* Demo only, no need for this */

.show-grid [class^=col-] span,
.container-fluid .show-grid [class^=col-] {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  text-align: center;
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}
.mod-border-marg{
	padding-right:0px;
}
.foot-blue{
	background-color: #005C8A;
	color: #ffffff;
}

.foot-w{
	color: #ffffff;
}
.foot-w a{
	color: #ffffff !important;
}

/*modal*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.mod-border {
	border-right: solid 2px #000000;
/*	border-image: linear-gradient(transparent 10%, blue 10% 90%, transparent 90%) 0 0 0 1 / 3px;*/
}
.panel-title-mob{
	display: none;
}
.mod-border-marg{
	padding-right:30px;
}
.panel-title-web{
	padding-right: 80px;
}
@media (max-width:1200px){
		.mod-border-marg{
	padding-right:5px;
			
}
	.panel-title-web{
	padding-right: 30px;
}
}
@media (max-width: 992px) {
  .mod-border {
	border-right: none;
}
	.mod-title{
		text-decoration: underline;
	}
	.panel-title-mob{
	display: block;
		text-decoration: underline;
}
	.panel-title-web{
	display: none;
}
	
}



/* new */
  .navbar-nav {
    
    text-align: center;
    > li {
      float: none;
      display: inline-block;
    }
  }

.custom-navBar{
	background-color: #00285A;
	border: none;
	border-radius: 0;color: #fff; display: flex
	
}
.custom-navBar .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
    background-color: #0068B5;
}

.custom-navBar .navbar-nav>li>a{
	color: #fff;
	font-size: 16px;
} .custom-section {
           padding: 40px;
    background-color: #00285A;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
	min-height:340px;
	
        }

        .custom-section .icon {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .custom-section h3 {
            font-size: 23px!important;
            font-weight: bold;
			color: #fff;
			    margin-top: 0px;
    margin-bottom: 10px;
        }

        .custom-section p {
            font-size: 16px;
            color: #fff;
        }

.custom-navBar .navbar-nav>li>a:focus, .custom-navBar .navbar-nav>li>a:hover{color: #fff;}

  .custom-navBar .navbar-nav > li.active > a,
        .custom-navBar .navbar-nav > li.active > a:focus,
        .custom-navBar .navbar-nav > li.active > a:hover {
            color: #fff;
            background-color: #285e8e; /* Custom background color for active state */
        }

        .custom-navBar .navbar-nav > li > a:focus {
            background-color: #285e8e; /* Custom background color for focus state */
            color: #fff; /* Custom text color for focus state */
        }





#agenda table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
	
}

 

#agenda table tr { 
  border: 1px solid #ddd; 
  padding: .35em;
}
.firstRow{background-color: #eee;}
#agenda table th,
#agenda table td {
      padding: 23px 30px;
  text-align: left;
}

#agenda table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  #agenda table {
    border: 0;
  }

  #agenda table caption {
    font-size: 1.3em;
  }
  
  #agenda table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
 #agenda table tr { 
    display: block;
    margin-bottom: .625em;
  }
	
 #agenda table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
 #agenda table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
 #agenda table td:last-child {
    border-bottom: 0;
  }
}






@media only screen and (min-width: 250px) and (max-width: 767px) {
   		
	.nav>li {
        float: none;
        display: block;
    }
 
.navbar-nav {
    width: auto;
    text-align: center;
}

.custom-navBar{
	display: block
}
}



.form__field .control-label {
    margin-top: 10px;
    font-size: 1.1rem
}

.container {max-width: 85%;}

.chk-form-group{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.chk-form-group p{
    margin: 0;
    padding: 0;
    width: 100%
}

.chk-form-group div.fist{
    flex: 1;
}

.chk-form-group div.second {
    flex: 1;
}
 
.logo {
    width: 100px;
    margin: 20px 50px
}

  .desktop-image {
        display: block;
    }
    .mobile-image {
        display: none;
    }

@media only screen and (max-width: 767px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    
}

@media only screen and (min-width: 992px) {
#letsTalk {
    background: #ffffff url('../images/bg.jpg') no-repeat bottom right;
}
    
}