
body,html{
  overflow-x:hidden;
}

:after, :before {
  margin:0;
  padding:0;
  box-sizing:border-box;
}


body {
  margin: 0;
  height: 100%;
  font-family: "open sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #404040;
  width:100%;
  height:100%;
  background-size: cover !important;
  position:relative;
}

ul, ol {
  padding: 0;
  padding-left: 20px;
}

ul ul p, ul ol p, ol ul p, ol ol p {
  margin: 0;
}

img {
  max-width: 100%;
}

.btn, a {
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
  list-style: none;
}

.text-primary {
  color: #216BBC !important;
}

.form-control {
  height: auto;
}

a {
  color: #404040;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transform: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-decoration: none !important;
}

a:hover {
  color: #216BBC;
}

ul li, ol li {
  line-height: 32px;/*36*/
}

button:hover,
button:active,
button:focus,
a.btn:active,
a.btn:focus,
a.btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 2;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 1;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}



figure {
  padding-left: 15px;
}

figure figcaption {
  margin-top: 10px;
}

@media (max-width: 575px) {

  figure {
    padding: 5px;
  }
}

iframe {
  border: 0;
  width: 100%;
}

.loading-main {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #226CBC;
}


.pre-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}


.pre-loader .text {
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
}


.pre-loader .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}


.pre-loader .bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}


#return-to-top {
  width: 40px;
  height: 40px;
  background-color: #216BBC;
  position: fixed;
  display: none;
  right: 30px;
  bottom: 55px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 4px 5px;
  z-index: 999; 
}


#return-to-top:hover {
  color: #216BBC;
  background-color: #ffffff;
}

/**
* ============================
* Typography
* ============================
*/

::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}


:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}


::-o-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}


:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}


h1, h2, h3 {
  color: #000000;
  font-weight: 600;
}


h4, h5, h6 {
  color: #000000;
  font-weight: 600;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #216BBC;
}


.heading-1 {
  font-size: 46px;
  line-height: 56px;
  color: #216BBC;
}

@media (max-width: 768px) {
  
  .heading-1 {
    font-size: 36px;
    line-height: 40px;
  }
}


.heading-2 {
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 768px) {
  
  .heading-2 {
    font-size: 34px;
    line-height: 36px;
  }
}


.heading-3 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 768px) {
  
  .heading-3 {
    font-size: 26px;
    line-height: 30px;
  }
}


.heading-4 {
  font-size: 23px;
  line-height: 30px;
}

@media (max-width: 768px) {
  
  .heading-4 {
    font-size: 17px;
    line-height: 25px;
  }
}


.heading-5 {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 768px) {
  
  .heading-5 {
    font-size: 18px;
  }
}


.heading-6 {
  font-size: 16px;
  line-height: 20px;
}

/**
* ============================
*  6.0 Component
* ============================
*/
/*Bg Color*/            
.bg-color1 {
  background-color: #ffffff;
}


.bg-color2 {
  background-color: #216BBC;
}


.bg-color3 {
  background-color: #f2f6fb/*#dae4f1*/;
}

/*Spacing*/

.section-spacing {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .section-spacing {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  
  .section-spacing {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}


.inner-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  
  .inner-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


.bminus-30 {
  padding-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .bminus-30 {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  
  .bminus-30 {
    padding-bottom: 30px;
  }
}


.tminus-30 {
  padding-top: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .tminus-30 {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  
  .tminus-30 {
    padding-top: 30px;
  }
}

/*Overlay Color*/

.bg-transparent {
  background: transparent;
}


.overlay-color {
  background: #216BBC;
  /* The Fallback */
  background: rgba(33, 107, 188, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}


/*All Section*/

[class*="area"] {
  position: relative;
  background-size: cover;
  background-position: center;
  
}

/*Button Style*/

.btn-style1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 15px 30px;
  font-weight: 600;
  color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
}


.btn-style1:hover, .btn-style1:focus, .btn-style1:active {
  color: #216BBC;
  background-color: #ffffff;
  border: 1px solid #216BBC;
}


.btn-style2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  Transform: perspective 1px translates 0;
  position: relative;
  padding: 3px 30px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #216BBC;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
  border: 1px solid rgba(0, 1, 1, 0.01);
  overflow: hidden;
}


.btn-style2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.btn-style2:hover, .btn-style2:focus, .btn-style2:active {
  color: #216BBC;
  border: 1px solid rgba(0, 1, 1, 0.01);
}


.btn-style2:hover:before, .btn-style2:focus:before, .btn-style2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style3 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 5px 30px;
  font-weight: 200;
  color: #ffffff;
  background-color: #216BBC;
  border: 1px solid #ffffff;
  overflow: hidden;
  font-family: Nunito, sans-serif;
  text-align: center;
}


.btn-style3:hover, .btn-style3:focus, .btn-style3:active {
  color: #216BBC !important;
  background-color: #ffffff;
  border: 1px solid #216BBC;
}

.btn-style4 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 12px 30px;
  font-weight: 600;
  color: #ffffff;
  background-color: #216BBC;
  border: 1px solid #ffffff;
  overflow: hidden;
  margin-right: 10px;
}


.btn-style4:hover, .btn-style4:focus, .btn-style4:active {
  color: #ffffff !important;
  background-color: #216BBC;
  border: 1px solid #ffffff;
}



/**
* ============================
*  Header Navigation
* ============================
*/

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  background-color: #216BBC !important;
}

.header-navigation .navigation-box .header-logo {
  margin: 7px;
  display: block; 
}

.header-navigation .navigation-box .header-logo img{
  width: 160px;
  height: 60px;
}

.header-navigation {
  position: relative;
  z-index: 2222;
  display: table;
  width: 100%;
}
.header-navigation .navigation-box .navigation-navbar {
  float: right;
}
.header-navigation .navigation-box .navigation-navbar .menu-collapser {
  background: transparent;
  color: transparent;
}
.header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
  background: transparent;
  position: absolute;
  top: 18px;
  right: 0px;
}

.header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button .icon-bar {
  width: 25px;
  margin: 5px 0;
  background-color: #ffffff;
}
.header-navigation .navigation-box .navigation-left {
  float: left;
}
.header-navigation .navigation-box .navigation-right {
  margin: 17px 0;
  float: right;
}


.header-navigation .navigation-box #navigation-menu li a:hover, .header-navigation .navigation-box #navigation-menu li a:focus {
  background-color: transparent;
  opacity: 0.9;
}
.header-navigation .navigation-box #navigation-menu li a:hover, .header-navigation .navigation-box #navigation-menu li a:focus {
  background-color: #fff;
  color:#216BBC;
  opacity: 0.9;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu a {
  padding: 15px 30px 15px 15px;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul {
  background-color: #ffffff;
  min-width: 200px;
  position: absolute;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul:before {
  content: "";
  position: absolute;
  left: 24px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffffff;
  transition: all 0.5s ease 0s;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul li {
  transition: all 0.5s ease 0s;
  float: none;
  display: block;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li:last-child a {
  border-bottom: 0;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 1, 1, 0.01);
  background:#216BBC;
  /* color: #404040; */
  color:#fff;
}

.header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
  border-left: 4px solid rgba(0, 1, 1, 0.01);
}

.header-navigation .navigation-box #navigation-menu li .sub-toggle {
  background: transparent;
  width: 20px;
}

.header-navigation .navigation-box #navigation-menu li .sub-toggle i {
  color: transparent;
  position: relative;
}

.header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  font-style: normal;
}

#modal button[type="button"] {
  background: #ffffff;
  color: #000000;
}

.header-navigation .navigation-box #navigation-menu li a {
  font-size: 16px;
  line-height: 0px;
  padding: 15px;
  color: #ffffff;
  font-weight: 400;
}

.header-navigation .navigation-box #navigation-menu li {
  border: 0;
  background-color: transparent;
}


ul.slimmenu, ul.slimmenu ul {
  padding: 0;
  margin: 2px 10px 0 0;
}

/* ksfdlsndflskdflskdf sdflksdflsdfmklsdf sdflksdflksdflsfdlksd */
 
@media (max-width: 575px) {

  .header-navigation .navigation-box .header-logo {
    margin: 10px;
    /* width: 110px; */
  }
  .header-navigation .navigation-box .header-logo img{
    width: 110px;
    height: 40px;
  }
  .header-navigation .navigation-box .navigation-right {
    margin:7px 0;
    float: right;
  }

  .header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
    top: 23px;
  }

  .btn-style4 {
    width: 140px;
    color: #ffffff;
    background-color: #216BBC;
    border: 1px solid #216BBC;
  }

  .btn-style4:hover, .btn-style4:focus, .btn-style4:active {
    color: #216BBC !important;
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }

  ul.slimmenu li ul{
    margin:0 !important;
  }

} 


@media (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {


  .header-navigation .navigation-box #navigation-menu {
    margin: 10px 0;
    top: 63px;
  }

}

@media (max-width: 768px) and (max-width: 575px) {

  .header-navigation .navigation-box #navigation-menu {
    top: 62px;
  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
    padding: 12px 15px;
  }

}



@media (max-width: 768px) {

  .header-navigation .navigation-box .header-logo {
    margin: 10px;
    display: block;
  }
  .header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
    top: 24px;

  }

  .header-navigation .navigation-box #navigation-menu li .sub-toggle {
    width: 100%;
    text-align: right;
  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
    padding: 12px 15px;
  }

  .header-navigation .navigation-box #navigation-menu li ul a:hover, .header-navigation .navigation-box #navigation-menu li ul a:focus {
    background-color: #fff !important;
    /* color: #216BBC !important; */
    opacity: 0.9;
  }
  ul.slimmenu li .sub-toggle>i{
    font-size: 25px;
  }

  .header-navigation .navigation-box #navigation-menu {
  
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    position: absolute;
    right: 0;
    background: #ffffff;
    padding: 0 0px;
    top: 61px;
  }

  .header-navigation .navigation-box #navigation-menu li a {
    /* padding: 10px 15px 10px 15px;*/
     background:#226CBC;
     line-height:16px;
     padding: 10px;
   }
    .header-navigation .navigation-box #navigation-menu li a:hover,.header-navigation .navigation-box #navigation-menu li a:focus {
    color:#216BBC !important;
   } 
  .header-navigation .navigation-box #navigation-menu li.has-submenu a {
    padding: 10px 15px 10px 10px;
  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
    padding: 11px 15px;

  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul {
    position: relative;
    left: 0;
    background-color: #ffffff;
    /* padding-bottom: 20px; */
  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
    border: 0;
  }
  .header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
    color: #ffffff;
  }
  .header-navigation .navigation-box #navigation-menu li .sub-toggle {
    width: 100%;
    text-align: right;
  }
  ul.slimmenu li ul {
    margin: 0px;
  }
  .active {
    background-color: #fff !important;
    color: #216BBC !important;
  }
  ul.slimmenu{
    width:57% !important;
  } 

}


@media (min-width: 768px) and (max-width: 991px) {

  .header-navigation .navigation-box #navigation-menu {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    position: absolute;
    right: 0;
    background: #ffffff;
    padding: 0 0px;
    top: 83px;
  }

  ul.slimmenu li ul{
    margin:0 !important;
  }

  .header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
    top: 25px;

  }

  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
    padding: 14px 15px;
  }

  .header-navigation .navigation-box #navigation-menu li a {
   /* padding: 10px 15px 10px 15px;*/
   background-color: #226CBC;
   color:#fff;
   line-height:16px;
  }
  .header-navigation .navigation-box #navigation-menu li a:hover,
  .header-navigation .navigation-box #navigation-menu li a:focus {
    color:#216BBC;
   }

  .header-navigation .navigation-box #navigation-menu li.has-submenu a {
    padding: 10px 15px 10px 10px;
  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul {
    position: relative;
    left: 0;
    background-color: #ffffff;
  }
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
    border: 0;
  }
  .header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
    color: #ffffff;
  }
  .header-navigation .navigation-box #navigation-menu li .sub-toggle {
    width: 100%;
    text-align: right;
  }

  .active {
    background-color: #fff !important;
    color: #216BBC !important;
  }
  ul.slimmenu{
    width:36% !important;
  }  
}

/**
* ============================
*  Slider Area
* ============================
*/

.slider-carousel {
  z-index: 22;
}

.slider-wrapper {
  padding-top: 80px;/*100*/
  padding-bottom: 20px;/*150*/
 
}

@media (max-width: 768px) {

  .slider-wrapper {
    padding-top: 80px;/*150*/
    padding-bottom: 20px;/*180*/
  }
}

.slider-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 /* z-index: 4;*/
  /*background: rgba(33, 108, 188, 0.4);
  /* background:rgba(231, 233, 236, 0.4); */
 
}
.slider-wrapper h2{
  color:#ffffff;
}

.full-padding {
  padding: 300px 0;
}

@media (max-width: 768px) {

  .full-padding {
    padding: 200px 0;
  }
}

.slider-search-form input[type="text"] {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
  background-color: #ffffff;
  padding: 15px 30px;
}

.slider-search-form button {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0;
  background-color: #ffffff;
  padding: 15px 30px;
  color: #216BBC;
}

.slider-search-form button:hover, .slider-search-form button:focus, .slider-search-form button:active {
  background-color: #ffffff !important;
  color: #216BBC !important;
}

.slider-content {
  top: 30%;/*20*/
  position: relative;
  z-index: 22;
}

.slider-content h1, .slider-content h2 {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 50px;
}

.slider-content h1 span, .slider-content h2 span {
  font-weight: 700;
}

.slider-content h3, .slider-content h4 {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}

.slider-content h3 span, .slider-content h4 span {
  font-weight: 700;
}

.slider-content .btn {
  padding: 5px 20px;
  /*background-color: #ffffff;
  color: #000000;*/
  margin-left: 5px;
}
@media (max-width: 575px) {
  .slider-content {
    top:80%;/*0*/
  }
  .slider-content h1, .slider-content h2 {
    margin-bottom: 20px;
  }

}

  .m-20{
    margin-top:20px;
  }



/**
* ============================
*  Topics Area
* ============================
*/
.topics-service {
  border: 1px solid rgba(0, 1, 1, 0.01);
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 1;
}

.topics-service .topics-title {
  position: relative;
  margin-bottom: 40px;
}

.topics-service .topics-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #216BBC;
  display: block;
  bottom: -14px;
  position: absolute;
}

.topics-service .topics-list {
  margin: 0;
}

.topics-service .topics-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.topics-service .topics-list li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #216BBC;
  position: relative;
  position: absolute;
  left: 0;
  margin-top: 2px;
  font-size: 12px;
}

.topics-service:hover {
  transform: matrix(1, 0, 0, 1, 0, -5);
  -ms-transform: matrix(1, 0, 0, 1, 0, -5);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  border-color: rgba(33, 108, 188, 0.1);
}

.topics-service:hover .topics-title:before {
  width: 60px;
}

.topics-area2 .topics-wrapper {
  z-index: 4;
  position: relative;
}

.topics-area2 .topics-service {
  padding: 0;
  border: 0;
}

.topics-area2 .topics-service:before {
  display: none;
}

.topics-area2 .topics-service:hover {
  transform: none;
}

.topics-area2 .topics-service .topics-title {
  margin-bottom: 20px;
}

.topics-area2 .topics-service .topics-title:before {
  display: none;
}

.topics-area2 .topics-service .topics-list li:before {
  content: "\f101";
  font-size: 18px;
  transition: all 0.5s ease 0s;
}

.topics-area2 .topics-service .topics-list li:hover:before {
  padding-left: 5px;
}



/**
* ============================
*  Form Area
* ============================
*/

.sub-title {
  margin-bottom: 30px;
}
/*REQUIRED FIELD STAR*/
/*.required-field label::after { 
  content: "*";
  color: red;
}*/
/* Important part */

.asterisk{
  color: red;
}
.modal-content{
  line-height: 22px;
  
}
.registraion-forms .modal-body {
  padding:1.5rem !important;
  height: 500px !important;
  overflow-y: auto !important;
}
/*.modal-dialog{
  overflow-y: initial !important
}*/
.modal-header {
  background:#f2f6fb; 
}
input  {
  background-color:#1876e9; 

}
.modal-header h4{
  font-size:14px !important;
}
.form-action {
  border: 0;
  width: 100%;
  margin-bottom: 30px; 
 
}
.form-action p {
  font-size:13px; 
}

.form-action .form-group {
  margin-bottom: 10px;/*15*/
 font-family: 'LatoRegular','Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif!important;
 font-size: 13px;
  /*font-family: Nunito, sans-serif;
  font-size: 16px;*/
}
 .form-action .form-row select{
  font-family: 'LatoRegular','Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif!important;
  font-size: 12px !important;
} 

.form-action .form-group input , textarea , select{
  background-color: #f2f6fb !important;
  font-family: 'LatoRegular','Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif!important;
  font-size: 12px !important;
}


.form-action .form-group .form-control {
  padding: 2px 15px;
  border-radius: 4px;
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  width: 100%;
  background-color: #ffffff;
  color: #777777;
  font-size: 16px;
  /*line-height: 18px;/*30*/ 
}
 .form-group .form-control::placeholder {
   color:rgb(204, 204, 207);
  font-family:'LatoRegular','Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif!important;
  font-size: 12px;
  font-size:13px;
}

.form-action .form-group .form-control:focus {
  border: 1px solid #216BBC;
}


.form-action .form-group .form-check-input {
  margin-top: 8px;
}


.form-action .form-group button[type="submit"] {
  position: relative;
}


.form-action .form-group .input-label {
  margin-top: 5px;/*5*/
  display: inline-block;
  font-size: 14px;
  color: #777777;
}


.form-action .file-upload {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  border-radius: 4px;
}


.form-action .file-upload:after {
  content: attr(data-text);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #777777;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 6px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  border-radius: 4px;
}


.form-action .file-upload:before {
  content: '\f0c1';
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #ffffff;
  color: #216BBC;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
}


.form-action .file-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

 
.form-socials {
  margin: 0;
}


.form-socials li a {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 1px 0px;
}


.form-socials li a:hover {
  opacity: 0.9;
}


.contact-map {
  margin-bottom: 30px;
}

/**
* ============================
*  17.0 Help Area
* ============================
*/
@media (max-width: 768px) {

  .help-section {
    margin-bottom: 10px;
    text-align: justify;
  }
}

@media (max-width: 768px) {
  .help-btn {
    text-align: center !important;
    margin-bottom: 5px;
  }
}

/**
* ============================
*  Faq Area
* ============================
*/

.faq-service {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  display: table;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.faq-service .faq-logo {
  float: left;
  transition: all 0.5s ease 0s;
}

.faq-service .faq-logo .logo-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 15px 5px;
  background-color: #216BBC;
  width: 70px;
  border-radius: 50%;
  height: 70px;
}

.faq-service .faq-logo .logo-image {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background: #f2f6fb;
  width: 45px;
  height: auto;
}

.faq-service .faq-logo .logo-image img {
  padding: 8px;
}

@media (max-width: 575px) {

  .faq-service .faq-logo {
    display: none;
  }
}

.faq-service .faq-content {
  /* float: right; */
  width: calc(100% - 5px);
  /* padding-left: 20px; */
}

.faq-service .faq-content p {
  margin: 0;
  line-height: 22px;
  text-align: justify;
}

@media (max-width: 575px) {

  .faq-service .faq-content {
    width: 100%;
    padding: 0;
  }
}

.faq-accordion {
  margin-top: 15px;
}

.faq-accordion .card {
  border: 0;
}

.faq-accordion .card .card-header {
  background-color: #216BBC;
}

.faq-accordion .card .card-header button[type="button"] {
  color: #ffffff;
}


/**
* ============================
*   Company Area
* ============================
*/

.company-slider .company-logo img {
  width: auto;
}




/**
* ============================
*   Footer Area
* ============================
*/
.footer-custom{
 background-color: #034a98  !important;
}

.footer-widget {
  margin-bottom: 10px;
}


.footer-title {
  position: relative;
  margin-bottom: 45px;
}


.footer-title:before {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
  left: 0;
}


.footer-copyright p {
  font-size: 14px !important;
  margin: 0;
  padding: 10px 20px;
  color: #f2f6fb;
  word-spacing: 1px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}


.footer-copyright p a {
  font-size: 14px !important;
  color: #c1d8f5;
}

.special a img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
}
 
.active{
  background-color: #fff;
  color:#216BBC !important;
}




/* Important part */
/*=================
open jobs
====================*/

/* 
table {
  width:100%; 
}
table.openjobs {
   border-collapse: separate; 
}
/* table#rcorners1 {
  border-radius: 25px;
  padding: 8px; 
} *
table, th, td {
  /* border: 1px solid black; *
  border-collapse: collapse;
  border-radius: 25px;
}
th, td {
  padding: 3px;
  text-align: center;
}
table.openjobs tr:nth-child(even) {
  background-color: #92bcf0;
}
table.openjobs tr:nth-child(odd) {
 background-color:#c1d8f5;
}
table.openjobs th {
  background-color: #226CBC;
  color: white;

}
.table1{
  display:none;
}
.viewsection button,a {
  color: #ffff;
}
.viewsection button,a:hover {
  opacity:1;
}
.m-10{
margin:10px !important;
}

.viewsection .btn-style4:hover, .btn-style4:focus, .btn-style4:active {
  color: #ffffff !important;
  background-color: #216BBC;
  border: 1px solid #ffffff;
} */

/* @media (max-width: 575px) {
  th, td {
  font-size:10px;
  border-radius: 10px;
  padding:0;
  }
} */
/*----------------------
Table
---------------------*/








/*--------------------
Underline
--------------------*/
.white-text .underline {
  border-bottom: 3px solid #c1d8f5;
}
.slider-wrapper .underline{
  border-bottom: 3px solid #c1d8f5;
}
.underline {
  border-bottom: 3px solid  #034a98;
  width: 150px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 40px;
}



/*
Slider effects

*/

.bg_cover,
.slider .mainslider .owl-carousel .item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transform: translateZ(0) !important;
    -webkit-backface-visibility: hidden !important;
    image-rendering: -webkit-optimize-contrast !important
}

.bg_contain,
.slider .mobileframe .owl-carousel .item.hiw1 .mdc-layout-grid__inner .img span,
.store__block .store__block--img span,
.product__block .product__block--img span,
.product__view .product__view---img {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transform: translateZ(0) !important;
    -webkit-backface-visibility: hidden !important;
    image-rendering: -webkit-optimize-contrast !important
}


.slider {
  min-height: 350px;
 /* background: white;*/
  position: relative;
  overflow: hidden
}

.slider .mainslider .owl-carousel {
  overflow: hidden
}

.slider .mainslider .owl-carousel .item {
  height: 350px;
  background: #444;
  position: relative
}

.slider .mainslider .owl-carousel .item:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -100px;
  width: 100%;
  height: 200px;
  background: url(../images/gradient.png) repeat-x bottom left;
  opacity: 0.4;
  z-index: 1
}

.slider .mainslider .owl-carousel .owl-nav div {
  position: absolute;
  top: 0px;
  cursor: pointer;
  z-index: 5;
  width: 50%;
  height: 100%
}

.slider .mainslider .owl-carousel .owl-nav div i {
  position: absolute;
  height: 100%;
  width: 40px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  font-size: 25px;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.4)
}

.slider .mainslider .owl-carousel .owl-nav div i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center
}

.slider .mainslider .owl-carousel .owl-nav div.owl-prev {
  left: 0px
}

.slider .mainslider .owl-carousel .owl-nav div.owl-prev i {
  left: -40px
}

.slider .mainslider .owl-carousel .owl-nav div.owl-prev:hover i {
  visibility: visible;
  opacity: 1;
  left: 0px
}

.slider .mainslider .owl-carousel .owl-nav div.owl-next {
  right: 0px
}

.slider .mainslider .owl-carousel .owl-nav div.owl-next i {
  right: -40px
}

.slider .mainslider .owl-carousel .owl-nav div.owl-next:hover i {
  visibility: visible;
  opacity: 1;
  right: 0px
}

.slider .mobileframe {
  width: 312px;
  height: 345px;/*325*/
  background: transparent url(../images/frame1.png) no-repeat left bottom;
  padding-top: 35px;/*25*/
  position: absolute;
  left: 100px;
  top: -21px;
  z-index: 2
}

.slider .mobileframe .owl-carousel {
  padding-top: 83px;
  max-width: 263px;
  margin-left: 26px
}

.slider .mobileframe .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  z-index: 5;
  padding: 25px 0px
}

.slider .mobileframe .owl-carousel .owl-dots div {
  height: 6px;
  width: 6px;
  display: inline-block;
  margin: 0px 8px;
  border-radius: 7px;
  transition: all .3s ease;
  position: relative;
  background: #216BBC;
  cursor: pointer
}

.slider .mobileframe .owl-carousel .owl-dots div:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 16px;
  width: 16px;
  border: 1px solid black;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 100%;
  transition: all .3s ease;
  transform: scale(0);
  visibility: hidden;
  box-sizing: border-box
}

.slider .mobileframe .owl-carousel .owl-dots div.active:before {
  transform: scale(1);
  visibility: visible
}

.slider .mobileframe .owl-carousel .item {
  min-height: 228px;
  /* background: #09f;
  padding: 30px 15px;
  padding-top: 50px; */
  box-sizing: border-box;
  color: white;
  text-align: center
}

.slider .mobileframe .owl-carousel .item i {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: white;
  border-radius: 100%;
  position: relative
}

.slider .mobileframe .owl-carousel .item i svg {
  height: 34px;
  width: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px
}

.slider .mobileframe .owl-carousel .item strong {
  display: block;
  margin-top: 15px;
  text-transform: capitalize;
  font-family: 'Montserrat Alternates', sans-serif
}


.myslider .item img {
  height: auto;
  width: 100%;
}
.owl-dots .owl-dot {
  margin: 0px 5px;
}
.owl-dots .owl-dot  {
  background: none;
  border: none;
  padding: 0;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.owl-dots .owl-dot button:focus {
  outline: none;
}
.owl-dots .owl-dot.active button {
  color: #000000;
}


@media (max-width: 768px) {


  .slider .mainslider .owl-carousel .item {
      height: 150px;
      background-position: right !important
  }
  .slider .mobileframe {
      position: static;
      margin: 0 auto
  }
 
}

.header-logo h5 {
  margin-top: 18px;
}

.nav-padding {
  margin-top: 90px !important;
}

.alert {
  padding: 0.20rem 1.25rem !important;
}

#regloading img {
  width: 35px;
  height: 35px;
}

#jobloading img {
  width: 35px;
  height: 35px;
}

#candidateloading img {
  width: 35px;
  height: 35px;
}

.text-padding {
  padding-bottom: 20px;
}

thead {
  background-color: #216BBC;
  color: #fff;
}
.pt-10{
  padding-top:10px;
}