* {
  box-sizing: border-box;
}
 html, body {
	 height: 100%;
	 width: 100%;
	 margin: 0;
	 padding:0;
	 //display: flex;
	 justify-content: center;
	 align-items: center;
	 //flex-direction: column;


}
 body {
	 font-family: 'Open Sans', sans-serif;
	 margin: 0;
	 width: 100%;
  justify-content: center;
  align-items: center;
}

a {
	text-decoration: none;
	color: unset; 
}

.swiper-container p {
	 font-size: 16px;
	 line-height: 24px;
	 color: #889db8;
	 color: #607b9f;
	 transform: translateY(20px);
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 font-family: 'Pacifico';
	 

}
 @media screen and (max-width: 520px) {
	 .swiper-container p {
		 font-size: 14px;
		 line-height: 20px;

	}
	

	
}
 .swiper-wrapper {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 z-index: 1;
	 position: relative;


}
 .swiper-container {
	 display: inline-block;
	 transform: translateY(-106%);
	 //box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	 width: 100%;
	 position: relative;
	 //max-width: 520px;
	 max-width: 520px;
	 //height: 100%;
	 max-height: 620px;
	 
	 border-radius: 10px;
	


}
 .slider-image-wrapper {
	 height: 180px;
	 width: 100%;
	 overflow: hidden;
	 
}
 .slider-item {
	 width: 100%;
	 height: 100%;
	 border-radius: 10px;
	 overflow: hidden;
	 display: flex;
	 flex-direction: column;
	 flex-shrink: 0;
	 opacity: 0;
	 background: linear-gradient(270deg, rgba(247, 249, 255, 1) 0%, rgba(242, 246, 255, 1) 100%);
	 margin-bottom:10px;

	 
}
 .slider-item-content {
	 padding: 32px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 transition: 0.4s;


}
 .slider-item-content > * {
	 opacity: 0;
	 transform: translateY(20px);
	 padding-bottom:3px;
	 
}
 .swiper-slide-active .slider-item-content > * {
	 transform: translateY(0px);
	 opacity: 1;
}
 .slider-image {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: 0.2s;
	 
}


















 p {
	 font-size: 13px;
	 color: #7a7a7a;
	 line-height: 24px;
}
 .page-content {
	 width: 77.5%;
	 float: right;
}
 .content-section {
	 padding-top: 80px;
	 position: relative;
	 width: 80%;
	 display: inline-block;
	 height: auto;
	 left: 50%;
	 text-align: center;
	 -webkit-transform: translateX(-50%);
	 -moz-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 -o-transform: translateX(-50%);
	 transform: translateX(-50%);
}
 .section-heading {
	 text-align: left;
	 position: relative;
	 margin-bottom: 60px;
}
 .section-heading h1 {
	 margin-top: 0px;
	 font-size: 32px;
	 color: #232323;
	 display: inline-block;
	 margin-right: 50px;
}
 .section-heading em {
	 font-style: normal;
	 font-weight: 700;
	 color: #45489a;
}
 .section-heading p {
	 display: inline-block;
	 font-size: 15px;
	 line-height: 26px;
	 color: #343434;
	 position: absolute;
	 top: 12.5px;
}
 .white-button a {
	 font-size: 13px;
	 font-weight: 600;
	 color: #45489a;
	 text-transform: capitalize;
	 background-color: #fff;
	 display: inline-block;
	 height: 44px;
	 line-height: 44px;
	 padding: 0px 25px;
	 letter-spacing: 0.25px;
	 text-decoration: none;
	 transition: all 0.3s;
}
 .white-button a:hover {
	 background-color: #45489a;
	 color: #fff;
}
 .accent-button a {
	 font-size: 13px;
	 font-weight: 600;
	 color: #fff;
	 text-transform: capitalize;
	 background-color: #45489a;
	 display: inline-block;
	 height: 44px;
	 line-height: 44px;
	 padding: 0px 25px;
	 letter-spacing: 0.25px;
	 text-decoration: none;
	 transition: all 0.3s;
}
 .accent-button a:hover {
	 background-color: #fff;
	 color: #45489a;
}
 header {
	 position: fixed;
	 top: 0;
	 transition: top 0.3s ease-in-out;
	 width: 100%;
}
 .nav-up {
	 top: -75px;
}
/* Responsive Navigation */
 .responsive-nav {
	 position: fixed;
	 z-index: 10;
	 width: 100%;
	 height: 80px;
	 background-color: rgba(250, 250, 250, .95);
	 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
 .navbar-toggle {
	 position: absolute;
	 top: 40%;
	 left: 50%;
	 display: inline-block;
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 -moz-transform: translateX(-50%) translateY(-50%);
	 -ms-transform: translateX(-50%) translateY(-50%);
	 -o-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
}
 .navbar-nav {
	 margin: 0;
	 border: none;
}
 #main-nav ul {
	 text-align: center;
	 background-color: rgba(0, 0, 0, 0.9);
	 margin-top: 59px;
	 width: 100%;
}
 #main-nav ul li {
	 margin: 15px 0px;
}
 #main-nav ul li:hover {
	 background-color: transparent;
}
 #main-nav ul li a {
	 font-size: 15px;
	 text-transform: capitalize;
	 color: #fff;
	 box-shadow: none;
	 border: none;
}
 #main-nav ul li a:hover {
	 opacity: 0.5;
	 background-color: transparent;
}
 .navbar-toggle span {
	 background-color: #232323;
}
/* Sidebar Style */
 .hamburger {
	 position: absolute;
	 left: 30px;
	 top: 30px;
	 display: flex;
	 height: 18px;
	 width: 24px;
	 flex-direction: column;
	 justify-content: space-between;
	 cursor: pointer;
	 user-select: none;
	 z-index: 1;
}
 .hamburger__icon {
	 display: inline-block;
	 height: 2px;
	 width: 24px;
	 background: #434343;
	 border-radius: 2px;
}
 .sidebar {
	 height: 100vh;
	 width: 340px;
	 background: #bf2c34;
	 position: absolute;
	 top: 0;
	 left: 0;
	 padding: 0 60px;
	 display: flex;
	 flex-direction: column;
	 transform: translatex(-110%);
	 transition: transform 0.4s ease-in-out;
	 background-color: rgba(255, 250, 250, 1);
}
 .sidebar__close {
	 position: absolute;
	 top: 50%;
	 right: -30px;
	 background: #fff;
	 height: 60px;
	 width: 60px;
	 border-radius: 50%;
	 box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 transform: translatex(-100%);
	 cursor: pointer;
	 transition: transform 0.4s ease-in-out 0.2s;
}
 .sidebar__close::before, .sidebar__close::after {
	 content: "";
	 height: 2px;
	 background: #bf2c34;
	 width: 24px;
	 display: block;
	 position: absolute;
}
 .sidebar__close::after {
	 transform: rotate(90deg);
}
 .sidebar__menu {
	 display: flex;
	 flex-direction: column;
	 flex: 1;
	 justify-content: space-around;
	 //font-size: 28px;
	 font-size: 23px;
	 margin-top: 100px;
	 margin-bottom: 150px;
	 color: #434343;
}
 .sidebar__menu a {
	 color: currentcolor;
	 text-decoration: none;
	 transform: translatex(-80%);
	 transition: transform 0.4s ease-in-out;
}
 .sidebar__menu a::before {
	 content: "";
	 height: 2px;
	 background: #898989;
	 width: 120px;
	 position: absolute;
	 bottom: -2px;
	 left: 0;
	 transform: translatex(-50%);
	 opacity: 0;
	 transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}
 .sidebar__menu a:hover::before {
	 transform: translatex(0);
	 opacity: 1;
}
 .sidebar__menu a:nth-child(1) {
	 transition-delay: 0.05s;
}
 .sidebar__menu a:nth-child(2) {
	 transition-delay: 0.1s;
}
 .sidebar__menu a:nth-child(3) {
	 transition-delay: 0.15s;
}
 .sidebar__menu a:nth-child(4) {
	 transition-delay: 0.2s;
}
 .sidebar__menu a:nth-child(5) {
	 transition-delay: 0.25s;
}
 .menu-control {
	 display: none;
}
 .menu-control:checked + .sidebar {
	 transform: translatex(0);
}
 .menu-control:checked + .sidebar .sidebar__close {
	 transform: translatex(0) rotate(45deg);
}
 .menu-control:checked + .sidebar .sidebar__menu a {
	 transform: translatex(0);
}
 .sidebar-navigation ul {
	 margin-left: 45px;
	 list-style: none;
	 padding: 0;
}
 .sidebar-navigation li {
	 padding: 10px 0;
}
 .sidebar-navigation span {
	 display: inline-block;
	 position: relative;
}
 .sidebar-navigation nav a {
	 display: inline-block;
	 color: #fff;
	 margin-top: 5px;
	 text-decoration: none !important;
	 font-size: 15px;
	 letter-spacing: 0.5px;
	 text-transform: capitalize;
}
 .circle {
	 margin-right: 5px;
	 height: 10px;
	 width: 10px;
	 left: 0px;
	 top: -1px;
	 border-radius: 50%;
	 background-color: transparent;
	 border: 2px solid #fff;
	 transition: all 0.3s;
}
 .rect {
	 height: 1px;
	 width: 0px;
	 left: 0;
	 bottom: 5.5px;
	 background-color: #fff;
	 -webkit-transition: -webkit-transform 0.1s, width 0.6s;
	 -moz-transition: -webkit-transform 0.1s, width 0.6s;
	 transition: transform 0.1s, width 0.6s;
}
 .sidebar-navigation nav a:focus {
	 color: #fff;
}
/*  .sidebar-navigation nav a:hover, nav .active-section {
	 color: #fff;
} */
 .sidebar-navigation nav a:hover span, nav .active-section span {
	 background-color: #ddd;
}
 .sidebar-navigation nav .active-section .rect {
	 width: 30px;
}
 .sidebar-navigation nav .active-section .circle {
	 background-color: #fff;
}
 .sidebar-navigation .social-icons {
	 position: absolute;
	 width: 100%;
	 bottom: 10px;
	 padding: 0;
	 margin: 0;
	 text-align: center;
}
 .sidebar-navigation .social-icons li {
	 display: inline-block;
	 margin-right: 15px;
	 margin-top: 0px;
	 margin-bottom: 0px;
}
 .sidebar-navigation .social-icons li:last-child {
	 margin-right: 0px;
}
 .sidebar-navigation .social-icons li a {
	 font-size: 18px;
	 color: #fff;
	 transition: all 0.5s;
}
 .sidebar-navigation .social-icons li a:hover {
	 color: #45489a;
}
/* Slider Style */
 .slider .content-section {
	 padding-top: 0px;
	 min-width: 100%;
	 min-height: 100vh;
	 width: 100%;
	 height: 100vh;
	 text-align: center;




}
 .slider p a {
	 color: #fff;
}
 .slider p a:hover {
	 color: #ff0;
	 text-decoration: none;
}
 .Modern-Slider .info {
	 text-align: center;
	 position: absolute;
	 z-index: 10;
	 top: 50%;
	 //right: 60px;
	 right: 35%;

	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
	
	 //display: inline-block;

}
 .Modern-Slider .info-swiper {
	 //text-align: right;
	 position: center;
	 //z-index: 10;
	 //top: 55%;
	 //right: 60px;
	 -webkit-transform: translateY(-150%);
	 -moz-transform: translateY(-150%);
	 -ms-transform: translateY(-150%);
	 -o-transform: translateY(-150%);
	 transform: translateY(-100%);
	 display: inline-block;
	 

}



 .Modern-Slider .info h1 {
	 margin-top: 0px;
	 margin-bottom: 15px;
	 font-size: 48px;
	 color: #fff;
	 font-weight: 700;
}
 .Modern-Slider .info p {
	 font-size: 15px;
	 color: #fff;
}
 .Modern-Slider .info-first p {
	 margin-top: 270px;
	 text-align: center;
	 //position: center;
	 //margin-right: 140px;
	transform: translateX(-105%);
	width: 450px;
	//justify-content: center;
	 display: inline-block;
	 margin-bottom: 15px;
	 font-size: 17px;
	 color: #000000;
	 font-family: Great Vibes;
	 font-family: "Sofia", sans-serif;
	 //font-family: "Trirong", serif;
	 font-family: serif;
	 font-style: normal;
	 font-family: 'Pacifico';
	 //font-family: 'Cherry Swash';
	 //font-family: 'Lora';
	 


}
 .Modern-Slider .info .white-button {
	 margin-top: 30px;
}
 .Modern-Slider .info .white-button a:focus {
	 outline: none;
}
 .Modern-Slider .slick-dots {
	 opacity: 0;

}
 .Modern-Slider .NextArrow {
	 outline: none;
	 display: none;
	 position: absolute;
	 top: 110px;
	 right: 60px;
	 width: 50px;
	 height: 50px;
	 background: rgba(0, 0, 0, .50);
	 border: 0 none;
	 margin-top: -22.5px;
	 text-align: center;
	 font: 32px/50px FontAwesome;
	 color: #fff;
	 z-index: 5;
}
 .Modern-Slider .NextArrow:before {
	 content: '\f105';
}
 .Modern-Slider .PrevArrow {
	 outline: none;
	 position: absolute;
	 top: 110px;
	 right: 120px;
	 width: 50px;
	 height: 50px;
	 background: rgba(0, 0, 0, .50);
	 border: 0 none;
	 margin-top: -22.5px;
	 text-align: center;
	 font: 32px/50px FontAwesome;
	 color: #fff;
	 z-index: 5;
}
 .Modern-Slider .item .image {
	 width: 100%;
	 height: 100vh;
	 background-position: center center;
	 background-size: cover;
	 display: block; 
	 //position: absolute;


	 

	 
}
 .Modern-Slider .item-1 .image {
	 background-image: url(../img/slide_1.jpg);
	//object-fit: cover;
	//position: absolute;
	background-size: cover;
	padding:10px;
	//padding:50%;
	
	display: flex;
  justify-content: center;
  align-items: center;
  


	
}
 .Modern-Slider .item-2 .image {
	 background-image: url(../img/slide_2.jpg);
	 
	 
	display: flex;
	justify-content: center;
	align-items: center;
	 
	 
	 
	 
}
 .Modern-Slider .item-3 .image {
	 background-image: url(../img/slide_3.jpg);
}
 .Modern-Slider .PrevArrow:before {
	 content: '\f104';
}
/*  .Modern-Slider .item .image {
	 animation: zoomin 12s ease-in-out infinite alternate;
	 -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}
 @keyframes zoomin {
	 0% {
		 -webkit-transform: scale(1);
	}
	 100% {
		 -webkit-transform: scale(1.2);
	}
} */
 .Modern-Slider {
	 background: transparent;


}
/* ==== Slick Slider Css Ruls === */
 .slick-slider {
	 position: relative;
	 display: block;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 -webkit-touch-callout: none;
	 -khtml-user-select: none;
	 -ms-touch-action: pan-y;
	 touch-action: pan-y;
	 -webkit-tap-highlight-color: transparent;
}
 .slick-list {
	 position: relative;
	 display: block;
	 overflow: hidden;
	 margin: 0;
	 padding: 0;
}
 .slick-list:focus {
	 outline: none;
}
 .slick-list.dragging {
	 cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
	 -webkit-transform: translate3d(0, 0, 0);
	 -ms-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .slick-track {
	 position: relative;
	 top: 0;
	 left: 0;
	 display: block;
}
 .slick-track:before, .slick-track:after {
	 display: table;
	 content: '';
}
 .slick-track:after {
	 clear: both;
}
 .slick-loading .slick-track {
	 visibility: hidden;
}
 .slick-slide {
	 display: none;
	 float: left;
	/* If RTL Make This Right */
	 height: 100%;
	 min-height: 1px;
}
 .slick-slide.dragging img {
	 pointer-events: none;
}
 .slick-initialized .slick-slide {
	 display: block;
}
 .slick-loading .slick-slide {
	 visibility: hidden;
}
 .slick-vertical .slick-slide {
	 display: block;
	 height: auto;
	 border: 1px solid transparent;
}
/* Featured Style */
 #featured {
	 padding-left: 60px;
	 padding-right: 60px;
	 padding-bottom: 80px;
	 border-bottom: 1px solid #eee;
}
 #featured .section-heading {
	 margin-right: 20%;
}
 #featured .content-section {
	 display: inline-block;
	 position: relative;
}
 #featured .owl-dots {
	 margin-top: 40px;
}
 #featured .owl-dots .owl-dot span {
	 width: 12px;
	 height: 12px;
	 background-color: #cdcdcd !important;
	 display: inline-block;
	 border-radius: 50%;
	 margin: 0 3px;
}
 #featured .owl-dots .active span {
	 background-color: #45489a !important;
}
 #featured .owl-dots button {
	 outline: none;
}
 #featured .owl-nav {
	 position: absolute;
	 display: inline-block;
	 top: -110px;
	 right: 0;
}
 #featured .owl-nav button:focus {
	 outline: none;
}
 #featured .owl-nav .owl-prev span {
	 margin-right: 10px;
}
 #featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
	 outline: none;
	 width: 50px;
	 height: 50px;
	 display: inline-block;
	 text-align: center;
	 line-height: 42px;
	 background-color: #eee;
	 color: #232323;
	 font-size: 42px;
	 transition: all 0.5s;
}
 #featured .owl-nav span:hover {
	 background-color: #45489a;
	 color: #fff;
}
 #featured .item {
	 text-align: left;
	 position: relative;
	 z-index: 10;
}
 #featured .item .image {
	 position: relative;
}
 #featured .item .image img {
	 width: 100%;
	 overflow: hidden;
}
 #featured .item .image .featured-button a {
	 font-size: 13px;
	 font-weight: 600;
	 color: #fff;
	 text-align: center;
	 text-transform: capitalize;
	 background-color: rgba(69, 72, 154, 0.9);
	 display: inline-block;
	 height: 44px;
	 line-height: 44px;
	 width: 100%;
	 letter-spacing: 0.25px;
	 text-decoration: none;
	 transition: all 0.5s;
	 position: absolute;
	 z-index: 9;
	 bottom: -44px;
	 opacity: 0;
}
 #featured .item:hover .featured-button a {
	 bottom: 0;
	 opacity: 1;
}
 #featured .item .text-content {
	 padding-top: 20px;
	 background-color: #fff;
	 position: relative;
	 z-index: 10;
}
 #featured .item .text-content h4 {
	 margin-top: 0px;
	 margin-bottom: 5px;
	 font-size: 21px;
	 font-weight: 600;
	 color: #232323;
	 letter-spacing: 0.5px;
}
 #featured .item .text-content span {
	 display: inline-block;
	 font-size: 15px;
	 font-weight: 600;
	 color: #7a7a7a;
	 letter-spacing: 0.5px;
	 margin-bottom: 12.5px;
}
/* Projects Style */
 #projects {
	 padding-left: 60px;
	 padding-right: 60px;
	 padding-bottom: 50px;
}
 #projects .masonry {
	 position: relative;
	 width: 100%;
}
 #projects .masonry .item img {
	 transition: all 1s;
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 30px;
	 cursor:pointer;
}
 #projects .masonry .item img:hover {
	 opacity: 0.5;
}
/* Video Presentation Style */




/* Blog Style */
 #blog {
	 padding-left: 60px;
	 padding-right: 60px;
	 padding-bottom: 80px;
}
 #blog .tabs {
	 list-style: none;
	 margin: 0px;
	 padding: 0px;
	 height: 90px;
	 width: 100%;
	 background-color: #eee;
	 border-bottom: 10px solid #45489a;
}
 #blog .tabs li {
	 display: inline-block;
	 text-align: center;
	 width: 25%;
	 float: left;
	 margin: 0;
	 padding: 0;
}
 #blog .tabs a {
	 display: block;
	 text-align: center;
	 text-decoration: none;
	 text-transform: capitalize;
	 letter-spacing: 0.5px;
	 color: #232323;
	 font-size: 19px;
	 line-height: 80px;
	 font-weight: 600;
	 transition: 0.5s;
}
 #blog .tabs a:hover {
	 color: #45489a;
}
 #blog .tabs .active:hover {
	 color: #fff;
}
 #blog .tabs .active {
	 background-color: #45489a;
	 color: #fff;
}
 .tabgroup {
	 background-color: #f4f4f4;
	 padding: 20px 30px;
}
 .clearfix:after {
	 content: "";
	 display: table;
	 clear: both;
}
 #blog .tabgroup ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 #blog .tabgroup ul li {
	 display: inline-block;
	 text-align: left;
	 margin-bottom: 10px;
	 padding-bottom: 20px;
	 border-bottom: 1px solid #ddd;
}
 #blog .tabgroup ul li:last-child {
	 border-bottom: none;
	 margin-bottom: 0px;
	 padding-bottom: 10px;
}
 #blog .tabgroup ul li img {
	 float: left;
	 margin-right: 30px;
	 max-width: 100%;
	 overflow: hidden;
}
 #blog .tabgroup ul li .text-content {
	 display: inline;
}
 #blog .item .text-content h4 {
	 padding-top: 7.5px;
	 margin-top: 0px;
	 margin-bottom: 5px;
	 font-size: 21px;
	 font-weight: 600;
	 color: #232323;
	 letter-spacing: 0.5px;
}
 #blog .item .text-content span {
	 display: inline-block;
	 font-size: 15px;
	 font-weight: 600;
	 color: #7a7a7a;
	 letter-spacing: 0.5px;
	 margin-bottom: 15px;
}
 #blog .item .text-content .accent-button {
	 margin-top: 25px;
}
/* Contact Style */
 #contact {
	 padding-top: 0px;
}
 #contact-content {
	 padding: 80px 60px;
}
 #contact input {
	 border-radius: 0px;
	 padding-left: 15px;
	 font-size: 13px;
	 color: #aaa;
	 background-color: #f4f4f4;
	 border: 1px solid #eee;
	 outline: none;
	 box-shadow: none;
	 line-height: 40px;
	 height: 40px;
	 width: 100%;
	 margin-bottom: 25px;
}
 #contact textarea {
	 border-radius: 0px;
	 padding-left: 15px;
	 padding-top: 10px;
	 font-size: 13px;
	 color: #aaa;
	 background-color: #f4f4f4;
	 border: 1px solid #eee;
	 outline: none;
	 box-shadow: none;
	 height: 200px;
	 max-height: 250px;
	 width: 100%;
	 max-width: 100%;
	 margin-bottom: 25px;
}
 #contact button {
	 font-size: 13px;
	 border-radius: 0px;
	 font-weight: 600;
	 color: #fff;
	 text-transform: capitalize;
	 background-color: #45489a;
	 display: inline-block;
	 height: 44px;
	 line-height: 24px;
	 outline: none;
	 box-shadow: none;
	 width: 100%;
	 letter-spacing: 0.25px;
	 text-decoration: none;
	 transition: all 0.3s;
}
 #contact button:hover {
	 color: #232323;
	 background-color: #f4f4f4;
}
/* Footer Style */
 .footer {
	 background-color: rgba(12, 12, 12, 0.9);
	 height: 80px;
	 line-height: 80px;
	 display: inline-block;
	 text-align: center;
	 width: 100%;
}
 .footer p {
	 margin-bottom: 0px;
	 font-size: 13px;
	 line-height: 80px;
	 color: #fff;
	 letter-spacing: 0.5px;
	 font-weight: 300;
}
 .footer p a {
	 text-decoration: none;
	 color: #fff;
	 font-weight: 600;
}
/* Responsive Style */
 @media (max-width: 992px) {
	 .responsive-nav {
		 display: none;
	}
	 .sidebar-navigation .logo a {
		 font-size: 18px;
	}
	 .sidebar-navigation nav a {
		 font-size: 13px;
	}
	 .sidebar-navigation nav ul {
		 margin-left: 30px;
	}
	 .sidebar-navigation .social-icons li a {
		 font-size: 15px;
	}
}
 @media (max-width: 767px) {
	 .responsive-nav {
		 display: block;
		 height: 60px;
	}
	 .page-content {
		 width: 100%;
	}
	 .Modern-Slider .info {
		 text-align: center;
		 right: 0px;
		 padding: 0px 30px;

	}
	


	
	
	
	
	
	
	
	
	
	
	 .Modern-Slider .NextArrow {
		 outline: none;
		 display: none;
		 position: absolute;
		 top: 120px;
		 right: 50%;
		 transform: translateX(50%);
		 margin-right: -30px;
		 width: 50px;
		 height: 50px;
		 background: rgba(0, 0, 0, .50);
		 border: 0 none;
		 text-align: center;
		 font: 32px/50px FontAwesome;
		 color: #fff;
		 z-index: 5;
	}
	 .Modern-Slider .NextArrow:before {
		 content: '\f105';
	}
	 .Modern-Slider .PrevArrow {
		 outline: none;
		 position: absolute;
		 top: 120px;
		 left: 50%;
		 transform: translateX(-50%);
		 margin-left: -30px;
		 width: 50px;
		 height: 50px;
		 background: rgba(0, 0, 0, .50);
		 border: 0 none;
		 text-align: center;
		 font: 32px/50px FontAwesome;
		 color: #fff;
		 z-index: 5;
	}
}
 @media (max-width: 690px) {
	 .section-heading p {
		 position: relative;
	}
	
	

	
	
	
	
	 #featured {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 #featured .owl-nav {
		 position: absolute;
		 display: inline-block;
		 top: -220px;
		 right: 0;
	}
	 #projects {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 #video {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 #blog {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 #blog .tabs a {
		 font-size: 13px;
	}
	 #blog .tabgroup ul li img {
		 float: none;
		 width: 100%;
		 margin-bottom: 15px;
	}
	 #blog .tabgroup ul li .text-content {
		 display: block;
	}
	 #contact-content {
		 padding-left: 15px;
		 padding-right: 15px;
	}
}


.card news{
	
}











.card{
	
  width: 100%;
  width: 28rem;
/*   height: auto; */
  height:37rem;
  background: #ffe6e6;
  background: #fff0b3;
  background: #FFE1A8;
  background: #ffffff;
  
  //border-radius: 1.5rem;
  border-radius: 8rem;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;

  //height: 100vh;
  height: 100%;
  //top:55px;
  //left:55px;
  max-height:615px;
  max-height:645px;
  margin-top:73px;


}

.card-img-holder{
  //width: 100%;
  //max-height: 140px;
  //position: relative;
  
  
  
  
  width: 100%;
  height:auto;


}

.card-img-holder img{
  //width: 100%;
  //max-height: 140px;
			//max-height: 15rem;
  //object-fit: cover;
  //border-radius: 1.5rem;
  
  
  
  
  
  width: 100%;
  height:auto;
  border-radius: 50%;

  
}

.blog-title{
  color: #22215B;
  padding: 1rem 0;
  font-size: 1.5rem;

}

.description{
  //padding: 1rem 0;
  color: #22215B80;
  //font-size: 1rem;
  font-size:15px;
  margin-top:0;
  margin-bottom:0;
  font-family: 'Pacifico';
  color: #607b9f;
  //font-family: 'Cherry Swash';
  //font-family: 'Lora';
  //font-family: 'Anonymous Pro';
  font-family: 'Gabriola';


  font-size:16px;
  font-size:20px;
  color: #595959;
  color: #333333;
  color: #4d4d4d;
  //text-align: justify;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
  text-indent: 25px;
  font-weight: 600;
}

.blog-time{
  font-size: .8rem;
  color: #22215B;
}

.options{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}

.options span{
  font-weight: 600;
  color: #22215B;
}

.btn{
  font-size: 1rem;
  padding: .5rem 1rem;
  border-radius: .5rem;
  font-weight: 400;
  background: #EEF7FE;
  color: #22215B;
  cursor: pointer;
}

 .white-button-card a {
	 font-size: 13px;
	 font-weight: 600;
	 color: #45489a;
	 text-transform: capitalize;
	 background-color: #cce6ff;
	 display: inline-block;
	 height: 44px;
	 line-height: 44px;
	 padding: 0px 25px;
	 letter-spacing: 0.25px;
	 text-decoration: none;
	 transition: all 0.3s;
}
 .white-button-card a:hover {
	 background-color: #45489a;
	 color: #fff;
}



 .main-slider-2-title {
	 margin-top: 0px;
	 margin-bottom: 15px;
	  
	 font-size: 48px;

	 color: #fff;
	 font-weight: 700;
}

 .main-slider-2-desc {
	 font-size: 15px;
	 color: #fff;
	 padding:5px;
}











@media  (max-width: 768px) {
	 .description {
		font-size: 18px;
		line-height: 15px;
	}
	
	.card{
	  height: 100%;
	  max-height:480px;
	 max-height:550px;
}


 .main-slider-2-title {
	 font-size: 43px;
}

	
}

 @media  (max-width: 465px) {
	 .description {
		font-size: 14px;
		line-height: 15px;
	}
	
	.card{
	  height: 100%;
	  max-height:480px;
	  max-height:550px;
}

 .main-slider-2-title {
	 font-size: 38px;
}


}

.wrapper{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 80px;
  width: 100%;
}

.gradient-text{
	
  margin:0;
  margin-left: 2.3em;
  font-size: 30px;
  font-family: 'Dancing Script';
  font-family:'Cormorant SC', serif;
  
	background-color: rgb(221, 160, 116); /*if no support for background-clip color: bronze-gold-last*/
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, 
	rgba(221, 160, 116, 1) 0%, 
	rgba(223, 162, 118,1) 26%, 
	rgba(234, 173, 129,1) 35%, 
	rgba(156, 94, 55, 1) 45%, 
	rgba(225, 164, 120, 1) 61%, 
	rgba(240, 179, 135,1) 100%);
	
	
	font-weight: bold;  
  
	background: -o-linear-gradient(transparent, transparent); 
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	


}










 