body{

   font-family: 'Ubuntu', sans-serif;

   color: #000;



}
@font-face { font-family: "Pyidaungsu"; src: url("/fonts/Pyidaungsu/Pyidaungsu.woff") format("woff"), 
    url("/fonts/Pyidaungsu/Pyidaungsu.ttf") format("truetype"), 
    url("/fonts/Pyidaungsu/Pyidaungsu.svg#Pyidaungsu") format("svg"); }

.mmfont{
font-family: "Pyidaungsu";
}
thead {
    background: #012782;
    color: white;
}
/*------------- go to top strat---------------*/
.btn.btn-submit {
    background: #0042a0;
    color: white;
    margin-top: 15px;
}

.scrollToTop {

    text-decoration: none;

    cursor: pointer;    

    background: #f8d900;

    position: fixed;

    bottom: 10px;

    right: 10px;

    width: 40px;

    height: 40px;

    border-radius: 25px;

    display: none;

    z-index: 999;

  }  

  .scrollToTop .fa-angle-up {

    color: #0042a0;

    font-size: 22px;

    padding-left: 10.5px;

    padding-top: 9px;

}

/**************************************Header*************************************/

.logo {

    width: 60%;

}

.navbar-light .navbar-brand {

    width: 15%;

}

.navbar-expand-lg .navbar-collapse {

    width: 85%;

    margin-top: 30px;

}

/***********************************Home*************************************/
.orgcharttitle {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #0042a0;
}
#demo{

    position: relative;

}

.slidercontent {

    z-index: 500;

    top: 28%;

    position: absolute;

    left: 0;

    right: 0;

    color: #003699;

}

.slidercomtitle {

    text-transform: uppercase;

    font-size: 33px;

    font-weight: 600;

}

.sinceyear {

    font-size: 19px;

    width: 120px;

    background: #003699;

    text-align: center;

    padding: 3px;

    margin: 15px 0px;

    color: white;

    font-weight: 400;

}

.sliderspecial {

    text-transform: uppercase;

    width: 44%;

    font-size: 46px;

    font-weight: 900;

}

.carouselcontainer {

    bottom: 17%;
    margin-top: 40px;

    /*position: absolute;*/

    left: 0;

    right: 0;

}

.carouselarrowflex {
    justify-content: center;
    display: flex;

}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #f8d900;
    text-align: center;
    padding: 9px;
    margin-right: 10px;
    border-radius: 14px;
    color: #00359b;
}

.aboutimagesection img {

    float: right;

}

.homeaboutsection{

    margin: 100px 0px;

}

.aboutyear {

    font-weight: 500;

    width: 45%;

    background: white;

    box-shadow: 0px 0px 6px 0px rgb(67 67 67 / 34%);

    position: absolute;

    bottom: 5%;

    color: #8a8a8a;

    padding: 15px;
    border-bottom: 1px solid #0042a0a8;
}



.aboutyear h3 {

    margin-bottom: 5px;

    font-size: 75px;

    color: #0042a0;

    font-weight: 900;

}
.carousel-control-prev, button.owl-prev .fa-chevron-left {
    background: #f8d9008a !important;
    color: #00359b;
}
.homeabouttitle {

    font-size: 35px;

    color: #0042a0;

    text-transform: uppercase;

    font-weight: 900;

    line-height: 45px;

    margin-bottom: 40px;

}

.homeaboutpara{

    color: #646464;

    line-height: 30px;

}

.readmorebtn {

    color: #0042a0;

    font-weight: 500;

    margin-top: 25px;

    display: inline-block;

}

.readmoreicon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f8d900;
    text-align: center;
    padding: 9px;
    margin-right: 10px;
    border-radius: 14px;
    color: #00359b;
}

.homeproductsection {

    background-image: url(/img/homeproductbanner.jpg);

    min-height: 755px;

    background-repeat: no-repeat;

    background-position: center center;

    padding: 100px 0px 30px 0px;

    color: white;

    text-align: center;

    margin-bottom: 40px;

}
.ourproductsectionflex {
    display: flex;
    flex-wrap: wrap;
}
.eachproductshow {
    width: 24%;
    border: 1px solid #ccc;
    margin: 5px 0.5%;
    padding: 5px;
    background: white;
    border-radius: 4px;
}
.productshowtitle{
    margin-top: 30px;
}
.homeproductsection h2 {

    text-transform: uppercase;

    font-size: 32px;

}

.homeproductsection p{

    font-size: 17px;

    width: 60%;

    margin: 40px auto;

}

.homeeachproduct {
    padding: 15px 0px;
    overflow-x: hidden;
}

.homeeachproduct .eachproduct {

    position: relative;

    padding: 90px 0px 30px 0px;

    background: white;

    border-radius: 6px;

}
.homeeachproduct .eachproduct .details {
    position: absolute;
    background: #020204db;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: all .5s;
    overflow: hidden;
    transform: scale(0);
    padding: 20px 0;
}
.homeeachproduct .eachproduct .details::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, transparent, #0042a0);
    left: -50px;
    top: -50px;
    transform: rotate(45deg);
}
.homeeachproduct .eachproduct .details::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #0042a0, transparent);
    right: -50px;
    bottom: -50px;
    transform: rotate(45deg);
}
.homeeachproduct .eachproduct .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.homeeachproduct .eachproduct .details ul li {
    margin: 4px 0;
}
.homeeachproduct .eachproduct .details.gi li {
    margin: 2px 0;
}
.homeeachproduct .eachproduct:hover .details {
    transform: scale(1);
}
.details h5 {
    color: #e1c925;
    position: relative;
}
.details h5:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #ffffff70;
    margin: 10px auto;
}
.homeproductsection .owl-carousel {
    margin-top: 10px;
}

.homeproducttitle {
    background: #0042a0;
    display: block;
    padding: 7px 15px;
    position: absolute;
    top: -15px;
    z-index: 999;
    width: max-content;
    min-width: 150px;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transition: all .4s;
}
.homeeachproduct .eachproduct:hover .homeproducttitle {
    transform: translateX(-50%) scale(0);
}

.owl-nav {

    margin-top: 35px;

}

button.owl-next .fa-chevron-right {
    background: #f8d900;
    padding: 12px 15px;
    margin-left: 10px;
    border-radius: 12px;
    color: #00359b;
}

button.owl-prev .fa-chevron-left {

    background: #0042a0;

    padding: 12px 15px;

    border-radius: 12px;

}

.homewhychoose {

    margin-top: 80px;

    background-image: url(/img/homewhychoose.png);

    min-height: 700px;

    background-repeat: no-repeat;

    background-position: center bottom;

}

.homewhychoose h3,.homebusiness h3 {

    text-transform: uppercase;

    color: #0042a0;

    text-align: center;

    margin-bottom: 50px;

    font-weight: 600;

    font-size: 35px;

}

.chooseflex {

    border-radius: 14px;

    display: flex;

    flex-wrap: wrap;

    box-shadow: 0px 4px 7px 0px rgb(185 185 185 / 70%);

}

.eachchooseimage.firstchoose img {

    border-top-left-radius: 14px;

}

.eachchoosepara.firstpara {

    border-bottom-left-radius: 14px;

}

.eachchooseimage.thirdchoose img {

    border-top-right-radius: 14px;

}

.eachchoosepara.thirdpara {

    border-bottom-right-radius: 14px;

}

.eachchoose {

    width: 33.33%;

}

.eachchoosepara {

    background: #f8f8f8;

    min-height: 311px;

    font-size: 22px;

    padding: 0px 20px;

    color: black;

    font-weight: 500;

    text-align: center;

    display: flex;

    align-items: center;

}

.homebusiness {

    padding: 70px 0px;

}

.eachbusiness {
    border: 1px solid rgb(216 214 214);
    border-radius: 3px;
    padding: 15px 2px;
}

.eachbusiness img{

    display: block;

    margin: 5px auto;

}

/***********************************Banner****************************************/

.banner {

    background-repeat: no-repeat;

    min-height: 300px;

    background-position: center center;

    background: #ff00001c;

    background-image: url(/img/bannerbg1.jpg);

    margin-bottom: 25px;

    border-bottom-right-radius: 800px;

}

.banneroverlay {

    width: 100%;

    height: 100%;

    /*background: #042340cc;*/

    background: #012c95de;

    min-height: 300px;

    padding: 80px 35px;

    color: white;

    text-align: left;

    border-bottom-right-radius: 800px;

}

.companyname {

    /*color: #a59736;*/

    color: #f8d900;

    font-size: 18px;

    margin-bottom: 10px;

    margin-top: 15px;

    position: relative;
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}

.companyname:before {
    content: "";
    display: inline-block;
    width: 50px;
    border-radius: 80px;
    height: 50px;
    margin-right: 15px;
    background-image: url(/img/bannerogo1.png);
    margin-bottom: -10px;
}
thead tr {
    background: #012782 !important;
    color: white !important;
}
/* .table-responsive tr:nth-child(2n) {
    background: #01278254;
}
.table-responsive tr:nth-child(2n+1) {
    background: #b7b4b499;
    color: #022883;
} */
.banner h1 {
     -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;

    font-weight: 700;

    margin-bottom: 15px;

}

.itemhome{

  text-transform: uppercase;

  /*color: #a59736;*/

   color: #f8d900;

}

.separateitem {

    margin: 0px 5px;

    font-size: 13px;

}

.content {

    background: #f4f5f9;

}

.content h2{

 text-align: center;

 color: #0042a0;

 margin-bottom: 20px;

}

.content h2 span {

      padding-top: 15px;

}

/*****************************About Us**************************************/
.allcontent.ourproductsection {
    padding: 50px 0px;
}
.eachproduct {
    margin: 10px 0px;
}
.eachproduct img {
    display: block;
    margin: 10px auto;
}
.timelinesection {

    padding: 30px 0px;

}

p {

    margin-bottom: 5px;

}

.history,.introduction {

    padding: 30px 0px 0px 0px;

}

.paracontent {

    margin: 30px 0px;

    font-size: 16px;

    line-height: 27px;

}

/*.timelinesection {

    padding: 30px 0px;

    background: white;

}*/

.chairman {

    background: linear-gradient(115deg, #0042a0 35%, #020204db 30%);

    color: #f5f5f5d1;

    padding: 90px 0px;

}

.chairmanbox {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

}

.chairmanimage {

    width: 35%;

    margin-right: 3%;

}

.chairmanimage img{

  border-radius: 3px;

}

.chairmancontent {

    width: 60%;

}

.chairmantitle{

  color: #ffffffde;

}

.chairmansuccess {

    color: #e1c925;

    font-size: 19px;

    border-bottom: 1px solid #ffffff70;

    padding-bottom: 10px;

}

.chairmanbg {

    background-image: url(/img/chairmanbg.png);

    margin: 60px 0px;

}

.sign {

    text-align: right;

    color: #097be1;

    font-weight: 500;

    margin-top: 15px;

}

.awardflex {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.awarddiv {

    background: white;

    min-height: 482px;

    padding: 20px 0px;

    text-align: center;

    border-radius: 10px;

    border: 1px solid #25252733;

    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}

.ouraward {

    margin: 30px 0px 50px 0px;

}

.award span {

  position: relative;

    padding-top: 15px;

    border-bottom: 3px solid #0042a0;

}

.award span:after {

    content: "";

    display: block;

    width: 125px;

    height: 3px;

    background: #fdb914;

    position: absolute;

    bottom: -20%;

}

.awardtitle {

    border-left: 3px solid #0042a0;

    padding: 0px 15px;

}

.awardimage {

    width: 60%;

    display: block;

    margin: 10px auto;

}

/*****************************Product**************************************/
.producttable table {
    width: 100%;
    max-width: 700px;
    margin: 5px;
    text-align: center;
}
.producttable td {
    padding: 6px 10px;
}

/***********************************Timeline****************************************************/

.main-timeline3 .timeline-content:hover{

  background: red;

}

.main-timeline3 {

    overflow: hidden;

    position: relative

}



.main-timeline3 .timeline {

    position: relative;

    margin-top: -105px;

}



.main-timeline3 .timeline:first-child {

    margin-top: 0

}



.main-timeline3 .timeline-icon,

.main-timeline3 .year {

    margin: auto;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0

}



.main-timeline3 .timeline:after,

.main-timeline3 .timeline:before {

    content: "";

    display: block;

    width: 100%;

    clear: both

}



.main-timeline3 .timeline:before {

    content: "";

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    right: 0;

    z-index: 2

}



.main-timeline3 .timeline-icon {

    width: 210px;

    height: 210px;

    border-radius: 50%;

    border: 25px solid transparent;

    border-top-color: #0042a0;

    border-right-color: #0042a0;

    z-index: 1;

    transform: rotate(45deg)

}

.main-timeline3 .timeline-icon{

  border-top-color: #0042a0;

    border-right-color: #0042a0;

}



.main-timeline3 .year {

    display: block;

    width: 110px;

    height: 110px;

    line-height: 110px;

    border-radius: 50%;

    background: #fff;

    box-shadow: 0 0 20px rgba(0, 0, 0, .4);

    font-size: 30px;

    font-weight: 700;

    color: black;

    text-align: center;

    transform: rotate(-45deg);

        background: #fdb914

}



.main-timeline3 .timeline-content {

    width: 38%;

    float: right;

    background: #0042a0;

    padding: 30px 20px;

    margin: 50px 0;

    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);

    z-index: 1;

    position: relative;

    min-height: 190px;

}



.main-timeline3 .timeline-content:before {

    content: "";

    width: 15%;

    height: 15px;

    background: #0042a0;

    position: absolute;

    top: 50%;

    left: -10%;

    z-index: -1;

    transform: translateY(-50%)

}

.main-timeline3 .title {

    font-size: 18px;

    font-weight: 500;

    color: #fdb914;

    margin: 0 0 10px;

    text-transform: uppercase;

}



.main-timeline3 .description {

    font-size: 16px;

    color: #f5f5f5;

    line-height: 24px;

    margin: 0

}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {

    transform: rotate(-135deg);

    border-top-color: #0042a0;

    border-right-color: #0042a0;

}



.main-timeline3 .timeline:nth-child(2n) .year {

    transform: rotate(135deg);

    color: white;

    background: #013067;

}



.main-timeline3 .timeline:nth-child(2n) .timeline-content {

    float: left

}



.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {

    left: auto;

    right: -10%

}

@media only screen and (max-width:1199px) {

    .main-timeline3 .timeline {

        margin-top: -103px

    }

    .main-timeline3 .timeline-content:before {

        left: -18%

    }

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {

        right: -18%

    }

}



@media only screen and (max-width:990px) {

    .main-timeline3 .timeline {

        margin-top: -127px

    }

    .main-timeline3 .timeline-content:before {

        left: -2%

    }

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {

        right: -2%

    }

}



@media only screen and (max-width:767px) {

    .main-timeline3 .timeline {

        margin-top: 0;

        overflow: hidden

    }

    .main-timeline3 .timeline:before,

    .main-timeline3 .timeline:nth-child(2n):before {

        box-shadow: none

    }

    .main-timeline3 .timeline-icon,

    .main-timeline3 .timeline:nth-child(2n) .timeline-icon {

        margin-top: -30px;

        margin-bottom: 20px;

        position: relative;

        transform: rotate(135deg)

    }

    .main-timeline3 .timeline:nth-child(2n) .year,

    .main-timeline3 .year {

        transform: rotate(-135deg)

    }

    .main-timeline3 .timeline-content,

    .main-timeline3 .timeline:nth-child(2n) .timeline-content {

        width: 100%;

        float: none;

        border-radius: 0 0 20px 20px;

        text-align: center;

        padding: 25px 20px;

        margin: 0 auto

    }

    .main-timeline3 .timeline-content:before,

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {

        width: 15px;

        height: 25px;

        position: absolute;

        top: -22px;

        left: 50%;

        z-index: -1;

        transform: translate(-50%, 0)

    }

}

/**************************************Company Profile*******************************************/

.mt30{

  margin-top: 30px;

}

.introduction{

  padding: 30px 0px;

}

.flexdiv{

  display: flex;

  align-items: center;

  justify-content: center;

}

.whoweare {

     display: block;

      font-size: 24px;

    color: #a69636c4;

}

.misionandvision {

    padding: 30px 0px;

}

.misionandvision h2:after {

    display: block;

    content: "";

    width: 120px;

    height: 3px;

    background: #a69636;

    margin: 8px auto;

}

.eachmissionandvision {

    margin: 50px 0px;

    text-align: center;

}

.mvimage {

  padding: 20px;

    border: 1px dotted #918c8cb3;

    width: 260px;

    height: 260px;

    display: block;

    border-radius: 50%;

    margin: 0px auto;

    position: relative;

}

.mviconouter {

    position: absolute;

    display: block;

    background: #0042a06e;

    width: 90px;

    height: 90px;

    padding: 12.3px;

    border-radius: 50%;

    top: 35%;

    left: -15%;

}

.mvicon {

    width: 65px;

    height: 65px;

    background: #0042a0;

    border-radius: 50%;

    padding: 10px;

}

.eachmvcontent {

    margin-top: 20px;

}

.mvimage img {

    border-radius: 50%;

    border: 1px solid #cccccc80;

    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;

}

.eachmvtitle h3 {

    font-size: 25px;

    color:#0042a0;

}

.eachmvpara{

  text-align: justify;

}

/***************Services***********/

.servicecontent {

    padding: 70px 0px;

}

.sl-overlay{

    background: #060505;

}

.servicegroup {

    padding: 70px 0px;

    background: white;

}

.servicegrouptitle{

    margin: 15px 0px;

}

.servicegrouptitle:after {

    content: "";

    display: block;

    width: 70px;

    height: 5px;

    background: #5a5858;

    margin-top: 10px;

}

.servicegrouptitle span{

   font-size: 15px;

   color: #5a5858;

}

.eachservice {

    margin-bottom: 60px;

    margin-top: 40px;

}

.eachservice h4 {

    font-size: 20px;

    margin-bottom: 0px;

    margin-top: 5px;

    color: #0042a0;

}

/**************Contact Us*********************/

.contact {

    padding: 50px 0px;

}

.formsection {

    width: 60%;

}

.formsection h2{

  text-align: left;

}

.contactflex {

    display: flex;

    flex-wrap: wrap;

    border: 1px solid #ccc6;

}

.formsection {

    width: 100%;

    background: white;

    padding: 35px;

}

.formcontactinformation {

    width: 40%;

    background: #0042a0;

    color: white;

}

.formcontactinformation {

    width: 100%;

    background: #0042a0;

    color: #f5f5f5e6;

    padding: 73px 15px;

}

.formcontactinformation h2 {

    color: white;

    text-align: left;
    font-size: 27px;
    margin-bottom: 40px;

}

.map{

  margin-top: 20px;

  margin-bottom: 20px;

}

.cbox.mb30 {

    display: flex;

    margin-bottom: 15px;

}

.cbox .icon {

   color: #dfca34;

    margin-right: 15px;

}

button:focus {

    outline: 1px dotted;

    outline: 0;

}

  /************************************ navbar *******************************************/

 .navbar {

    background-color: transparent !important;

    z-index: 999;

    padding: 15px 0px;

}

  .nav-item.active .nav-link {

    color: #0042a0 !important;

}

.dropdown-menu{

    padding: 0px;

}

.dropdown-item {

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 500;

    padding: 10px 20px;

}

.dropdown-item.active, .dropdown-item:active {

    color: #fff;

    text-decoration: none;

    background-color: #0042a0;

}

  .nav-item.active {

    position: relative;

  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: #000;

}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    padding: 20px 12px;
    font-weight: 500;
}

.navbar-nav{

    border-radius: 6px;

    padding-top: 0px;

}

.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: #000;

    border-radius: 5px;

    position: relative;

}
.nav-link.active{
    color: #0042a0 !important;
}


.nav .no-hover a:hover {

    background-color: transparent;

}

.no-hover a {

    cursor: default;

}

.nav.navbar-nav.footer-nav li > a:hover {

    background-color: transparent;

}

.nav.navbar-nav.footer-nav li > a {

	color: #fff;

	font-size: 13px;

	padding-right: 15px;

	font-weight: bold;

	padding-left: 0px;

}

/******************************Footer**********************************/

.footer {

    background-image: url(/img/footerbanner.jpg);

    color: white;

    padding: 40px 0px;

}

.footerlogo {

    border-bottom: 1px solid rgb(62, 94, 191);

    padding-bottom: 20px;

    margin-bottom: 20px;

}

.footerlogo img {

    margin: 0px auto;

    display: block;

}

.footercontent {

    text-align: center;

    line-height: 28px;

    font-size: 16px;

    color: #fefefe;

}

.footercontent p{

     color: #fefefecf;

}

.footersocial {

    display: block;

    margin: 15px auto;

    width: 25%;

}

.footersocialflex {

    display: flex;

    flex-wrap: wrap;

}

.eachsocial {

    width: 20%;

    padding: 15px 5px;

}

.copyright {

    text-align: center;

    font-size: 14px;

    color: #fefefecf;

}

.copyright a{

    color: #fefefecf;

    text-decoration: underline;

}



@media(min-width: 992px) and (max-width: 1199px){
    .eachproductshow {
    width: 23%;
    margin: 5px 1%;
}

    .navbar-light .navbar-nav .nav-link {

    font-size: 16px;

    padding: 20px 10px;

}

.homeabouttitle {

    font-size: 28px;

    margin-bottom: 20px;

}

.eachchoosepara {

    background: #f8f8f8;

    min-height: 260px;

    font-size: 19px;

    }

    .homeaboutsection {

    margin: 60px 0px 30px 0px;

}

.homewhychoose {

    margin-top: 20px;

    min-height: 620px;

  }

  .footer {

    padding: 20px 0px;

}

.footerlogo img {

    max-width: 170px;

}

.slidercomtitle {

    font-size: 27px;

}

.sliderspecial {

    font-size: 30px;

}

.slidercontent {

    top: 10%;

   }

.carouselcontainer {

    bottom: 9%;

   }

.main-timeline3 .timeline-content {

    min-height: 188px;

    padding: 12px 20px;

}

.title {

    font-size: 16px !important;

    margin-bottom: 0px;

}

.timelinesection {

    padding: 0px 0px;

}

}

@media(min-width: 768px) and (max-width: 991px){
     .eachproductshow {
    width: 31%;
    margin: 5px 1%;
}

    .eachchoose {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.eachchooseimage{

    width: 50%;

}

.eachchoosepara{

    font-size: 18px;

    width: 50%;

    min-height: auto;

}

.homeabouttitle {

    font-size: 25px;

    line-height: 30px;

    margin-bottom: 20px;

}

.aboutyear {

    width: 65%;

    }

    .homeproductsection p {

    width: 80%;

    margin: 10px auto;

}

.homeproductsection {

    min-height: auto;

    background-position: 85% 0%;

    padding: 60px 0px 30px 0px;

     margin-bottom: 40px;

}

.homeaboutsection {

    margin: 60px 0px 40px 0px;

}

.slidercomtitle {

    font-size: 20px;

}

.sliderspecial {

    font-size: 26px;

    line-height: 25px;

}

.slidercontent {

    top: 15%;

}

.carouselcontainer {

    bottom: 0%;

   }

.timeline-icon {

    border: 0px solid transparent !important;

}

.main-timeline3 .timeline-content:before {

    left: -11%;

}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {

    right: -11%;

}

.navbar-light .navbar-brand {

    width: 22%;

}

.formsection {

    width: 100%;

   }

.formcontactinformation{

    display: none;

}
.footersocial{
    width: 35%;
}


}

@media(min-width: 0px) and (max-width: 767px){


.xs-date p {
    color: #fff !important;
    font-size: 15px;
    padding:.5rem;
}

.events h1 {
    font-size: 1.5rem;
}

.xs-date {
    background: #032884;
    max-width: 37%;
}
  .formcontactinformation {

   display: none;

}

.navbar-light .navbar-brand {

    width: 35%;

}

.banneroverlay,.banner {

    border-bottom-right-radius: 0px; 

}

.banner h1 {

    font-weight: 700;

    margin-bottom: 15px;

    font-size: 25px;

}

.banneroverlay {

    padding: 40px 0px;

    min-height: 220px;

}

.banner{

    min-height: 220px;

    background-position: top right;

}

.awardflex {

     display: block; 

  }

  .chairmanbox{

    display: block;

  }

  .chairmanimage {

    width: 100%;

    margin-right: 0;

}

.chairmancontent {
    margin-top: 15px;
    width: 100%;

}
.timelinesection {
    padding: 0px;
    padding-bottom: 15px;
}
.chairmanbg {
    margin: 0px;
}
.footerlogo {

     display: none;

}

.formsection {

width: 100%;

}

.slidercontent {
    display: none;

    position: relative; 

       background: lavender;

}

.slidercomtitle {

    font-size: 16px;

}

.sliderspecial {

    text-transform: uppercase;

    width: 100%;

    font-size: 19px;

    font-weight: 900;

}
.eachbusiness {
      width: 80%;
    margin: 0px auto;
        margin-bottom: 7px;
}
p{
    text-align: justify;
}

/*.carouselcontainer {

     position: relative; 

      background: lavender;

      padding-bottom: 15px;

}*/

.homeaboutsection {

    margin: 30px 0px 15px 0px;

}

.sinceyear {

    font-size: 13px;

    width: 110px;

    margin: 5px 0px;

}

  .carousel-control-next, .carousel-control-prev {

    position: relative;

    opacity: 1;

    width: 25px;

    height: 25px;

    background: #0042a0;

    text-align: center;

    padding: 9px;

    margin-right: 10px;

    border-radius: 14px;

    color: white;

    font-size: 12px;

}

.homeabouttitle {

    font-size: 20px;

    line-height: 25px;

    margin-bottom: 15px;

    margin-top: 15px;

}

.readmoreicon {

    width: 35px;

    height: 35px;

    padding: 6px;

}

.homeproductsection p {

    font-size: 16px;
    text-align: center;
    width: 100%;

    margin: 20px auto;

}

.aboutyear h3 {

    margin-bottom: 5px;

    font-size: 35px;

   }

    .eachchoose {

    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.eachchoose p{
    text-align: left;
}
.homebusiness {
    padding: 30px 0px;
}
.eachchooseimage{

    width: 50%;

}

.eachchoosepara{

    font-size: 14px;

    width: 50%;

    padding: 0 5px;

    min-height: auto;

}

.homeproductsection h2 {

    font-size: 20px;

}

.homewhychoose h3, .homebusiness h3 {

    text-transform: uppercase;

    color: #0042a0;

    text-align: center;

    margin-bottom: 20px;

    font-weight: 600;

    font-size: 22px;

}

.homewhychoose {

    margin-top: 20px;

    min-height: auto;

   }

   .homeproductsection {

    min-height: auto;

    padding: 50px 0px 30px 0px;

    margin-bottom: 0px;

}
button.owl-next .fa-chevron-right,button.owl-prev .fa-chevron-left {
    padding: 10px 12px;
   }
.content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.history, .introduction {
    padding: 0px 0px 0px 0px;
}
.paracontent {
    margin: 10px 0px;
  }
 .awardflex .owl-carousel.owl-loaded.owl-drag {
    margin-top: 30px;
}
.chairmantitle {
    margin-top: 15px;
    font-size: 22px;
}
.servicecontent {
    padding:0px;
}
.eachservice {
    margin-bottom: 20px;
    margin-top: 20px;
}
.servicegrouptitle {
    font-size: 23px;
}
li.mm-listitem.mm-listitem_selected .mm-listitem__text {
    background: #0042a0;
    color: white;
}
a.mm-navbar__title {
    color: #0042a0 !important;
    font-weight: 500;
}
.introduction img{
    margin: 10px auto;
}
.formsection {
    padding: 35px 10px;
}
.footercontent p {
    text-align: center;
}

}

@media(min-width: 0px) and (max-width: 500px){

    .footersocial {

      width: 50%;

}

}



/********************animation*************************/
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media(min-width: 576px) and (max-width: 767px){
     .eachproductshow {
    width: 49%;
    margin: 5px 0.5%;
}
.footersocial {
   width: 50%;
}
}
@media(min-width: 376px) and (max-width: 575px){
     .eachproductshow {
    width: 48%;
    margin: 5px 1%;
     }
     .footersocial {
        width: 50%;
     }
}
@media(min-width: 0px) and (max-width: 375px){
    .eachproductshow{
        width: 100%;
        margin: 5px 0;
    }
    .footersocial {
        width: 70%;
     }
}



.events{
    padding-top:50px;
    padding-bottom: 50px;
}
.events .date {
    background: #0050a1;
    color: #EEE;
    padding: 30px 20px;
    max-height: 200px;
    margin-right: 20px;
    position: relative;
  }
  .events .date h1 span {
    font-size: 21px;
  }
  .events .date h1 {
    text-align: center;
  }
  .events .date .arrow {
    border-left-color: #0050a1;
  }
  .events .date .arrow {
    border-color: transparent #0050a1;
      border-left-color: #0050a1;
  }
  .events .date .arrow {
    border-color: transparent #0050a1;
  }
  .events .date .arrow {
    border-style: solid;
    border-width: 15px 0 15px 15px;
    position: absolute;
    right: -20px;
    top: 35px;
    width: 20px;
  }
  .events-content {
  
      padding: 20px;
      margin-bottom: 30px;
  
  }
  .events-content h1 {
    color: #0050a1;
    margin-bottom: 30px;
  }
  .events-content .img-fluid {
    margin-bottom: 30px;
  }
  .events-content p{
    color:#222;
  }
  
  .btn.btn-primary {
    background: #0058a9;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .events-content .moredata {
    border: 0.2px solid #ddd;
    padding: 20px;
    clear: both;
  }
  .events h1 {
    font-size: 2rem;
  }
  .events-content {
    padding: 30px 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
  }
  .events-content:last-child{
    border: none;
  }
.events-content .gallery img {

    border-radius: 10px;
    border: 4px solid #eee;

}
.events-content .gallery{
    margin-top: 30px;
}
/* .events-content .img-fluid {
    margin-bottom: 30px;
    max-width: 300px;
    float: left;
    margin-right: 20px;
    height: 200px;
    object-fit: cover;
  } */
  .events-content .btn-primary:not(:disabled):not(.disabled).active, .events-content .btn-primary:not(:disabled):not(.disabled):active, .events-content .show > .btn-primary.dropdown-toggle {
    color: #0050a1;
    background-color: transparent;
  }
  .btn.btn-primary, .btn.btn-primary:focus, .btn.btn-primary:active {
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #0050a1;
    font-size: 15px;
    box-shadow: none;
    background: none;
  }

