
*{
    margin: 0px;
    padding: 0px;
}

a{
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
}
a:hover{
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover{text-decoration: none;}
body{
    font-family: 'Poppins', sans-serif;
    color: #0a1510;
}

.title-scd span, .stellarnav li a, .stellarnav li{ 
  font-family: 'Poppins', sans-serif;
}


:before, :after {
  font-family: 'Font Awesome 5 Free';
}

header{
    background: #fff;
    padding: 10px 20px;
}

.inner-header{
  padding: 10px 0px;
}

.mb-100{
  margin-bottom: 100px;
}


.blue-lgt, .lyingsliderdgn::before{
  background: #cae7f6;
}

.flyingsliderdgn{
  padding: 100px;
  position: relative;
}

.aboutimg{
  width: 100%;
}
/*  */
.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
  margin-bottom: 100px;
  background: #000;
}
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
	font-size: 16px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  background: #15498d;
}
.carousel-indicators li {
  background: #000;
  border-top:0px solid;
  z-index: 15;
  border-radius: 100px;
}
/*  */

.logo{width: 100px; } 

.primary-heading{
  color: #15498d;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}


.input-box {
  margin-top: 10px;
  position: relative;
  height: 66px;
  width: 100%;
  background: #fff;
  border-radius: 15px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .input-box .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

 
  .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 0 0px 0 20px;
    background-color: transparent;
  }
  .input-box .button {
    right: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 100px;
    background-color: #8cc03f;
    cursor: pointer;
  }
  .input-box .button.clicked {
    transform: translateY(-50%) scale(0.98);
  }
  
  /* Responsive */
  @media screen and (max-width: 500px) {
    .input-box {
      height: 66px;
      margin: 0 8px;
    }
    .input-box i {
      left: 12px;
      font-size: 25px;
    }
    .input-box input {
      padding: 0 112px 0 50px;
    }
    .input-box .button {
      right: 12px;
      font-size: 14px;
      padding: 8px 18px;
    }
  }

  /*  */


  .whytraindn{
    position: relative;
    margin-bottom: 100px;
  }
  .icontextdn {
    width: 300px;
    font-size: 16px;
    line-height: 19px;
}

.icon {
  width: 50px;
  margin-right: 9px;
}
.icon-sz {
  width: 50px;
}

.trainimg {
  height: 420px;
  display: table;
  margin: 0px auto;

}

.icon-one, .icon-two, .icon-three, .icon-four, .icon-five, .icon-six{position: absolute;}
.icon-one, .icon-two{top: 50px;}
.icon-two{right: 0px;}
.icon-three, .icon-four{top:210px}
.icon-four{right: 0px;}
.icon-five{
  left: 50px;
}
.icon-six{right: 50px;}

  .card-slider {
    max-width: 100%;
    }
  
    .slick-track{
      margin: 0px !important;
    }
    .slick-slide{
      height: 370px !important;
    }
  .box-list{
    width: 95% !important;
  }  
  .box-img {
    width: 100%;
 }
  .image{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 25 / 16;
    object-fit: cover;
    
  }

  .box-detail{
    width: 90%;
    background: #fff;
    margin: 0px auto;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 17px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 2px 17px 0px rgba(217,217,217,1);
    box-shadow: 0px 2px 17px 0px rgba(217,217,217,1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .box-title{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .box-title a{color: #0a1510;}
  .box-title a:hover{color: #3381c3;}
  .box-location{
    font-size: 14px;
    color: #5c727d;
    margin: 0px ;
  }

  .box-dec{
    font-size: 12px;
    line-height: 19px;
    margin:15px 0px;
  }

  .box-price{
    color: #8cc03f;
    font-size: 16px;
  }

  .circle-link{
    background: #ede686;
    color: #000;

    display: table;
    float: right;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    color: #3381c3;
    padding: 5px;
  }

.circle-link:hover{
    background: #3381c3;
    color: #fff;  
}


/*  */

.title, .title-scd{font-size: 30px; margin-bottom: 40px; text-transform: uppercase;
  border-left: 10px solid #8cc03f; padding-left: 15px;
}
.prm-clr{ color: #3381c3;}

.box-ctg{
  color: #8cc03f;
  font-size: 12px;
}

.box-2{
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 30px;
}

.box-2 .box-img {width: 150px; margin-right: 15px;}

.box-2 .image {
  aspect-ratio: 53 / 56;
}

.box-detail-none{
  background: none;
  padding: 0px;
  width: 100%;
  box-shadow: 0px 0px 0px 0px rgba(217,217,217,1)
}

.box-2 .box-title {font-size: 16px;}

.box-2 .box-price{ font-size: 14px;}

.hm-about img{
  width: 180px;
  margin-right: 40px;
}

.hm-about-detail {
  background: #c5e4ff;
  padding: 40px;
  font-size: 16px;
}


.hm-about-detail h2{ font-size: 35px; margin-bottom: 20px;}

.hm-about-detail span, .hm-about-detail a{ 
  color: #5c727d; font-size: 18px; font-weight: 600;
  text-transform: uppercase;
}


.cp-bg{
  background: url(../images/bg.jpg);
  padding: 100px 0px;
}


.white-clr{
  color: #fff !important;
}
.scd-clr{
  color: #8cc03f;
}


.title-scd{border: 0px; padding: 0px;}

.cp-bg .title-scd {
  display: table;
  margin: 0px auto;
}

.cp-bg .title-scd span{
  text-align: right;
    display: table;
    width: 100%;
    
}

.b-radius-none{
  border-radius: 0px;
}


.cp-dgn{
  margin-bottom: 30px;
}


.stellarnav.dark{
  background: none;
}


.stellarnav li a{
  font-size: 16px;
  border: 0px;
  font-weight: bold;
}

.stellarnav ul li{
  border-right: 0px !important;
}

.menu-icon{
  width: 25px;
  margin-right: 15px;
}

.properties-list .box-list{
  margin-bottom: 30px;
}

.inner-header{background: none;}

.innter-page{
  background: url(../images/innter-page-bg.jpg);
  padding: 40px 0px;
  height: 300px ;
}

.innter-page .container{position: relative;
}


.breadcrumb{
  background: none;
  color: #fff;
  font-family: 14px;
  padding: 0px;
}

.breadcrumb li, .breadcrumb li a, .breadcrumb li.active{
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}


.page-title{
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
}


.inner-search-box{
  position: absolute;
  bottom: -226px;
  width: 100%;
}

.proertiesphoto{
    display: table !important;}
.proertiesphoto img{
    
  width: 100%;
    }

.height-auto{
  height: auto;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

.imp-details{
  background: #f8f8f8;
  padding: 50px 100px;
  margin-bottom: 60px;
}

.imp-details h2{color: #5c727d; text-transform: uppercase; font-size: 25px;}
.imp-details span{color: #000;}


.imp-detail-icon{
  font-size: 40px;
  color: #8cc03f;
  margin-right: 14px;
}

.stellarnav li a, .stellarnav li {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: 600;
}
.stellarnav{
  float: right;
  width: auto !important;
  display: table;
}
.stellarnav li{
  padding: 3px 5px !important;

}

.stellarnav li li a{
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.inner-header .stellarnav  ul li, .inner-header .stellarnav  ul li a{
  color: #000;
}

.inner-header .stellarnav li.has-sub > a:after {
  border-top: 6px solid #202020;
}

.listbtn{
  background: #ede686;
  color: #000 !important;
  padding: 10px 20px !important;
}

.listbtn:hover{
  background: #3381c3;
  color: #fff !important;
 }
 .about-note{
  background: #f8f8f8;
  padding: 40px 0px;
 }
 .about-note-img img{
  width: 120px;
  margin-right: 50px;
 }

 .imp-about{
  background: #c5e4ff;
  padding: 50px;
  border-radius: 40px;
 }


 .team-img-dgn{
  background: #f8f8f8;
  height: 520px;
  text-align: center;

 }

 .team-img-dgn img{
  height: 100%;
  aspect-ratio: 1 / 1;
    
 }


 footer{
  margin-top: 100px;
  background: #15498d;
  padding: 50px 0px;
 }

::before, ::after{
  
  font-family: 'Font Awesome 5 Free';
  
}
 .slick-next .slick-next-icon:before {
  content: "\f054" !important;
}

.slick-prev .slick-prev-icon:before {
  content: "\f053" !important;
}

.slick-arrow span{
  font-size: 35px !important;
  color: #3381c3 !important;
}
footer{
  color: #fff;
  font-size: 14px;
}
.ftr-logo{ width: 120px; margin-bottom: 15px;}

.ftr-link li{ margin-bottom: 10px;}

footer h2{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ftr-link li a{ color: #fff;}

.ftr-link li a:hover{color: #fff; text-decoration: underline;}

.inner-header .stellarnav .menu-toggle span.bars {
  margin-right: 0px;
  top: 17px;
  right: -26px;
  display: block;
}

.imp-detail-list {
  position: relative;
}

.imp-detail-link{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #3381c3 !important;
  text-decoration: underline;
}

.dec-details{
  margin-bottom: 40px;
}

.locatinmap{
  width: 100%;
  height: 400px;
}


 .card-slider .slick-arrow span {
  font-size: 35px !important;
  color: #808080 !important;
}


.ftslider{
  position: relative;
  border-radius: 40px;
  margin-top: 100px;

}

.ftslider .owl-title{
  position: absolute;
  top: -100px;
  left: -2px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: table;
  right: 0px;
  /* background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
  border-radius: 0px 0px 40px 60px;
  height: 130px;
  padding: 80px 100px 20px; */
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #15498d !important;
  background: #cae7f6;

}
  

.owl-nav{
  display: none;
}

.owl-dots{
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px !important;
  background: #cae7f6 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  
  background: #15498d !important;
}
 .ftslider .owl-text-overlay{
  border-radius: 40px;
}
.ftslider .owl-img{
  border-radius: 40px;

  height: 500px;
}


.lyingsliderdgn{
  position: relative;
  padding: 50px 0px;
}
.lyingsliderdgn::before{
  content:'' ;
  width: 100%;
  height: 350px;
  display: table;
  top: 0px;
  position: absolute;
  z-index: -100;
}

.pr{
  position: relative;
}
.right-dot-img, .left-dot-img{position: absolute;}
.right-dot-img{
  right: -30px;
  top: -27px;
}

.left-dot-img{
  bottom: -1px;
  left: -30px;
}


.ft-testimonialdgn{
  background: #15498d;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 90px 22px 20px;
  margin-top: 60px;
  border-radius: 10px;
  height: 300px;

}

.ft-testimonialdgn h2{
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonialimg{
  width: 120px;
  height: 120px;
  border-radius: 100px;
  position: absolute;
  top: -50px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}


.ftr-gradient{position: relative; padding: 50px 0px 0px;}

.ftr-gradient::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 350px;
  display: table;
  top: 0px;
  z-index: -100;
  background: rgb(134,149,175);
background: -moz-linear-gradient(180deg, rgba(134,149,175,1) 0%, rgba(0,212,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(134,149,175,1) 0%, rgba(0,212,255,0) 100%);
background: linear-gradient(180deg, rgba(134,149,175,1) 0%, rgba(0,212,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8695af",endColorstr="#00d4ff",GradientType=1);
}


.ftr-map img{
  width: 100%;
}

.subheaing{
  display: table;
  font-size: 25px;
  font-weight: normal ;
  margin: 0px auto 10px;
}


.icon-one{left: 120px;}
.icon-two {
  right: 90px;
}

.icon-three {    left: 120px;
}
.icon-four {
  right: 96px;
}

.icon-five {
  left: 132px;
}

.icon-six {
  right: 141px;
}

.icon-six, .icon-five {
  bottom: 0px;
}

.right-dot-img {top: 68px;}

.iconbox{
  background: #f2f2f2;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
}
.iconimg{
  width: 50px;
    margin-bottom: 12px;
}
.icontitle{
  font-size: 14px;
  font-weight: bold;
}


.abtdn{
  background: #15498d;
  color: #fff;
  font-size: 16px;
  padding: 60px;
  border-radius: 10px;
}

.abtdn .primary-heading{
  color: #fff;
  margin: 0px 0px 19px;
}

.abtdn p {
  line-height: 28px;
  margin: 0px 0px 20px;
}

.abtdn a{ color: #fff;}
.moretext {
  display: none;
}


.modaldgn .modal-content{background: #15498d; color: #fff}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}

.modal-header {
  padding: 20px 14px 0px;
  border-bottom: 0px solid #dee2e6;
 

}

.modal-header .close {
  color: #fff;
}

.modal-footer {
  padding: 0px;
  border-top: 0px solid #dee2e6;
 
}

.modal-footer .btn{
  color: #fff;
}

.inner-banner{
  background: #15498d;
  padding: 50px 0px 0px;
  margin-bottom: 50px;
}


.innerheading{
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0px 0px 0px 0px;
}

.inner-banner  h2.innerheading{
  margin-bottom: 0px;
  line-height: 0.7;
}


.listdgn li{
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
}

.listdgn li p{
  margin-bottom: 0px;
}


.tr-imgbox img{ width: 100%; margin-bottom: 10px;}

.tr-imgbox h2{
  font-size: 16px; font-weight: bold;
}
.lcimgdgn  img{
  height: 530px;
  object-fit: cover;
  object-position: center center;
  border-style: solid;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 17px 10px 10px 0px rgba(150.23749999999998, 144.0647003629933, 144.0647003629933, 0.47);
}


.heading-scd{
  color: #15498d;
  font-size:35px;
  margin-bottom: 30px;
  font-weight: bold;

}


.listicon li{
  margin-bottom: 20px;
  position: relative;
  padding: 0px 0px 0px 41px;

}

.listicon li::before{
  content: '';
  background: url(../images/listicon.png);
  display: table;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 0px;

}
.lcdgn .listicon{
  margin-top: 20px;
}
.lcdgn .listicon li{
  font-size: 18px;
  color: #15498d;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;

}


.prmbtn{
  background: #15498d;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
}


.prmbtn:hover{
  background: #fff;
  border: 1px solid #15498d;
  color: #15498d;
  font-weight: bold;
}


.tabledgn th, .tabledgn td{
  font-size: 14px;
    border-right: 1px solid #eaf5ff;

}

.tabledgn th{
  background: #15498d;
  color: #fff;
}

.tabledgn ul{ margin-left:20px ;}

.tabledgn ul li{ margin-bottom: 15pxs;}

.flagdgn{}

.flagdgn img {
  width: 100%;
  margin-bottom: 10px;
}

.flagdgn strong {
  font-size: 14px;
}

.flagdgn strong{}

.imgopc {
  position: absolute;
  bottom: -200px;
  z-index: -100;
  opacity: 0.2;
  width: 100%;
  left: -80px;
}

.lcdgn{
  position: relative;
  margin-bottom: 100px;
}



.large {
  grid-column: span 2;
  grid-row: span 2;
}
.wide {
  grid-row: span 2;
}
.tall {
  grid-column: span 2;
}

.listdgn {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* grid-auto-rows: 200px; */
 grid-auto-flow: dense;
}
.listdgn li {
  background: #333944;
  padding: 20px;
  color: #fff;
}

li.prm-bg, .prm-bg{
  background: #15498d;
  color: #fff;
}
.listdgn li{
  margin: 0px;
}
.listdgn li p {
  margin-bottom: 0px;
  margin-top: 11px;
  font-size: 14px;
}

.icon-one, .icon-three, .icon-five   {
  left: 50px;
}

.icon-two, .icon-four, .icon-six {
  right: 50px;
}
 .lyingsliderdgn::before, .ftslider .owl-title {
  background: #f2f2f2;
  
}

.ftr-gradient::before {
  background: rgb(134, 149, 175);
  background: -moz-linear-gradient(180deg, rgba(134, 149, 175, 1) 0%, rgba(0, 212, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(134, 149, 175, 1) 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(0, 212, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8695af",endColorstr="#00d4ff",GradientType=1);
}

.stellarnav li {
  padding: 3px 30px 3px 0px!important;
}

.innerheading {
  text-align: center;
}

.imgopc {
  position: absolute;
  bottom: -285px;
  z-index: -100;
  opacity: 0.2;
  width: 620px;
  left: 39px;
}

.lcdgn {
  margin-bottom: 254px;
}
.heading-icon {
  width: 42px;
  margin-right: 10px;
}

.prm-clr{
  color: #15498d ;
}
.border-webkit {
  -webkit-text-stroke: 0.3px #d9dce1;
  text-stroke: 0.3px #d9dce1;
}


#button {
  display: inline-block;
  background-color: #1b8755;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 99999;
}

#button:hover {
  cursor: pointer;
  background-color: #15498d;
}
#button:active {
  background-color: #000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button{ padding: 10px;}
#button img{width: 30px;}
.heading-icon {
  width: 72px;
  margin-right: 10px;
  display: table;
}

.headingtext{
    display: table;
    width: 100%;
    text-align: left;
    margin: 12px 0px 0px 0px;

}

.listicon li::before {
  rotate: 90deg;
}

.socialllinkdng {
  display: flex;
}
.socialllinkdng li{
  
}

.socialllinkdng li img{
  height: 15px;
  
}

.socialllinkdng li a {
  width: 41px;
  display: table;
  background: #143b6c;
  margin-right: 10px;
  text-align: center;
  padding: 10px;
  height: 40px;
  border-radius: 4px;
}

.gry-bg{
  background-color: #f2f2f2;
  padding: 30px;
}


.mb-50{
  margin-bottom: 50px;
}

.fn-20{
  font-size: 20px;
}

.headingtext {
  font-size: 36px;
}


.fn-25{
  font-size: 25px;
}

.tabledgn{
  margin: 0px;
}
.tabledgn td{ color:#15498d ;}

.advantageslitt .icon-sz {
  width: 35px;
  margin-right: 15px;
}
.icon-sz {
    width: 33px;
    margin: 0 auto;
    margin-right: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(21 73 141 / 8%);
}


.pr{
  position: relative;
}


.imgopctop {
  top: -240px;
  right: -104px;
  left: auto;
}

.countrymenudropdown li a{
  display: flex;
}

.countrymenudropdown .menu-flag{
  margin-right: 10px;
  height: 34px;
}

.stellarnav.dark ul ul li{  padding: 0px !important;}

.stellarnav.dark ul ul li a:hover{background: #f2f2f2;}
.stellarnav.dark ul ul li:last-child a{border: 0px; border-radius: 0px 0px 20px 20px; }

header {
  transition: background-color 0.5s, padding 1s;
}

header.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color:#15498d;
  padding: 0;
  
}

header.sticky .stellarnav.dark li a:hover, header.sticky .stellarnav.dark li a{
  color: #fff;
}

header.sticky .stellarnav.dark li:hover li a:hover{
  color: #15498d;
}

header.sticky .stellarnav.dark li li a{
  color: #000;
}

.stickylogo,.sticky .logo{
  display: none;
}

header.sticky .stickylogo {
  display: block;
  width: 60px;
  padding: 10px 0px;
}


.carousel-indicators{
  bottom: -50px !important;
}


.carousel-control-next, .carousel-control-prev  {
  opacity: 1
}



.modal{
  z-index: 9999;
}

.contactdgn .ftr-link {
  gap: 20px;
    padding: 30px 20px 10px;
    width: 100%;
}

.contactdgn .ftr-link li {
  margin-bottom: 10px;
  width: 100%;
}

.contactdgn .ftr-link li a {
  background: #e6e9ff;
  FONT-VARIANT: JIS83;
  color: #000;
  padding: 10px;
  border-radius: 8px;
  display: table;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.contactdgn .socialllink {
  border-top: 1px solid #143e74;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.slick-prev {
  left: -45px !important;
}
.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 30px !important;
    width: 30px !important;
    line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
  background: #143e74 !important;
  border-radius: 5px !important;
}

.slick-prev .slick-prev-icon:before {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 8px;
}

.slick-next .slick-next-icon:before {
  content: "\f054" !important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 11px;
}