/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0;
    font-weight: normal;
	line-height: 1.2;
	font-size: 16px;
}

figure {
	margin: 0;
}

p{
	margin: 0;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
    font-size: 18px;
	color: #333;
	width:100%;
	font-family: SolaimanLipiNormal;
    background: #fff;
	line-height: 1.2;


}
a{ text-decoration: none }
a:hover { text-decoration: none; color: none;}



.modal-dialog {
	max-width: 850px !important;
	margin-top: 5%;
}


.modal_image img {
	width: 100%;
	height: auto;
}

.btn-modal {
	background: #012f4a;
	width: 30px;
	height: 30px;
	line-height: 23px;
	color: #fff;
	position: absolute;
	right: -5px;
	top: -8px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #333;
	text-align: center;
	font-size: 14px;
	z-index: 99;
	cursor: pointer;
}


.modal-body {
	padding: 4px;
}




/*======================================
		ThemesBazar col Start
======================================*/  
.themesBazar-1{
	max-width: 100% ; 
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-2{
	max-width: 50% ;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-3{
	max-width: 33.33%;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-4{
	max-width: 25%;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-6{
	max-width: 16.66%;
	width: 100%;
	flex: 0 0 auto;
}


/*======================================
		ThemesBazar col End
======================================*/




/*======================================
	Themesbazar_header Section css-start
======================================*/  
.themesbazar_header {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.logo_banner {
	padding: 15px 0;
}
.version {
	color: #000;
	font-size: 17px;
	margin-top: 6px;
}

.version > i {
	font-size: 20px;
}


.search {
	position: relative;
}

.search input[type="text"] {
	width: 100%;
	border: 2px solid #033440;
	height: 39px;
	line-height: 49px;
	padding: 0 5px;
	color: #000;
	outline: inherit;
	background: #ffff;
	font-size: 17px;
}

.search input[type="submit"] {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	background: #033440;
	border: none;
	color: #fff;
	padding: 0 17px;
}

.header-social {
	text-align: right;
}
.header-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-social ul li {
	display: inline-block;
}


.header-social ul li:last-child:after{
	content: "I";
	color: transparent;
}

.header-social ul li a i {
	color: #878787;
	text-decoration: none;
	font-size: 19px;
	width: 37px;
	height: 37px;
	background: #eee;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	margin-left: 7px;
}

.header-social ul li a .la-facebook-f {
	color: #3b5998;
}
.header-social ul li a .la-twitter{
	color: #00acee ;
}

.header-social ul li a .la-youtube{
	color: #c4302b  ;
}

.header-social ul li a .la-linkedin-in{
	color: #0e76a8;
}

.header-social ul li a .la-instagram{
	color: #8a3ab9 ;
}


/*======================================
	Themesbazar_header Section css-End
======================================*/  




/*======================================
		Logo & Menu Section css-End
======================================*/
.menu-section {
	background: #033440;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	margin-bottom: 12px;
	position: relative;
}

.logo img {
	width: 100%;
	height: auto;
}

.sticky {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
}

.en a {
	background: #014859;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 11px;
	display: inline-block;
	margin-top: 11px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: .8s all;
}
.en a:hover{
    color: #ff0;
}



/*======================================
	Logo & Menu Section css-End
======================================*/

/*========= Banner  start =============*/

.mobile_logo {
	display: none;
}
.logo_banner {
	padding: 15px 0;
}

.logo img {
	width: 100%;
	height: auto;
}
.banner img{
    width: 100%;
    height: auto;
	
}





/*===============Scroll 04 css Start============*/

.scroll-section4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.top_scroll4 {
    overflow: hidden;
}
.scroll4-left {
	position: absolute;
	width: auto;
	line-height: 24px;
	z-index: 99;
}


#scroll4-left {
	width: auto;
	height: 40px;
	position: relative;
	background: #033440;
	padding-top: 8px;
	padding-left: 10px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	padding-right: 10px;
}


#scroll4-left::before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #033440;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.scroll4-right {
	height: 40px;
	width: 100%;
	line-height: 40px;
	background: #F1F7FB;
	overflow: hidden;
}

.scroll4-right div  {
	position: relative;
	animation: CSSright linear 25s infinite;
  } 
  @keyframes CSSright {
	0% { right: -100% }
	100% { right:100% }
  }
  .rightCSS:hover div {
	animation-play-state: paused;
  }

.scroll4-right a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-right: 12px;
	display: inline-block;
}

.scroll4-right i {
	color: #033440;
}


/*===============Scroll 04 css End============*/



.themesBazar_cat1 {
	display: block;
	margin-bottom: 7px;
	background-color: #ebebeb;
}

.themesBazar_cat1 a {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin: 0px 0 0 0 !important;
	background: #1F6E24;
	padding: 8px 10px;
}


.themesBazar_cat1 a::after {
	left: 100%;
	height: 0;
	width: 7px;
	position: absolute;
	top: 0;
	content: "";
	pointer-events: none;
	margin-left: 0;
	margin-top: 0;
	border-top: 41px solid #1F6E24;
	border-right: 8px solid transparent;
}




.border-all {
	border: 1px solid #e3f3f7;
	padding: 4px;
}



/****===========================
	Section one Start
============================****/
.section-one {
	padding-top: 10px;
}

.news-list {
	border: 2px solid #dae8ec;
	padding: 4px;
}

.slide_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99;
	width: 100%;
	padding: 5px 6px;
}


.slide_title a {
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}

.slide_title a:hover {
	color: #F9FF06;
}

.slide_image {
	position: relative;
	max-width: 100%;
}

.slide_image img {
	width: 100%;
	height: 335px;
	object-fit: cover;
	object-position: top;
}

.news-active button.owl-prev {
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	font-size: 50px;
	color: #ddd;
	background: transparent;
	transition: .5s;
}

.news-active button.owl-next {
	position: absolute;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	font-size: 50px;
	color: #ddd;
	background: transparent;
	transition: .5s;
}

.video-icon1 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 47px;
	width: 47px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 41px;
	color: #fff;
	border-radius: 50%;
	font-size: 26px;
	padding-left: 5px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.secOne-wrpp:hover .video-icon1 i {
	background: #fff;
	color: #033440;
}
.secTwo-wrpp:hover .video-icon1 i {
	background: #fff;
	color: #033440;
}

.news_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #014859;
}

.secOne-content {
	margin-top: 10px;
}

.secOne-wrpp {
	box-shadow: 0 1px 3px #ddd;
	padding: 2px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}

.secOne-image {
	max-width: 100%;
	position: relative;
	border: 1px solid #e8e8e8;
	padding: 1px;
	border-bottom: none;
}

.secOne-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.secOne-title {
	padding: 6px 5px 7px;
}

.secOne-title a {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	transition: .5s all;
}

.secOne-title a:hover{
	color: #6F0000;
}



.secOne-wrpp:hover .icon2 i {
	background: #fff;
	color: #830000;
}


.secOne-wrpp:hover .icon4 i {
	background: #fff;
	color: #830000;
}
.live-item {
	margin-bottom: 5px;
}

.live_title {
	text-align: left;
	position: relative;
	padding-left: 13px;
	background: #033440;
	margin-bottom: 2px;
	border-left: 5px solid #014859;
}

.live_title a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
}
.live_image {
	position: relative;
	border: 5px solid #c40808;
}

.live_image img {
	width: 100%;
	height: auto;
}

.live-icon i {
	position: absolute;
	top: 49%;
	left: 49%;
	height: 45px;
	width: 45px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	font-size: 33px;
	padding-left: 4px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	cursor: pointer;
}

.popup-wrpp:hover .live-icon i {
	background: #fff;
	color: #014859;
}

.themesBazar2 {
	width: 14px;
	height: 14px;
	background: #c40808;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: animate 3s linear infinite;
	animation: animate 3s linear infinite;
}


.themesBazar2 {
	position: absolute;
	left: 8px;
	top: 33%;
	content: "";
}

@-webkit-keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;
                box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #fff;
              box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #fff;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    }
    
}


@keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;
                box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #fff;
              box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #fff;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    }
    
} 

/**=================================
           tab  start   
==================================**/
.news-tavs {
	overflow: scroll;
	max-height: 287px;
	overflow-x: hidden;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 5px;
}


.recentPopular {
	margin-bottom: 3px;
}

#recentPopular-tab > li {
	color: #000D39;
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	width: 50%;
}

#recentPopular-tab .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0;
}

#recentPopular-tab .nav-link {
	display: block;
	color: #000D39;
	padding: 10px 10px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	text-align: center;
	background: #ddd;
	border-top: 3px solid #022940;
	font-size: 17px;
	margin: 0;
}

#recentPopular-tab .nav-link.active {
	color: #fff;
	background: #022831;
	border-top: 3px solid #046279;
}


.tab-image {
    position:relative;
}

.tab-image img {
	width: 38%;
	float: left;
	margin-right: 7px;
	height: 58px;
	object-fit: cover;
	border-radius: 0 5px 0 5px;
}

.tab-border {
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.tab_hadding {
	padding-right: 3px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin: 0;
}

.tab_hadding a{
	color:#000;
    font-size:16px;
    font-weight:400;
	display: inherit;
    text-decoration:none;
    -webkit-transition:.8s all;
    -o-transition:.8s all;
    transition:.8s all;
}

.tab_hadding a:hover {
	color: #8B1010;
}


.videoIcon-03 i {
	position: absolute;
	top: 45%;
	left: 20%;
	height: 36px;
	width: 36px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 4px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 9;
}
.tab-image:hover .videoIcon-03 i {
	background: #fff;
	color: #01192F;
}

/**=================================
           tab  End   
==================================**/

.themeBazar_facebook {
	background: #0335670f;
	padding: 10px 6px;
	font-size: 20px;
	color: #000;
	border-left: 4px solid #014859;
	margin-bottom: 10px;
}

.wordpress-date {
	position: relative;
	margin-bottom: 10px;
}

.wordpress-date input[type="text"] {
	width: 100%;
	border: 1px solid #dddd;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	color: #000;
	outline: inherit;
}

.wordpress-date input[type="submit"] {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	background: #033440;
	border: none;
	color: #fff;
	padding: 0 17px;
}



.secTwo-padding {
	margin-top: 10px !important;
}
.secOne-wrpp2 {
	box-shadow: 0 0 2px #ddd;
	padding: 2px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}

.secOne-image2 {
	position: relative;
	max-width: 100%;
}

.secOne-image2 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.secOne-title2 {
	padding: 4px 8px 5px;
	line-height: 20px;
	border-bottom: 1px dashed #999;
	margin-bottom: 7px;
}

.secOne-title2 a {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	transition: .5s all;
}

.secOne-title2 a:hover {
	color: #033440;
}

.secOne-image3 {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.secOne-image3 img {
	width: 37%;
	float: left;
	margin-right: 5px;
	height: 60px;
	object-fit: cover;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 0 7px 0 7px;
}



.secOne-title3  a {
	font-size: 17px;
	color: #000;
	transition: .5s all;
}

.secOne-title3 a:hover {
	color: #013c73;
}

.icon2 i {
	position: absolute;
	top: 46%;
	left: 12%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 26px;
	color: #fff;
	border-radius: 50%;
	font-size: 22px;
	padding-left: 3px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.secOne-image3:hover .icon2 i {
	background: #fff;
	color: #033440;
}

.secOne-image2:hover .video-icon1 i {
	background: #fff;
	color: #033440;
}


/**=================================
           Section One End   
==================================**/

.topAdd-section {
	margin-top: 15px;
	margin-bottom: 15px;
}

.add-image img {
	width: 100%;
	height: auto;
}
.more_news {
	float: right;
	margin-bottom: 8px;
}
.more_news a {
	display: inline-block;
	color: #054502;
	font-size: 15px;
	transition: .5s all;
	margin-top: 2px;
	text-decoration: none;
}

.more_news a:hover {
	color: #6f0000;
}




/**=================================
           Section Four Start   
==================================**/
.section-two {
	padding: 20px 0;
}

.secTwo-title {
	padding: 2px 4px 7px;
	margin-bottom: 4px;
	margin-top: 5px;
}

.secTwo-title a {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	transition: .5s all;
}

.secTwo-title a:hover {
	color: #5e0135;
}

.secTwo-image {
	position: relative;
	max-width: 100%;
}

.secTwo-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.secTwo-image:hover .video-icon1 i {
	background: #fff;
	color: #014859;
}

.secTwo-image2 {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.secTwo-image2 img {
	width: 37%;
	float: left;
	margin-right: 5px;
	height: 60px;
	object-fit: cover;
	border: 1px solid #ddd;
	padding: 1px;
}

.secTwo-title2 {
	margin-top: 4px;
}

.secTwo-title2 a {
	font-size: 17px;
	color: #000;
	transition: .5s all;
}

.secTwo-title2 a:hover {
	color: #013c73;
}


.icon3 i {
	position: absolute;
	top: 44%;
	left: 12%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 26px;
	color: #fff;
	border-radius: 50%;
	font-size: 22px;
	padding-left: 3px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}
.secTwo-image2:hover .icon3 i {
	background: #fff;
	color: #014859;
}


/***=================================
           Section Two End   
==================================***/


/***=================================
           division section Start   
==================================***/
.division-section {
	padding: 30px 0;
}

.division_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}

.division_image {
	position: relative;
}

.division_image img {
	width: 100%;
	height: 125px;
	object-fit: cover;
	object-position: top;
}


.division_title {
	padding: 5px 4px 10px;
}

.division_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}


.cat-meta {
	border-top: 1px solid #eeeeee;
	padding: 4px 6px 7px;
	text-align: left;
}

.cat-meta a {
	font-size: 13px;
	color: #444;
	border-left: 3px solid #52656f;
	padding-left: 5px;
}



.division_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #014859;
}



/***=================================
    division Section  End   
==================================***/


/**=================================
           Section Four Start   
==================================**/
.section-four {
	padding: 20px 0;
	margin-bottom: 20px;
}


.secFour-wrpp {
	box-shadow: 0 0 5px #ddd;
	margin: 1px 3px 5px 0;
	padding: 3px;
}
.secFour-title {
	padding: 4px 8px 10px;
}
.secFour-title a {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	transition: .5s all;
}
.secFour-title a:hover {
	color: #013160;
}

.secFour-image {
	position: relative;
	max-width: 100%;
}

.secFour-image img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}


.secFour-wrpp:hover .video-icon1 i {
	background: #fff;
	color: #014859;
}
.secFour-wrpp:hover .video-icon1 i {
	background: #fff;
	color: #014859;
}
.secFour-active button.owl-prev {
	background: rgba(242, 242, 242, 0.8);
	position: absolute;
	left: 5%;
	top: 24%;
	z-index: 999;
	width: 45px;
	height: 45px;
	color: #01284f;
	font-size: 22px;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 5px #ddd;
	border: 1px solid #033440 !important;
}

.secFour-active:hover button.owl-prev {
	left: -15px;
	opacity: 1;
	visibility: visible;
}
.secFour-active button.owl-prev:hover {
	color: #033440;
}

.secFour-active button.owl-next {
	background: rgba(242, 242, 242, 0.8);
	position: absolute;
	right: 5%;
	top: 24%;
	z-index: 999;
	width: 45px;
	height: 45px;
	color: #01284f;
	font-size: 22px;
	padding-right: 0;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #033440 !important;
}
.secFour-active:hover button.owl-next {
	right: -15px;
	opacity: 1;
	visibility: visible;
}

.secFour-active button.owl-next:hover {
	color: #033440;
}
.secFour-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	content: "";
	z-index: 1;
}

.secFour-active .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #033440 !important;
	outline: inherit;
}

.secFour-active .owl-dots button.active {
	background: #014859 !important;
	padding: 10px 3px 3px 3px !important;
}

/***=================================
           Section Four End   
==================================****/


/**=================================
           Section Five Start   
==================================**/
.section-five {
	padding: 20px 0;
}


.secFive-image {
	position: relative;
	max-width: 100%;
}
.secFive-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}

.secFive-title {
	padding: 4px 7px 7px;
	border-bottom: 1px dashed#014859;
	margin-bottom: 10px;
}

.secFive-title a {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	transition: .5s all;
}

.secFive-title a:hover {
	color: #014859;
}

.secFive-image2 {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #014859;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.secFive-image2 img {
	width: 37%;
	float: left;
	margin-right: 5px;
	height: 60px;
	object-fit: cover;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 6px 0 6px 0;
}
.secFive-title2 {
	margin-top: 1px;
}

.secFive-title2 a {
	font-size: 17px;
	color: #000;
	transition: .5s all;
}

.secFive-title2 a:hover {
	color: #013c73;
}


.secFive-image:hover .video-icon1 i {
	background: #fff;
	color: #014859;
}

.icon4 i {
	position: absolute;
	top: 44%;
	left: 12%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 26px;
	color: #fff;
	border-radius: 50%;
	font-size: 22px;
	padding-left: 3px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.secFive-image2:hover .icon4 i {
	background: #fff;
	color: #014859;
}

/**=================================
           Section Three End   
==================================**/






                                        /*======================================
                                                Footer area css-Start
                                        ======================================*/
.footer-area {
	padding: 40px 0 0;
	background: #00262f;
	margin-top: 30px;
}
.footer_color{
	color: #fff;
}

.footer_color a{
	color: #fff;
}

.footer_menu {
	margin-bottom: 20px;
}

.footer_menu ul > li {
	display: inline-block;
	width: 16%;
	text-align: center;
	margin-bottom: 15px;
}

.footer_menu ul > li > a {
	display: inline-block;
	transition: .5s all;
	font-weight: 400;
}

.footer_menu ul > li > a:hover {
	color: #05b9e3;
}


.footer-contentLeft {
	text-align: left;
}




.copy_right_section {
	background: #022b35;
	margin-top: 40px;
	padding: 12px 0;
}



.design-developed {
	text-align: right;
}
.design-developed a {
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
}

.scrollToTop {
	width: 50px;
	height: 60px;
	background: #014859;
	position: fixed;
	right: 25px;
	bottom: 70px;
	z-index: 9999;
	border-radius: 50px 50px 0px 0px;
}

.scrollToTop i {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	top: 4px;
	display: block;
	position: absolute;
	right: 4px;
	background: #00262f;
	width: 42px;
	height: 52px;
	border-radius: 50px 50px 0px 0px;
	line-height: 55px;
	text-align: center;
}
 /*--------- bottom footer css-End---------------*/



/*======================================
	Footer area css-End
======================================*/






/*============popup cart css start =============*/
.popup-wrpp{
	position: relative;
}

.quick-image img {
	width: 100%;
}

#mymodal {
	position: relative;
	background-color: #FFF;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0 0 8px #333;
	border-radius: 5px;
	transition: .8s all;
}


.mfp-close-btn-in .mfp-close {
	background: #01284F;
	width: 30px;
	height: 30px;
	line-height: 25px;
	opacity: inherit;
	color: #fff;
	text-align: center;
	position: absolute;
	right: -5px;
	top: -8px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #333;
	padding-right: 0;
}   

/* Magnific popup modal End */


.date_content {
	overflow: hidden;
	margin-bottom: 8px;
}

.last-date {
	margin: 0 3px;
	float: left;
	width: 31%;
}

.last-date select {
	width: 82px;
	border: 1px solid #d9d9d9;
	padding: 8px 4px;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	margin-right: -1px;
}

.last-date select > option {
	border-radius: 15px;
}

.last-date input[type="submit"] {
	background: #033567;
	padding: 10px 27px;
	font-size: 15px;
	color: #fff;
	border: none;
	text-align: center;
	transition: .8s;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	cursor: pointer;
}


