@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

ul{list-style:none;}
h3{font-size:20px}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.87);
    inset: 0px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    border: 4px solid #1c76bc;
    top: 50%;
    animation: 2s ease 0s infinite normal none running loader;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #1c76bc;
    animation: 2s ease-in 0s infinite normal none running loader-inner;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}



::-webkit-scrollbar {
    width: 0px;
}
.btn:hover i{filter: invert(1);}
.btn:hover{background: #0b3948;border-color: #0b3948;}
.btn.outline:hover{background: #d2a63c;border-color: #d2a63c;color:#fff;}

.btn.outline{
    background: transparent;
    border-color: #d2a63c;
    color: #d2a63c;
}
.btn{
    background: #0b3948;
    /* width: 306px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    gap: 30px;
    transition: 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 22px;
    border: 1px solid #0b3948;
    position: relative;
    text-transform: capitalize;
}

html {
    scroll-behavior: smooth;
}

body {
    /* padding:104px 0 0 0; */
    font-family: "thonglor";
    font-family: "Montserrat", sans-serif;
}

.hdr{
    text-align: center;
    position: relative;
    /* color: #fff; */
    }
.hdr span{
display: block;
    color: #1c76bc;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-stroke: 1px #a9b5c9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .4;
    -webkit-text-stroke: 1px #a9b5c9;
    font-size: 75px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    /* z-index: -1; */
    top: -18px;
    left: 0;
    right: 0;
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
h2{font-size:25px;line-height: 35px;font-weight: bold;margin-bottom: 30px;color: #000;text-transform: capitalize;}
.overflow {
    /* overflow-x: hidden; */
}

img {
    max-width: 100%;
    
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}



.center_container {
    /* width: 100%; */
    /* max-width: 1355px; */
    /* padding: 0 20px; */
    /* margin: 0 auto; */
}

p {
    color: #363636;
    font-size: 16px;
    line-height: 25px;
    /* font-weight: 500; */
    font-family: 'Roboto';
}

.topHdr{
    background: #101a29;
}
.topHdr .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topHdr .basicInfo{
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0px;
}
.topHdr .basicInfo li{}
.topHdr .basicInfo li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.topHdr .basicInfo li i{}

.topHdr .sclIcn{
    display: flex;
    list-style: none;
}
.topHdr .sclIcn li{
    border-right: 1px solid #ffffff57;
}
.topHdr .sclIcn li i{
    color: #fff;
}
.topHdr .sclIcn li a{
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.topHdr .sclIcn li:last-child{}


header {
    padding: 25px 0;
    width: 100%;
    transition: all ease 0.3s;
    background: transparent;
    z-index: 2;
    position: relative;
}

header.fixed {
    /* padding: 10px 0; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* position: sticky; */
    /* top: 0; */
    /* z-index: 999; */
}

header .center_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

header .center_container .logo {
    width: 100%;
    max-width: 240px;
    position: absolute;
    left: 0px;
    top: -25px;
}

header .center_container .logo a{display:block; line-height:0;}

header .center_container .logo a.reslogo{ display:none;}

header .center_container .navigation{
    display: flex;
    align-items: center;
    gap: 30px;
}
header .center_container .navigation ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 45px;
    align-items: center;
}


header .center_container .navigation ul li {
    /* margin: 0 0 0 10px; */
    position: relative;
}

header .center_container .navigation ul li:first-child {
    margin-left: 0;
}
header .center_container .navigation ul li a:hover, header .center_container .navigation ul li a.active{color:#1c76bc;}
header .center_container .navigation ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    display: block;
    /* padding: 8px 16px; */
    border-radius: 30px;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
    text-transform: capitalize;
}
header .center_container .navigation ul li a:after{content:'';display:block;width: 100%;height: 2px;background: #1c76bc;position: absolute;bottom: -10px;left: 0;right: 0;width: 0;transition: 0.3s ease;}
header .center_container .navigation ul li:hover :after, .center_container .navigation ul li a.active:after{width:100%;}

header .center_container .navigation .reserv:hover{background:#d2a63c;}
header .center_container .navigation .reserv{color: #fff;width: 180px;background: #0b3948;height: 45px;display: flex;align-items: center;gap: 10px;padding: 0px 7px;font-size: 16px;text-decoration: none;border-radius: 30px;font-weight: 500;transition: 0.3s ease;}
header .center_container .navigation .reserv a{
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
}
header .center_container .navigation .reserv a:before{
    content: "\f590";
    display:block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #51afce;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    }
header .center_container .navigation .reserv a:after{ display:none;}
header .center_container .navigation .reserv:hover a{color:#fff}

header .center_container .navigation .reserv:hover {
    background: #51afce;
    color: #fff;
}

header .navigation li:hover .mega_menu{ display:block;}

header .navigation li .mega_menu{
    position: absolute;
    top: 20px;
    
    =: 20px;
    z-index: 1;
    flex-wrap: wrap;
    gap: 0px;
    display: none;
    padding-top: 25px;
}
header .navigation li .mega_menu li{
    background: #f4f4f4;
    border-bottom: 1px solid #d8d8d8;
}
header .navigation li .mega_menu li a{
    padding: 15px 60px 15px 20px;
    display: block;
    white-space: nowrap;
}
header .navigation li .mega_menu li a:after{ display:none;}
header .navigation li .mega_menu li:last-child a{width:100%;border-radius:0px;background:inherit;color:inherit;padding: 15px 60px 15px 20px;}






.banner:after{content:'';display:block;background:url(../images/left-bg.png) no-repeat right center;width: 100%;height: 100%;position: absolute;right: 0;top: 0px;}
.banner{
    background: #f7f5f2;
    position:relative;
}
.banner .inner{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner .inner .cntnBox{
    width: 45%;
}
.banner .inner .cntnBox h1{
    color: #0b3948;
    font-size: 30px;
    line-height: 45px;
    color: #000;
}
.banner .inner .cntnBox h1 b{
    display: block;
    color: #0b3948;
    /* text-decoration: underline; */
}
.banner .inner .cntnBox p{
    margin: 20px 0px;
}
.banner .inner .cntnBox .btnGrp{
    display: flex;
    gap: 20px;
}
.banner .inner .cntnBox .btnGrp .btn{}
.banner .inner .cntnBox .btnGrp .btn.outline{}
.banner .inner .imageGrl{
    width: 60%;
}
.banner .inner .imageGrl .imgBx{
    line-height: 0;
}

 .banner .slick-arrow{ display:none!important;}
.banner .slick-dots:nth-child(2){ display:none!important;}
.banner .slick-dots{
    list-style: none;
    padding: 0px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0px;
    gap: 5px;
    font-size: 0;
    line-height: 0;
}
.banner .slick-dots li{}
.banner .slick-dots li button{
    border: none;
    /* display: block; */
    color: transparent;
    border-radius: 50%;
    width: 12px!important;
    height: 12px!important;
    background: #0b3948;
    padding: 0px;
}
.banner .slick-dots li.slick-active button{width: 30px!important;border-radius:20px}




.bx-wrapper{
    border: none!important;
    box-shadow: none!important;
    margin: 0px!important;
}

.trigger {
    width: 34px;
    cursor: pointer;
    display: none;
}

.trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #1c76bc;
}

.trigger span:nth-child(2) {
    margin: 7px 0;
}

.wrap {
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}




.typed-cursor{ display:none;}
.aboutUs{
    padding: 80px 0px;
}
.aboutUs .abtInr{
    display: flex;
}
.aboutUs .abtInr .imgPnl{
    width: 40%;
    position: relative;
}
.aboutUs .abtInr .imgPnl img{
    width: 100%;
}
.aboutUs .abtInr .imgPnl .img1 {
    line-height: 0px;
    border-radius: 10px;
    overflow: hidden;
}
.aboutUs .abtInr .imgPnl .imgSmall  {
    width: 279px;
    position: absolute;
    bottom: -30px;
    right: -40px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.aboutUs .abtInr .cntn{
    width: calc(100% - 40%);
    padding-left: 90px;
}
.aboutUs .abtInr .cntn h2{
    margin-bottom: 25px;
    position: relative;
}
.aboutUs .abtInr .cntn h2 span{
    display: block;
    color: #1c76bc;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-stroke: 1px #a9b5c9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .4;
    -webkit-text-stroke: 1px #a9b5c9;
    font-size: 75px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    z-index: -1;
    top: -18px;
}
.aboutUs .abtInr .cntn p{}
.aboutUs .abtInr .cntn ul{
    list-style: none;
    display: flex;
    margin: 25px 0px;
    flex-direction: column;
    gap: 20px;
}
.aboutUs .abtInr .cntn ul li{
    display: flex;
    gap: 18px;
    width: 100%;
}
.aboutUs .abtInr .cntn ul li span:hover:after{
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    
}
.aboutUs .abtInr .cntn ul li span{
    min-width: 62px;
    height: 62px;
    /* border: 2px solid #0b3948; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.aboutUs .abtInr .cntn ul li span:after{content:'';width: 100%;height: 100%;position: absolute;border: 2px solid #0b3948;border-radius: 50%;-webkit-animation: spinAround 9s linear infinite;-moz-animation: spinAround 9s linear infinite;animation: spinAround 9s linear infinite;}
.aboutUs .abtInr .cntn ul li:hover span:after{border: 2px dashed #0b3948!important;}
.aboutUs .abtInr .cntn ul li h3{
    color: #101a29;
    margin-bottom: 10px;
    font-weight: bold;
}
.aboutUs .abtInr .cntn ul li p{
    font-size: 14px;
    line-height: 22px;
}
.aboutUs .abtInr .cntn .btn{
    width: fit-content;
    position: relative;
    overflow: hidden;
}
.btn.hvr:hover{border-color:#d2a63c}
.btn.hvr:hover:before{width:100%;left:0;border-radius:0px;opacity: 1;}
 .btn.hvr:before{
									      content:'';
									      display:block;
									      left: -11px;
									      top: 0;
									      content: "";
									      background-color: #d2a63c;
									      border-radius: 10px;
									      height: 100%;
									      width: 24px;
									      position: absolute;
									      -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
									      transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
									      /* z-index: -1; */
									      opacity: 0;
									  }
.btn span{ position:relative;}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}



.servcies{
    padding: 80px 0px;
    background: url(../images/pattern-10.jpg);
}
.servcies h2{
    text-align: center;
    position: relative;
    color: #fff;
}
.servcies h2 span{
    display: block;
    color: #1c76bc;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-stroke: 1px #a9b5c9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .4;
    -webkit-text-stroke: 1px #a9b5c9;
    font-size: 75px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    /* z-index: -1; */
    top: -18px;
    left: 0;
    right: 0;
}

.servcies ul{
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
    gap: 21px 0px;
}
.servcies ul li{
    padding: 0px 10px;
    width: 33.33%;
}
.servcies ul li .inner:after{content:'';display:block;background: url(../images/dots-4-light.png) no-repeat right bottom;width: 100%;height: 100%;position: absolute;right: 0;bottom: 0;z-index: 1;filter: contrast(0.1);}
.servcies ul li .inner:before{content:'';display:block;background: url(../images/blog-1-1.jpg) no-repeat center center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;transition: 0.3s ease;opacity: 0;display: none;}
/* .servcies ul li:nth-child(2) .inner:before{background-image:url(../images/srv2.png)}
.servcies ul li:nth-child(3) .inner:before{background-image:url(../images/srv3.png)}
.servcies ul li:nth-child(4) .inner:before{background-image:url(../images/srv2.png)}
.servcies ul li:nth-child(5) .inner:before{background-image:url(../images/srv2.png)}
.servcies ul li:nth-child(6) .inner:before{background-image:url(../images/srv2.png)} */


.servcies ul li .imgBx{
    line-height: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    border: 1px solid #f4f4f494;
    margin-top: 25px;
}
.servcies ul li .inner{
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.servcies ul li .inner i{
    position: relative;
    z-index: 1;
}
.servcies ul li .number{
    display: flex;
    position: absolute;
    right: -8px;
    top: 20px;
    height: 46px;
    width: 90px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(transparent));
    background: linear-gradient(to right, #f3f3f3, #f3f3f33b);
    content: "";
    /* z-index: -1; */
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    color: #6c6c6c;
}
.servcies ul li h3{
    margin: 10px 0px;
    color: #0b3948;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.servcies ul li p{}
.servcies ul li .inner .btn{
    width: fit-content;
    display: none;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
}
.servcies ul li .inner:hover:before{opacity: 0.3;}
.servcies ul li .inner:hover p{/* display:none; */}
.servcies ul li .inner:hover .btn{display: flex;}

.whyUs{
    padding: 80px 0px;
}
.whyUs .inner{ display:flex; justify-content:space-between;}
.whyUs .content{
    width: 50%;
}
.whyUs .content h2{
    text-align: left;
}
.whyUs .content h2 span{}

.whyUs .content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    margin: 0px -15px;
}
.whyUs .content ul li{
    width: 50%;
    padding: 0px 15px;
}
.whyUs .content ul li .inr{
    box-shadow: -1px 2px 12px 3px #0000001f;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: url(../images/dots-4-light.png) no-repeat right;
    background-size: contain;
    /* background-color: #000; */
}
.whyUs .content ul li .inr img{
    width: 70px;
}

.whyUs .content ul li p{
    font-weight: 600;
}

.whyUs .imgBx{
    width: 45%;
}

.donation{
    background: #0b3948;
    padding: 80px 0px;
}
.donation .inner{
    display: flex;
    justify-content: space-between;
}
.donation .lft{
    width: 45%;
}
.donation .lft h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.donation .lft p{
    color: #fff;
}
.donation .lft .pogrBr{
    margin: 25px 0px;
}
.donation .lft .pogrBr .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.donation .lft .pogrBr .top i{
    font-style: normal;
    color: #fff;
    font-weight: bold;
}
.donation .lft .pogrBr .top b{
    color: #fff;
}
.donation .lft .pogrBr  .line{
    background-color: #0a627e;
    width: 100%;
    border-radius: 50px;
    padding: 3px;
    position: relative;
}
.donation .lft .pogrBr  .line:after{content:'';display:block;background: #d2a63c;width: 50%;padding: 3px;position: absolute;left: 0px;top: 0px;border-radius: 50px;overflow: hidden;}
.donation .lft .btnGrp{
    display: flex;
    align-items: center;
    gap: 30px;
}
.donation .lft .btnGrp .btn{
    background: #d2a63c;
}
.donation .lft .btnGrp .call{
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.donation .lft .btnGrp .call b{
    display: flex;
    flex-direction: column;
    line-height: 23px;
    color: #fff;
}
.donation .lft .btnGrp .call i{
    width: 50px;
    height: 50px;
    /* background: #000; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2a63c;
    color: #d2a63c;
    font-size: 20px;
}
.donation .lft .btnGrp .call span{
    font-weight: normal;
}


.donation .rgt{
    width: 45%;
    display: flex;
    /* text-align: end; */
    margin-top: -99px;
    justify-content: space-between;
}
.donation .rgt .cricl:hover {
    transform: scale(0.9);
	border-color:#d2a63c
}
.donation .rgt .cricl{
    width: 280px;
    height: 280px;
    background: #4b3f3f;
    border-radius: 50%;
    margin-top: 12%;
    border: 5px solid #fff;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}
.donation .rgt .rgtImg{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    justify-content: space-between;
}


.donation .rgt .cricl.img2{
    margin-top: -10px;
    width: 200px;
    height: 200px;
}
.donation .rgt .cricl.img3{
    margin-right: 28px;
    margin-bottom: -90px;
    width: 200px;
    height: 200px;
}

.gallery{
    padding: 80px 0px;
}

.gallery .tab-btn {
  padding: 12px 16px;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 50%;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .tab-btn.active {
  background: #d2a63c;
  color: white;
}

.gallery .tabs{
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #d8d8d8;
    border-radius: 30px;
    overflow: hidden;
    width: 210px;
    box-shadow: 0px 1px 6px 2px #0000004d;
}

.gallery .tab-content{
    margin-top: 40px;
}

.gallery .tab-content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
}
.gallery .tab-content ul li{
    padding: 0px 15px;
    width: 25%;
}
.gallery .tab-content ul li a{
    display: block;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.gallery .tab-content ul li a:hover .zoom{opacity:1}
.gallery .tab-content ul li a .zoom{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    width: 30px;
    height: 30px;
    margin: auto;
    transition: 0.3s ease;
    opacity: 0;
}
.gallery .tab-content ul li a:after{content:'';display:block;background: #00000082;width: 100%;height: 0%;position: absolute;top: 0px;left: 0px;transition: 0.3s ease;}
.gallery .tab-content ul li a:hover:after{height:100%;}







.testimonials{
    padding: 120px 0px 150px;
    background: url(../images/testm-bg.png) no-repeat 0px center;
    /* background: #f4f4f4; */
    background-size: cover;
    background-size: cover;
}
.testimonials .hdr span{
    -webkit-text-stroke: 1px #5c5c5c;
}

.testimonials .owl-nav{ display:none!important;}

.testimonials .wrap{
    /* display: flex; */
}




.testimonials .inr{
    background: #fff;
    padding: 35px;
    border-radius: 8px;
}

.testimonials .inr p{
    margin-bottom: 20px;
}
.testimonials .imgBox{
    display: flex;
    gap: 15px;
    align-items: center;
}
.testimonials .imgBox h3{
    color: #0b3948;
    font-size: 16px;
    line-height: 22px;
}
.testimonials .imgBox h3 span{
    display: block;
    font-weight: 600;
    font-size: 18px;
}


.evnts{
    margin-bottom: 80px;
    padding: 80px 0px;
}
.evnts h2{
    text-align: center;
}
.evnts h2 span{
    /* display: block; */
    /* display: block; */
    /* color: #ee661c; */
    /* font-size: 16px; */
    /* font-weight: 500; */
}

.evnts .entTbl{
    /* background: url(../images/top-header-blue.jpg); */
    margin-top: 45px;
}
.evnts .entTbl .evnthdr{
    background: url(../images/top-header-blue.jpg);
    display: flex;
}
.evnts .entTbl .evnthdr .clm1{
    width: 33.33%;
    padding: 0px 30px;
    display: block;
    height: 50px;
    color: #fff;
    align-items: center;
    display: flex;
    font-weight: bold;
}
.evnts .entTbl .evnthdr .clm2{
    padding: 0px 30px;
    display: block;
    height: 50px;
    color: #fff;
    align-items: center;
    display: flex;
    font-weight: bold;
    width: 33.33%;
}
.evnts .entTbl .evnthdr .clm3{
    padding: 0px 30px;
    display: block;
    height: 50px;
    color: #fff;
    align-items: center;
    display: flex;
    font-weight: bold;
    width: 33.33%;
    justify-content: end;
}
.evnts .entTbl .evnthdr .clm3 i{}
.evnts .entTbl .cntr{
    padding: 20px 0px;
    display: flex;
    border: 1px solid #e3e3e3;
    border-top: 0px;
}
.evnts .entTbl .cntr .evnttitle{
    width: 33.33%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.evnts .entTbl .cntr .evnttitle .imgBx{
    line-height: 0;
    position: relative;
}
.evnts .entTbl .cntr .evnttitle .imgBx img{
    min-width: 100px;
    height: 100px;
    object-fit: cover;
    width: 100px;
}
.evnts .entTbl .cntr .evnttitle .imgBx span{
    background: #000;
    color: #fff;
    padding: 12px 5px;
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    font-size: 14px;
}
.evnts .entTbl .cntr .evnttitle h3{
    font-weight: bold;
    line-height: 27px;
    color:#000;
}
.evnts .entTbl .cntr .evnttitle h3 span{
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.evnts .entTbl .cntr .evntdrc{
    width: 33.33%;
    padding: 0px 30px;
}
.evnts .entTbl .cntr .evntdrc p{}

.evnts .entTbl .cntr .evnactn{
    width: 33.33%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.evnts .entTbl .cntr .evnactn a:hover{background:#101a29;}
.evnts .entTbl .cntr .evnactn a{
    text-decoration: none;
    font-size: 14px;
    background: #0b3948;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    transition: 0.3s ease;
}


.getin:before{content:'';display:block;background: url(../images/testm-bg.png) no-repeat top center;width: 100%;height: 100%;background: url(../images/testm-bg.png) no-repeat 0px center;position: absolute;top: 0px;}
.getin:after{content:'';display:block;width: 40%;height: 100%;background: #d2a63c8a;position: absolute;right: 0px;/* z-index: 1; */top: 0px;}

.getin{
    padding: 60px 0px;
    background: #0b3948;
    position: relative;
}
.getin .inner{
    /* background: #f4f4f4; */
    /* border-radius: 10px; */
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.getin .inner .details{
    width: 50%;
    padding: 40px;
}
.getin .inner .details h2{
    text-align: left;
    margin-top: 29px;
    margin-bottom: 15px;
    color: #fff;
}

.getin .inner .details ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.getin .inner .details ul li{
    display: flex;
    background: #09282ea3;
    padding: 30px;
    gap: 20px;
    align-items: center;
    border-radius: 8px;
}
.getin .inner .details ul li .imgbx{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.getin .inner .details ul li .txt{}
.getin .inner .details ul li .txt h3{}
.getin .inner .details ul li .txt p{
    color: #d2a63c;
    margin: 10px 0px;
}

.getin .inner .details ul li .txt .scl{
    display: flex;
    gap: 10px;
}
.getin .inner .details ul li .txt .scl a{
    width: 35px;
    height: 35px;
    background: #d2a63c;
    display: flex;
    font-size: 13px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.getin .inner .details ul li .txt .scl i{
    color: #fff;
}

.getin .inner .enquiry{
    width: 45%;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}
.getin .inner .enquiry h2{ text-align:left;}
.getin .inner .enquiry .fldwrp{
    margin-bottom: 30px;
}
.getin .inner .enquiry .fldwrp label{
    display: block;
    margin-bottom: 10px;
}
.getin .inner .enquiry .fldwrp input{
    width: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 17px 20px;
    border: 1px solid #e4e1ff;
}
.getin .inner .enquiry .fldwrp textarea{
    border: 1px solid #e4e1ff;
    width: 100%;
    border-radius: 8px;
    height: 70px;
}
.getin .inner .enquiry  button:hover{background:transparent; color:#0b3948;}
.getin .inner .enquiry  button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    gap: 30px;
    transition: 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 22px;
    border: 1px solid #0b3948;
    background: #0b3948;
}



footer:before{content:'';display:block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0.02;/* z-index: -1; */background: url(../images/pllx-bg.jpg) no-repeat center center;width: 100%;height: 100%;background-size: cover;}
footer .footer_inner_snd{
    position: relative;
    display: block;
    background-color: #03223f;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    margin-top: 50px;
    color: #ffff;
    text-align: center;
}
footer .footer_inner_snd p{
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
}
footer{
    padding-top: 120px;
    position: relative;
    background-color: #0b3948;
}
footer .footer_inner{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
footer .logoDtls{
    width: 30%;
}
footer .logoDtls .logo{
    width: 200px;
    display: block;
    /* margin-bottom: 10px; */
}
footer .logoDtls p{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    animation: 2;
    margin: 15px 0px;
}
footer .logoDtls ul{
    display: flex;
    list-style: none;
    gap: 10px;
}
footer .logoDtls ul li{}
footer .logoDtls ul li:hover a{ background:#246BFD;color:#fff;}
footer .logoDtls ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #9e9ea7;
    border-radius: 50%;
    font-size: 14px;
    height: 43px;
    width: 43px;
    background-color: #17171a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
footer .logoDtls ul li i{}

footer .info{
    width: calc(100% - 30%);
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}
footer .info ul{
    width: 20%;
    list-style: none;
}
footer .info ul li{
    margin-bottom: 30px;
}
footer .info ul li a{
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
footer .info ul li:hover a:before{    opacity: 1;}
footer .info ul li:hover a:hover {
    padding-left: 15px;
    color: #fff;
}

footer .info ul li a:before {
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--moniz-primary, #246BFD);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}



footer .info ul li b{
    font-size: 18px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 29px;
    margin-bottom: 50px;
    display: block;
}

footer .info ul:nth-child(2){
    width: 30%;
}
footer .info .newsLtr{
    width: 40%;
    position: relative;
    display: block;
    background-color: #03223f;
    border-radius: var(--moniz-border-radius, 10px);
    padding: 45px 50px 41px;
}
footer .info .newsLtr h3{    font-size: 18px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 29px;}
footer .info .newsLtr .inputBox{
    position: relative;
    display: flex;
    justify-content: space-between;
}
footer .info .newsLtr .inputBox button{
    background: transparent;
    border: none;
    color: #fff;
}
footer .info .newsLtr .inputBox input{
    background: transparent;
    border: none;
}
footer .info .newsLtr .inputBox button i{}

footer .ckbx{
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    opacity: 0.4;
}
footer .ckbx i{}


footer .info .newsLtr .inputBox:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    content: "";
    height: 5px;
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.1);
    border-radius: 5px;
    
}




h2 span{
    display: block;
    color: #1c76bc;
    font-size: 16px;
    font-weight: 500;
}







.blogs{
    background: #fff;
    padding: 0px 0px 60px;
    padding: 80px 0px;
}
.blogs .hd{
    text-align: center;
}
.blogs .hd span{
    justify-content: center;
    margin: auto auto 10px;
    line-height: normal;
}
.blogs ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.blogs ul li:hover .dtl h3{color: #0b3948;}
.blogs ul li:hover .dtl a{color:#246BFD;}
.blogs ul li{
    width: 32.77%;
    padding: 0px 10px;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* overflow: hidden; */
}
.blogs ul li .box{
}
.blogs ul li .imgBox{
    line-height: 0px;
}
.blogs ul li .imgBox img{
    width: 100%;
}
.blogs ul li .dtl{
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 38px 25px;
    position: relative;
    padding-top: 55px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blogs ul li .dtl .date{
    position: absolute;
    top: -30px;
    right: 20px;
    background-color: #0b3948;
    border-radius: var(--moniz-border-radius, 10px);
    padding: 22px 18px 16px;
    text-align: center;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.blogs ul li .dtl .date span{
    font-size: 16px;
    display: block;
}
.blogs ul li .dtl  h3{
    font-weight: 700;
    margin-bottom: 21px;
    color: #1e1e22;
    transition: 0.3s ease;
}
.blogs ul li .dtl  p{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
}
.blogs ul li .dtl a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: var(--moniz-gray, #717178);
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}
.blogs ul li .dtl a i{}


   .inrBnr .bnrCtnInr{
    position: relative;
    z-index: 1;
    text-align: center;
}
.inrBnr .bnrCtnInr h1{
    font-size: 60px;
    color: #fff;
    line-height: 71px;
    font-weight: 700;
}

.inrBnr .bnrCtnInr  .brdCrm{}
.inrBnr .bnrCtnInr  .brdCrm a{
    display: inline-block;
    color: var(--moniz-base, #ffffff);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 4px;
    margin-left: 7px;
    text-decoration: none;
    }

.inrBnr:after{content:'';display:block;background: #00000061;width: 100%;height: 100%;position: absolute;top: 0;}
.inrBnr{
    background: url(../images/page-header-bg.jpg) no-repeat center center;
    padding: 160px 0px;
    /* margin-top: -88px; */
    background-size: cover;
    height: 425px;
    position: relative;
}

.princiapl:after{content:'';display:block;background: url(../images/hands.png) no-repeat;width: 203px;height: 580px;position: absolute;left: 0;top: 102px;transform: rotate(180deg);}
.princiapl{
    padding: 185px 0px 0px;
    position: relative;
}
.princiapl .wrap{
  
}
.princiapl .mam{
    display: flex;
    justify-content: space-between;
    border: 5px solid #c3c3c3;
    padding: 50px;
}
.princiapl .message{
    padding-right: 20px;
    /* padding-left: 117px; */
}
.princiapl .message h2{
    text-align: left;
    margin: 0px 0px 30px;
}
.princiapl .message h2 span{
    text-align: left;
}
.princiapl .message p{
    margin: 0px 0px 30px;
}
.princiapl .message b{
    color: #1d1d1d;
    font-weight: bold;
}
.princiapl .message i {
    display: block;
}
.princiapl .imgBx{
    margin-right: 30px;
    position: relative;
    margin-top: -140px;
    z-index: 1;
}
.princiapl .imgBx:after{content:'';display:block;background: #f0f0f0;width: 398px;height: 400px;position: absolute;right: -30px;top: -30px;z-index: -1;}


.abtPg{}
.abtPg .missin{
    padding: 60px 0px;
}
.abtPg .missin h2{
    margin-bottom: 25px;
    text-align: left;
}

.aboutPg .abutPnl1{
    display: flex;
    justify-content: space-between;
}
.aboutPg .abutPnl1 .dtlPnl{
    width: 50%;
}
.aboutPg .abutPnl1 .dtlPnl h2{
    text-align: left;
    margin-bottom: 20px;
}
.aboutPg .abutPnl1 .dtlPnl h2 span{
    text-align: left;
}

.aboutPg .abutPnl1 .dtlPnl p{
    margin-bottom: 30px;
}
.aboutPg .abutPnl1 .imgPnl{
    width: 40%;
    animation: border-transform 10s linear infinite alternate forwards;
    border-radius: 100%;
    overflow: hidden;
    max-height: 350px;
    position: sticky;
    top: 0px;
}

.aboutPg .abutPnl1 .imgPnl img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}


.abtPg .missin h2 span{
    /* display: block; */
    /* color: #ee661c; */
    /* font-size: 16px; */
    /* font-weight: 500; */
}

.abtPg .missin p{ margin-bottom:20px;}

.abtPg .clntCnt{
    /* padding-bottom: 100px; */
}
.abtPg .clntCnt ul:before{content:'';display:block;position: absolute;bottom: -124px;left: -55px;height: 185px;width: 185px;background: linear-gradient(to right, #246BFD, #a200be, #246BFD);border-radius: 50%;}
.abtPg .clntCnt ul{
    display: flex;
    width: 100%;
    position: relative;
    margin: 0;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e4ea;
    padding: 78px 0 46px;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 0 60px;
}
.abtPg .clntCnt ul li{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e4e4ea;
}
.abtPg .clntCnt ul li i img{
    width: 25%;
}

.abtPg .clntCnt ul li i{
    display: block;
    font-size: 64px;
    color: #fc653c;
    line-height: normal;
    margin-bottom: 20px;
}
.abtPg .clntCnt ul li b{
    font-size: 40px;
    color: #1e1e22;
    line-height: 45px;
    margin-top: 7px;
}
.abtPg .clntCnt ul li p{
    color: var(--moniz-gray, #717178);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}

.achiv{
    background: url(../images/counter-bg.png) no-repeat center center;
    background-size: cover;
    height: 317px;
    padding-top: 80px;
    margin-top: 50px;
}
.achiv ul{
    display: flex;
}
.achiv ul li{
    width: 25%;
}
.achiv ul li h3{
    text-align: center;
}
.achiv ul li h3 span{
    color: #ffffff;
    font-size: 20px;
}
.achiv ul li b{
    display: block;
    color: #fff;
    font-size: 65px;
    font-weight: bold;
}
.achiv ul li i{
    font-style: normal;
}

.weAre{
    margin-bottom: 80px;
}
.weAre .wrap{
    display: flex;
}
.weAre .imgbox{
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}
.weAre .imgbox img{}
.weAre .rgt:before{content:'';display:block;position: absolute;bottom: -104px;right: -45px;height: 185px;width: 185px;/* background: linear-gradient(to right, #246BFD, #a200be, #246BFD); */border-radius: 50%;background: #0b3948;}
.weAre .rgt{
    width: 60%;
    /* padding-left: 30px; */
    background-color: #ecf6ff;
    margin-left: 40px;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.weAre .rgt h2{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
.weAre .rgt p{
    margin-bottom: 30px;
}
.weAre .rgt ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: normal;
}
.weAre .rgt ul li{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #222222;
    font-weight: 500;
}
.weAre .rgt ul li:before{content:'';display:block;min-width: 6px;height: 6px;background: #000;border-radius: 50%;}


.vlus{
    background: #1f2b38;
    padding: 60px 0px;
}
.vlus h2{color:#fff;}
.vlus ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    margin-top: 60px;
    list-style: none;
}
.vlus ul li{
    width: 25%;
    padding: 0px 10px;
    /* height: 100%; */
}
.vlus ul li .innr{
    padding: 40px;
    border-top-left-radius: 50px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
    height: 100%;
}
.vlus ul li h3{
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.vlus ul li p{
    color: #ffffffed;
}
.vlus ul li span{
    position: absolute;
    right: 0;
    top: -25px;
    background: #d2a63c;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    z-index: 1;
    border: 10px solid #1f2b38;
    color: #fff;
}

.jrny{
    padding: 60px 0px;
    background: url(../images/srvs-bg.jpg) no-repeat center;
    background-size: cover;
}
.jrny h2{
    text-align: center;
}
.jrny h2 span{
    margin: 0px auto 10px;
}
.jrny ul{
    display: flex;
    position: relative;
    list-style: none;
}
.jrny ul li{
    padding-right: 40px;
    position: relative;
    z-index: 1;
}
.jrny ul li:nth-child(2):before{content: '02';}
.jrny ul li:nth-child(3):before{content: '03';}
.jrny ul li:before{content: '01';display:block;display: inline-block;height: 50px;min-width: 50px;line-height: 50px;background: #d8e7ef;text-align: center;color: #04000b;font-weight: 700;border-radius: 50%;margin-bottom: 30px;}
.jrny ul:before{content:'';display:block;position: absolute;left: 5px;right: 5px;content: "";height: 3px;border-top: 2px dashed #cccccc;top: 22px;/* z-index: -1; */}
.jrny ul li span{
    display: block;
    color: #d2a63c;
    font-weight: bold;
    margin-bottom: 12px;
}
.jrny ul li p{
    line-height: normal;
}

.conctus{
    padding: 80px 0px;
    background: #fff;
}

.conctus h2{
    text-align: center;
    /* margin-bottom: 50px; */
    margin-bottom: 30px;
}
.conctus h2 span{
    justify-content: center;
}

.conctus form{
    width: 758px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: #f1f1f5;
    padding: 30px;
    border-radius: 10px;
}
.conctus form .fldwrp.txtarea{
    width: 100%;
}
.conctus form .fldwrp textarea{
    width: 100%;
    font-size: 14px;
    color: var(--moniz-gray, #717178);
    height: 170px;
    width: 100%;
    background: #f1f1f5;
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    display: block;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d1d1d1;
    margin: 0px;
}
.conctus form .fldwrp.fl{width:100%;}
.conctus form .fldwrp{
    width: 47%;
}
.conctus form .fldwrp label{
    /* margin-left: 20px; */
    margin-bottom: 10px;
    display: block;
}
.conctus form .fldwrp input, .conctus form .fldwrp select{
    width: 100%;
    height: 45px;
    width: 100%;
    border: none;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    color: var(--moniz-gray, #717178);
    display: block;
    border: 1px solid #d1d1d1;
}
.conctus form p{
    width: 100%;
    margin: 0px;
}
.conctus form .btn{
    margin: 0 auto;
}


.conctus .mapinfo{
    margin-top: 40px;
}

.conctus .mapinfo .wrap{
    display: flex;
}
.conctus .mapinfo .lft{
    width: 50%;
}
.conctus .mapinfo .rgt{
    width: 50%;
    padding: 50px;
    background: #f4f4f4;
}

.conctus .mapinfo .rgt h2{
    text-align: left;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
.conctus .mapinfo .rgt ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
}
.conctus .mapinfo .rgt ul li{
    width: 100%;
    display: flex;
    gap: 15px;
}
.conctus .mapinfo .rgt ul li a{
    text-decoration: none;
    color: #000;
}
.conctus .mapinfo .rgt ul li  i{
    color: #01437f;
}

.tstmlPg{
    margin-top: 60px;
}
.tstmlPg ul{
    display: flex;
    flex-wrap: wrap;
}
.tstmlPg ul li:nth-child(3n+3){ margin-right:0px;}
.tstmlPg ul li:before{content: '"';width: 40px;height: 40px;background: #d2a63c;display: block;position: absolute;top: -10px;font-size: 50px;text-align: center;color: #fff;font-weight: bolder;left: 30px;font-family: 'arial';}
.tstmlPg ul li{
    padding: 50px 30px;
    width: 100%;
    float: left;
    /* margin-right: 4%; */
    box-shadow: 0px 1px 20px -14px #3d3d3d;
    position: relative;
    margin-bottom: 4%;
    display: flex;
    justify-content: space-between;
    /* gap: 30px; */
    align-items: center;
}
.tstmlPg ul li span{
    min-width: 160px;
    height: 160px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 0 auto; */
    margin-bottom: 20px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.tstmlPg ul li span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tstmlPg ul li .content{
    width: calc(100% - 200px);
}
.tstmlPg ul li h2{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}
.tstmlPg ul li p{
    text-align: justify;
    font-size: 14px;
}
.tstmlPg ul li h3{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #04bc8e;
}
.tstmlPg ul li h3 b{
    font-size: 14px;
    font-weight: bold;
}