@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Work+Sans:wght@600&Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap');

*{ margin: 0; padding: 0; box-sizing: border-box;}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #757575;}

img{ width: 100%;}
a{ text-decoration: none;}
a:hover{text-decoration: none;}





.btn-outline-primary {
    background: #eb0000;
    color: #FFF;
	font-size: 14px;
	font-weight: 400;
	border-color: #eb0000;
}


.btn-outline-primary:hover {
    background: #FFF;
    color: #eb0000;
	border-color: #eb0000;
}

.btn-outline-primary2 {
    background: #005f8b;
    color: #FFF;
	font-size: 14px;
	font-weight: 400;
	border-color: #005f8b;
}


.btn-outline-primary2:hover {
    background: #00570d;
    color: #FFF;
	border-color: #00570d;
}

.btn-outline-danger {
    background: #00570d;
    color: #FFF;
	font-size: 14px;
	font-weight: 400;
	border-color: #00570d;
}


.btn-outline-danger:hover {
    background: #FFF;
    color: #00570d;
	border-color: #00570d;
}

.btn-outline-job {
    color: #005f8b;
	font-size: 14px;
	font-weight: 400;
	border-color: #005f8b;
}


.btn-outline-job:hover {
    background: #005f8b;
    color: #FFF;
	border-color: #005f8b;
}


.top-info{ background:#eff7ff; padding: 5px 20px; font-size: 14px;}
.top-info a{ color: #333;}
.top-info .top-info-right{ text-align: right;}


.slider-banner{}
.slider-banner .carousel-item{ width: 100%; height: 500px;}
.slider-banner .carousel-item img{ width: 100%; height: 100%; object-fit: cover;}
.slider-banner .carousel-item .carousel-caption { color: #FFF; background: rgba(0,0,0,0.5); padding: 30px; bottom:0; right: 0; left: 0;}
.slider-banner .carousel-item .carousel-caption h5{font-size: 42px;}

/*--------------------------------------------*/

.highlights{ height:44px; line-height:44px; padding-right:10px;}
.highlights span{ background:#b8deff; float:left; margin-right:10px; padding:0px 5px; color:#002698;}
.highlights a{ padding:0px 20px 0 5px;}
.highlights a.last{ margin-right:80px !important;}

/*--------------------------------------------*/

.main-header{padding: 20px 0; background: #FFFFFF; position: relative;}
.main-header .main-logo{ max-width: 480px;}
.main-header .header-right{}
.main-header .header-right .header-info{ line-height: 18px; display: flex; justify-content: flex-end; float: right; margin-left: 25px; color: #333;}
.main-header .header-right .header-info i{ font-size: 28px; margin-right: 12px; padding-right: 12px; color: #9bc7ff; border-right: 1px solid #CCC;}
.main-header .header-right .header-info span{font-size: 13px;}


.logo{ max-width: 50px; display: none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding: 3px; background: #FFFFFF;}
.navbar{ padding:10px 50px;}
.navbar-brand{ margin-right: 0;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.62rem;
    padding-left: 0.62rem;
	line-height: 1.2em;
	margin-left: 3px;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color:#FFF;
	background: #eb0000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#FFF;
	background: #eb0000;
	
}

.dropdown-menu {
    font-size: 14px;
    padding: 0;
	background: #FFF;
/*	overflow: hidden;*/
}


.dropdown-item {color: #000!important;}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF!important;
    background-color: #78c0ff; border-radius: 5px;
}




.nav-item{font-size: 12px;}

.navbar-dark .navbar-nav .nav-link {
    color:#FFF; text-transform: uppercase; font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #c4161c;
}

.nav-link img{ max-width: 16px; margin-right: 5px; padding-bottom: 4px;}

.bg-dark {
    background-color: #002698 !important; box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
}



.dropdown-menu li {
position: relative;
margin: 1px;
background: #b8deff;
border-radius: 5px;
}

.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: 0;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

.navbar-nav li:hover .dropdown-menu {display: block; margin: 0;}
.navbar-nav li:hover .dropdown-menu .dropdown-submenu {display: none;}

.navbar-nav .dropdown li:hover .dropdown-submenu {display: block;}



.welcome{
	padding: 50px 0; background: #eff7ff;
}

.welcome .welcome-img{
	text-align: center;
}
.welcome .welcome-img img{
	max-width: 420px;
}
.welcome .welcome-txt{}
.welcome .welcome-txt h1{
	color: #eb0000;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 40px;
}

.welcome .welcome-txt span{
	color: #002698;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 28px;
}

.welcome .welcome-txt strong{
	color: #666;
}


.ceo{ margin-left: 30px;}
.ceo .ceo-image{ margin-left: 10px; float: right; max-width: 200px;}
.ceo h1{ font-size: 22px; color: #002698; font-family: 'Poppins', sans-serif; font-weight: 700;}


.company-intro{
	padding: 0 0 50px 0; background: #eff7ff;
}

.company-intro .intro-box{
	display: flex;
	align-items: center;
	position: relative;
	color: #666;
	font-size: 14px;
	padding: 25px;
	border-radius: 10px;
	background: #FFF;
	border:1px solid #ebebeb;
	transition: 0.3s;
}

.company-intro .intro-box:hover{box-shadow:  0px 25px 15px -16px rgba(0,0,0,0.3);}

.company-intro .intro-box span h5{
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.company-intro .intro-box i{
	font-size: 40px;
	margin-right: 20px;
	background: #d9edff;
	padding: 20px;
	border-radius: 50%;
	color: #002698;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: 0.3s;
}

.company-intro .intro-box:hover i{
	background: #002698;
	color: #FFF;
}

.company-intro .intro-box:hover h5{
	color: #002698;
}




.services-home{ padding: 50px 0; background: #002698; text-align: center; color: #FFF;}
.services-home .dep-guarantee{ color: rgba(255,255,255,0.7); margin:0 50px;}
.services-home .dep-guarantee h1{color: #FFF;}
.services-home .dep-guarantee .work-process{ margin: 10px 0; background: rgba(255,255,255,0.07); padding: 20px 15px; border-radius: 10px; text-align: left;}
.services-home .dep-guarantee .work-process:hover{ background: rgba(255,255,255,0.1);}
.services-home .dep-guarantee .work-process .process-number{ font-family: 'Poppins', sans-serif; font-weight: 700; text-align:center; font-size: 40px; color: rgba(255,255,255,0.4); background: #002698; border-radius: 50%; padding: 5px; height: 50px; width: 50px; align-items: center; justify-content: center; display: flex;}
.services-home .dep-guarantee .work-process .process{ line-height: 20px; font-size: 14px; margin-left: 20px;}
.services-home .dep-guarantee .work-process .process h2{ font-size: 16px; font-weight: 500; color:  rgba(255,255,255,0.9);}


.notices{padding: 50px 0;}
.notices h1{color: #eb0000; margin-bottom: 50px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 40px;text-transform: uppercase; text-align: center;}
.notices h1 span{ font-size: 25px; font-weight: 400; color: #000;}
.notices .notice-col{}
.notices .notice-col h2{ font-size: 23px; background: #002698; display: inline; color: #FFF; padding: 5px 10px; border-top-right-radius: 10px;}
.notices .notice-col .notice-box{ background: #eff7ff; border: 1px solid #ebebeb; padding: 20px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-right-radius: 10px;}
.notices .notice-col .notice-box li{ list-style: none; font-size: 12px; border-bottom: 1px dashed #333; padding-bottom: 15px; margin-bottom: 15px;}
.notices .notice-col .notice-box li a{ font-size: 16px; color: #002698;}
.notices .notice-col .notice-box li a:hover{ color: #eb0000;}
.notices .notice-col .notice-box li span a{ font-size: 30px; color: #eb0000;}
.notices .notice-col .notice-box li span a:hover{ color:#AF0002;}


.counter-links {padding: 50px 0; text-align: center;}
.counter-links h1{color: #999; margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 40px;text-transform: uppercase;}
.counter-links h1 span{ font-size: 25px; font-weight: 400;}
.counter-links .counter-icons{ font-size: 50px; margin-bottom: 30px; color: #CCC;}

.counter-links #counter{ border: 1px solid rgba(0,0,0,0.3); padding:23px 20px; border-radius: 10px;}
.counter-links #counter .counter-value{ font-size: 45px; font-weight: 700; font-family: 'Poppins', sans-serif; margin-bottom: 25px; color: #002698; display: inline;}
.counter-links #counter .counter-text{ color: #eb0000;}

.counter-links .links-image img{margin-bottom: 10px;}
.counter-links .links-image a{ color: #002698;}
.counter-links .links-image p{ line-height: 17px !important; font-size: 13px;}


    .slider {
        margin: 0 auto; border: 1px solid rgba(0,0,0,0.3); padding: 10px 20px 5px 20px; border-radius: 10px;
    }

    .slick-slide {
      margin: 25px 30px 0 30px;
    }

    .slick-slide img {
      width: 100%; border-radius: 10px; padding: 10px; background: #FFFFFF; border: 1px solid #CCC;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }



/*

.partners{ padding: 100px 0; background:#FFF; text-align: center;}
.partners h1{ font-size: 50px; margin-bottom: 20px; font-family: 'Work Sans', sans-serif; font-weight: 600; color: #00570d; display: inline-block;}


    .slider {
        margin: 0 auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%; border-radius: 10px; padding: 10px; background: #FFFFFF;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
*/



.how-work{ padding: 50px 0; background: #002698;}
.how-work h1{color: #FFF; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 40px;text-transform: uppercase; text-align: center;}
.how-work h1 span{ font-size: 25px; font-weight: 400; color: #FFF;}
.how-work .work-process{ margin: 20px 0; color: rgba(255,255,255,0.7);}
.how-work .work-process .process-number{ text-align:center; font-size: 47px; color: #FFF; font-weight: 300; margin-top: 37px; background: #eb0000; border-radius: 50%; padding: 5px; height: 60px; width: 60px; align-items: center; justify-content: center; display: flex;}
.how-work .work-process .process{ line-height: 20px; font-size: 14px; margin-left: 20px;}
.how-work .work-process .process h2{ font-size: 20px; text-transform: uppercase; font-weight: 700; color: #FFF;}



.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: rgba(255,255,255,0.5);
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #FFF;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}



.photos-videos{ padding: 50px 0; text-align: center; background: #eff7ff;}
.photos-videos h1{ text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 25px; color: #000;}
.photos-videos .photos, .photos-videos .videos{ border-radius: 15px; padding: 20px; background: #FFF; box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);}
.photos-videos .photos .photos-box{position: relative; width: 100%; height: 215px; overflow: hidden; border-radius: 10px;}
.photos-videos .photos .photos-box img{ object-fit: cover; width: 100%; height: 100%; transition: transform .3s;}
.photos-videos .photos .photos-box:hover img{transform: scale(1.1);}


/*
.news-notices{ padding: 50px 0; text-align: center; background: #d9edff;}
.news-notices h1{color: #002698; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 32px; text-transform: uppercase; text-align: center; margin-bottom: 20px;}
.news-notices .news-box{position: relative; width: 100%; height: 235px; overflow: hidden; border-radius: 20px;}
.news-notices .news-box img{ object-fit: cover; width: 100%; height: 100%; transition: transform .3s;}
.news-notices .news-box:hover img{transform: scale(1.1);}
.news-notices .news-box .news-text-box{position: absolute; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7);}

.news-notices .news-box .news-text-box .pub-date{position: absolute; right: 25px; top: 25px; color: #FFF; font-size: 11px; text-align: center; border: 1px solid rgba(255,255,255,0.2); padding: 10px 10px 5px 10px; border-radius: 10px; text-transform: uppercase; background: rgba(0,0,0,0.3);}
.news-notices .news-box .news-text-box .pub-date span{ font-size: 30px; font-family: 'Poppins', sans-serif; font-weight: 700;}

.news-notices .news-box .news-text-box .news-info{position: absolute; left: 25px; bottom: 15px; color: #FFF; text-align: left;}
.news-notices .news-box .news-text-box .news-info h2{ font-size: 18px;}
.news-notices .news-box .news-text-box .news-info h2 a{ color: #f5c84d;}
.news-notices .news-box .news-text-box .news-info h2 a:hover{ color: #FFF;}
.news-notices .news-box .news-text-box .news-info p{ font-size: 14px;}
*/


.bottom-link{ padding: 50px 0; color: #FFF; background:#002698; line-height: 30px;}
.bottom-link h2{ font-size: 20px; font-weight: 600;}
.bottom-link li{ list-style: none;}
.bottom-link .title-head{ font-size: 20px; color:#59b1ff; font-weight: 700;}
.bottom-link a{ color: #FFF; margin-right: 5px;}
.bottom-link a:hover{ color: #59b1ff;}
.bottom-link i{ margin-right: 10px;}
.bottom-link .bottom-logo img{ max-width: 250px; border-radius: 5px; background: #FFF; padding: 5px; margin:10px 0;}


.bottom-link .information-officer{ padding: 20px; border: 1px solid #ebebeb; border-radius: 10px; text-align: center; line-height: 22px; background: #eff7ff; margin-top: 25px; font-size: 14px; color: #333333;}
.bottom-link .information-officer .officer-name{ font-weight: bold; color: #002698; font-size: 16px;}
.bottom-link .information-officer h2{ font-size: 18px; font-family: 'Poppins', sans-serif; background: #eb0000; padding:10px 5px; color: #FFF; margin-top: -40px; border-radius: 10px;}
.bottom-link .information-officer .officer-img{ margin-bottom: 10px;}
.bottom-link .information-officer .officer-img img{ max-width: 140px;}


.social-bottm-link{
	color:#666;
	font-size: 18px;
}

.social-bottm-link i{
	margin:0 2px 0 0;
	display: inline-block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width:35px;
	height:35px;
	padding:9px;
}

.social-bottm-link a i{
	color:#FFF;
	background: rgba(255,255,255,0.15);
}

.social-bottm-link a:hover i{
	color:#001674;
	background:#FFF;
}


.footer{ background: #000; padding: 10px 50px; color: #CCC; font-size: 14px;}
.copy-right{}
.developerID{ text-align: right;}
.footer a{ color: #FFF;}



/*
.container-page{  background: #FFF;}
.container-page .content-page{ padding: 50px 0; }
.container-page h1 { font-size: 30px; font-family: 'Poppins', sans-serif; font-weight: 700; color: #002698; text-transform: uppercase; border-bottom: 2px solid #002698; margin-bottom: 30px; padding-bottom: 10px;}
*/

.container-page{ padding: 30px 0; background: #eff7ff;}
.container-page .content-page{ background:#FFF; margin:15px 0 20px 0; padding: 30px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); border-radius: 15px;}
.container-page h1{ font-size: 25px; font-weight: 600; text-transform: uppercase; border-left: 5px solid #002698; padding-left: 25px; color: #eb0000;}
.container-page h1 a{ color: #eb0000;}
.container-page h1 span{ font-size: 16px; color: #000; font-weight: bold;}



.container-page .right-pannel{ margin-top: 15px;}
.container-page .right-pannel h2{ font-size: 18px; font-family: 'Poppins', sans-serif; font-weight: 700; color: #b8deff; background: #002698; padding: 10px 15px; margin-bottom: 0; border-top-left-radius: 10px; border-top-right-radius: 10px;}

.container-page .right-pannel .right-news-pannel{ background: #FFF; padding:15px 25px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.container-page .right-pannel .right-news-pannel li{ list-style: none; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #333; line-height: 22px;}
.container-page .right-pannel .right-news-pannel li span{ font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 700;}
.container-page .right-pannel .right-news-pannel li a { color: #002698; font-size: 15px;}
.container-page .right-pannel .right-news-pannel li a:hover { color: #eb0000;}
.container-page .right-pannel .right-news-pannel a { color: #eb0000; font-size: 14px;}
.container-page .right-pannel .need-help{ padding:20px 25px; border-radius:10px; background: #002698; color:rgba(255,255,255,0.7); font-size: 14px;}
.container-page .right-pannel .need-help h3{ color: #FFF; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 24px;}
.container-page .right-pannel .need-help i{ margin-right: 10px;}
.container-page .right-pannel .need-help .bottom-logo img{ max-width: 250px; border-radius: 5px; background: #FFF; padding: 5px; margin:10px 0;}



.container-page .content-page .page-image{ max-width: 500px; width: 100%; float: right; margin-left: 25px; margin-bottom: 25px;}


.container-page .content-page .members-card .card-body .card-title{ color: #002698;}

.container-page .content-page .team{ text-align: center; margin: 20px 120px 0 120px; font-size: 14px; line-height: 20px;}
.container-page .content-page .team .team-photo{width: 140px; height: 160px; position: relative; overflow: hidden; padding: 5px; border: 1px solid #CCC; border-radius:5px; margin: 0 auto 10px auto;}
.container-page .content-page .team .team-photo img{object-fit: cover; width: 100%; height: 100%;}
.container-page .content-page .team strong{ color: #002698;}


.container-page .content-page .team-member-wrapper{ width: 600px; margin: 0 auto; display: flex; flex-direction: row; justify-content:space-around; flex-wrap: wrap;}
.container-page .content-page .team-member-wrapper .team-member{ width: 160px; text-align: center; margin-top: 20px;}
.container-page .content-page .team-member-wrapper .team-member .team-photo{width: 100%; height: 165px; position: relative; overflow: hidden; padding: 5px; border: 1px solid #CCC; border-radius:5px; margin-bottom: 10px;}
.container-page .content-page .team-member-wrapper .team-member .team-photo img{object-fit: cover; width: 100%; height: 100%;}

.container-page .content-page .former-page{}
.container-page .content-page .former-page .former-member{ margin-bottom: 30px;}
.container-page .content-page .former-page .former-member .s-no{ background: #eff7ff; border: 1px solid #daedff; border-radius: 50%; width: 40px; height: 40px; line-height: 37px; text-align: center; margin: 0 auto; font-size: 21px; font-weight: 600; color: #000;}
.container-page .content-page .former-page .former-member .former-photo{width: 100%; height: 135px; position: relative; overflow: hidden; padding: 5px; border: 1px solid #CCC; border-radius:5px; background: #FFF;}
.container-page .content-page .former-page .former-member .former-photo img{object-fit: cover; width: 100%; height: 100%;}




.container-page .content-page .news-events-page{}
.container-page .content-page .news-events-page a{ color: #002698;}
.container-page .content-page .news-events-page .news-box{ margin-bottom: 10px; background: #FFF; padding: 20px; border-radius: 10px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.container-page .content-page .news-events-page .news-box h2{ font-size: 20px; font-weight: 600; color: #002698;}
.container-page .content-page .news-events-page .news-box .date{ font-weight: 700; color: #999; font-size: 15px;}
.container-page .content-page .news-events-page .news-box .date span{ font-style: italic; color: #999;}
.container-page .content-page .news-events-page .news-box .news-box-image{width: 100%; height: 175px; overflow: hidden; margin-bottom: 10px;}
.container-page .content-page .news-events-page .news-box .news-box-image img{ object-fit: cover; width: 100%; height: 100%; transition: transform .2s; margin: 0;}
.container-page .content-page .news-events-page .news-box .news-box-image img:hover{transform: scale(1.1);}

.container-page .content-page .news-events-page .news-box .btn1{ background:#FFF; border: 1px solid #002698; color: #002698; transition: 0s ease-in-out;}
.container-page .content-page .news-events-page .news-box .btn1:hover{background:#b8deff; border: 1px solid #b8deff; color: #002698; transition: 0s ease-in-out;}


.container-page .content-page .news-events-page .news-box .btn1 i{ font-size: 15px; margin-right: 3px; color: #002698;}
.container-page .content-page .news-events-page .news-box .btn1:hover i{ color: #002698; transition: 0s;}


.container-page .content-page .gallery-album-page{}
.container-page .content-page .gallery-album-page a{ color: #002698;}
.container-page .content-page .gallery-album-page a:hover{ color: #eb0000;}
.container-page .content-page .gallery-album-page .album-box{ margin-bottom: 10px; background: #FFF; padding: 20px; border-radius: 10px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.container-page .content-page .gallery-album-page .album-box{ font-size: 15px; line-height: 20px;}
.container-page .content-page .gallery-album-page .album-box .album-box-image{width: 100%; height: 175px; overflow: hidden; margin-bottom: 10px;}
.container-page .content-page .gallery-album-page .album-box .album-box-image img{ object-fit: cover; width: 100%; height: 100%; transition: transform .2s; margin: 0;}
.container-page .content-page .gallery-album-page .album-box:hover img{transform: scale(1.1);}


.container-page .content-page .credit-page{}
.container-page .content-page .credit-page h2{ font-size: 18px; font-weight: 500; color: #002698;}
.container-page .content-page .credit-page .credit-box p{ color: #333; font-size: 15px;}
.container-page .content-page .credit-page .credit-box span{ color: #eb0000; font-size: 14px;}
.container-page .content-page .credit-page .credit-box{ margin-bottom: 10px; background: #FFF; padding: 20px; border-radius: 10px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.container-page .content-page .credit-page .credit-box .credit-box-image{width: 100%; height: 175px; overflow: hidden; margin-bottom: 10px;}
.container-page .content-page .credit-page .credit-box .credit-box-image img{ object-fit: cover; width: 100%; height: 100%; transition: transform .2s; margin: 0;}
.container-page .content-page .credit-page .credit-box:hover img{transform: scale(1.1);}




.container-page .content-page .career-page{}
.container-page .content-page .career-page a{ color: #002698;}

.container-page .content-page .who-page{}
.container-page .content-page .who-page a{ color: #002698;}
.container-page .content-page .who-page h4{ color: #eb0000; background: #ffe8e8; padding: 10px 20px; margin-bottom: 0; font-size: 18px;}

.container-page .content-page .act-laws-page{}
.container-page .content-page .act-laws-page a{ color: #002698;}
.container-page .content-page .act-laws-page h4{ color: #002698; background: #d9edff; padding: 10px 20px; margin-bottom: 0; font-size: 18px; text-transform: uppercase;}

.container-page .content-page .notices-page{}
.container-page .content-page .notices-page a{ color: #002698;}

.active > .page-link, .page-link.active {
  color: var(--bs-pagination-active-color);
  background-color: #b8deff;
  border-color: #b8deff;
}



.container-page .content-page .gallery-page{}

.container-page .content-page .gallery-page .gallery-thumbnail { width:100%; height:160px; position: relative; overflow:hidden; display: inline-block; padding: 7px; background: #FFFFFF; margin-bottom: 20px; box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); border-radius: 5px;}
.container-page .content-page .gallery-page .gallery-thumbnail img { object-fit: cover; width: 100%; height: 100%;}


.container-page .content-page .manpower-page .tab-content > .tab-pane {background: #ceedff; padding: 20px 20px 0 20px; border: 1px solid #ceedff; border-top: none;}
.container-page .content-page .manpower-page .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ceedff;
    border-color: #ceedff #ceedff #ceedff;
	color: #000 !important;
	
}

.container-page .content-page .manpower-page .nav-tabs {
    border-bottom: 1px solid #ceedff;
}

.container-page .content-page .manpower-page .nav-tabs .nav-link:focus {
    border-color: #ceedff #ceedff #ceedff;
}

.container-page .content-page .manpower-page .nav-tabs .nav-link:hover {
    border-color: #ceedff #ceedff #ceedff;
}

.container-page .content-page .manpower-page .nav-tabs .nav-link {font-size: 14px; font-weight: 700; color: #005f8b;}

.container-page .content-page .manpower-page .job-box{ padding: 20px; font-size: 16px; background: #FFF;}
.container-page .content-page .manpower-page .job-box h2{ font-size: 18px; color: #000;}
.container-page .content-page .manpower-page .job-box h5{ font-size: 15px; color: #999;}
.container-page .content-page .manpower-page .job-box .company-logo{ padding: 5px; border: 1px solid rgba(0,0,0,0.15);}
.container-page .content-page .manpower-page .job-box span{ color: #00570d; margin-right: 10px; font-size: 14px;}
.container-page .content-page .manpower-page .job-box:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);}


.container-page .content-page .social-share{ color:#666; font-size: 14px;}
.container-page .content-page .social-share i{ margin:0;  display: inline-block; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; text-align:center; width:25px; height:25px; padding:6px;}
.container-page .content-page .social-share a i{color:#FFF;}
.container-page .content-page .social-share a:hover i{color:#FFF; background:#999;}

.container-page .content-page .social-share i.facebook{ background:#4e71a8;}
.container-page .content-page .social-share i.twitter{ background:#b8deff;}
.container-page .content-page .social-share i.linkedin{ background:#007eb3;}
.container-page .content-page .social-share i.email{ background:#000;}



.container-page .content-page .contact-page{}
.container-page .content-page .contact-page .col-box{padding: 20px;}

.container-page .content-page .contact-page .col-box h2{ margin-bottom: 20px; font-size: 20px; font-weight: 600; color: #002698; text-transform: uppercase;}
.container-page .content-page .contact-page .col-box i{font-size: 30px; color: #eb0000; margin-top: 5px;}
.container-page .content-page .contact-page .col-box h5{ font-size: 17px; color: #666; font-weight: 700; margin: 0; padding: 0;}
.container-page .content-page .contact-page .col-box p{ font-size: 13px;}

.container-page .content-page .contact-page .col-box .social-bottm{color:#666;}
.container-page .content-page .contact-page .col-box .social-bottm i{ font-size: 17px; margin:0 7px 0 0; display:inline-block; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; width:30px; height:30px; text-align:center; line-height:30px;}
.container-page .content-page .contact-page .col-box .social-bottm a i{color:#fff;}
.container-page .content-page .contact-page .col-box .social-bottm a:hover i{color:#fff; background:#999;}

.container-page .content-page .contact-page .col-box .social-bottm i.facebook{ background:#4e71a8;}
.container-page .content-page .contact-page .col-box .social-bottm i.twitter{ background:#1cb7eb;}
.container-page .content-page .contact-page .col-box .social-bottm i.linkedin{ background:#007eb3;}
.container-page .content-page .contact-page .col-box .social-bottm i.insta{ background:#d6249f; background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
.container-page .content-page .contact-page .col-box .social-bottm i.youtube{background:#bb0000;}

.container-page .content-page .branch-page{}
.container-page .content-page .branch-page .branch-office{ padding: 20px; border: 1px solid #ebebeb; border-radius: 10px;}
.container-page .content-page .branch-page .branch-office h2{ font-size: 18px; font-weight: 600; color: #002698;}
.container-page .content-page .branch-page .branch-office .branch-info{ font-size: 15px; line-height: 35px; color: #333;}
.container-page .content-page .branch-page .branch-office .branch-info a{ color: #eb0000;}
.container-page .content-page .branch-page .branch-office .branch-info i{width: 25px; height: 25px; background: #93cdff; border-radius: 50%; font-size: 12px; padding: 5px; color: #FFF;line-height: 15px; text-align: center;}



.container-page .content-page .opening-jobs{ text-align: center;}
.container-page .content-page .opening-jobs h1{
	color: #00570d;
	border-bottom: 2px solid #00570d;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 50px;
	display: inline-block;
}

.container-page .content-page .opening-jobs .job-box{ border: 1px solid #CCC; padding: 20px;  border-radius:10px; font-size: 16px;}
.container-page .content-page .opening-jobs .job-box h2{ font-size: 22px;}
.container-page .content-page .opening-jobs .job-box h2 a{ color: #005f8b;}
.container-page .content-page .opening-jobs .job-box img{ width: 100px; margin-bottom: 10px;}
.container-page .content-page .opening-jobs .job-box span{ color: #00570d; font-size: 18px;}
.container-page .content-page .opening-jobs .job-box:hover{box-shadow: 0 0 10px 0 #CCC;}

.container-page .content-page .job-details{}
.container-page .content-page .job-details h2{font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 25px; color: #005f8b; border-bottom: 1px solid #005f8b; display: inline-block;}





.carousel .item{
    height: 700px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 700px;
}

#scroll {
    position:fixed;
    right:15px;
    bottom:15px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



@media (max-width: 1399px) {
	.navbar-light .navbar-nav .nav-link {
    padding: 4px 9px; font-size: 11px; letter-spacing: 0;}
	
	.dropdown-item {  font-size: 11px;}
	
	.counter-links .counter-icons {
  font-size: 46px;}
	
	.counter-links #counter .counter-value {
  font-size: 40px;}
	
	.counter-links #counter .counter-text {
  font-size: 13px;}
	
	.services-home .dep-guarantee .work-process .process h2 {
  font-size: 14px;}
	
	.services-home .dep-guarantee .work-process .process-number {
  font-size: 29px;
  height: 40px;
  width: 40px;}
}

@media (max-width: 1199px) {
	
	.main-header .main-logo { max-width: 410px;}
	
	.main-header .header-right .header-info {
    display:inherit;}
	
	.main-header .header-right .header-info i {
    font-size: 18px;}
	
	.navbar-dark .navbar-nav .nav-link { font-size: 12px;}
	
	.navbar-dark .navbar-nav .nav-link { padding: 7px;}

	
	.slider-banner .carousel-item { height: 500px;}
	

	
	.work-process .process {text-align: center; margin-left: 0;}
	.work-process .col-lg-2 { width: 100%;}
	.work-process .col-lg-10 { width: 100%;}
	.services-home .dep-guarantee .work-process .process-number { font-size: 29px; height: 40px; width: 40px; margin: 0 auto 10px auto;}
	.services-home .dep-guarantee .work-process .process { margin-left: 0;}
	.counter-links .counter-icons { font-size: 35px; margin-bottom: 12px;}
	.counter-links #counter .counter-value {font-size: 25px;}
	.counter-links #counter .counter-text { line-height: 19px;}

}

@media (max-width: 991px) {
	.main-logo {
    max-width: 300px;}
	
	.main-header .header-right .header-info {
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    float: left;
    margin-left: 25px;
	margin-bottom: 10px;
    color: #000000;}
	
	
	.navbar-dark .navbar-nav .nav-link { font-size: 15px; font-weight: 500;}
	
	.nav-item { text-align: center;}
	
	.dropdown-menu {text-align: center;}
	.dropdown-item { font-size: 15px;}
		
	
	.welcome .welcome-img img {
    max-width: 450px; margin-top: 50px;}
	
	.welcome-txt{ text-align: center; margin-top: 30px;}
	
	.ceo { margin: 30px 0;}
	
	.container-page .content-page .news-events-page .news-box h2 {
    font-size: 22px;}
	
	.welcome .welcome-txt h1 {
    display: inline-block;}
	

	
	.job-box{ text-align: center;}
	.job-box .company-logo{ margin-bottom: 10px;}
	
	.counter-profile {
  padding: 30px 0;
}

	
	.container-page .content-page .page-image {
    max-width: 100%;}
	
	.container-page .content-page .legal-doc-page .gallery-thumbnail {
    height: 230px;}

	
	.container-page .content-page .gallery-page .gallery-thumbnail {
    height: 130px;}
	
	.welcome, .vision-mission, .recent-jobs, .how-work, .partners, .testimonials{ padding: 30px 0;}
	
	.vmo-chairman .vmo-col {text-align: center;}
	.vmo-chairman .chairman {padding:20px 0 0 0;}
	.how-work .work-process .process-number { margin-top: 0;}
	
	.container-page .content-page .contact-page .location-map iframe{ height: 400px;}
	.bottom-link { text-align: center;}
	
	.counter-links #counter .counter-value { font-size: 34px;}
	
	.container-page .content-page .former-page .former-member .former-photo {
  	height: 160px;}
}

@media (max-width: 767px) {
	
	.top-info{ text-align: center!important;}
	.top-info .top-info-right{ text-align: center!important;}
	
.main-header .header-right {
  display: none;
}
		
	.main-logo { max-width: 355px; margin: 0 auto;}
	
	.slider-banner .carousel-item { height: 415px;}
	
	
	
	.social-bottm {
    float: none;}
	
	.bottom-link {
    text-align: center;}
	
	hr:not([size]) {
    display: none;}
	
	.copy-right {
    text-align: center;
}
	
	.developerID {
    text-align: center;}
	
	.container-page .content-page .team-chairman .team-photo { height: 320px;}
	
	.container-page .content-page .news-events-page .news-box .news-box-image {
	margin-bottom: 15px;}
	
	.container-page .content-page .gallery-page .gallery-thumbnail {
		height: 135px;}

	
	.job-box .company-logo {
    max-width: 25%;
    text-align: center;
    margin: 0 auto 10px auto;}
	

	.how-work .work-process .process-icon {
		margin: 0 auto 15px auto;}
	
	.how-work .work-process .process {
    text-align: center;}
	

	.welcome, .vmo-chairman, .services-home, .recent-jobs, .how-work, .download-home, .partners, .testimonials{ padding: 30px!important;}
	
	.vmo-chairman .chairman { text-align: center;}
	.vmo-chairman .chairman .ch-img {float: none; margin:20px 0;}
	
	.container-page .content-page .team-member-wrapper{ width: 100%; display: block;}
	.container-page .content-page .team-member-wrapper .team-member{ display: block; width: 100%;}
	.container-page .content-page .team-member-wrapper .team-member .team-photo{ height: 310px;}
	
	.container-page .content-page .members-card .card-body{ text-align: center;}
	
	
	.slider-banner .carousel-item .carousel-caption h5 { font-size: 26px;}
	.slider-banner .carousel-item .carousel-caption { padding: 10px;}
	.ceo-officer .information-officer { margin-top: 50px;}
	
	.counter-links #counter { padding: 35px 20px 0 20px;}
	
	.container-page .content-page .former-page{ text-align: center;}
	.container-page .content-page .former-page .former-member .s-no {  margin: 0 auto 15px auto;}
	.container-page .content-page .former-page .former-member .former-photo { height: 465px; margin-bottom: 15px;}
	.container-page .content-page .former-page .former-member { margin-bottom: 50px;}

}

@media (max-width: 576px) {
	
	.slider-banner .carousel-item { height: 350px;}
	.social-bottm{ margin-top:5px;}
		
	.main-header .main-logo {
    margin: 0 auto;}
	
	.main-logo {
  max-width: 240px;}
	
	.navbar {
  padding: 10px;
}
	
	.main-header .header-right {
    display: none;}

	
	.welcome .welcome-txt h1 {font-size: 30px;}
	.recent-jobs h1 {font-size: 37px;}
	.partners h1 {font-size: 37px;}
	.testimonials h1 {font-size: 37px;}
	
	.container-page .content-page {
    padding: 20px;}
	
	.container-page .content-page .gallery-page .gallery-thumbnail {
    height: 240px;}
	

	.how-work .work-process .process-number {
  margin: 0 auto 10px auto;}
	
	.how-work .work-process .process {
  line-height: 25px;
  margin-left: 0;
}
	
	.testimonial {
  	padding: 75px 20px 5px 20px;}
	
	
	.container-page .content-page .contact-page .location-map iframe{ height: 200px;}
	
	.container-page .content-page .contact-page .col-box i {
  margin-bottom: 10px;}
}


.container-page .content-page .team {
  margin:0;
}


@media (max-width: 428px) {

	.services-home .dep-guarantee { margin: 0px;}
	
	.slider-banner .carousel-item .carousel-caption { padding: 20px 20px;}
	.slider-banner .carousel-item { height: 315px;}
	
	
.ceo {
  text-align: center;
}

.ceo .ceo-image {
  margin:15px 0;
  float: none;
  max-width: 200px;
}
	
	.container-page .content-page .former-page .former-member .former-photo {
  height: 400px;
  margin-bottom: 15px;
}

}

@media (max-width: 375px) {
.container-page .content-page .former-page .former-member .former-photo {
  height: 350px;
}
}
