:root {
    --main-color:#006a83;
}

a:hover{
    text-decoration: none;
}

* {
    font-family: 'Kanit', sans-serif;
}

a:hover {
    text-decoration: none;
}

/* font-family: 'Pacifico', cursive; */
/****************************** srart-navbar *******************************/
.navbar {
    padding: 0;
    background-color: #f9f9f9;
    box-shadow: 0 2px 3px -4px rgb(0 0 0 / 26%);
}


.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}

.navbar-brand{
    padding: 0 0;
    margin-left: 60px;
}

.navbar-brand img{
    width: 125px;
    height: 78px;
}

@media(max-width:992px){
    .navbar-brand {
        margin-left: 16px;
    }
}

.navbar-expand-lg .navbar-nav{
    margin-right: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding:35px 20px ;
    transition: all .4s ease-in-out;
}

@media (max-width:992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 16px;
        padding:10px 20px ;
    }
}

.navbar-scro{
    box-shadow: 1px 1px 18px -1px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light.navbar-nav .nav-link.active,.navbar-light .navbar-nav
.nav-link.show, .navbar-light 
.navbar-nav .show>.nav-link{
    color: var(--main-color);
    cursor: context-menu;
}

.dropdown{
    transition:all  .5s ease-in-out;
}

.dropdown-toggle::after {
    display: none;
}

@media (max-width:992px){
    .navbar {
        padding:15px 0 ;
        background-color: #f3f3f3;
    }
    .dropdown-toggle::after {
        display: inline-block;
    }
}

@media (max-width:576px){
    .navbar-brand img{
        width: 80px;
        height: 50px;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    top: 98%;
    background-color: #f3f3f3;
    border-top: 3px solid var(--main-color);
}

@media (max-width:992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        border: none;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    font-weight: 300;
    transition: all .4s ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active{
    background-color: var(--main-color);
    padding-left: 20px;
    padding-top: 5px;
    color: #fff ;
    cursor: context-menu;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: var(--main-color);
    padding-left: 20px;
    padding-top: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active:hover{
    color: #fff;
    padding-left: 20px;
    padding-top: 5px;
}

/******************************** end-navbar ****************************/
/******************************** start-slider ****************************/
.carousel {
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}

.carousel-inner .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation-delay: 1s;
    z-index: 5;
    background-attachment: fixed;
    height: 83vh;
    position: relative;
}

.carousel-inner .carousel-item.item{
    -webkit-animation: kenburns-bottom 5s ease-out both;
	animation: kenburns-bottom 5s ease-out both;
}

.carousel-inner .carousel-item img{
    animation: scale 6s ease-out both ;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.4);
    }
  }

  @keyframes kenburns-bottom {
    0% {
        transform: scale(1) translate(0, 0);
        background-position: 0% 0%;
      }
      100% {
        transform: scale(1.03);
        background-position: 100% 100%;
      }
  }


.carousel-inner .carousel-item.carousel-one {
    background-image: url("../image/background1.jpg");
}

.carousel-inner .carousel-item.carousel-twe {
    background-image: url("../image/background2.jpg");
}

.carousel-inner .carousel-item  h1 {
    font-size: 35px;
    color: var(--main-color);
    font-weight: 500;
    z-index: 100;
    position: absolute;
    font-family: 'Kanit', sans-serif;
    left: 10%;
    padding: 5px 15px;
}

.carousel-inner .carousel-item  h1.one{
    background-color: #fff;
    top: 30.5%;
}
.carousel-inner .carousel-item  h1.twe{
    background-color: var(--main-color);
    color: #fff;
    top: 40%;
}

.carousel-inner .carousel-item p {
    z-index: 100;
    position: absolute;
    top: 54%;
    width: 50%;
    color: #404040;
    font-size: 20px;
    left: 10%;
    font-family: 'Kanit', sans-serif;
}

.carousel-control-prev{
    justify-content: flex-start;
}

.carousel-control-next{
    justify-content: flex-end;
}

.carousel-control-next .caro , .carousel-control-prev .caro{
    width: 40px;
    height: 40px;
    background-color: #000;
    line-height: 48px;
}

@media (max-width:992px) {
    .carousel-inner .carousel-item  p {
        width: 80%;
    }
}

@media (max-width:768px) {
    .carousel-inner .carousel-item  h1.one {
        top: 31%;
        font-size: 37px;
    }
    .carousel-inner .carousel-item  h1.twe{
        font-size: 37px;
    }
    .carousel-inner .carousel-item  p {
        font-size: 17px;
        width: 80%;
    }
    .carousel-control-next , .carousel-control-prev {
        display: none;
    }
}

@media (max-width:576px) {
    .carousel-inner .carousel-item  h1.one {
        top: 33%;
        font-size: 25px;
    }
    .carousel-inner .carousel-item  h1.twe{
        font-size: 25px;
    }
    .carousel-inner .carousel-item  p {
        font-size: 16px;
        width: 90%;
        top: 51%;
    }
}

/******************************** end-slider ****************************/
/******************************** start-who are  ****************************/
.who-are {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.who-are-me {
    position: relative;
}

.who-are-me h4 {
    font-size: 1.5rem;
    position: absolute;
    top: -35px;
    left: 0;
    padding-left: 10px;
    color: #2e7673;
    font-family: 'Pacifico', cursive;
}

.who-are-me h4 span{
    width: 80px;
    background-color: #40aa34;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: -10%;
    right: -57%;
}

.who-are .info .who-are-img img {
    width: 400px;
    height: 300px;
    border: none;
}

.who-are-info {
    position: relative;
    margin-top: 45px;
}

.who-are .info .who-are-info h3 {
    margin-bottom: 40px;
    line-height: 1.5;
    color: var(--main-color);
    font-size: 36px;
    width: 95%;
}

.who-are .info .who-are-info p {
    color: #777;
    font-size: 17px;
    width: 95%;
    line-height: 1.5;
}



@media (min-width:768px) and (max-width:992px) {
    .who-are .info .who-are-info h3 {
        font-size: 26px;
    }

    .who-are .info .about-info p {
        font-size: 14px;
    }

    .who-are .info .who-are-img img {
        margin-bottom: 150px;
    }
}

@media(max-width:769px) {
    .who-are {
        padding: 100px 0;
    }

    .who-are .info .who-are-info h3 {
        font-size: 30px;
    }

    .who-are .info .who-are-img img {
        margin-bottom: 100px;
    }
}

@media (max-width:576px) {
    .who-are-me h4{
        font-size: 16px;
    }
    .who-are-me h4 span {
        width: 60px;
        right: -70%;
    }
    .who-are .info .who-are-info h3 {
        font-size: 26px;
    }

    .who-are .info .who-are-info p {
        font-size: 13px;
    }
}
/******************************** end-who are  ****************************/
/******************************** start-Why-Choose   ****************************/
.Why-Choose {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

.Why-Choose-me {
    position: relative;
}

.Why-Choose .info .Why-Choose-img img {
    width: 400px;
    height: 300px;
    border: none;
    padding: 0;
}

.Why-Choose-info {
    position: relative;
    margin-top: 45px;
}

.Why-Choose .info .Why-Choose-info h3 {
    margin-bottom: 5px;
    line-height: 1.5;
    color: var(--main-color);
    font-size: 36px;
    width: 95%;
}

.Why-Choose .info .Why-Choose-info h4 {
    margin-bottom: 30px;
    line-height: 1.5;
    color: #4c4949;
    font-size: 20px;
    width: 95%;
}

.Why-Choose .info .Why-Choose-info p {
    color: #777;
    font-size: 17px;
    width: 95%;
    line-height: 1.5;
}



@media (min-width:768px) and (max-width:992px) {
    .Why-Choose .info .Why-Choose-info h3 {
        font-size: 26px;
    }

    .Why-Choose .info .Why-Choose p {
        font-size: 14px;
    }

    .Why-Choose .info .Why-Choose-img img {
        margin-bottom: 150px;
    }
}

@media(max-width:769px) {
    .Why-Choose {
        padding: 100px 0;
    }

    .Why-Choose .info .Why-Choose-info h3 {
        font-size: 30px;
    }
}

@media (max-width:576px) {
    .Why-Choose .info .Why-Choose-info h3 {
        font-size: 26px;
    }

    .Why-Choose .info .Why-Choose-info p {
        font-size: 13px;
    }
}
/******************************** end-Why-Choose   ****************************/
/******************************** start-page-services ****************************/
.advance{
    padding: 100px 0;
}

.advance p{
    color: #666;
    line-height: 1.8;
    margin:  auto;
    font-size: 19px;
    width: 90%;
}

.advance .info {
    margin-top:65px;
}

.advance .info .img-in{
    margin-bottom: 20px;
}

.advance .info .img-in span{
    width: 135px;
    height: 135px;
    display: inline-block;
    line-height: 135px;
    border-radius: 50%;
    transition: all .8s ease-in-out;
    border: 1px solid #e8e8e8;
}

.advance .info .img-in img{
    height: 70px;
    width: 70px;
}

.advance .info .item{
    margin-bottom: 20px;
}

.advance .info .item:hover .img-in span{
    background-color: #e8e8e8;
}

.advance .info h4{
    font-size: 20px;
    color: var(--main-color);
}

.advance .info p{
    font-size: 15px;
    color: rgb(36, 36, 36);
}

@media (max-width:769px) {
    .advance p {
        font-size: 17px;
    }
}

@media (max-width:576px) {
    .advance p {
        font-size: 15px;
    }
}
/******************************** end-page-services ****************************/
/******************************** start-misi-vi ****************************/
.misi-vi{
    padding: 150px 0;
    background-color: #f8f8f8;
}

.misi-vi .item{
    margin-bottom: 50px;
}

.misi-vi .card{
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    box-shadow: 0 2px 43px -4px rgb(0 0 0 / 19%);
    margin-bottom: 20px;
}

.misi-vi .card:hover {
    transform: translate(0,5px);
}

.misi-vi .card .card-body{
    flex: unset;
    height: 100px;
}

.misi-vi .card .card-body h5{
    font-size: 26px;
    color: var(--main-color);
    margin: 16px 0;
    text-transform: uppercase;
}
/******************************** end-misi-vi ****************************/
/******************************** start-contact-us ****************************/
.location {
    padding: 100px 0;
    background-color: #fefefe
}

.location .contact-us-map {
    margin-bottom: 50px;
    margin: 15px 0px
}

.location .info-contact{
    margin: 45px 0px;
}

.location .info-contact ul{
    margin: 15px 0;
}

.location .info-contact ul li{
    color: #777;
    font-size: 15px;
}

.location .contact-us-email{
    margin: 30px 0;
}

.location input,
.location textarea {
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom:1px solid #e5e5e5;
    transition: all 0.4s ease-in-out;
    padding: 10px 0;
    margin-top: 5px;
}

.location input::-webkit-input-placeholder,
.location textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: #777
}

.location input:focus,
.location textarea:focus {
    box-shadow: none;
    border: none;
    outline: none;
    border-bottom:1px solid #000;
}

.location .contact-us-map div {
    height: 450px;
}

.location .contact-us-email button.btn {
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 44px 10px;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 50px
}

/******************************** end-contact-us ****************************/
/************************************************************************************************/
/******************************** start-footer ****************************/
footer {
    background-color: #111;
    padding: 75px 0 0;
    position: relative;
}

footer h4 {
    color: #eee;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: -.1px;
    font-weight: 500;
}

footer .about-company img {
    width: 125px;
    height: 100px;
    margin-bottom: 30px;
}

footer .company a {
    text-decoration: none;
    color: #ddd;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

footer .company a:hover {
    text-decoration: underline;
}

footer .office i {
    margin: 2px 0 0;
    color: #999;
    width: 15%;
}

footer .office span {
    font-size: 12px;
    width: 85%;
    color: #949994;
    margin-bottom: 15px;
}

footer .office a {
    width: 85%;
    margin-bottom: 10px;
    text-decoration: none;
}

footer .office a span {
    color: rgb(245, 245, 245);
}

footer .office a span:hover {
    border-bottom: 1px solid;
}

footer .business p {
    color: #999;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 15px;
}

footer .business .day {
    width: 65%;
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}

footer .business .time {
    width: 35%;
    color: #999;
    font-size: 11px;
}

footer .copywrite {
    text-align: center;
    background-color: #222;
    padding: 16px;
    color: #999;
    font-size: 13px;
    margin-top: 35px;
}

footer .social-media{
    position: absolute;
    top: -17px;
    left: 7%;
    width: 221px;
    height: 41px;
    background: var(--main-color);
    line-height: 43px;
    box-shadow: -3px -1px 15px;
    z-index: 5;
}

footer .social-media span{
    margin-left: 10px;
    color:#fff
}

footer .social-media a{
    color: black;
    text-decoration: none;
    margin-left: 10px;
}

footer .social-media a i{
    width: 30px;
    height: 30px;
    border: 1px solid;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.4s ease-in-out ;
}

footer .social-media a i:hover{
    border: 1px solid #fff;
    color: #fff;
}

/******************************** end-footer ****************************/
/******************************** buuton-top-start ****************************/
.button-top {
    position: fixed;
    bottom: 6%;
    right: 4%;
    z-index: 1110;
    display: none;
}

.button-top button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--main-color);
    outline: none;
    transition: all .2s ease-in-out;
}

.button-top button:hover {
    background-color: var(--main-color);
}

.button-top button i {
    font-size: 25px;
    color: #fff;
}

/******************************** buuton-top-end ****************************/
/********************************start-spiner ****************************/

.spiner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1220;
}

.spiner .loader {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader,
.loader:before,
.loader:after {
  background: var(--main-color);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: '';
  }

  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 1.5em;
  }

  @-webkit-keyframes load1 {
    0%,
    80%,
    100% {
      box-shadow: 0 0;
      height: 4em;
    }
    40% {
      box-shadow: 0 -2em;
      height: 5em;
    }
  }

  @keyframes load1 {
    0%,
    80%,
    100% {
      box-shadow: 0 0;
      height: 4em;
    }
    40% {
      box-shadow: 0 -2em;
      height: 5em;
    }
  }

.spiner .completes {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/********************************end-spiner ****************************/
/******************************** start-our-product****************************/
.our-product{
    padding: 150px 0;
}

.our-product h1{
    margin-bottom: 100px;
    font-size: 50px;
    text-transform: uppercase;
    color: var(--main-color)
}

.our-product .product-items {
    margin-bottom: 100px;
}

.our-product .product-items .product-item img{
    filter: gray;
    -webkit-filter: grayscale(8);
    -moz-filter: grayscale(8);
    filter: grayscale(8);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.our-product .product-items .product-item:hover img,
.our-product .product-items .product-item.active img{
    filter: none;
}

.our-product .items-pro{
    overflow: hidden;
}

.our-product .custom-card{
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
}

.our-product .item{
    margin: 40px 0;
    position: relative;

}

.our-product .custom-card .image{
    position: relative;
    overflow: hidden;
}

.our-product .custom-card .image img{
    border: none;
    padding: 0;
    border-radius: 0;
    transition: all 3.5s ease-in-out;
    height: 350px
}

.our-product .custom-card:hover .image img{
    transform: scale(1.3);
}

.our-product .custom-card .image .overlay{
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.our-product .custom-card:hover .image .overlay {
    opacity: 1;
}

.our-product .custom-card .info-card{
    width: 70%;
    background-color: #fff;
    padding: 15px 15px 22px;
    position: absolute;
    z-index: 10;
    bottom: -11%;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0 2px 43px -4px rgb(0 0 0 / 26%);
}

.our-product .item{
    display: none;
}

.our-product .custom-card .info-card h4{
    font-size: 22px;
    margin: 13px 0;
    transition: all .3s ease-in-out;
}

.our-product .custom-card:hover .info-card h4{
    color: var(--main-color);
}

.our-product .custom-card .info-card p{
    color: #777;
    padding: 5px;
    margin: 0 0 18px;
}

.our-product .custom-card .info-card a{
    padding: 5px 12px;
    background-color: var(--main-color);
    color: #fff;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    opacity: 0.8;
}

.our-product .custom-card .info-card a:hover{
    opacity: 1;
}

@media (max-width:500px){
    .our-product .custom-card .info-card h4 {
        font-size: 16px;
        margin: 12px 0 5px;
    }
    .our-product .custom-card .info-card {
        padding: 2px 5px 22px;
    }
    .our-product .custom-card .info-card p {
        padding: 5px;
        margin: 0 0 3px;
        font-size: 14px;
    }
    .our-product .custom-card .info-card a {
        padding: 2px 8px;
        font-size: 13px;
    }
    .our-product .product-items .product-item span {
        font-size: 16px;
        padding: 10px 15px;
    }
}
/********************************end-our-product ****************************/
/******************************** start-categories ****************************/
.our-product .categories{
    overflow: hidden;
}

.our-product .categories .category{
    margin: 0 0 50px;
}

.our-product .categories .category{
    display: none;
}

.our-product .categories .category.active{
    display: block;
}

.our-product .categories .category span{
    margin-right: 10px;
    display: block;
    font-size: 19px;
    padding: 15px 20px;
    margin-top: 10px;
    color: var(--main-color);
    text-transform: capitalize;
    border-radius: 15px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    box-shadow: 0 2px 43px -4px rgb(0 0 0 / 26%);
}

@media(max-width:576px){
    .our-product .categories .category span{
        font-size: 15px;
    }
}

.our-product .categories .category span:hover{
    background-color: #f5f5f5;
}

.our-product .categories .category .active{
    cursor: context-menu;
    pointer-events: none;
}

.our-product .categories .category .active span{
    background-color: var(--main-color);
    color: #fff;
}
/******************************** end-project-items ****************************/
/******************************** start-enplusblue  ****************************/
.enplusblue {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.enplusblue-me {
    position: relative;
}

.enplusblue .info .enplusblue-img img {
    border: none;
    padding:0 ;
    border-radius: 0;
}

.enplusblue-info {
    position: relative;
    margin-top: 45px;
}

.enplusblue .info .enplusblue-info h3 {
    margin-bottom: 40px;
    line-height: 1.5;
    color: #222;
    font-size: 36px;
    width: 95%;
}

.enplusblue .info .enplusblue-info p {
    color: #777;
    font-size: 17px;
    width: 95%;
    line-height: 1.5;
}



@media (min-width:768px) and (max-width:992px) {
    .who-are .info .who-are-info h3 {
        font-size: 26px;
    }

    .who-are .info .about-info p {
        font-size: 14px;
    }

    .enplusblue .info .enplusblue-img img {
        margin-bottom: 150px;
    }
}

@media(max-width:769px) {
    .enplusblue {
        padding: 100px 0;
    }

    .enplusblue .info .enplusblue-info h3 {
        font-size: 30px;
    }

    .enplusblue .info .who-are-img img {
        margin-bottom: 100px;
    }
}

@media (max-width:576px) {
    .enplusblue-me h4{
        font-size: 16px;
    }
    .enplusblue-me h4 span {
        width: 60px;
        right: -70%;
    }
    .enplusblue .info .enplusblue-info h3 {
        font-size: 26px;
    }

    .enplusblue .info .enplusblue-info p {
        font-size: 13px;
    }
}
/******************************** end-enplusblue ****************************/
/******************************** start-  ****************************/
.radial {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

.radial-me {
    position: relative;
}

.radial .info .radial-img img {
    border: none;
}

.radial-info {
    position: relative;
    margin-top: 45px;
}

.radial .info .radial-info h3 {
    margin-bottom: 40px;
    line-height: 1.5;
    color: #222;
    font-size: 36px;
    width: 95%;
}

.radial .info .radial-info p {
    color: #777;
    font-size: 17px;
    width: 95%;
    line-height: 1.5;
}



@media (min-width:768px) and (max-width:992px) {
    .radial .info .radial-info h3 {
        font-size: 26px;
    }

    .radial-are .info .radial-info p {
        font-size: 14px;
    }

    .radial .info .radial-img img {
        margin-bottom: 150px;
    }
}

@media(max-width:769px) {
    .radial {
        padding: 100px 0;
    }

    .radial .info .radial-info h3 {
        font-size: 30px;
    }

    .radial .info .radial-img img {
        margin-bottom: 100px;
    }
}

@media (max-width:576px) {
    .radial .info .radial-info h3 {
        font-size: 26px;
    }

    .radial .info .radial-info p {
        font-size: 13px;
    }
}
/******************************** end-enplusblue  ****************************/
/******************************** start-radial  ****************************/
.information{
    padding: 100px 0;
    background-color: #f6f6f6;
}

.information h2{
    color: #737b90;
    font-size: 36px;
}

.information .info{
    margin-top: 65px;
}

.information h4{
    font-size: 19px;
    color: #737b90;
}

.information p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #737b90;
}

.information ul li{
    font-size: 15px;
    color: #737b90;
}

.information .video {
    height: 300px;
    margin: 50px 0 0;
}
/******************************** end-radial  ****************************/
/******************************** start-radial  ****************************/
.service {
    background-image: url("../image/service.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service .contain {
    position: absolute;
    z-index: 3;
}

.service .contain h2 {
    color: #fff;
    padding: 20px 0;
    margin: 35px 0 15px;
    font-size: 40px;
    text-transform: capitalize;
}

.service .contain p{
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
}

.service .contain a {
    padding: 8px 25px;
    border: 1px solid;
    font-size: 17px;
    color: #fff;
    margin-top: 16px;
    display: inline-block;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.service .contain a:hover {
    color: var(--main-color);
    background-color: #fff;
}

.service .bc {
    background-color: #006a83c7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/******************************** end-radial  ****************************/
.img-thumbnail{
    padding: 0;
    border-radius: 0;
    border: none;
    
}
