

body{
    padding: 0%;
    margin:0;
    box-sizing: border-box;
}

a:active,
a:focus,
a:hover{
    text-decoration: none;
    outline:0;

}
.header-admin{
    background: #8db5c7;
}

.header-content{
    display:flex;
    justify-content: space-between;
}

.header_logo{
    margin: 17.5px 0;
    margin-right: 50px;
    align-content:right;
}

.image{
    margin-right:80px 0;
    right:0;
}
.header_dropdown{
    position:relative;
}
.admin_content{
    display:felx;
    align-items: center;
    cursor: pointer;
    margin: 18px;
}

.admin_data{
    cursor: pointer;
    display: flex;
}

.admin_data.admin_name{
    padding: 8px 0;
    padding-left: 5px;
}

.admin_name a{
    color:black;
}

.admin_dropdownicon{
    padding-top: 7px;
    padding-left:3px;
}

.account_dropdown{
    min-width: 305px;
    position: absolute;
    top:66px;
    left:0;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    z-index:3;
    border-radius: 11px;
    border-bottom: solid #8db5c7;
    border-right: solid #8db5c7;
    border-left: solid #8db5c7;
    display: none;


}

.account_dropdown:after{
    content:"";
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 9px solid #fff;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position:absolute;
    top:18px;
    right:11px;

}
.account_dropdown_item a{
    display:block;
    color:#333;
    padding:15px 25px;
    font-size:16px;

}
.account_dropdown_item a:hover{
    background:#8db5c7;
    color:#fff;

}

.account_dropdown_item a i{
    line-height: 1;
    margin-right:20px;
    font-size:18px;
    vertical-align: middle;
}

.account_dropdown_body{

    padding:15px 0;
}

.account_dropdown_footer{
border-top: 1px solid #f2f2f2;
margin-bottom: 10px;
}

.account_dropdown_footer a{
display: block;
color:#333;
padding: 15px 25px;
font-size: 16px;
}
.account_dropdown_footer a:hover{
    background-color: #8db5c7;
    color:#fff;
}

.account_dropdown_footer a i{
    line-height: 1;
    margin-right:20px;
    font-size:18px;
    vertical-align: middle;
}

.error{
    color:#ff0000;
}

*{
margin: 0;
padding: 0;

}
body{
    text-align: center;

}

.wrapper{

    margin: 0 auto;
}
header{
    height:100px;
    width: 100%;
    z-index: 12;
    position: fixed;
    margin: auto;
    overflow: hidden;
    flex: 100%;
    max-width: 100%;

}
.logo{
    float: left;
    line-height:40px;

}
.logo a{
    text-decoration: none;
    font-size:40px;
    font-family: bignoodletitling;
    color:#fff;
    letter-spacing: 5px;
    margin-left:-400px;

}


nav a{
    text-decoration: none;
    font-family: bignoodletitling;
    letter-spacing: 4px;
font-size:26px;
margin: 0 10px;
color:#ffff;



}

.wrapper img{
    float: left;
    margin-left: -500px;
    margin-top: -46px;


}
 .banner-area{
    width:auto;
    height:600px;
    position: relative;
    top:100px;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    margin: -120px 0px;

}

.banner-area h2{
    padding-top: 8%;
    font-size: 70px;
    font-family: poppins;
    text-transform: uppercase;
    color:#fff;

    

}

.content-area{
    position: relative;
    top:150px;
    height: 1500px;
    margin: auto;
}

.content-area .content-end{
    width: 100%;
    top:200px;
    height: 150px;
    position: relative;
    background-color:#262626;
}
.content-area .content-end img{
    top:100px;
    position: relative;
}


.content-area h2{
    font-family: bignoodletitling;
   letter-spacing: 4px;
   padding-top: 30px;
   font-size: 40px;
   margin: 0;
}
.left,
.right{
width:100px;
height: 100px;
transition: .5s;
float: left;
box-shadow: -2px 2px 0 rgba(255, 255, 255, .5);
cursor: pointer;
}
.left{
    transform: rotate(45deg);
margin-left: 600px;
margin-bottom: 50px;

}
.right{
    transform: rotate(225deg);
    margin-right:600px;
    margin-bottom: 50px;


}
.left:hover,
.right:hover{
    box-shadow: -2px 2px 0 rgba(255, 255, 255,1);

}

.page-warpper a:hover{
    color:#006669;

}
.post-slider{
    position: relative;
}
.post-slider .slider-title{
    text-align: center;
    margin: 30px auto;
    font-family: 'Candal','serif';
    color:black;
}
.post-slider .next{
    position: absolute;
    top:20%;
    left:30px;
    font-size: 2em;
    color:#262626;
    cursor: pointer;
}
.post-slider .prev{
    position: absolute;
    top:20%;
    left:30px;
    font-size: 2em;
    color:#262626;
    cursor: pointer;
}

.post-slider .post-warpper{
    width:84%;
    height: 1000px;
    margin: 0px auto;
    overflow:hidden;
    padding: 10px 0px 10px 0px;

}
.post-slider .post-warpper .post{
    width: 300px;
    height: 330px;
    margin: 0px 10px;
    background: white;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
}
.post-slider .post-warpper .post .slider-image{
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}





  .slider {
      width: 50%;
      margin: 100px auto;
  }

  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  
  .slick-active {
    opacity: .5;
  }

  .slick-current {
    opacity: 1;
  }
  .wrapper .lang_switcher{
    float:center;
	overflow:hidden
	;}
    .content-area .news-company .post-info2{
        width:1300px;
        height: 330px;
        margin-bottom:-9px;  
        margin-top:-500px;   
        background: white;
        display: inline-block;
        border-radius: 5px;
        box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
    }
   
.content-area .news-company .post-info2 .par{
color:black;
}


.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.bg-dark {
    background-color:#343a40 !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}


.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.slide-backgroundimage{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    animation-name: slide;
    animation: slide 30s ease-in-out infinite;
    position: absolute;
    -webkit-background-size:cover;

}

@keyframes slide{
    0%,100%{
        background-image: url('images/2.jpg');
    }
    25%{
        background-image: url('images/i1.png');
    }
 
    75%{
        background-image: url('images/w2.png');
    }
}
.info-start .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;

}


.info-start .ct-blog1 {
    margin-bottom:30px;

}
.ct-blog1 .inner1 {
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.ct-blog1 .inner1:hover {
    background-color: #e6e6e6;
}
.ct-blog1 .fauxcrop1 {
    height: 120px;
    overflow: hidden;
}
.ct-blog1 .fauxcrop1 img {
    width: 40%;
}
.ct-blog-content {
    display: table;
    padding: 30px 0 28px;
}
.ct-blog-content .ct-blog-info {
    border-top: 1px solid #95A5A6;
    display: table-cell;
    font-family: "Lato", sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}

.ct-blog-content .ct-blog-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: rgb(20, 117, 175);  
}
.ct-blog-content .ct-blog-header {
    color: #000;
    display: table-cell;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
}

/*
=====================================================
					Default Style
=====================================================
*/
*{
	box-sizing: border-box;
}
body {
  position: relative; 
}
ul,ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a,a:hover,a:focus{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,figure{
	margin: 0px;
	padding: 0px;
}
p{
	line-height: 1.9em;
	font-weight: 400;
	font-size: 15px;
}
.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(35,35,40,0.8);
}
.shutter-lock{
	transform: translateZ(0);
	position: relative;
}
.shutter-lock:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: #00cccc;
	-webkit-transition : all 0.5s ease-in-out;
	transition : all 0.5s ease-in-out;
	z-index: -1;
}
.shutter-lock:hover:after{
	width: 100%;
}
.title{
	text-transform: uppercase;
}
.title strong{
	font-weight: 900;
}
.slider-btn{
	font-weight: 700;
}
.parallax{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -999;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.more{
	text-align: center;
}
.more a{
	display: inline-block;
	padding: 15px 25px;
	border-radius: 2px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition : all 0.3s ease;
	transition : all 0.3s ease;
}
.more a:hover{
	box-shadow: 0px 0px 5px #ff9999;
}
/*
====================================================
				6.Portfolio
====================================================
*/
.work{
	padding: 80px 0px;
}
.work-title{
	padding-bottom: 30px;
	text-align: center;
}
.portfolio-controllers-container{
	margin-bottom: 30px;
	text-align: center;
}
.portfolio-controllers{
	padding: 0px;
	height: 100%;
	display: inline-block;
}
.portfolio-controllers .filter-btn{
	float: left;
	padding: 10px 15px;
	border: 1px solid #ff9800;
	outline: 0px;
	margin: 0px 15px 15px 0px;
	-webkit-transition : all 0.3s ease;
	transition : all 0.3s ease;
	cursor: pointer;
}
.more-container{
	margin-top: 40px;
}
.portfolio{
	padding: 14px 7px;
}
.portfolio-image{
	position: relative;
	overflow: hidden;
}
.portfolio-image img{
	width: 100%;
	height: 100%;
	transform : scale(1);
	-webkit-transition : all 0.5s ease;
	transition : all 0.5s ease;
	position: relative;
}
.portfolio-image:hover img{
	transform : scale(1.2);
	cursor: pointer;
}
.portfolio-image::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(34,35,40,0.5);
}
.work .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	transform : scale(1.2);
	-webkit-transition : all 0.5s ease;
	transition : all 0.5s ease;
	padding: 10px;
	z-index: 999;
}
.caption-content{
	width: 100%;
	height: 100%;
	position: relative;
}
.portfolio-image:hover .caption{
	opacity: 1;
	transform : scale(1);
}
.caption-content{
	width: 100%;
	height: 100%;
	text-align: center;
	/*background-color : rgba(0,204,204,0.8);*/
	position: relative;
}
.portfolio-link{
	display: inline-block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.portfolio-link li{
	float: left;
	margin-right: 5px;
}
.portfolio-link li a i{
	font-size: 25px;
	border-radius: 2px;
	-webkit-transition : all 0.3s linear;
	transition : all 0.3s linear;
}
.portfolio-link li a i.fa-link{
	padding: 10px 15px;
}
.portfolio-link li a i.fa-plus{
	padding: 10px 17px;
}
.portfolio-item-title{
	width: 90%;
	height: 40px;
	overflow: hidden;
    font-size: 18px;
   	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
}
.portfolio-item-title:after{
	position: absolute;
    bottom: 0;
    left: 35%;
    content: '';
    width: 30%;
    height: 2px;
}

.footer-bottom p{
	text-align: center;
}

/*Xtra Large*/
@media (min-width: 1200px){}
/*Medium Device*/
@media(min-width:992px){}
/*Small Device*/
@media(min-width:768px){}
/*Xtra Small Device*/
@media(max-width:767px){

	.portfolio-controllers .filter-btn{
		margin-bottom: 15px;
		padding: 10px 12px;
		margin-left: 10px;
	}
}