@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');
/*header*/

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7; 
}

.carousel-inner img {
  width: 100%;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    background-color: #FFF;
}

.m-li {
      margin-left: 30px;
}

.lk {

    color: #2b3560 !important;
    font-size: 16px;
    padding: 14px 25px;
    text-decoration: none;
}

.lk:hover {
  
  color: #56c5d0;
}

.linkHoverEffect_11 a {
    margin: 0;
    padding: 15px 25px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.linkHoverEffect_11 a::before {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #2b3560;
    border-top: 2px solid #2b3560;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.linkHoverEffect_11 a span::before {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #2b3560;
    border-left: 2px solid #2b3560;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.linkHoverEffect_11 a span::after {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #2b3560;
    border-bottom: 2px solid #2b3560;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.linkHoverEffect_11 a::after {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #2b3560;
    border-bottom: 2px solid #2b3560;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.linkHoverEffect_11 a:hover {
  color: #56c5d0;
}
.linkHoverEffect_11 a:hover::before {
  opacity: 1;
  right: 6px;
  top: 6px;
}
.linkHoverEffect_11 a:hover::after {
  opacity: 1;
  left: 6px;
  bottom: 6px;
}
.linkHoverEffect_11 a:hover span::before {
  opacity: 1;
  left: 6px;
  top: 6px;
}
.linkHoverEffect_11 a:hover span::after {
  opacity: 1;
  right: 6px;
  bottom: 6px;
}

/* headeer top */

.topbar{
  background-color: #2b3560;
  padding: 0;
}

.topbar .container .row {
  margin:-7px;
  padding:0;
}

.topbar .container .row .col-md-12 { 
  padding:0;
}

.topbar p{
  margin:0;
  display:inline-block;
  font-size: 13px;
  color: #f1f6ff;
  padding-top: 10px;
  padding-bottom: 3px;
}

.topbar p > i{
  margin-right:5px;
}
.topbar p:last-child{
  text-align:right;
} 

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
  border:none;
  margin:0;
  padding:0;
}

ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
  list-style: none;
  margin: 5px 0 10px -25px;
  float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
a {
  color: #2b3560;
  text-decoration: none;
}

a:hover {
  color: #56c5d0;
  text-decoration: none;
}

/*li {
    list-style-type: none;
}*/

.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #222!important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
    background: -webkit-linear-gradient(left, #54d400 48%, #1b1e21 48%);
    background: linear-gradient(45deg, #2196f3 48%, #1b1e21 48%);

}


.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}
.bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}

.activePage {

    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    border-right: 2px solid #2b3560;
    border-top: 2px solid #2b3560;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    right: 6px;
    top: 6px;
}

/*header*/

.cl {
   
   margin-top: 2%;
   margin-bottom: 2%;

 }

 .ft-c {
  
  color: #56c5d0;

 }

.bs {

    color: #fff;
    text-shadow: 2px 2px 3px #2b3560;    
}
.bc {
  background-color: #FFF !important;
  color: #2b3560 !important;
}

.bc-h {
  
     color: #2b3560 !important;

}

.carousel-caption span {
  background-color: #2b3560;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
 .btns {
   
    color: #FFF;
    background-color: #2b3560;
    border-color: #2b3560;
 }

 .btns-line {
        color: #2b3560;
    border-color: #2b3560;
 }

.btns-line:hover {
 
    color: #FFF;
    background-color: #2b3560;
    border-color: #2b3560;
}

.btns:hover {
 
    color: #FFF;
    background-color: #56c5d0;
    border-color: #56c5d0;
}

.btnd {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    background-color: #2b3560;
    padding: 15px 40px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btnd span {
  position: relative; 
  z-index: 1;
}

.btnd:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #56c5d0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btnd:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.btnd:hover{
  text-decoration: none;
}

ul.squre {
  list-style-type: square;
}

.banner {
    background:linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7)),url(../img/slide3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
}

.banners {

    padding: 3em;
    background:linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7)),url(../img/slide3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    background-attachment: fixed;

}

.mrc {
  margin-right:0 !important;
}

.about-icon {
    color: #FFF;
}
i.far {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #2b3560;
  padding: 0.5em 0.6em;

}

i.far.fa-thumbs-up {
    
     display: inline-block;
     border-radius: 60px;
     box-shadow: 0px 0px 2px #56c5d0;
     padding: 0.5em 0.6em;
     font-size: 48px;
     color: #56c5d0;
 
 }

.whapp {
    
     display: inline-block;
     border-radius: 60px;
     box-shadow: 0px 0px 2px #56c5d0;
     padding: 0.5em 0.6em;
     font-size: 48px;
     color: #56c5d0;
 
 }

 .whapp:hover {
  
     box-shadow: 0px 0px 2px #01e675;
     color: #01e675;
 }

 i.fas.fa-low-vision {
    
     display: inline-block;
     border-radius: 60px;
     box-shadow: 0px 0px 2px #56c5d0;
     padding: 0.5em 0.6em;
     font-size: 48px;
     color: #56c5d0;

 }

i.fas.fa-map-marked-alt {
    
     display: inline-block;
     border-radius: 60px;
     box-shadow: 0px 0px 2px #56c5d0;
     padding: 0.5em 0.6em;
     font-size: 30px;
     color: #56c5d0;
 
 }

i.far.fa-envelope-open {
    
     display: inline-block;
     border-radius: 60px;
     box-shadow: 0px 0px 2px #56c5d0;
     padding: 0.5em 0.6em;
     font-size: 30px;
     color: #56c5d0;
 
 }

i.fas.fa-phone-volume {  
    
     display: inline-block;
     border-radius: 60px;
     box-shadow: 0px 0px 2px #56c5d0;
     padding: 0.5em 0.6em;
     font-size: 30px;
     color: #56c5d0;
 
 }

.page-title {
    font-size: 46px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.page-caption {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-caption span {
   
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;

}

.gets:hover {
  
   background-color: #2b3560;

}

.inputs {
  
    width: 100%;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    outline: none;
    background: #f8f9fa;
    padding: 12px 15px;
    border: 1px solid #dedede;
    font-size: 18px;
    height: 55px;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    color: #000;
    margin-bottom: 20px;

}

label.forms {
    font-size: 18px;
    color: var(--heading-color);
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.inputs textarea {
    height: 140px;
    margin: 0 0 20px 0;
}

.mb-p p {
   
   margin-bottom:1px !important;

}

.works {

    background: rgba(5, 5, 5, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem;
    width: 350px;
    min-height: 26em;
    display: grid;
    align-items: center;
}

.works h5 {
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}

.works-day {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 10px 0;
}

.works-day span {
    color: rgba(255, 255, 255, 0.95);
    font-size: 17px;
}

.works-day span:nth-child(2) {
    font-weight: bold;
}

.card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

.card:hover{
     transform: scale(1.05);
     box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.carousel-caption {

    padding-bottom: 200px !important;

}

/*Footer*/
.col_white_amrc { color:#000;}
footer { 
  width:100%; 
  background-color:#FFF; 
  min-height:250px; 
  padding:10px 0px 25px 0px;
}

.pt2 { padding-top:20px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#2b3560; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#2b3560;}
.footer_ul_amrc li a:hover{ color:#56c5d0; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#2b3560; margin:0 12px;}

.foote_bottom_ul_amrc li a:hover { color:#56c5d0; text-decoration: none;}


.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}



 /*Footer*/