body {
    font-family: "Epilogue", "sans-serif","Microsoft YaHei", "PingFang SC", "Source Han Sans CN", "PingFang SC", "Heiti SC", "tahoma", "Arial";
    transition: .8s cubic-bezier(.2, .8, .2, 1);
    font-weight: 400;
    font-size: 1rem;
    color: #424242;
    background: rgb(252, 252, 236);
}

button:focus {
    outline: none;
}

a {
    color: #424242;
    text-decoration: none;
}

a:hover {
    color: #212529;
    text-decoration: none;
}

.font12 {
    font-size: 0.625rem;
}

.font14 {
    font-size: 0.875rem;
}

.font16 {
    font-size: 1rem;
}

.clearfix {
    display: block;
    clear: both;
    content: '';
}

.msterfontsize {
    font-size: 1rem;
}

.secondfontsize {
    font-size: 0.75rem;
}

.bgc-primary {
    background-color: #005bf6;
}

.min-height-600 {
    min-height: 600px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* Colors */
.primary-color {
    color: #005bf6 !important;
}

.primary-gary {
    color: #424242;
}

.empty-space {
    margin: 50px 0;
}

nav .dropdown-item.active {
    color: #000;
}

.page-home .header nav .navbar-nav .active {
    border-bottom: 2px solid #fff;
}
.page-home .header.on nav .navbar-nav .active {
    border-bottom: 2px solid rgb(17, 24, 39);
}

.drop-shadow {
    box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
    -webkit-box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
}

.rounded {
    border-radius: 500px !important;
}

.dropdown-menu {
    border: none;
    border-radius: .25rem;
    box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
    -webkit-box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #005bf6;
    text-decoration: none;
    background-color: #fff;
}

.cust-btn-rounded {
    border-radius: 100px;
}

.cust-btn-primary {
    color: #fff !important;
    background-color: rgb(26, 26, 9);
    border-color: rgb(26, 26, 9);
    border-radius: 0;
}

.cust-btn-primary:hover {
    color: #fff;
    transform: translateY(-3px);
    opacity: .7;
    box-shadow: 2px 6px 24px rgba(0, 102, 255, .32);
}

.cust-btn-white {
    font-size: 16px;
    color: #005bf6;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 4px 8px rgba(0, 102, 255, .32);
    transition: .8s cubic-bezier(.2, .8, .2, 1);
}

.cust-btn-white:hover {
    color: #005bf6;
    transform: translateY(-3px);
    opacity: .7;
    box-shadow: 2px 6px 24px rgba(0, 102, 255, .32);
}


footer a {
    font-size: 1rem;
    letter-spacing: 0.5px;
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.nav-link,
.dropdown-item {
    font-size: 1rem !important;
}

.page-home .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.page-home .navbar-light .navbar-nav .nav-link.aboutus {
    border-radius: 0px;
    border:2px solid #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(17, 24, 39);
    ;
}

.navbar-toggler {
    border: none;
}

.container {
    max-width: 1024px;
}

.features ul {
    list-style-type: circle;
    padding: 0;
    margin: 0;
}


/* Featurettes------------------------- */
.featurette-divider {
    margin-top: 2rem;
    margin-bottom: 0;
}

/* Custom translucent site header------------------------- */
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    border-radius: 1rem;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    margin-bottom: 70px;
    box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
    -moz-box-shadow: 0 2px 4px 0 rgba(68, 68, 68, 0.15);
    -webkit-box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
}

.backside {
    border-radius: 1rem !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
    -moz-box-shadow: 0 2px 4px 0 rgba(68, 68, 68, 0.15);
    -webkit-box-shadow: 0 10px 40px 0 rgba(39, 44, 49, .15);
}

.frontside,
.backside {
    border-radius: 1rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    border-radius: 1rem;
    min-height: 320px;
}

.backside .card a:hover {
    text-decoration: none;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #212529 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* Header------------------------- */
.page-home .header {
    position: absolute;
    background-color: transparent;
}

.header {
    transition: transform 0.3s ease;
    color: rgb(17, 24, 39);
    width: 100%;
    background-color: rgb(252, 252, 236);
}

.header.on {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgb(252, 252, 236);
}

.header.on .navbar-light .navbar-nav .nav-link {
    color: rgb(17, 24, 39);
}
.header.on .navbar-light .navbar-nav .nav-link.aboutus {
    border-radius: 0px;
    border:2px solid rgb(17, 24, 39);
}
.header nav .navbar-nav .active {
    border-bottom: 2px solid rgb(17, 24, 39);
}

.header.on .topsearchc {
    display: none;
}

.header.on .logo img {
    height: 45px;
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

header .topabutton {
    display: inline-block;
    border-radius: 20px;
    background-color: #212529;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
}

header .logo img {
    height: 65px;
}

header .topsearch,
header .topsearch a,
.input-group-text {
    font-size: 0.75rem;
}

header .input-group>.input-group-prepend>.input-group-text {
    background-color: #212529;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

header .cnname {
    color: #212529;
    font-size: 1.5rem;
}

header .enname {
    font-size: 0.7rem;
    color: #fc0202;
}

.articlecontent {
    overflow: hidden;
    min-height: 500px;
}

.articlecontent img {
    width: 100%;
    border-radius: 0.25rem;
}

/* page-home------------------------- */
.page-home .carousel-control-next,
.page-home .carousel-control-prev {
    opacity: 1;
    background: none;
    border: none;
    color: #212529;
}

.page-home .carousel-item .content {
    position: relative;
}

.page-home .carousel-caption {
    bottom: 40%;
}

.page-home .nav-tabs {
    border-bottom: none;
}

.page-home .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}

.page-home .nav-tabs .nav-link {
    color: #424242;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-home .morea {
    font-size: 0.75rem;
    color: #424242;
    padding: 0.25rem;
}

.page-home .list-group li {
    padding-bottom: 0.375rem;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.section-header .section-title {
    font-size: 28px;
    color: #4F4F4F;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #12AAFF;
    display: inline-block;
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 4px;
}


/* home banner */
#hero-banner {
    overflow: hidden;
    color: #4C4C4C;
}
.bannersvg{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: rgb(252, 252, 236);
    z-index: 2;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 50.00%, 0.33% 50.01%, 0.67% 50.05%, 1.00% 50.11%, 1.33% 50.20%, 1.67% 50.31%, 2.00% 50.44%, 2.33% 50.60%, 2.67% 50.79%, 3.00% 50.99%, 3.33% 51.22%, 3.67% 51.48%, 4.00% 51.76%, 4.33% 52.06%, 4.67% 52.38%, 5.00% 52.72%, 5.33% 53.09%, 5.67% 53.48%, 6.00% 53.89%, 6.33% 54.32%, 6.67% 54.77%, 7.00% 55.25%, 7.33% 55.74%, 7.67% 56.25%, 8.00% 56.78%, 8.33% 57.32%, 8.67% 57.89%, 9.00% 58.47%, 9.33% 59.06%, 9.67% 59.68%, 10.00% 60.31%, 10.33% 60.95%, 10.67% 61.60%, 11.00% 62.27%, 11.33% 62.96%, 11.67% 63.65%, 12.00% 64.36%, 12.33% 65.07%, 12.67% 65.80%, 13.00% 66.53%, 13.33% 67.27%, 13.67% 68.03%, 14.00% 68.78%, 14.33% 69.55%, 14.67% 70.32%, 15.00% 71.09%, 15.33% 71.87%, 15.67% 72.65%, 16.00% 73.43%, 16.33% 74.21%, 16.67% 75.00%, 17.00% 75.79%, 17.33% 76.57%, 17.67% 77.35%, 18.00% 78.13%, 18.33% 78.91%, 18.67% 79.68%, 19.00% 80.45%, 19.33% 81.22%, 19.67% 81.97%, 20.00% 82.73%, 20.33% 83.47%, 20.67% 84.20%, 21.00% 84.93%, 21.33% 85.64%, 21.67% 86.35%, 22.00% 87.04%, 22.33% 87.73%, 22.67% 88.40%, 23.00% 89.05%, 23.33% 89.69%, 23.67% 90.32%, 24.00% 90.94%, 24.33% 91.53%, 24.67% 92.11%, 25.00% 92.68%, 25.33% 93.22%, 25.67% 93.75%, 26.00% 94.26%, 26.33% 94.75%, 26.67% 95.23%, 27.00% 95.68%, 27.33% 96.11%, 27.67% 96.52%, 28.00% 96.91%, 28.33% 97.28%, 28.67% 97.62%, 29.00% 97.94%, 29.33% 98.24%, 29.67% 98.52%, 30.00% 98.78%, 30.33% 99.01%, 30.67% 99.21%, 31.00% 99.40%, 31.33% 99.56%, 31.67% 99.69%, 32.00% 99.80%, 32.33% 99.89%, 32.67% 99.95%, 33.00% 99.99%, 33.33% 100.00%, 33.67% 99.99%, 34.00% 99.95%, 34.33% 99.89%, 34.67% 99.80%, 35.00% 99.69%, 35.33% 99.56%, 35.67% 99.40%, 36.00% 99.21%, 36.33% 99.01%, 36.67% 98.78%, 37.00% 98.52%, 37.33% 98.24%, 37.67% 97.94%, 38.00% 97.62%, 38.33% 97.28%, 38.67% 96.91%, 39.00% 96.52%, 39.33% 96.11%, 39.67% 95.68%, 40.00% 95.23%, 40.33% 94.75%, 40.67% 94.26%, 41.00% 93.75%, 41.33% 93.22%, 41.67% 92.68%, 42.00% 92.11%, 42.33% 91.53%, 42.67% 90.94%, 43.00% 90.32%, 43.33% 89.69%, 43.67% 89.05%, 44.00% 88.40%, 44.33% 87.73%, 44.67% 87.04%, 45.00% 86.35%, 45.33% 85.64%, 45.67% 84.93%, 46.00% 84.20%, 46.33% 83.47%, 46.67% 82.73%, 47.00% 81.97%, 47.33% 81.22%, 47.67% 80.45%, 48.00% 79.68%, 48.33% 78.91%, 48.67% 78.13%, 49.00% 77.35%, 49.33% 76.57%, 49.67% 75.79%, 50.00% 75.00%, 50.33% 74.21%, 50.67% 73.43%, 51.00% 72.65%, 51.33% 71.87%, 51.67% 71.09%, 52.00% 70.32%, 52.33% 69.55%, 52.67% 68.78%, 53.00% 68.03%, 53.33% 67.27%, 53.67% 66.53%, 54.00% 65.80%, 54.33% 65.07%, 54.67% 64.36%, 55.00% 63.65%, 55.33% 62.96%, 55.67% 62.27%, 56.00% 61.60%, 56.33% 60.95%, 56.67% 60.31%, 57.00% 59.68%, 57.33% 59.06%, 57.67% 58.47%, 58.00% 57.89%, 58.33% 57.32%, 58.67% 56.78%, 59.00% 56.25%, 59.33% 55.74%, 59.67% 55.25%, 60.00% 54.77%, 60.33% 54.32%, 60.67% 53.89%, 61.00% 53.48%, 61.33% 53.09%, 61.67% 52.72%, 62.00% 52.38%, 62.33% 52.06%, 62.67% 51.76%, 63.00% 51.48%, 63.33% 51.22%, 63.67% 50.99%, 64.00% 50.79%, 64.33% 50.60%, 64.67% 50.44%, 65.00% 50.31%, 65.33% 50.20%, 65.67% 50.11%, 66.00% 50.05%, 66.33% 50.01%, 66.67% 50.00%, 67.00% 50.01%, 67.33% 50.05%, 67.67% 50.11%, 68.00% 50.20%, 68.33% 50.31%, 68.67% 50.44%, 69.00% 50.60%, 69.33% 50.79%, 69.67% 50.99%, 70.00% 51.22%, 70.33% 51.48%, 70.67% 51.76%, 71.00% 52.06%, 71.33% 52.38%, 71.67% 52.72%, 72.00% 53.09%, 72.33% 53.48%, 72.67% 53.89%, 73.00% 54.32%, 73.33% 54.77%, 73.67% 55.25%, 74.00% 55.74%, 74.33% 56.25%, 74.67% 56.78%, 75.00% 57.32%, 75.33% 57.89%, 75.67% 58.47%, 76.00% 59.06%, 76.33% 59.68%, 76.67% 60.31%, 77.00% 60.95%, 77.33% 61.60%, 77.67% 62.27%, 78.00% 62.96%, 78.33% 63.65%, 78.67% 64.36%, 79.00% 65.07%, 79.33% 65.80%, 79.67% 66.53%, 80.00% 67.27%, 80.33% 68.03%, 80.67% 68.78%, 81.00% 69.55%, 81.33% 70.32%, 81.67% 71.09%, 82.00% 71.87%, 82.33% 72.65%, 82.67% 73.43%, 83.00% 74.21%, 83.33% 75.00%, 83.67% 75.79%, 84.00% 76.57%, 84.33% 77.35%, 84.67% 78.13%, 85.00% 78.91%, 85.33% 79.68%, 85.67% 80.45%, 86.00% 81.22%, 86.33% 81.97%, 86.67% 82.73%, 87.00% 83.47%, 87.33% 84.20%, 87.67% 84.93%, 88.00% 85.64%, 88.33% 86.35%, 88.67% 87.04%, 89.00% 87.73%, 89.33% 88.40%, 89.67% 89.05%, 90.00% 89.69%, 90.33% 90.32%, 90.67% 90.94%, 91.00% 91.53%, 91.33% 92.11%, 91.67% 92.68%, 92.00% 93.22%, 92.33% 93.75%, 92.67% 94.26%, 93.00% 94.75%, 93.33% 95.23%, 93.67% 95.68%, 94.00% 96.11%, 94.33% 96.52%, 94.67% 96.91%, 95.00% 97.28%, 95.33% 97.62%, 95.67% 97.94%, 96.00% 98.24%, 96.33% 98.52%, 96.67% 98.78%, 97.00% 99.01%, 97.33% 99.21%, 97.67% 99.40%, 98.00% 99.56%, 98.33% 99.69%, 98.67% 99.80%, 99.00% 99.89%, 99.33% 99.95%, 99.67% 99.99%, 100.00% 100.00%);

}
.divsvg1{
    top: -1px;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgb(101, 64, 179);
    z-index: 2;

    clip-path: polygon(100% 0%, 0% 0% , 0.00% 50.00%, 0.33% 50.01%, 0.67% 50.05%, 1.00% 50.11%, 1.33% 50.20%, 1.67% 50.31%, 2.00% 50.44%, 2.33% 50.60%, 2.67% 50.79%, 3.00% 50.99%, 3.33% 51.22%, 3.67% 51.48%, 4.00% 51.76%, 4.33% 52.06%, 4.67% 52.38%, 5.00% 52.72%, 5.33% 53.09%, 5.67% 53.48%, 6.00% 53.89%, 6.33% 54.32%, 6.67% 54.77%, 7.00% 55.25%, 7.33% 55.74%, 7.67% 56.25%, 8.00% 56.78%, 8.33% 57.32%, 8.67% 57.89%, 9.00% 58.47%, 9.33% 59.06%, 9.67% 59.68%, 10.00% 60.31%, 10.33% 60.95%, 10.67% 61.60%, 11.00% 62.27%, 11.33% 62.96%, 11.67% 63.65%, 12.00% 64.36%, 12.33% 65.07%, 12.67% 65.80%, 13.00% 66.53%, 13.33% 67.27%, 13.67% 68.03%, 14.00% 68.78%, 14.33% 69.55%, 14.67% 70.32%, 15.00% 71.09%, 15.33% 71.87%, 15.67% 72.65%, 16.00% 73.43%, 16.33% 74.21%, 16.67% 75.00%, 17.00% 75.79%, 17.33% 76.57%, 17.67% 77.35%, 18.00% 78.13%, 18.33% 78.91%, 18.67% 79.68%, 19.00% 80.45%, 19.33% 81.22%, 19.67% 81.97%, 20.00% 82.73%, 20.33% 83.47%, 20.67% 84.20%, 21.00% 84.93%, 21.33% 85.64%, 21.67% 86.35%, 22.00% 87.04%, 22.33% 87.73%, 22.67% 88.40%, 23.00% 89.05%, 23.33% 89.69%, 23.67% 90.32%, 24.00% 90.94%, 24.33% 91.53%, 24.67% 92.11%, 25.00% 92.68%, 25.33% 93.22%, 25.67% 93.75%, 26.00% 94.26%, 26.33% 94.75%, 26.67% 95.23%, 27.00% 95.68%, 27.33% 96.11%, 27.67% 96.52%, 28.00% 96.91%, 28.33% 97.28%, 28.67% 97.62%, 29.00% 97.94%, 29.33% 98.24%, 29.67% 98.52%, 30.00% 98.78%, 30.33% 99.01%, 30.67% 99.21%, 31.00% 99.40%, 31.33% 99.56%, 31.67% 99.69%, 32.00% 99.80%, 32.33% 99.89%, 32.67% 99.95%, 33.00% 99.99%, 33.33% 100.00%, 33.67% 99.99%, 34.00% 99.95%, 34.33% 99.89%, 34.67% 99.80%, 35.00% 99.69%, 35.33% 99.56%, 35.67% 99.40%, 36.00% 99.21%, 36.33% 99.01%, 36.67% 98.78%, 37.00% 98.52%, 37.33% 98.24%, 37.67% 97.94%, 38.00% 97.62%, 38.33% 97.28%, 38.67% 96.91%, 39.00% 96.52%, 39.33% 96.11%, 39.67% 95.68%, 40.00% 95.23%, 40.33% 94.75%, 40.67% 94.26%, 41.00% 93.75%, 41.33% 93.22%, 41.67% 92.68%, 42.00% 92.11%, 42.33% 91.53%, 42.67% 90.94%, 43.00% 90.32%, 43.33% 89.69%, 43.67% 89.05%, 44.00% 88.40%, 44.33% 87.73%, 44.67% 87.04%, 45.00% 86.35%, 45.33% 85.64%, 45.67% 84.93%, 46.00% 84.20%, 46.33% 83.47%, 46.67% 82.73%, 47.00% 81.97%, 47.33% 81.22%, 47.67% 80.45%, 48.00% 79.68%, 48.33% 78.91%, 48.67% 78.13%, 49.00% 77.35%, 49.33% 76.57%, 49.67% 75.79%, 50.00% 75.00%, 50.33% 74.21%, 50.67% 73.43%, 51.00% 72.65%, 51.33% 71.87%, 51.67% 71.09%, 52.00% 70.32%, 52.33% 69.55%, 52.67% 68.78%, 53.00% 68.03%, 53.33% 67.27%, 53.67% 66.53%, 54.00% 65.80%, 54.33% 65.07%, 54.67% 64.36%, 55.00% 63.65%, 55.33% 62.96%, 55.67% 62.27%, 56.00% 61.60%, 56.33% 60.95%, 56.67% 60.31%, 57.00% 59.68%, 57.33% 59.06%, 57.67% 58.47%, 58.00% 57.89%, 58.33% 57.32%, 58.67% 56.78%, 59.00% 56.25%, 59.33% 55.74%, 59.67% 55.25%, 60.00% 54.77%, 60.33% 54.32%, 60.67% 53.89%, 61.00% 53.48%, 61.33% 53.09%, 61.67% 52.72%, 62.00% 52.38%, 62.33% 52.06%, 62.67% 51.76%, 63.00% 51.48%, 63.33% 51.22%, 63.67% 50.99%, 64.00% 50.79%, 64.33% 50.60%, 64.67% 50.44%, 65.00% 50.31%, 65.33% 50.20%, 65.67% 50.11%, 66.00% 50.05%, 66.33% 50.01%, 66.67% 50.00%, 67.00% 50.01%, 67.33% 50.05%, 67.67% 50.11%, 68.00% 50.20%, 68.33% 50.31%, 68.67% 50.44%, 69.00% 50.60%, 69.33% 50.79%, 69.67% 50.99%, 70.00% 51.22%, 70.33% 51.48%, 70.67% 51.76%, 71.00% 52.06%, 71.33% 52.38%, 71.67% 52.72%, 72.00% 53.09%, 72.33% 53.48%, 72.67% 53.89%, 73.00% 54.32%, 73.33% 54.77%, 73.67% 55.25%, 74.00% 55.74%, 74.33% 56.25%, 74.67% 56.78%, 75.00% 57.32%, 75.33% 57.89%, 75.67% 58.47%, 76.00% 59.06%, 76.33% 59.68%, 76.67% 60.31%, 77.00% 60.95%, 77.33% 61.60%, 77.67% 62.27%, 78.00% 62.96%, 78.33% 63.65%, 78.67% 64.36%, 79.00% 65.07%, 79.33% 65.80%, 79.67% 66.53%, 80.00% 67.27%, 80.33% 68.03%, 80.67% 68.78%, 81.00% 69.55%, 81.33% 70.32%, 81.67% 71.09%, 82.00% 71.87%, 82.33% 72.65%, 82.67% 73.43%, 83.00% 74.21%, 83.33% 75.00%, 83.67% 75.79%, 84.00% 76.57%, 84.33% 77.35%, 84.67% 78.13%, 85.00% 78.91%, 85.33% 79.68%, 85.67% 80.45%, 86.00% 81.22%, 86.33% 81.97%, 86.67% 82.73%, 87.00% 83.47%, 87.33% 84.20%, 87.67% 84.93%, 88.00% 85.64%, 88.33% 86.35%, 88.67% 87.04%, 89.00% 87.73%, 89.33% 88.40%, 89.67% 89.05%, 90.00% 89.69%, 90.33% 90.32%, 90.67% 90.94%, 91.00% 91.53%, 91.33% 92.11%, 91.67% 92.68%, 92.00% 93.22%, 92.33% 93.75%, 92.67% 94.26%, 93.00% 94.75%, 93.33% 95.23%, 93.67% 95.68%, 94.00% 96.11%, 94.33% 96.52%, 94.67% 96.91%, 95.00% 97.28%, 95.33% 97.62%, 95.67% 97.94%, 96.00% 98.24%, 96.33% 98.52%, 96.67% 98.78%, 97.00% 99.01%, 97.33% 99.21%, 97.67% 99.40%, 98.00% 99.56%, 98.33% 99.69%, 98.67% 99.80%, 99.00% 99.89%, 99.33% 99.95%, 99.67% 99.99%, 100.00% 100.00%);
}
.divsvg11{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgb(101, 64, 179);
    z-index: 2;
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 50.00%, 0.33% 50.01%, 0.67% 50.05%, 1.00% 50.11%, 1.33% 50.20%, 1.67% 50.31%, 2.00% 50.44%, 2.33% 50.60%, 2.67% 50.79%, 3.00% 50.99%, 3.33% 51.22%, 3.67% 51.48%, 4.00% 51.76%, 4.33% 52.06%, 4.67% 52.38%, 5.00% 52.72%, 5.33% 53.09%, 5.67% 53.48%, 6.00% 53.89%, 6.33% 54.32%, 6.67% 54.77%, 7.00% 55.25%, 7.33% 55.74%, 7.67% 56.25%, 8.00% 56.78%, 8.33% 57.32%, 8.67% 57.89%, 9.00% 58.47%, 9.33% 59.06%, 9.67% 59.68%, 10.00% 60.31%, 10.33% 60.95%, 10.67% 61.60%, 11.00% 62.27%, 11.33% 62.96%, 11.67% 63.65%, 12.00% 64.36%, 12.33% 65.07%, 12.67% 65.80%, 13.00% 66.53%, 13.33% 67.27%, 13.67% 68.03%, 14.00% 68.78%, 14.33% 69.55%, 14.67% 70.32%, 15.00% 71.09%, 15.33% 71.87%, 15.67% 72.65%, 16.00% 73.43%, 16.33% 74.21%, 16.67% 75.00%, 17.00% 75.79%, 17.33% 76.57%, 17.67% 77.35%, 18.00% 78.13%, 18.33% 78.91%, 18.67% 79.68%, 19.00% 80.45%, 19.33% 81.22%, 19.67% 81.97%, 20.00% 82.73%, 20.33% 83.47%, 20.67% 84.20%, 21.00% 84.93%, 21.33% 85.64%, 21.67% 86.35%, 22.00% 87.04%, 22.33% 87.73%, 22.67% 88.40%, 23.00% 89.05%, 23.33% 89.69%, 23.67% 90.32%, 24.00% 90.94%, 24.33% 91.53%, 24.67% 92.11%, 25.00% 92.68%, 25.33% 93.22%, 25.67% 93.75%, 26.00% 94.26%, 26.33% 94.75%, 26.67% 95.23%, 27.00% 95.68%, 27.33% 96.11%, 27.67% 96.52%, 28.00% 96.91%, 28.33% 97.28%, 28.67% 97.62%, 29.00% 97.94%, 29.33% 98.24%, 29.67% 98.52%, 30.00% 98.78%, 30.33% 99.01%, 30.67% 99.21%, 31.00% 99.40%, 31.33% 99.56%, 31.67% 99.69%, 32.00% 99.80%, 32.33% 99.89%, 32.67% 99.95%, 33.00% 99.99%, 33.33% 100.00%, 33.67% 99.99%, 34.00% 99.95%, 34.33% 99.89%, 34.67% 99.80%, 35.00% 99.69%, 35.33% 99.56%, 35.67% 99.40%, 36.00% 99.21%, 36.33% 99.01%, 36.67% 98.78%, 37.00% 98.52%, 37.33% 98.24%, 37.67% 97.94%, 38.00% 97.62%, 38.33% 97.28%, 38.67% 96.91%, 39.00% 96.52%, 39.33% 96.11%, 39.67% 95.68%, 40.00% 95.23%, 40.33% 94.75%, 40.67% 94.26%, 41.00% 93.75%, 41.33% 93.22%, 41.67% 92.68%, 42.00% 92.11%, 42.33% 91.53%, 42.67% 90.94%, 43.00% 90.32%, 43.33% 89.69%, 43.67% 89.05%, 44.00% 88.40%, 44.33% 87.73%, 44.67% 87.04%, 45.00% 86.35%, 45.33% 85.64%, 45.67% 84.93%, 46.00% 84.20%, 46.33% 83.47%, 46.67% 82.73%, 47.00% 81.97%, 47.33% 81.22%, 47.67% 80.45%, 48.00% 79.68%, 48.33% 78.91%, 48.67% 78.13%, 49.00% 77.35%, 49.33% 76.57%, 49.67% 75.79%, 50.00% 75.00%, 50.33% 74.21%, 50.67% 73.43%, 51.00% 72.65%, 51.33% 71.87%, 51.67% 71.09%, 52.00% 70.32%, 52.33% 69.55%, 52.67% 68.78%, 53.00% 68.03%, 53.33% 67.27%, 53.67% 66.53%, 54.00% 65.80%, 54.33% 65.07%, 54.67% 64.36%, 55.00% 63.65%, 55.33% 62.96%, 55.67% 62.27%, 56.00% 61.60%, 56.33% 60.95%, 56.67% 60.31%, 57.00% 59.68%, 57.33% 59.06%, 57.67% 58.47%, 58.00% 57.89%, 58.33% 57.32%, 58.67% 56.78%, 59.00% 56.25%, 59.33% 55.74%, 59.67% 55.25%, 60.00% 54.77%, 60.33% 54.32%, 60.67% 53.89%, 61.00% 53.48%, 61.33% 53.09%, 61.67% 52.72%, 62.00% 52.38%, 62.33% 52.06%, 62.67% 51.76%, 63.00% 51.48%, 63.33% 51.22%, 63.67% 50.99%, 64.00% 50.79%, 64.33% 50.60%, 64.67% 50.44%, 65.00% 50.31%, 65.33% 50.20%, 65.67% 50.11%, 66.00% 50.05%, 66.33% 50.01%, 66.67% 50.00%, 67.00% 50.01%, 67.33% 50.05%, 67.67% 50.11%, 68.00% 50.20%, 68.33% 50.31%, 68.67% 50.44%, 69.00% 50.60%, 69.33% 50.79%, 69.67% 50.99%, 70.00% 51.22%, 70.33% 51.48%, 70.67% 51.76%, 71.00% 52.06%, 71.33% 52.38%, 71.67% 52.72%, 72.00% 53.09%, 72.33% 53.48%, 72.67% 53.89%, 73.00% 54.32%, 73.33% 54.77%, 73.67% 55.25%, 74.00% 55.74%, 74.33% 56.25%, 74.67% 56.78%, 75.00% 57.32%, 75.33% 57.89%, 75.67% 58.47%, 76.00% 59.06%, 76.33% 59.68%, 76.67% 60.31%, 77.00% 60.95%, 77.33% 61.60%, 77.67% 62.27%, 78.00% 62.96%, 78.33% 63.65%, 78.67% 64.36%, 79.00% 65.07%, 79.33% 65.80%, 79.67% 66.53%, 80.00% 67.27%, 80.33% 68.03%, 80.67% 68.78%, 81.00% 69.55%, 81.33% 70.32%, 81.67% 71.09%, 82.00% 71.87%, 82.33% 72.65%, 82.67% 73.43%, 83.00% 74.21%, 83.33% 75.00%, 83.67% 75.79%, 84.00% 76.57%, 84.33% 77.35%, 84.67% 78.13%, 85.00% 78.91%, 85.33% 79.68%, 85.67% 80.45%, 86.00% 81.22%, 86.33% 81.97%, 86.67% 82.73%, 87.00% 83.47%, 87.33% 84.20%, 87.67% 84.93%, 88.00% 85.64%, 88.33% 86.35%, 88.67% 87.04%, 89.00% 87.73%, 89.33% 88.40%, 89.67% 89.05%, 90.00% 89.69%, 90.33% 90.32%, 90.67% 90.94%, 91.00% 91.53%, 91.33% 92.11%, 91.67% 92.68%, 92.00% 93.22%, 92.33% 93.75%, 92.67% 94.26%, 93.00% 94.75%, 93.33% 95.23%, 93.67% 95.68%, 94.00% 96.11%, 94.33% 96.52%, 94.67% 96.91%, 95.00% 97.28%, 95.33% 97.62%, 95.67% 97.94%, 96.00% 98.24%, 96.33% 98.52%, 96.67% 98.78%, 97.00% 99.01%, 97.33% 99.21%, 97.67% 99.40%, 98.00% 99.56%, 98.33% 99.69%, 98.67% 99.80%, 99.00% 99.89%, 99.33% 99.95%, 99.67% 99.99%, 100.00% 100.00%);
}
.divsvg2{
    bottom: -1px;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgb(101, 64, 179);
    z-index: 2;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 50.00%, 0.33% 50.01%, 0.67% 50.05%, 1.00% 50.11%, 1.33% 50.20%, 1.67% 50.31%, 2.00% 50.44%, 2.33% 50.60%, 2.67% 50.79%, 3.00% 50.99%, 3.33% 51.22%, 3.67% 51.48%, 4.00% 51.76%, 4.33% 52.06%, 4.67% 52.38%, 5.00% 52.72%, 5.33% 53.09%, 5.67% 53.48%, 6.00% 53.89%, 6.33% 54.32%, 6.67% 54.77%, 7.00% 55.25%, 7.33% 55.74%, 7.67% 56.25%, 8.00% 56.78%, 8.33% 57.32%, 8.67% 57.89%, 9.00% 58.47%, 9.33% 59.06%, 9.67% 59.68%, 10.00% 60.31%, 10.33% 60.95%, 10.67% 61.60%, 11.00% 62.27%, 11.33% 62.96%, 11.67% 63.65%, 12.00% 64.36%, 12.33% 65.07%, 12.67% 65.80%, 13.00% 66.53%, 13.33% 67.27%, 13.67% 68.03%, 14.00% 68.78%, 14.33% 69.55%, 14.67% 70.32%, 15.00% 71.09%, 15.33% 71.87%, 15.67% 72.65%, 16.00% 73.43%, 16.33% 74.21%, 16.67% 75.00%, 17.00% 75.79%, 17.33% 76.57%, 17.67% 77.35%, 18.00% 78.13%, 18.33% 78.91%, 18.67% 79.68%, 19.00% 80.45%, 19.33% 81.22%, 19.67% 81.97%, 20.00% 82.73%, 20.33% 83.47%, 20.67% 84.20%, 21.00% 84.93%, 21.33% 85.64%, 21.67% 86.35%, 22.00% 87.04%, 22.33% 87.73%, 22.67% 88.40%, 23.00% 89.05%, 23.33% 89.69%, 23.67% 90.32%, 24.00% 90.94%, 24.33% 91.53%, 24.67% 92.11%, 25.00% 92.68%, 25.33% 93.22%, 25.67% 93.75%, 26.00% 94.26%, 26.33% 94.75%, 26.67% 95.23%, 27.00% 95.68%, 27.33% 96.11%, 27.67% 96.52%, 28.00% 96.91%, 28.33% 97.28%, 28.67% 97.62%, 29.00% 97.94%, 29.33% 98.24%, 29.67% 98.52%, 30.00% 98.78%, 30.33% 99.01%, 30.67% 99.21%, 31.00% 99.40%, 31.33% 99.56%, 31.67% 99.69%, 32.00% 99.80%, 32.33% 99.89%, 32.67% 99.95%, 33.00% 99.99%, 33.33% 100.00%, 33.67% 99.99%, 34.00% 99.95%, 34.33% 99.89%, 34.67% 99.80%, 35.00% 99.69%, 35.33% 99.56%, 35.67% 99.40%, 36.00% 99.21%, 36.33% 99.01%, 36.67% 98.78%, 37.00% 98.52%, 37.33% 98.24%, 37.67% 97.94%, 38.00% 97.62%, 38.33% 97.28%, 38.67% 96.91%, 39.00% 96.52%, 39.33% 96.11%, 39.67% 95.68%, 40.00% 95.23%, 40.33% 94.75%, 40.67% 94.26%, 41.00% 93.75%, 41.33% 93.22%, 41.67% 92.68%, 42.00% 92.11%, 42.33% 91.53%, 42.67% 90.94%, 43.00% 90.32%, 43.33% 89.69%, 43.67% 89.05%, 44.00% 88.40%, 44.33% 87.73%, 44.67% 87.04%, 45.00% 86.35%, 45.33% 85.64%, 45.67% 84.93%, 46.00% 84.20%, 46.33% 83.47%, 46.67% 82.73%, 47.00% 81.97%, 47.33% 81.22%, 47.67% 80.45%, 48.00% 79.68%, 48.33% 78.91%, 48.67% 78.13%, 49.00% 77.35%, 49.33% 76.57%, 49.67% 75.79%, 50.00% 75.00%, 50.33% 74.21%, 50.67% 73.43%, 51.00% 72.65%, 51.33% 71.87%, 51.67% 71.09%, 52.00% 70.32%, 52.33% 69.55%, 52.67% 68.78%, 53.00% 68.03%, 53.33% 67.27%, 53.67% 66.53%, 54.00% 65.80%, 54.33% 65.07%, 54.67% 64.36%, 55.00% 63.65%, 55.33% 62.96%, 55.67% 62.27%, 56.00% 61.60%, 56.33% 60.95%, 56.67% 60.31%, 57.00% 59.68%, 57.33% 59.06%, 57.67% 58.47%, 58.00% 57.89%, 58.33% 57.32%, 58.67% 56.78%, 59.00% 56.25%, 59.33% 55.74%, 59.67% 55.25%, 60.00% 54.77%, 60.33% 54.32%, 60.67% 53.89%, 61.00% 53.48%, 61.33% 53.09%, 61.67% 52.72%, 62.00% 52.38%, 62.33% 52.06%, 62.67% 51.76%, 63.00% 51.48%, 63.33% 51.22%, 63.67% 50.99%, 64.00% 50.79%, 64.33% 50.60%, 64.67% 50.44%, 65.00% 50.31%, 65.33% 50.20%, 65.67% 50.11%, 66.00% 50.05%, 66.33% 50.01%, 66.67% 50.00%, 67.00% 50.01%, 67.33% 50.05%, 67.67% 50.11%, 68.00% 50.20%, 68.33% 50.31%, 68.67% 50.44%, 69.00% 50.60%, 69.33% 50.79%, 69.67% 50.99%, 70.00% 51.22%, 70.33% 51.48%, 70.67% 51.76%, 71.00% 52.06%, 71.33% 52.38%, 71.67% 52.72%, 72.00% 53.09%, 72.33% 53.48%, 72.67% 53.89%, 73.00% 54.32%, 73.33% 54.77%, 73.67% 55.25%, 74.00% 55.74%, 74.33% 56.25%, 74.67% 56.78%, 75.00% 57.32%, 75.33% 57.89%, 75.67% 58.47%, 76.00% 59.06%, 76.33% 59.68%, 76.67% 60.31%, 77.00% 60.95%, 77.33% 61.60%, 77.67% 62.27%, 78.00% 62.96%, 78.33% 63.65%, 78.67% 64.36%, 79.00% 65.07%, 79.33% 65.80%, 79.67% 66.53%, 80.00% 67.27%, 80.33% 68.03%, 80.67% 68.78%, 81.00% 69.55%, 81.33% 70.32%, 81.67% 71.09%, 82.00% 71.87%, 82.33% 72.65%, 82.67% 73.43%, 83.00% 74.21%, 83.33% 75.00%, 83.67% 75.79%, 84.00% 76.57%, 84.33% 77.35%, 84.67% 78.13%, 85.00% 78.91%, 85.33% 79.68%, 85.67% 80.45%, 86.00% 81.22%, 86.33% 81.97%, 86.67% 82.73%, 87.00% 83.47%, 87.33% 84.20%, 87.67% 84.93%, 88.00% 85.64%, 88.33% 86.35%, 88.67% 87.04%, 89.00% 87.73%, 89.33% 88.40%, 89.67% 89.05%, 90.00% 89.69%, 90.33% 90.32%, 90.67% 90.94%, 91.00% 91.53%, 91.33% 92.11%, 91.67% 92.68%, 92.00% 93.22%, 92.33% 93.75%, 92.67% 94.26%, 93.00% 94.75%, 93.33% 95.23%, 93.67% 95.68%, 94.00% 96.11%, 94.33% 96.52%, 94.67% 96.91%, 95.00% 97.28%, 95.33% 97.62%, 95.67% 97.94%, 96.00% 98.24%, 96.33% 98.52%, 96.67% 98.78%, 97.00% 99.01%, 97.33% 99.21%, 97.67% 99.40%, 98.00% 99.56%, 98.33% 99.69%, 98.67% 99.80%, 99.00% 99.89%, 99.33% 99.95%, 99.67% 99.99%, 100.00% 100.00%);
}


.divsvgwaveup1{
    bottom: -1px;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgb(101, 64, 179);
    z-index: 2;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 95.00%, 2.00% 94.84%, 4.00% 94.37%, 6.00% 93.60%, 8.00% 92.53%, 10.00% 91.18%, 12.00% 89.58%, 14.00% 87.75%, 16.00% 85.72%, 18.00% 83.52%, 20.00% 81.18%, 22.00% 78.75%, 24.00% 76.26%, 26.00% 73.74%, 28.00% 71.25%, 30.00% 68.82%, 32.00% 66.48%, 34.00% 64.28%, 36.00% 62.25%, 38.00% 60.42%, 40.00% 58.82%, 42.00% 57.47%, 44.00% 56.40%, 46.00% 55.63%, 48.00% 55.16%, 50.00% 55.00%, 52.00% 55.16%, 54.00% 55.63%, 56.00% 56.40%, 58.00% 57.47%, 60.00% 58.82%, 62.00% 60.42%, 64.00% 62.25%, 66.00% 64.28%, 68.00% 66.48%, 70.00% 68.82%, 72.00% 71.25%, 74.00% 73.74%, 76.00% 76.26%, 78.00% 78.75%, 80.00% 81.18%, 82.00% 83.52%, 84.00% 85.72%, 86.00% 87.75%, 88.00% 89.58%, 90.00% 91.18%, 92.00% 92.53%, 94.00% 93.60%, 96.00% 94.37%, 98.00% 94.84%, 100.00% 95.00%);

}
.divsvgwaveup2{
    top: -1px;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgb(101, 64, 179);
    z-index: 2;

    clip-path: polygon(100% 0%, 0% 0% , 0.00% 95.00%, 2.00% 94.84%, 4.00% 94.37%, 6.00% 93.60%, 8.00% 92.53%, 10.00% 91.18%, 12.00% 89.58%, 14.00% 87.75%, 16.00% 85.72%, 18.00% 83.52%, 20.00% 81.18%, 22.00% 78.75%, 24.00% 76.26%, 26.00% 73.74%, 28.00% 71.25%, 30.00% 68.82%, 32.00% 66.48%, 34.00% 64.28%, 36.00% 62.25%, 38.00% 60.42%, 40.00% 58.82%, 42.00% 57.47%, 44.00% 56.40%, 46.00% 55.63%, 48.00% 55.16%, 50.00% 55.00%, 52.00% 55.16%, 54.00% 55.63%, 56.00% 56.40%, 58.00% 57.47%, 60.00% 58.82%, 62.00% 60.42%, 64.00% 62.25%, 66.00% 64.28%, 68.00% 66.48%, 70.00% 68.82%, 72.00% 71.25%, 74.00% 73.74%, 76.00% 76.26%, 78.00% 78.75%, 80.00% 81.18%, 82.00% 83.52%, 84.00% 85.72%, 86.00% 87.75%, 88.00% 89.58%, 90.00% 91.18%, 92.00% 92.53%, 94.00% 93.60%, 96.00% 94.37%, 98.00% 94.84%, 100.00% 95.00%);
}
#hero-banner .carousel-item {
    background-color: rgb(40, 32, 24);
    overflow: hidden;
    max-height: 900px;
    width: 100%;
    display: flex;
    align-items: center;
}

#hero-banner .carousel-item img {
    opacity: 0.7;
    width: 100%;
}


/* project*/
#portfolio {
    position: relative;
    color: #fff;
}

#portfolio .photoscrollwrap {
    height: 200px;
    position: relative;
    overflow: hidden;
}

#portfolio .photoscrollwrap ul {
    overflow: hidden;
    position: absolute;
    width: 1600px;
    left: 0;
    top: 0;
    _height: 1px;
}

#portfolio .photoscrollwrap ul li {
    float: left;
    width: 250px;
    text-align: center;
}



/* home about */
#about {
    background: rgb(51, 20, 92);
    color: #4F4F4F;
    position: relative;
}

#about h2 {
    color: #4F4F4F;
}

/*Team*/
#team {
    padding: 140px 0;
    background: rgb(110, 64, 179);
    position: relative;
}

.team-wrapper {
    overflow-x: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
}

.team-wrapper:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-wrapper .team-inner {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 150px 0 10px;
}

.team-wrapper>.team-inner>a {
    color: rgb(40, 141, 203);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto -50px;
    display: block;
    color: rgb(40, 141, 203);
    z-index: 999;
    font-size: 40px;
    padding: 15px 22px;
    background-color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.team-wrapper>.team-inner>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgb(40, 141, 203);
}

.team-wrapper .description {
    padding: 30px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.team-wrapper .description h5 {
    color: rgb(40, 141, 203);
}

#empowering {
    background-color: rgb(40, 32, 24);
    position: relative;
}

/* service */
#services {
    padding: 140px 0 110px;
    background-color: rgb(101, 64, 179);
    position: relative;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* Contact------------------------- */
.contact-form {
    padding: 10px 0;
}

.form-control {
    font-size: 14px;
    border-radius: 5px;
    border-color: #e7eaee;
}

.contact-form input,
.contact-form textarea {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.08);
    color: rgb(255, 255, 255);
    border: none;
}

.application-from input, .application-from textarea, .application-from select {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.08);
    color: rgb(255, 255, 255);
    border: none;
}
/* Extra utilities------------------------- */
.flex-equal>* {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 768px) {
    header .logo img {
        height: 40px;
    }

    header .cnname {
        color: #212529;
        font-size: 0.75rem;
    }

    header .enname {
        font-size: 0.35rem;
        color: #fc0202;
    }

    #hero-banner h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    #hero-banner p {
        font-size: 12px;
    }

    .section-header .section-title {
        font-size: 18px;
    }

    .page-home .list-group li {
        padding-bottom: 1.5rem;
        flex-direction: column;
    }

    #services {
        padding: 60px 0 50px;
    }

    #about {
        padding: 40px 0;
    }

    #team {
        padding: 40px 0;
    }
    #hero-banner .carousel-item img {
    width: 180%;
    min-height: 600px;
}
.page-home .carousel-caption{
    bottom: 20%;
}
}

.overflow-hidden {
    overflow: hidden;
}

label.invalid {
    color: red;
    font-size: 0.75rem;
}
.zoom-container {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-position: center;
}

.zoom-container:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}


@keyframes l5 {
      0% {
        box-shadow: 12px 0 #020e07, -12px 0 #020e0729;
        background: #020e07;
      }

      33% {
        box-shadow: 12px 0 #020e07, -12px 0 #020e0729;
        background: #020e0729;
      }

      66% {
        box-shadow: 12px 0 #020e0729, -12px 0 #020e07;
        background: #020e0729;
      }

      100% {
        box-shadow: 12px 0 #020e0729, -12px 0 #020e07;
        background: #020e07;
      }
    }

    @keyframes wave {
      0% {
        transform: translate(-90px, 0%);
      }

      100% {
        transform: translate(85px, 0%);
      }
    }

    @keyframes wave2 {
      0% {
        transform: translate(90px, 0%);
      }

      100% {
        transform: translate(-85px, 0%);
      }
    }

    .waveBox {
      display: block;
      width: 100%;
      height: 160px;
      max-height: 100vh;
      margin: 0;
    }
    .collapse.show{background-color: rgb(252, 252, 236);}
    .page-home .collapse.show .nav-link{color:rgb(17, 24, 39)}