
/*=======GLOBAL CSS START===========*/

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;

    
    
   
	background: linear-gradient(-45deg, #fcf98e94, #ffec6594, #23a6d582, #23d5ab80);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
    
    
    
    
    
    
    
    
    
    
    
    
    
}

.span-color-white {
    color: #fff;
}

.color-white {
    color: #ffffff;
}

.color-black {
    color: #111111;
}

p {
    font-size: 16px;
    color: #2D2E30;
    line-height: 35px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.color-black {
    color: #111111;
}

.color-white {
    color: #ffffff;
}

.font-weight-500 {
    font-weight: 500;
}

.float-left {
    float: left
}

.float-right {
    float: right;
}

ul li {
    display: inline-block;
}

a {
    text-decoration: none;
    color: #47484B;
    transition: .9s;
}

a:hover {
    text-decoration: none;
    color: #ADB9BD;
}

.after-row {
    position: relative;
}

.after-row::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 45%;
    height: 5px;
    width: 100px;
    background: #948f8f;
}

.pad-100 {
    padding: 70px 0px;
}

.power-color {
    color: #3C3F41;
}

.power-color:hover {
    color: #2D2E30;
}


/*==========GLOBAL CSS END=============*/


/*=======heder css start (top navbar)=========*/

.navbar-top {
    padding: 8px;
    border-bottom: 2px solid #ddd;
}

.social-menu li a {
    display: block;
    padding: 0 5px;
    transition: .9s;
}

.social-menu li a:hover {
    color: #c2272f;
}

.social-menu {
    float: right;
}

.left-social-menu {
    color: #0e7c3f;
    font-weight: 500;
}


/*===========nav top section complete=========*/


/*Main Menu start*/


/*main Menu End*/


/*============bootstrap menu start===========*/
.logo-img {
    height: 50px;
}
.navbar {
    background: #F8F8F8;
    color: red;
    box-shadow: 0 0 10px -2px #ad9b9b;
}

.navbar .nav-item {
    padding-left: 1rem;
}

.navbar .nav-item .nav-link {
    text-transform: ;
}


/*==========bootstrap menu end==========*/


/*------carousel-----*/

.carousel-item {
    min-height: 70vh;
}

.carousel-img-1 {
    background: url('img/image1.jpg');
    background-size: cover;
}

.carousel-img-2 {
    background: url('img/image2.jpg');
    background-size: cover;
}

.carousel-img-3 {
    background: url('img/image3.jpg');
    background-size: cover;
}


/*=======HEADER CSS END========*/


/*========ABOUT CSS
START======*/

.about-section {}

.about-section .intro-photo {
    max-width: 350px;
    max-height: 500px;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}


/*========ABOUT CSS END======*/


/*======BIOGRAPHY CSS START=======*/

#biography {
	
}

#biography img {
    padding: 44px 0px;
}
.bio-radius {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	background: #fff;
}
.bio-span {
    background: #fff;
    font-size: 100px;
    border: 5px solid green;
    padding: 0 30px;
    border-radius: 100%;
    z-index: 999;
}

.bio-logo {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 0 8px 1px #0000004a;
    transition: .5s;
}

.bio-logo:hover {
    box-shadow: 0 6px 15px 1px #00000078;
}

.b1,
.b2 {
    transition: .9s;
}

.b1:hover .bio-logo {
    background: red;
}

.b2:hover .bio-logo {
    background: red;
}

.bio-box {
    margin: 15px 40px 0;
}

.read-more {
    padding: 18px 12px 0px 0px;
}



.contents {
    position: relative;
    width: 100%;
    margin:auto;
}

.contents img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 10px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 1s ease-in-out;
	border-radius: 10px;
}

.contents:hover .overlay {
    width: 100%;
    right: 0;
	border-radius: 10px;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
	text-transform:uppercase;
}


/*======BIOGRAPHY CSS END=======*/


/*======LATEST-UPDATE CSS START=======*/

#latest-update {
	
}

.inner {
    overflow: hidden;
}

.inner img {
    transition: .8s;
}

.inner:hover img {
    transform: scale(1.1)
}

.card img {
    width: 100%;
    height: 250px;
}


/*======LATEST-UPDATE CSS END=======*/


/*======GALLERY CSS START=======*/

#gallery {
	min-height: 250px;
	width: 100%;
	
}

#gallery img {
	min-height: 250px;
	width: 100%;
	border-radius: 5px;
}

#gallery img {
    transition: 1s;
}

#gallery img:hover {
    filter: grayscale(0);

}


/*======GALLERY CSS END=======*/


/*======VIDEOS CSS START=======*/

#video {
	
	padding-bottom: 68px !important;
}


/*======VIDEOS CSS END=======*/


/*=======CONTACT CSS START======*/

.contact-card {
	color: #fff;
	background: rgba(39, 42, 43, 0.5);
	border: 1px solid #5a5b5b;
}

.add {
	color: #c8c8ca;
}

#contact {
	position: relative;
	background: url('images/map.PNG');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 670px;
}

#contact p {
    line-height: 27px;
}

#contact .dark-overlay {
    background: rgba(0.9, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn.btn-dark.btn-block {
	padding: 12px;
	background: #0B161D;
	margin-bottom: 20px;
}

/*+++++++++++++++++++++++++ footer ++++++++++++++++++++++ */
/*+++++++++++++++++++++++++ footer ++++++++++++++++++++++ */


#footer {
    padding-top: 5px;
   
}

.footer-social-menu a {
    padding: 5px;
    font-size: 25px;
}

.footer-social-menu {
    padding: 15px 15px;
}

hr {
    display: none;
}


/*=======CONTACT CSS END======*/

@media screen and (max-width: 991px) {
    #contact {
        padding: 20px 0;
    }
    #contact h4 {
        margin-bottom: 0;
    }
}


/*responsive for 768px*/

@media screen and (min-width: 576px) and (max-width: 767px) {
    .media-top-ul {
        float: none;
    }
    .media-top-ul {
        text-align: center;
        padding: 5px 0px;
    }
    .carousel-item {
        min-height: 20vh;
    }
    .carousel-item h2 {
        font-size: 20px;
    }
    .carousel-item h3 {
        font-size: 13px;
    }
    .carousel-item p {
        font-size: 12px;
        line-height: 20px;
    }
    .card {
        margin-bottom: 3rem;
    }
    .inro-img-center,
    .intro-photo {
        width: 250px;
        height: 200px;
        margin: auto;
        padding: 5px 0px 20px;
    }
    .inro-img-center {}
    #gallery img {
        margin-bottom: 10px;
    }
    #video iframe {
        margin-bottom: 10px;
        width: 100%;
        padding: 5px 0px;
    }
    .after-row::after {
        content: "";
        position: absolute;
        top: 70%;
        left: 39%;
    }
    #contact {
        overflow-x: hidden;
        background-attachment: scroll;
        width: 100%;
        min-height: 150vh;
    }
    .footer-social-menu {
        padding: 15px 10px;
    }
}


/*responsive for 768px end*/


/*responsive for mobile*/

@media screen and (max-width:575px) {
    .media-top-ul {
        float: none;
    }
    .media-top-ul {
        text-align: center;
        padding: 5px 0px;
    }
    .carousel-item {
        min-height: 40vh;
    }
    .carousel-item h2 {
        font-size: 20px;
    }
    .carousel-item h3 {
        font-size: 13px;
    }
    .carousel-item p {
        font-size: 12px;
        line-height: 20px;
    }
    .card {
        margin-bottom: 1rem;
    }
    .inro-img-center,
    .intro-photo {
        width: 250px;
        height: 200px;
        margin: auto;
        padding: 5px 0px 20px;
    }
    #gallery img {
        margin-bottom: 10px;
    }
    #video iframe {
        margin-bottom: 10px;
        width: 100%;
        padding: 5px 0px;
    }
    .after-row::after {
        content: "";
        position: absolute;
        top: 70%;
        left: 39%;
    }
    #contact {
        overflow-x: hidden;
        background-attachment: scroll;
        width: 100%;
        min-height: 150vh;
    }
    hr {
        display: block;
    }
}


/*responsive for mobile*/