/*COMMON*/
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-5{margin-bottom:50px;}
.mb-8{margin-bottom:80px;}
.mb-10{margin-bottom:100px;}
.mb-15{margin-bottom:150px;}

.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-5{margin-top:50px;}
.mt-8{margin-top:80px;}
.mt-10{margin-top:100px;}
.mt-15{margin-top:150px;}


.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-5{padding-top:50px;}
.pt-8{padding-top:80px;}
.pt-10{padding-top:100px;}
.pt-15{padding-top:150px;}

.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-5{padding-bottom:50px;}
.pb-8{padding-bottom:80px;}
.pb-10{padding-bottom:100px;}
.pb-15{padding-bottom:150px;}

.p-1{padding:10px;}
.p-2{padding:20px;}
.p-5{padding:50px;}
.p-8{padding:80px;}
.p-10{padding:100px;}
.p-15{padding:150px;}

.m-1{margin:10px;}
.m-2{margin:20px;}
.m-5{margin:50px;}
.m-8{margin:80px;}
.m-10{margin:100px;}
.m-15{margin:150px;}

/*web style*/
.prg{font-size:16px;}
.of-txt-6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.of-txt-10{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.text-right{text-align: right;}


.funfacts-box i {color: #85b9f1;}
    .funfacts-box:hover{
        -webkit-animation-name: funfacts-pulse;
        animation-name: funfacts-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @keyframes funfacts-pulse {
        25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
        }
        75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
        }
    }
    
    .funfacts-box h3{font-size: 35px;}
    .funfacts-box p{font-size: 20px;font-weight: 700;}
    
.branch-area {
    display: table;
    height: 250px;
    width: 100%;
    padding: 25px 20px!important;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 5px rgb(29 34 47 / 15%);
}

.branch-area:hover {
    box-shadow: 0px 5px 40px rgb(29 34 47 / 15%);
}

.branch-area-body {
    display: table-cell;
    vertical-align: middle;
}

.branch-title-text {
    color: #1a2b71;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.branch-p-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px!important;
}
.branch-list li {
    list-style: none!important;
}

.branch-list li a i {
    padding: 5px!important;
}

.img-fluid {
    height: 223px!important;
    width: 100%!important;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    margin: 10px;
}
.img-fluid:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 5px rgb(29 34 47 / 20%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact_us_link{
    font-size: 16px;
    font-weight: 600;
}
.f_bg{
    background-image: url(../../assets/upload/core_img/footer-bg.png);
    background-position: initial !important;
    background-size: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
}
.f_tx{font-weight: 600;}
.page_bg{background-image: url(../../assets/upload/core_img/body_bg.jpg);}
.page_main{padding:40px 20px 40px 20px;}
.header_slide{padding-top: 140px;    padding-left: 30px;
              padding-right: 30px;}

.header-news-main {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 2px;
}
.header-news {
    background-color: #1a2b71!important;

    color: #fff;
}

.copyright-area p a:hover{color:#cdcdcd;}

.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 80px;
    text-align: center;
}
/*mobile screen only  (screen size < 600px)*/
@media only screen and (max-width: 600px) {
    .header_slide{padding-top:0px;    padding-left:0px;
                  padding-right:0px;}
    .header-news-main {
        padding-left:0px;
        padding-right:0px;
        margin-top: 2px;
    }
}

/*desktop screen only  (screen size > 600px)*/
@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
    }

/*.page-title-area{background-image:url(../upload/core_img/page-title-bg.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;padding-top:200px;padding-bottom:70px}*/

/*MODEL VIEW*/
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top:30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.model-image{width:100%;}
@media only screen and (max-width: 600px) {.model-image{width:100%;}.modal-content{margin: 20px;width: auto;}}
    
.modal-content-m {max-width:650px!important;}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 450px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-content a{
    webkit-transition-duration: .5s;
    transition-duration: .5s;
}


/* The Close Button */
.close {
    position: absolute;
    top: 8px;
    right: 25px;
    opacity: 1;
    color: #828282;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*LOADING BAR*/
  .preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffffc9;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #3f51b5;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}


/*animation*/
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}