body {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.form-control {
  background-color: #b5b5b4;
  border: 1px solid #b5b5b4;
}
.text-right {
  text-align: right;
}
.title {
  font-size: 20px;
  font-weight: 800;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.title-bg {
  position: relative;
}

.title-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  background-color: #ffc107;
  clip-path: polygon(38% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.border-title{
  margin-bottom: 20px;
}
.border-title h3{
  position: relative;
}
.border-title h3::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #636b72;
  width: 38%;
  height: 1px;
}
.border-title h3::before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #636b72;
  width: 38%;
  height: 1px;
}

/* header */
header {
  position: relative;
}

.header_top {
  background-color: #ffc107;
  padding: 10px 0;
  margin-bottom: 30px;
}
.header_top .icons i {
  margin-left: 10px;
  color: #636b72;
  font-size: 24px;
}

.language .left {
  padding-right: 80px;
  position: relative;
}
.language .left::after {
  content: "";
  position: absolute;
  right: 146px;
  top: -76px;
  width: 20px;
  height: 370px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 99;
}
.language ul li {
  margin-right: 10px;
}
.language ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
}
/*  */
.header_bottom .last-item {
  width: 20%;
  clip-path: polygon(
    25% 0,
    100% 0,
    100% 30%,
    100% 70%,
    100% 100%,
    0 100%,
    0% 70%,
    0 50%
  );
}
 .logo .img {
  width: 80px;
  margin-right: 20px;
}
.logo h1 {
  font-weight: 600;
   color: #ffc107;
}
.logo h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffc107;
}
.logo .img{
   width: 80px;
}
.header_bottom_item a,
p {
  font-size: 14px;
  color: #6c757d;
}
/* .navigation{
  margin-bottom: 110px;
} */
/* .navigation .navbar {
position: fixed;
width: 100%;

} */
/* .navigation .navbar.fixd-menu {
  position: fixed;
  background-color: #ffff;
  padding: 15px;
  box-shadow: 2px 6px 11px -1px rgba(148, 135, 135, 0.5);
  -webkit-box-shadow: 2px 6px 11px -1px rgba(148, 135, 135, 0.5);
  -moz-box-shadow: 2px 6px 11px -1px rgba(148, 135, 135, 0.5);
} */
.fixd-menu {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 20px;
}
.navigation .navbar {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.navigation .navbar .navbar-nav {
  /* clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%); */
  width: 75%;
}
.navigation .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  transition: all linear 0.3s;
  text-transform: uppercase;
  padding: 15px 15px;
}
.navigation .navbar .navbar-nav .nav-item .nav-link.active {
  color: #000000;
 
}
.navigation .navbar .navbar-nav .nav-item .nav-link.active::after{
  width: 100%;
  color: #6c757d;
  z-index: -1;
}
.navigation .navbar .navbar-nav .nav-item .nav-link.active:hover {
  color: rgb(0, 0, 0);
 
}
.navigation .navbar .navbar-nav .nav-item .nav-link{
  color: #fff;
  position: relative;
  transition: all linear .3s;
}
.navigation .navbar .navbar-nav .nav-item{
  position: relative;
  transition: all linear .3s;
}
.menu-link{
  position: relative;
  transition: all linear .4s;
}
.navigation .navbar .navbar-nav .nav-item .sub-menu .menu-link .sub-menu2 {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ffc107;
  width: 150px;
  z-index: -10;
  padding: 10px;
  transition: all linear .3s;
  opacity: 0;
  padding: 0;
  border-left: 1px solid;
  transition: all linear .4s;
}
.navigation .navbar .navbar-nav .nav-item .sub-menu .menu-link:hover .sub-menu2 {
  /* z-index: 9999; */
  opacity: 1; 
   left: 150px;
}
.navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #ffc107;
  width: 150px;
  z-index: -9;
  padding: 10px;
  transition: all linear .3s;
  opacity: 0;
  padding: 0;
}
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu{
  top: 54px;
  z-index: 9999;
  opacity: 1;
}
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu li{
  transition: all ease-in-out .4s;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6c757d
}
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu li:hover{
  background-color: #6c757d;
}
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu li:hover a{
  color: #fff;
}
.navigation .navbar .navbar-nav .nav-item  .sub-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
 padding-left: 10px;
}
.navigation .navbar .navbar-nav .nav-item .nav-link{
  position: relative;
  z-index: 1;
}
.navigation .navbar .navbar-nav .nav-item .nav-link:hover{
  color: #000;
}
.navigation .navbar .navbar-nav .nav-item .nav-link::after {
  color: #ffff;
  background: #ffc107;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all linear .3s;
}
.navigation .navbar .navbar-nav .nav-item .nav-link:hover::after{
  width: 100%;
}

.navigation .navbar .navbar-text {
  width: 25%;
  position: relative;
  text-align: right;
}
.navigation .navbar .navbar-text h2 {
  font-style: italic;
  padding-right: 40px !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8.5px;
}

.navigation .navbar .navbar-text::after {
  content: "";
  position: absolute;
  left: -69px;
  top: 7px;
  width: 70px;
  height: 56px;
  background-color: #ffc107;
  transform: rotate(360deg);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
/* header */
/* banner */
.banner-area {
  position: relative;
  height: 450px;
}
.banner-area .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}
.hero-area .hero-bg {
  width: 100%;
  height: 600px;
  position: relative;
  background-size: 100%, 100% !important;
  background-color: #6c757d;
}
.hero-bg.hero-bg-2 {
  background: url(../images/banner.png) no-repeat center;
}
.vedio {
  width: 100%;
}
/* banner */
/* experience */
.experience-area .experience-item {
  margin: 50px 200px;
}
.experience-area .experience-item .item {
  border-radius: 10px;
  position: relative;
  transition: all linear 0.3s;
  cursor: pointer;
}
.experience-area .experience-item .item h4 {
  color: #fff; 
}

.experience-area .experience-item .item:hover h4 {
  position: relative;
  z-index: 1;
  color: #000000;
}
.experience-area .experience-item .item p {
  font-weight: 600;
  color: #ffc107;
}
.experience-area .experience-item .item:hover p {
  position: relative;
  z-index: 1;
  color: #000000 !important;
  /* font-weight: 600; */
}

.experience-area .experience-item .item::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #ffc107;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  transition: all linear 0.3s;
}
.experience-area .experience-item .item:hover::after {
  right: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.experience-area_bottom .card {
  position: relative;
  padding: 15px 15px 10px 15px;
  margin-bottom: 24px;
}
.experience-area_bottom .card .overlay {
  position: absolute;
  background-color: #6c757d;
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: center;
  color: white;
  opacity: 0;
  transition: all linear 0.3s;

}
.experience-area_bottom .card:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
/* devision-item */
.devision-item .item {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.devision-item .item::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #ffc107;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  transition: all linear 0.3s;
}
.devision-item .item:hover::after {
  width: 50%;
  right: 0;
}
.devision-item .item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #ffc107;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  transition: all linear 0.3s;
}
.devision-item .item:hover::before {
  left: 0;
  width: 50%;
}
.devision-item .item:hover h3 {
  color: #000000;
}
.devision-item .item h3 {
  position: relative;
  z-index: 1;
  color: #fff;
}
/* devision-item */
/* digital_survey */
.digital_survey .card-item-1 {
  width: 40%;
}
.digital_survey .card-item-2 {
  width: 60%;
  margin-left: 10px;
}
.digital_survey .card ul li {
  margin-bottom: 10px;
}
.digital_survey .card ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #6c757d;
  border-bottom: 1px solid #6c757d;
}
.digital_survey .bg-secondary .bg-warning {
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.digital_survey .bg-secondary {
  position: relative;
}
.digital_survey .bg-secondary::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0px;
  width: 55px;
  height: 51px;
  background-color: #ffc107;
  transform: rotate(360deg);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.digital_survey h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* digital_survey */
/* bank-area */
.bank-area .bank_logo .bank_logo_item {
  width: 14%;
  margin: 0 20px;
}
.bank-area .bank_logo .bank_logo_item img {
  width: 100%;
}
/* bank-area */
/*  */
.superentendency .text {
  width: 65%;
}
.superentendency .img {
  width: 35%;
}
/*  */
/*  */
.send_a_messege .input_item {
  width: 48%;
}
.send_a_messege .input_item label{
color: #cdcece;
font-size: 18px;
font-weight: 600;
}
.send_a_messege .checkbox h4{
color: #cdcece;
font-size: 22px;
font-weight: 600;
}
.send_a_messege .input_item .btn {
  font-size: 22px;
  font-weight: 700;
}
.send_a_messege .textarea{
position: relative;
}

.send_a_messege .textarea::after {
  content: "";
  position: absolute;
  left: 127px;
  bottom: -16px;
  width: 183px;
  height: 30%;
  background-color: #ffc107;
  clip-path: polygon(53% 0%, 100% 0%, 51% 100%, 0% 100%);
}
/* .send_a_messege .input_item  label{
width: 25%;
} */
/*  */
/* checkbox */
.checkbox .checkbox-item {
  width: 33%;
  margin-bottom: 10px;
}
/* checkbox */
/* welcome_head_office */

/* welcome_head_office */
/* company_founder */
.company_founder .card{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.company_founder .card .img{
  width: 40%;

}
.company_founder .card .content{
  width: 57%;

}
.company_founder .card .content h4{
text-align: center;
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}

/* company_founder */
/* company_profile  */
.company_profile {
  padding-bottom: 300px;
}
/* company_profile  */
/* our_client */
.our_client .img{
  margin-bottom: 24px;
}
/* our_client */
/* contact-bg */
/* .contact-bg{
background: url('/assets/images/contact_img.png') no-repeat center;
height: 600px;
background-size: 100% 100%;
} */
/* contact-bg */
/* gallery_area */
.gallery_area .gallary_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery_area .gallary_item .left-item{
  width: 49%;
}
.gallery_area .gallary_item img{
  width: 100%;
}
.gallery_area .gallary_item .left-right{
  width: 49%;
}
/* gallery_area */
/*  */
footer{
  background: url('/assets/images/footer-bg.jpg') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
footer .overlay{
  background: rgb(0, 0, 0, .7);
  width: 100%;
  height: 100%;
}
/* footer .left-item h1 {
  font-size: 30px;
}
footer .left-item h3 {
  font-size: 22px;
} */
footer .left-item h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
footer .left-item p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
}
footer .center_item {
  border-left: 1px solid #fff;
  height: 100%;
  border-right: 1px solid #fff;
  padding-left: 130px;
  padding-right: 130px;
  position: relative;
}
footer .center_item .icons {
  justify-content: space-between;
}
footer .center_item .icons i {
  font-size: 24px;
}
.follow {
  padding-top: 160px;
}
.btm-area {
  position: absolute;
  text-align: center;
  bottom: 20px;
  /* left: 95px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.btm-area ul li {
  display: inline-block;
  margin-right: 0px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding-bottom: 15px;
  padding-left: 40px;
}

/*  */





.artGroup {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
 
  float: left;
}

.artwork {
  display: block;
  width: 100%;
  height: 100%;
}

.artGroup img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.artGroup .detail {
  display: block;

    background: #000000;

  width: 100%;
  height: 100%;
  position: absolute;
}

.artGroup .detail h3 {
  text-align: center;
  color: orange;
}

.artGroup .detail p {
  text-align: left;
  padding: 0 0.25em;
}

article {
  clear: both;
  font: 300 15px/1.2 'roboto', sans-serif;
  margin: 2em auto;
  max-width: 600px;
}

/* Older Browsers */

.artGroup.slide { overflow: hidden; }

.artGroup.slide .detail { bottom: -364px; }

/* Newer Browsers */

.artGroup.flip {
  -webkit-perspective: 800px;
  perspective: 800px;
}

.artGroup.flip .artwork {
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.artGroup.flip .detail,
.artGroup.flip .theFlip {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.artGroup.flip img,
.artGroup.flip .detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
