  .navbar-nav li:hover > ul.dropdown-menu {display: block;border: none;background: #0d6cc0;;}
.dropdown-submenu {position:relative;}
.dropdown-submenu>.dropdown-menu {top:0;left:100%;margin-top:-6px;}
/* rotate caret on hover */
button.navbar-toggler {border: 1px solid #000;}
.dropdown-menu > li > a:hover:after {text-decoration: underline;/*transform: rotate(-90deg);*/} 
li.nav-item a {
    color: #FFF;
    padding: 2px 12px !important;
    font-family: sans-serif !important;
}
li.nav-item a:hover {border-bottom: 2px solid #6ec9e9;
    padding: 2px 0px;}
li.nav-item.active a {
    border-bottom: 2px solid #6ec9e9;
    padding: 2px 0px;
}
.nav-link {
    display: block;
    padding: 0.2rem 1rem;
}
.bg-light {background-color: #054781!important;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff;text-decoration: none;background-color: #f8f9fa;}
/*.dropdown-menu a{color: #000!important;}*/
.carousel-indicators li {display: inline-block;width: 20px!important;height: 20px!important;text-indent: -999px;cursor: pointer;background-color: rgba(167,167,167,.62);border: medium none!important;border-radius: 10px;}
.carousel-indicators .active {width: 20px!important;height: 20px!important;border: medium none!important;background-color: #137fbd!important;}
.scrollup {width: 40px;height: 40px;opacity: 1;position: fixed;bottom: 14px;right: 20px;display: none;text-indent: -9999px;background: #0d6cc0 url(img/scroll-top-arrow.png) no-repeat 10px 10px;z-index: 999;}
.carousel-item h4 {font-size: 2.5rem; font-weight: 700;letter-spacing: 2px;margin-bottom: 20px;}
.carousel-item p {font-size: 1.2rem; font-weight: 700;letter-spacing: 1px;margin-bottom:150px;}


.about {
    margin-bottom: 20px;
}
.about p{
  text-align: center;
  margin-top: 8px;
  color: #00beff;
  margin-bottom: 0px;
}
.my-fixed {
    margin-top: 10px;
    font-size: 20px;
    color: #054781;
}

.text-pure-green {
    color: #054781 !important;
    margin-bottom: 40px;
    margin-top: 25px;
}

.light-bg-linear {
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0%,#fff 100%);
    background: -webkit-linear-gradient(top,#eee 0%,#fff 100%);
    background: #3162a20f;
    
}

.features {
    color: #00beff;
    margin-bottom: 30px;
}
.web {
    color: #054781;
    margin-top: 30px;
    margin-bottom: 20px;
}
.btn1 {
    background-color: #295c9e;
    padding: 7px 1px 7px 20px;
    /* border-radius: 5px; */
    color: #fff;
}
.btn1:hover {
    color: #fff !important;
}

.gray {
    margin-top: 50px;
    background-color: #F4F6F9;
}

.section-title {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #054781;
    margin-top: 35px;

}

.px-3 {
    padding-left: 1rem!important;
    text-align: center;
    margin-bottom: 40px;
}

.text-center {
    text-align: center!important;
    color: #054781;
}

.light-bg-linears {
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0%,#fff 100%);
    background: -webkit-linear-gradient(top,#eee 0%,#fff 100%);
    background: #fff;
}

.pb-3, .py-3 {
    padding-bottom: 4rem!important;
}



.dummy_page {
  height: 200px;
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0px;
}
.site-footer
{
  background-color:#054781;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#fff;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5;
}
.site-footer hr.small
{
  margin:20px 0;
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:3px;
  font-weight: bold;
}
.site-footer a {
    color: #b7babb;
    font-size: 15px;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none;
}
.footer-links li
{
  display:block;
}
.footer-links a
{
  color:#fff;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#000080;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block;
}
.site-footer .social-icons
{
  text-align:right;
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  
}
.copyright-text
{
  margin:0;
  font-size: 12px;
}

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#000080;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.attra {
    text-align: center;
    margin-top: 0px;
    padding: 13px;
    height: 123px;
    border: 2px solid #e0e0e080;
    background-color: #bbdefb17;
}
.attrat{
    text-align: center;
    margin-top: 0px;
    padding: 13px;
    height: 123px;
    border: 2px solid #e0e0e080;
    background-color: #bbdefb17;
}
.attratc{
  text-align: center;
    margin-top: 0px;
    padding: 13px;
    height: 123px;
    border: 2px solid #e0e0e080;
    background-color: #bbdefb17;
}
.abo-cont p {
    font-size: 19px;
    text-align: center;
    margin-top: 21px;
    font-family: inherit;
    font-weight: 500;
    color: #666;
    line-height: 35px;
}

i.fas.fa-long-arrow-alt-right {
    background: #27bfe9;
    padding: 10px;
    color: #fff;
}
.btn-dark {
    color: #fff;
    background-color: #234983;
    padding: 0px 4px 0px 10px;
    border: 1px solid #fff;
    border-radius: 0;
}
.btn-dark i {
    background: #1db368;
    padding: 10px;
    color: #fff;
}
ul.social-icons i {
    color: #054781;
}
.feature {
    border: 2px solid #cccccc59;
    padding: 20px;
    background-color: #cccccc14;
}
.feature img {
    padding: 7px;
    margin-top: -3px;
    margin-bottom: 10px;
}
h3.twoforby {
    text-align: center;
    font-size: 23px;
    padding: 10px 2px;
    background-color: #00000014;
    margin-top: 12px;
    font-family: inherit;
}




/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: left !important;
    font-size: 28px;
    font-weight: bold;
    margin-left: 349px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}















.col-md-6.kki {
    border-right: 1px solid #fff;
    padding-right: 50px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #054781;
    border-color: #054781;
}
.btn-primary:hover {
    color: #fff;
    background-color: #054781;
    border-color: #054781;
}


#for {
    width: 100%;
    background-color: #f3f6fa;
    overflow: hidden;
    padding-bottom: 30px;
}

#contact {
  width: 100%;
  overflow: hidden;
}

.section-header {
    text-align: center;
    padding-top: 30px;
    letter-spacing: 3px;
    color: #234983;
    margin-bottom: 25px;
    font-size: 28px;
}

.contact-wrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  max-width: 800px;
}

/* Begin Left Contact Page */
.form-horizontal {
  width: 100%;
 /* font-family: 'Lato';*/
  font-weight: 400;
}

.form-control, textarea {
  max-width: 100%;
  background-color: #fff;
  color: #054781;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 100%;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.button {
  width: 100%;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
    display: block;
    margin-top: 0px;
    font: 300 14px 'Lato', sans-serif;
        font-weight: 300;
        font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
}

/*.button:hover {
  transform: translate3d(0px, -29px, 0px);
}
*/
/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 90%;
  margin-top: 5px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: 15px;
  padding-right: 0px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #5e5e5e;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #5e5e5e;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #000;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #111;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.8); ;
}

/* Begin Media Queries*/
@media screen and (max-width: 760px) {
    #contact {
        height: 1000px;
    }
  .section-header {
    font-size: 65px;
  }
  .direct-contact-container, .form-horizontal {
    float: none;
    margin: 10px auto;
  }  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {
  #contact {
    height: 1200px;
    }
  .section-header{
    font-size: 50px;
  }
  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    max-width: 340px;
    margin: 0 auto;
  }
  
  .name, .email, textarea {
    width: 280px;
  } 
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}