html{
  scroll-behavior: smooth;
}
body{
    padding:0;
    margin:0;
}
section, div{font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Catamaran', sans-serif;
}
p {
  font-size: 0.9em;
  line-height: 1.9em;
  letter-spacing: 1px;
}
#h0{
  text-transform: capitalize;
  color: rgb(61, 61, 61);
}
.page-s-inner {
  background: url(images/banner0.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  }
  .overlay-innerpage {
  min-height: 20em;
  background: rgba(0, 0, 0, 0.44);
  }
  @media screen and (max-width: 1366px)
  {
  .page-s-inner, .overlay-innerpage {
      min-height: 18em;
  }
}
.logo{
  display:inline-block;
  padding:1%;
}
.logo a{
  float: left;
  font-size: 45px;
  display: initial;
  margin: 0;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  font-weight: 600;
  text-transform: capitalize;
}
.logo a:hover{
  color: rgb(226, 225, 225);
  text-decoration: none;
}
.rep{
  color:yellow;
}
.toggle,[id^=drop]
{
  display: none;
}
.name-init{
  background: white;
  padding:1.5em;
  display: flex;
}
nav{
  margin:0;
  padding:0;
}
nav ul{
 float:right;
 list-style: none;
 margin-top:0.5em;
 position: relative;
 padding:0;
 margin-bottom: 0;
}
nav ul li{
  display: inline-block;
  float: left;
}
ul.menu li.active a{
  color:rgb(19, 19, 63);
}
nav ul ul{
  display:none;
  position: absolute;
  padding:20px 5px 10px 5px;
  top:20px;
  background: white;
}
nav ul ul li{
  float:none;
  display: list-item;
  width:140px;
  position: relative;
}
nav ul ul li a{
  padding:5px 10px;
  display: block;
  color:rgb(73, 73, 73);
}
nav ul li:hover > ul{
  display: inherit;
}
nav ul li ul li:hover {
  background: #f8f9fa;
}
nav a{
  font-weight: 400;
  letter-spacing: 1px;
  font-size:0.9em;
  color:rgb(73, 73, 73);
  padding:0.5rem;
  margin:0 1.1em;
}
nav a:hover{
  color:rgb(17, 17, 141);
  text-decoration: none;
}
.buton0{
  background-color: rgb(224, 24, 24);
  border:none;
  display:inline-block;
  letter-spacing: 2px;
  color:white;
  border-radius: 3px;
  font-size: 1em;
  vertical-align: middle;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  padding:0.6em 2em;
}
.buton0:hover{
  background-color: rgb(255, 30, 30);
  color:rgb(42, 42, 199);
  text-decoration: none;
}
.overlay { 
  color:#fff;
  z-index:12;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1280px){
  nav a{
    letter-spacing: 1px;
    font-size: 0.9em;
    padding:0.5em;
    margin:0 0.5em;
  }
  .logo a{
   float:left;
   font-size: 1em;
  }
}
@media screen and (max-width: 1080px){
  .name-init{
    display:flex;
    padding:1em;
  }
}
@media all and (max-width : 992px){
  .logo{
    display:block;
    float:left;
    width:30%;
    text-align: center;
    padding:0;
  }
  .name-init{
    padding:1em;
    float: right;
    width:65%;
    justify-content: center;
    display:flex;
  }
  nav{
    margin:0;
  }
  nav ul{
    width:100%;
  }
  .toggle + a, .menu{
    display: none;
  }
  .toggle{
    display:block;
    padding:0.32em 3.2em;
    background: rgb(20, 3, 3);
    color: white;
    border-radius: 3px;
    cursor: pointer!important;
    margin:0 1em 0 0;
    float:left;
    border:none;
    font-size: 20px;
  }
  .menu .toggle{
    float:none;
    text-align: center;
    margin:auto;
    width:70%;
    padding:5px;
    color:rgb(73, 73, 73);
    font-size:0.9em;
    letter-spacing:1px;
    background: none;
  }
  .toggle:hover{
    background: white;
    color: rgb(29, 29, 29);
  }
  [id^=drop]:checked + ul{
    display:block;
    background: azure;
    padding:15px 0;
    text-align: center;
  }
  nav ul li{
    display:block;
    width:100%;
    padding:5px 0;
    margin:0;
  }
  nav ul ul li{
    display: block;
    width: 100%;
    padding:0;
  }
  nav ul ul{
    position: static;
    float: none;
  }
  nav ul li ul li:hover{
    background: white;
  }
  nav ul ul li:hover > ul,
  nav ul li:hover > ul{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .toggle{
    display: block;
    padding:0.32em 1.5em;
    text-align: center;
  }
  .logo a{
    float:left;
    padding-top:0.5em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 568px){
  .buton0{
    padding:0.6em 1em;
  }
}
/*/navbar*/

/*About section*/

.sec0{
  background-color: azure;
}
.im0{
  width:100%;
  height:100%;
}
.d1{
  width:auto;
  letter-spacing: 1px;
}
.d1 h1{
  line-height: 1.2em;
}
.d1 p{
  font-size: 0.8
  em;
  color: #777;
  line-height: 2.2em;
  letter-spacing: 2px;
  padding-top: 15px;
}
.ar0 p{padding:9px; line-height: 2.2em; color:#777;}
.check-box{
  margin-top: 3rem !important;
  list-style: none;
  padding-left:0px;
  letter-spacing: 1px;
}
ul.check-box li{
  padding-top:5px;
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
ul.check-box li span{
  color: rgb(216, 49, 49);
  font-size: 20px;
  vertical-align: middle;
}
  /*Services*/

.sect-init{
  margin-top:120px;
  margin-bottom:100px;
  }
.r0{
  display: inline-block;
  text-align: center;
  position: relative;
}
.bottom-grid span.fa{
  font-size: 55px;
}
.num0{
  background: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  margin: 2em auto;
}
.clr1{
  color:rgba(106, 106, 248, 0.808);
}
.clr2{
  color:rgb(253, 72, 72);
}
.clr3{
  color:rgb(81, 190, 81);
}
.bottom-grids p {
  padding: 0 1em;
}
.mt-4{
  margin-top: 2.5rem !important;
  color: #888;
  font-size: 14px;
}
span.border-line {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 32%;
  z-index: -1;
  border-top: 1px dashed #ddd;
}

/*Users section*/

.sec1{
  background-color: rgb(215, 243, 243);
  padding-bottom:90px;
}
.h_ur{text-align: center; font-size:40px; padding:45px;}
.product0{
  background: #fff;
  padding: 3em;
  text-align: center;
  height:250px;
}
.product0 a{
  display: block;
  transition: transform 0.4s;
}
.product0 a:hover{
  -webkit-transform: scale(1.5);
  transform: scale(0.9); 
  text-decoration: none;
}
.product0 span {
  color: #fff;
  font-size: 2.0em;
  line-height: 2.5em;
}
@media screen and (max-width: 1366px)
{
.product0 h4 {
    font-size: 1em;
}
}
.product0 h4 {
  font-size: 17px;
  padding-top:5px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
  color: #555;
}
.icon-u{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 1em;
  text-align: center;
}
.ur{
  background: #0066b2;
}
.ur0{
  background: rgb(255, 178, 36);
}
.ur1{
  background: rgb(252, 64, 64);
}
.ur2{
  background: rgb(108, 108, 253);
}
  
/*Progress section*/
  
.sec2{
  margin:5%;
}
 #ph0{
  color: #555;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 1px;
  font-weight: 500;
}
.progress-one .progress {
  height: 0.5em;
  background: #444;
  border-radius: 0px;
}
.mt{
  margin-top: 3.2em !important;
}
.mt h4{
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*House section*/

.ban-top0{
  background: url(images/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  position:relative;
}
.overlay-inner{ 
  background: rgba(0, 0, 0, 0.44);
}
@media screen and (max-width: 1366px)
{
h3.sd-title{
    font-size: 2.5em;
    color: rgb(46, 46, 46);
}
}
.read-info h3{
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.read-info p{
  color: #ccc;
  letter-spacing: 1px;
}
.read-info {
  max-width: 700px;
}
.read-info a.btn {
  border: 2px solid #fff;
  padding: 11px 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
  margin-left:10px;
}

/*Banking services*/

.sec-bank{
    background: azure;
    padding-bottom: 50px;
}
h3.t-sd{
    font-size: 3em;
    color: #444;
    margin-top: 50px;
    margin-bottom: 80px;
}
@media screen and (max-width: 1366px)
{
h3.t-sd{
    font-size: 2.9em;
}
}
h4.h_bank {
    font-size: 1.5em;
    color: #555;
    padding-bottom:10px;
    text-transform: capitalize;
}
.read{
  color:white;
  font-size: 1em;
  font-weight: 400;
  background-color: rgb(255, 46, 46);
  letter-spacing: 2px;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  transition: transform .2s linear, box-shadow .2s linear;
  padding: 0.8em 2.5em;
  border-radius: 4px;
}
.read:hover{
  text-decoration: none;
}

/*Services section*/

.servic-left {
  margin-top: 11em;
}
.servic-left h4 {
  color: #ec1c24;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.servic-left p {
  font-size: 0.9em;
  color: #777;
  line-height: 1.9em;
  letter-spacing: 1px;
}
@media screen and (max-width: 1366px)
{
.servic-blck {
    padding: 3.5em 1em;
}
}
.servic-blck {
  background: #fff;
  padding: 4em 1em;
  -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}
.servic-blc1 {
  margin-top: 12em;
}
.s1 {
  color: #0099e5;
}
.servic-blck span {
  font-size: 2em;
}
.servic-blck p {
  font-size: 1.1em;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
  color: #555;
}
.servic-blc2 {
  margin-top: 6em;
}
.s2 {
  color: #ff4c4c;
}
.s3 {
  color: #34bf49;
}
@media screen and (max-width: 1366px)
{
.servic-blck {
    padding: 3em 1em;
}
}
.servic-blc3 {
  margin-top: 0em;
}
.s4 {
  color: #0dd3ff;
}
.s5 {
  color: #ff4f81;
}
.s6 {
  color: #ffd900;
}

/*Letter section*/

.sec4{
  background: rgb(207, 207, 6);
  padding:60px 80px;
}
#lh{
  color:white;
  font-size:45px;
}
.c-letter p{
  font-size:17px;
  font-style: normal;
  font-weight:500;
}
  input[type=text], select {
    width: 100%;
    height:57px;
    letter-spacing: 2px;;
    padding: 12px 20px;
    color: rgba(45, 45, 45, 0.74);
    margin: 8px 0;
    display: inline-block;
    border: 0px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#buton1{
  width:100%;
  height:57px;
  color:white;
  background: rgb(238, 32, 32);
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 11px 3px rgba(15, 4, 1, 0.527);
}
#buton1:hover{
  background: rgb(184, 39, 39);
  box-shadow: 1px 1px 10px 2px rgba(10, 9, 1, 0.527);
}

/*Profile section*/

.servic-blc3 {
  margin-top: 0em;
}
.servic-blck.pro-sd {
  background: none;
  padding: 1em 1em;
  box-shadow: none;
}
.pro-sd img {
  border-radius: 50%;
  -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}
.servic-blc2 {
  margin-top: 6em;
}
.servic-blc1 {
  margin-top: 12em;
}
p.test span {
  font-size: 2em;
  color: #ff4c4c;
}

/*Links and Posts menu*/
  
  .sec5{
    background-color: rgba(0, 0, 0, 0.815);
  }
  .text-center{
   text-align: center;
  }
  .text-center a{
    font-size: 40px;
    display: initial;
    margin: 0;
    letter-spacing: 2px;
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
  }
  .text-center a:hover{
    color: rgb(226, 225, 225);
    text-decoration: none;
  }
  .link-r{
    padding:50px;
  }
  .link-c hr{
  border-color: rgba(255, 255, 255, 0.205);
  }
  .lin{
    padding:15px;
    color:rgba(255, 255, 255, 0.295);
  }
  .link_info{
    padding-left: 0px;
    text-decoration: none;
    list-style: none;
  }
  .link_info a{
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.295);
  }
  .link_info a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.137);
  }
  #addr{
    padding-top:35px;
    color:rgba(255, 255, 255, 0.295);
  }
  #addr p{
    width:170px;
  }
  .d2{
    padding-top:75px;
  }
  .d2 h3{
    color:white;
  }
  
  /*Footer section*/
  .copy-right {
    letter-spacing: 2px;
    color: #777;
  }
  p.copy-right-grids {
    letter-spacing: 2px;
    color: #777;
  }
  p.copy-right-grids a {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:#777;
  }
  p.copy-right-grids a:hover{
    text-decoration: none;
    color: red;
  }
  .sd-icons li {
    display: inline-block;
    margin: 0 13px;
  }
  .sd-icons li a span:hover{
    color: red;
    }
  .sd-icons li a span {
    color: #333;
    font-size: 19px;
  }
  .sd-icons li a{
    font-size: 20px;
  }
  .move-top {
    margin-top: 1.2em;
  }
  a.move-top span {
    width: 36px;
    height: 36px;
    text-align: center;
    border: transparent;
    line-height: 2.5em;
    background: #f7f7f7;
    border-radius: 5px;
  }
    