*{
    margin: 0;
    padding: 0;
}
ul, li{
    list-style: none;
        color: #000;
}
a{
    text-decoration: none !important;
    display: inline-block !important;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
p {
    color: #000;
}

.title h2 {
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    font-weight: 800;
    text-transform: uppercase;
}
body, html{
	overflow-x: hidden;
}
/* =============================================
            navber part css start
================================================= */
nav {
    border-bottom: 1px solid rgba(248, 171, 26, 0.72);
    background: #000000ad;
    width: 100%;
}
nav ul li{
    margin-right: 30px;
    text-transform: capitalize;
}
nav ul li a{
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    position: relative;

}
nav ul li a:hover{
    color: orange;
}
nav ul li a:hover::active{
    color: orange
}
nav ul li a::after{
    width: 0%;
    height: 2px;
    background: rgba(254, 198, 0, .5);
    position: absolute;
    bottom: -18px;
    left: 0;
    content: " ";
    transition: .5s;
}
nav ul li a:hover::after{
    width: 100%;
}
.title{
    text-align: center;
    margin-bottom: 40px;
}
.title h2{
    font-weight: 800;
}
.title h3{
    font-weight: 600;
}
/* =============================================
            navber part css end
================================================= */

/* =============================================
            banner part css start
================================================= */
#banner-part{
    margin-top: -80px;
    position: relative;
}
#banner-part .banner-slider .banner{
    background: url(../images/banner.png)  no-repeat center;
    background-size: cover;  
}
#banner-part .banner-slider .banner .banner-overlay{
    padding-top: 250px;
    padding-bottom: 200px;
    background: rgba(0, 0, 0, 0.384);
    opacity: 1;
}
#banner-part .banner-slider .banner .banner-overlay .text{
    text-align: center;
    color: #fff;
}
#banner-part .banner-slider .banner-overlay .text h3{
    font-size: 36px;
    font-family: raleway;
}
#banner-part .banner-slider .banner-overlay .text h2{
    font-size: 55px;
    font-family: raleway;
    color: #fec600;
}
#banner-part .banner-slider .banner .banner-overlay .text p{
	font-size: 16px;
	color: #fff;
	width: 540px;
	margin: 10px auto;
}
.banner-slider .prev{
    width: 50px;
    height: 50px;
    color: #0f2f44;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
    position: absolute;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    transition: .4s;
}
.banner-slider .prev:hover{
    background: orange;
    color: black;
}
.banner-slider .next {
    width: 50px;
    height: 50px;
    color: #0f2f44;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    position: absolute;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    transition: .4s;
}
.banner-slider .next:hover{
    background: orange;
    color: black;
}
#banner-part .banner-slider .batton{
    text-align: center;
    margin-top: 65px;
}
#banner-part .banner-slider .batton a{
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-family: raleway;
    text-align: center;
    border: 3px solid #fff;
    text-transform: uppercase;
    transition: .4s;
    margin-right: 20px;
}
#banner-part .banner-slider .batton a:hover{
    background: #fec600;
    color: black;
}
/* =============================================
            banner part css end
================================================= */

/* =============================================
            banner-bottom part css start
================================================= */
#banner-bottom {
	height: 200px;
	background: #fff;
	transform: skew(93deg);
	margin-top: -100px;
}
/* =============================================
            banner-bottom part css end
================================================= */

/* =============================================
            about part css start
================================================= */
#about-part .title h2{
    text-align: center;
    font-family: ralway;
}
#about-part .title p {
	font-size: 16px;
	width: 570px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
    font-weight: 400;
}
#about-part .row .item-top{
    background: #eeeeee;
    height: 270px;
    padding: 40px 20px;
    text-align: center;
    transition: .4s;
    position: relative;
}
#about-part .row .item-top h3{
    width: 100%;
    font-size: 18px;
    font-family: raleway;
    font-weight: 400;
}

#about-part .row .item-top p{
    width: auto;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    margin-top: 30px;
}
#about-part .row .item-top .shape-top {
	width: 40px;
	height: 40px;
	background: #eeeeee;
	margin-top: 11%;
	margin-left: 40%;
	position: absolute;
	transform: translateY(-50%) rotate(46deg);
}
#about-part .row .item-top i {
	margin-top: 18% !important;
	position: absolute;
	margin-left: -9px;
}
#about-part .row .item-left {
	background: #eeeeee;
	width: 370px;
	padding: 40px 20px;
	text-align: center;
	margin-top: 30px;
	transition: .4s;
	margin-left: 14%;
	position: relative;
	height: 370px;
}
#about-part .row .item-left h3{
    width: 300px;
    height: 80px;
    font-size: 18px;
    font-family: raleway;
    font-weight: 400;
    padding-top: 30px;
    text-align: right;
}
#about-part .row .item-left p{
    width: 300px;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 50px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}
#about-part .row .item-left .shape-left {
	width: 40px;
	height: 40px;
	top: 50%;
	right: -18px;
	background: #eeeeee;
	transform: translateY(-50%) rotate(46deg);
	position: absolute;
}
#about-part .row .item-left i {
	right: -43px;
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%);
}
#about-part .row .round {
	height: 370px;
	width: 370px;
	padding: 30px;
	border-radius: 50%;
	border: 1px solid #000;
	margin: 30px auto;
    position: relative;
}
#about-part .row .round .images img {
	width: 100%;
    height: 100%;
	margin-top: 50%;
	margin-left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
#about-part .row .round .images {
	position: relative;
	width: 100%;
	height: 100%;
}
#about-part .row .round .images .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
}
#about-part .row .item-right{
    background: #eeeeee;
    height: 370px;
    padding: 40px 20px;
    text-align: center;
    margin-top: 30px;
    transition: .4s;
    margin-left: -12px;
    position: relative;
}
#about-part .row .item-right h3{
    width: 100%;
    font-size: 18px;
    font-family: raleway;
    font-weight: 400;
    text-align: left;
}
#about-part .row .item-right p{
    width: 300px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 30px;
    position: absolute;
    z-index: 999;
}
#about-part .row .item-right .shape-right {
	width: 40px;
	height: 40px;
	background: #eeeeee;
    position: absolute;
    top: 42%;
    left: -40px;
    position: relative;
	transform: translateY(-50%) rotate(46deg);
}
#about-part .row .item-right i {
	position: absolute;
	margin-left: -60%;
	margin-top: 18%;
}
#about-part .row .item-bottom{
    background: #eeeeee;
    height: 270px;
    padding: 40px 20px;
    text-align: center;
    transition: .4s;
    position: relative;
}
#about-part .row .item-bottom h3{
    width: 100%;
    font-size: 18px;
    font-family: raleway;
    font-weight: 400;
}
#about-part .row .item-bottom p{
    width: auto;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    margin-top: 30px;
}
#about-part .row .item-bottom .shape-bottom {
	width: 40px;
	height: 40px;
	background: #eeeeee;
	top: -18px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(46deg);
}
#about-part .row .item-bottom i {
    margin-top: -62.5% !important;
    position: absolute;
    margin-left: -8px;
    transition: .4s;
}
#about-part .row .item-top:hover i{
    color: #fec600;
}
#about-part .row .item-left:hover i{
    color: #fec600;
}
#about-part .row .item-right:hover i{
    color: #fec600;
}
#about-part .row .item-bottom:hover i{
    color: #fec600;
}
#about-part .row .item-top:hover{
    filter: drop-shadow(0 0 0.75rem rgba(10, 9, 10, .5));
}
#about-part .row .item-left:hover{
    filter: drop-shadow(0 0 0.75rem rgba(10, 9, 10, .5));
}
#about-part .row .item-right:hover{
    filter: drop-shadow(0 0 0.75rem rgba(10, 9, 10, .5));
}
#about-part .row .item-bottom:hover{
    filter: drop-shadow(0 0 0.75rem rgba(10, 9, 10, .5));
}
/* =============================================
            about part css end
================================================= */

/* =============================================
             our portfolio part css start
================================================= */
#portfolio-part{
    background: url(../images/portfolio-bg.png)  no-repeat center;
    background-size: cover;
    margin-top: 300px;
    height: 100%;
    position: relative;
}
#portfolio-part .overlay{
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 60px 0;
    padding-bottom: 50px;
    margin-top: -207px;
    height: 100%;
    position: relative;
}
#portfolio-part .title h2{
    text-align: center;
    font-family: ralway;
    color: #fff;
}
#portfolio-part .title p {
	font-size: 16px;
    font-family: 'EB Garamond', serif;
	width: 570px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
    font-weight: 500;
    color: #fff;
}
#portfolio-part .item:nth-child(even){
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 40px;
}
#portfolio-part .item .img{
    margin: 20px 0;
}
#portfolio-part .item .img img{
    width: 100%;
    height: 100%;
}
/* =============================================
             our portfolio part css end
================================================= */

/* =============================================
            our portfolio-top  part start
================================================= */
#portfolio-top-part {
	height: 115px;
	width: 100%;
	background: #fff;
	transform: skewX(92deg);
	margin-top: 35px;
	position: absolute;
	z-index: 999;
}
/* =============================================
             our portfolio-top part css end
================================================= */

/* =============================================
            our portfolio-bottom css part start
================================================= */
#portfolio-bottom-part {
    height: 81px;
    background: #fff;
    transform: skewy(-3deg);
    transform-origin: left bottom;
    margin-top: 0px;
}
/* =============================================
             our portfolio-bottom part css end
================================================= */
/* =============================================
            servic   part css start
================================================= */
#service-part{
    padding-top: 80px;
    width: 100%;
    position: relative;
}
#service-part .service{
    padding: 30px;
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    
}
#service-part .line {
	height: 668px;
	width: 2px;
	background: url(../images/line.png);
	position: absolute;
	top: 256px;
	left: 50%;
	transform: translateX(-50%);
}
#service-part .title h2{
    font-family: 'EB Garamond', serif;
    font-weight: 800;
}

#service-part .title p{
    width: 515px;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}
#service-part .service:nth-child(even){
    flex-direction: row-reverse;
}
#service-part .service .title{
    height: auto;
    width: 40%;
    font-family: 'EB Garamond', serif;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
#service-part .service .title:nth-child(odd){
    justify-content: center;
}
#service-part .service .title h3{
    font-weight: 600;
    font-size: 25px;
}


#service-part .service .images{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#service-part .service .round{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #fec600;
    position: relative;
    margin-top: 4%;
    transition: .4s;
}
#service-part .slick-current .round {
    transform: scale(2);
    
}
#service-part .service .round img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
#service-part .service .text{
    height: 100%;
    width: 40%;
    padding: 30px;
    background: #f1f1f1;
    position: relative;
    font-size: 15px;
    border-radius: 10px;
    font-family: 'EB Garamond', serif;
}
#service-part .service .text p:nth-child(odd){
    margin-left: 13px;
}
#service-part .service .text .shape {
	width: 40px;
	height: 40px;
	background: #f1f1f1;
	position: absolute;
	top: 25%;
	left: 94%;
    border-radius: 10px;
	transform: translateY(50%) rotate(45deg);
}
#service-part .service:nth-child(odd) .text .shape{
    margin-left: -96%;
    width: 30px;
	height: 30px;
	background: #f1f1f1;
	position: absolute;
	top: 30%;
	transform: translateY(50%) rotate(45deg);
}
.service-slider .prev{
    width: 40px;
    height: 40px;
    color: #0f2f44;
    border: 1px solid #000;
    border-radius: 50%;
    top: -8px;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: .4s;
}
.service-slider .next{
    width: 40px;
    height: 40px;
    color: #0f2f44;
    border: 1px solid #000;
    border-radius: 50%;
    bottom: -43px;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: .4s;
}
.service-slider .prev:hover{
    background: orange;
    color: #000;
 }

.service-slider .next:hover{
   background: orange;
   color: #000;
}
/* =============================================
             servic  part css end
================================================= */

/* =============================================
             teem-top  part css start
================================================= */
#teem-top-part {
	position: relative;
}
#teem-top-part .teem {
	width: 100%;
	height: 84px;
	background: #fff;
	margin-top: 126px;
	position: absolute;
	z-index: 9;
	transform: rotate(-3deg);
	transform-origin: bottom left;
}
/* =============================================
             teem-top  part css end
================================================= */

/* =============================================
             teem  part css start
================================================= */
#teem-part{
    width: 100%;
    height: 700px;
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: 127px;
}
#teem-part .overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 172px 0px;
    background: rgba(12, 12, 12, 0.562);
}
#teem-part .overlay .line {
	top: 132px;
	left: 17.4%;
	position: absolute;
	height: 479px;
	transform: translateX(-50%);
	width: 2px;
	background: url(../images/line.png);
}
#teem-part .overlay .img-box{
    position: relative;
}
#teem-part .overlay .img-box .round{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
}
#teem-part .overlay .img-box .round .img img{
    width: 100%;
    height: 100%;
}
#teem-part .overlay .img-box .round .overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 100px 0px;
    background: #ffffffba;
}
#teem-part .overlay .slick-current .overlay{
    opacity: 0;
   
}
#teem-part .overlay .slick-current .round{
    background: orange !important;
    opacity: 1;
}
#teem-part .overlay .img-slider .prev {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    top: -19.8%;
    left: 49.5%;
    transform: translatex(-50%);
    position: absolute;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: .4s;
}
#teem-part .overlay .img-slider .next {
	width: 40px;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	bottom: -84px;
	left: 50%;
	transform: translatex(-50%);
	position: absolute;
	z-index: 1;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	transition: .4s;
}
#teem-part .overlay .img-slider .prev:hover{
    background: orange;
    color: #000;
 }
#teem-part .overlay .img-slider .next:hover{
   background: orange;
   color: #000;
}


#teem-part .overlay .text-box .text-backround{
    background: url(../images/service2-text-backround.png) no-repeat center;
    background-size: cover;
}
#teem-part .overlay .alignment{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10%;
}
#teem-part .overlay .text-box{
    width: 850px;
    height: 80%;
    background: #f1f1f1;
    position: relative;
    border-radius: 5px;
}
#teem-part .overlay .text-box .text-slider{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#teem-part .overlay .text-box .shape {
	width: 40px;
	height: 40px;
	background: #f1f1f1;
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translate(-50%,-50%) rotate(45deg);
	border-radius: 15px;
}
#teem-part .overlay .text-box .text-slider .text{
    height: 200px;
}
#teem-part .overlay .text-box .text-slider .text h3{
    font-size: 20px;
    font-family: raleway;
    font-weight: 600;
}
#teem-part .overlay .text-box .text-slider .text i {
	font-size: 16px;
	color: orange;
	font-weight: bold;
}
#teem-part .overlay .text-box .text-slider .text p{
    width: 680px;
    font-size: 16px;
    font-family: opencens;
    position: relative;
    padding-top: 15px;
}
#teem-part .overlay .text-box .text-slider .text h5{
    font-size: 16px;
    font-family: raleway;
    font-weight: 500;
    padding-top: 5px;
}
#teem-part .overlay .text-box .signatuer img {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 999;
}

/* =============================================
             teem  part css end
================================================= */


/* =============================================
             praicing  part css start
================================================= */
#praicing-part .row{
    display: flex;
    justify-content: space-between;
}
#praicing-part .row .top{
    width: 32%;
}
#praicing-part .row .midel{
    width: 32%;
}
#praicing-part .row .bottom{
    width: 32%;
}
#praicing-part{
    padding-top: 70px;
    position: relative;
}
#praicing-part .title {
    margin-top: 10px; 
}
#praicing-part .title h2{
    font-family: 'EB Garamond', serif;
    padding-top: 0px;
}
#praicing-part .praicing .shape{
    height: 230px;
    width: 100%;
    background: #353535;
    clip-path: polygon(0 0, 100% 0, 100% 42%, 0 58%);
    transition: .4s;
} 
#praicing-part .praicing .shape:hover{
    background: #fec600; 
}
#praicing-part .praicing .shape h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    font-family: 'EB Garamond', serif;
}
#praicing-part .title p{
    width: 515px;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}
#praicing-part .praicing{
    position: relative;
}
#praicing-part .praicing .round{
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: .4s;
}
#praicing-part .praicing .round:hover{
    background: #fec600;
}
#praicing-part .praicing .round2{
    height: 98px;
    width: 98px;
    padding: 10px 10px;
    background: #353535;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    transition: .4s;
}
#praicing-part .praicing .round2:hover{
    background: #fec600;
}
#praicing-part .praicing .round2 h4{
    color: #fff;

}
#praicing-part .praicing .round2 p{
    color: #fff;

}
#praicing-part .detals ul {
	margin-top: -30px;
	text-align: center;
	padding-left: 0;
}
#praicing-part .detals ul li{
    margin: 10px auto;
    font-size: 18px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}
#praicing-part .top{
    background: #f1f1f1;
    transition: .4s;
}
#praicing-part .midel{
    background: #f1f1f1;
    transition: .4s;
}
#praicing-part .bottom{
    background: #f1f1f1;
    transition: .4s;
}
#praicing-part .praicing .shape2{
    height: 230px;
    width: 100%;
    background: #353535;
    margin-top: -90px;
    position: relative;
    text-align: center;
    padding: 20px;
    transition: .4s;
    clip-path: polygon(0 74%, 100% 55%, 100% 100%, 0 100%);
} 
#praicing-part .praicing .shape2:hover{
    background: #fec600;
}
#praicing-part .praicing .shape2 a h4{
    color: #fff;
    position: absolute;
    margin-top: 140px;
    margin-left: -30px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}
/* =============================================
             praicing  part css end
================================================= */

/* =============================================
             counter-top  part start
================================================= */
#counter-top-part {
	height: 70px;
	background: #fff;
	transform: skewy(-2deg);
	transform-origin: left bottom;
	margin-top: 77px;
	position: relative;
	width: 100%;
	z-index: 999;
}
#counter-part .item:nth-child(even){
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 160px;
}
#counter-part .item .img{
    margin: 20px 0;
}
#counter-part .item .img img{
    width: 100%;
    height: 100%;
}
/* =============================================
              counter-top part css end
================================================= */

/* =============================================
             counter  part css end
================================================= */
#counter-part{
    height: 175px;
    width: 100%;
    background: url(../images/teem-backround.png)  no-repeat center;
    background-size: cover;
    transform: rotate(-2deg);
    transform-origin: left bottom;
}
#counter-part .overlay {
    background: rgba(0, 0, 0, .9);
    transform: skewY(0deg);
    padding: 50px 0;
}
#counter-part .overlay .row .item{
    width: 100%;
    height: 100px;
    border: 1px solid #fff;
    padding: 15px;
    text-align: center;
    color: #fff;
}
#counter-part .rotet .item p{
	font-weight: 400;
	color: #fff;
    font-family: Raleway;
    font-size: 20px;
}
#counter-part .overlay .rotet{
    transform: rotate(-0deg);
}
/* =============================================
             counter  part css end
================================================= */

/* =============================================
              counter-bottom part css start
================================================= */
#counter-bottom-part {
	height: 55px;
	background: #fff;
	transform: skewy(-2deg);
	transform-origin: left bottom;
	width: 100%;
}
/* =============================================
             counter bottom part css end
================================================= */

/* =============================================
             teem2-top css part start
================================================= */
#teem2-part .member {
	margin: 20px 0;
}
#teem2-part{
    margin: 50px 0 155px 0;
}
#teem2-part .title p {
	width: 500px;
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	text-align: center;
	margin: 20px auto;
}
#teem2-part .member{
    position: relative;
    width: 100%;
    height: 340px;
    background: #fff;
}
#teem2-part .member .img {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
    border: 1px solid #fff;
    border-bottom: 0;
    transition: .4s;
}
#teem2-part .member:hover .img{
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}
#teem2-part .member .img .images{
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    clip-path: polygon(0 0, 100% 0%, 100% 81%, 0 95%);
}
#teem2-part .member .images img{
    width: 100%;
    height: 100%;
}
#teem2-part .member .images {
    position: relative;
}
#teem2-part .member .images .overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:rgba(196, 233, 34, 0.404);
    position: absolute;
    opacity: -1;
    transition: .4s;
} 
#teem2-part .member:hover .overlay{
    opacity: 1;
}
#teem2-part .member .images .overlay i{
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translate(50%, -50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    line-height: 30px;
    text-align: center;
    color: #000;
}
#teem2-part .member .name{
    width: 100%;
    height: 20%;
	margin-top: 70px;
	padding: 10px;
    text-align: center;
	box-sizing: border-box;
}
em2-part .member .name h4{
    font-size: 18px;
    font-weight: 600;
    font-family: 'EB Garamond', serif;
}
#teem2-part .member .name p{
    font-size: 14px;
    font-weight: 400 !important;
    font-family: revert;
}
#teem2-part .member .text {
	width: 100%;
	height: 135px;
	border: 1px solid #f1f1f1;
	border-top: 0;
	position: absolute;
	top: 70%;
	left: 0;
	z-index: 1;
	transition: .4s;
	opacity: 1;
}
#teem2-part .member:hover .text{
    height: 200px;
}
#teem2-part .member .icon{
	text-align: center;
	padding: 30px 15px;
    margin-top: 0px;
    opacity: 0;
    transition: .4s;
}
#teem2-part .member:hover .icon{
    opacity: 1;
}
#teem2-part .member .icon a{
    display: inline;
}
#teem2-part .member .icon i{
    margin: 0 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    transition: .4s;
}
#teem2-part .member .icon i:hover{
    background: orange;
}
/* =============================================
              teem2-top part css end
================================================= */

/* =============================================
              document-top  part css start
================================================= */
#document-top-part {
	height: 50px;
	background: #fff;
	transform: skewy(-2deg);
	transform-origin: left bottom;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	z-index: 999;
}
/* =============================================
              document-top part css end
================================================= */
/* =============================================
              document  part css start
================================================= */
#document-part{
    width: 100%;
    height: 212px;
    background: #f1f1f1;
}
#document-part .slider-box{
    width: 100.3%;
    transform: rotate(-2deg);
}
#document-part .item{
    width: 100%;
    height: 100px;
    margin-top: 55px;
    border: 1px solid #00000070;
    padding: 20px;
    transition: .4s;
}
#document-part .slick-current{
    border: 1px solid orange;
}
#document-part .item .img{
    padding: 15px 0;
}

#document-part .img-auto-slider .slick-current .item{
    border: 2px solid orange; 
}

/* =============================================
              document part css end
================================================= */

/* =============================================
              document-bottom  part css start
================================================= */
#document-bottom-part {
	height: 500px;
	background: #222222;
	margin-top: -53px;
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: right top;
}
#document-bottom-part .img{
    position: absolute;
    left: 45%;
    top: 40px;
}
#document-bottom-part .big-shape {
	width: 100%;
	height: 2px;
	background: #f7f7f7ed;
	position: absolute;
	top: 130px;
}
#document-bottom-part .location i{
	text-align: center;
	position: absolute;
	margin-left: 30%;
	margin-top: -40px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: orange;
    color: #000;
    font-size: 14px;
    transition: .4s;
}
#document-bottom-part .location i:hover{
    background: #fff;
}
#document-bottom-part .location{
    margin-top: 70%;
    display: flex;
    position: relative;
}

#document-bottom-part .location .shape{
    width: 1px;
    height: 85px;
    background: #fff;
    margin-top: -40px;
}
#document-bottom-part .phone i{
	text-align: center;
	position: absolute;
	margin-left: 30%;
	margin-top: -40px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: orange;
    color: #000;
    font-size: 14px;
    transition: .4s;
}
#document-bottom-part .phone i:hover{
    background: #fff;
}
#document-bottom-part .phone{
    margin-top: 70%;
    display: flex;
    position: relative;
}
#document-bottom-part .phone .shape{
    width: 1px;
    height: 85px;
    background: #fff;
    margin-top: -40px;
}
#document-bottom-part .massage i{
	text-align: center;
	position: absolute;
	margin-left: 30%;
	margin-top: -40px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: orange;
    color: #000;
    font-size: 14px;
    transition: .4s;
}
#document-bottom-part .massage i:hover{
    background: #fff;
}
#document-bottom-part .massage{
    margin-top: 70%;
    display: flex;
    position: relative;
}
#document-bottom-part .massage .shape{
    width: 1px;
    height: 85px;
    background: #fff;
    margin-top: -40px;
}
#document-bottom-part .interner i{
	text-align: center;
	position: absolute;
	margin-left: 25%;
	margin-top: -40px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: orange;
    color: #000;
    font-size: 14px;
    transition: .4s;
}
#document-bottom-part .interner i:hover{
    background: #fff;
}
#document-bottom-part .interner{
    margin-top: 70%;
    display: flex;
    position: relative;
}
#document-bottom-part p{
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 240px;
}
#document-bottom-part .title h3 {
	font-weight: 600;
	color: #fff;
    font-family: Raleway;
    font-size: 24px;
}
#document-bottom-part .fotter-title {
	background: #353535;
	height: 50px;
	text-align: center;
	padding: 10px;
}
#document-bottom-part h4{
    text-align: center;
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
}
#document-bottom-part h5 {
	text-align: center;
	color: cornflowerblue;
	font-family: Raleway;
	font-size: 14px;
	margin-right: -120%;
	margin-top: -16px;
}
#document-bottom-part .title {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 30px;
	position: relative;
}
#document-bottom-part .icon{
    text-align: center;
    padding: 20px;
    display: inline-block;
}
#document-bottom-part .icon a i{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    margin: 0 10px;
    line-height: 30px;
    transition: .4s;
    font-size: 14px;
    text-align: center;
}
#document-bottom-part .icon a i:hover{
    background: orange;
}
/* =============================================
              document-bottom part css end
================================================= */

/* =============================================
              backtotop part css start
================================================= */
.backtotop{
    display: inline-block;
    background: yellow;
    border: 0;
    color: #000;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    display: none;
}
/* =============================================
              backtotop part css end
================================================= */

/* =============================================
              fotter part css start
================================================= */
.fotter {
	height: 100px;
	width: 100%;
	background: #222222;
	transform: skew(93deg);
	transform-origin: bottom;
	margin-top: -47px;
}
/* =============================================
              fotter part css end
================================================= */

/*==========================================
           frome part css start
==============================================*/

#frome-part{
    margin-top: 0px;
}
#frome-part .title {
	text-align: center;
	margin-bottom: -70px;
    margin-top: 40px;
}
#frome-part .title h2{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    position: relative;
    
}
#frome-part .title img{
    width: 140px;
    
}
#frome-part .main{
    display: flex;
    margin-top: 100px;
    margin-bottom: 50px;
}
#frome-part .main input{
    width: 30%;
    height: 40px;
    background: #fff;
    border: 1px solid #0f2f44;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
#frome-part .main input{
    width: 30%;
    height: 40px;
    background: #fff;
    border: 1px solid #0f2f44;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
#frome-part .main input{
    width: 32%;
    height: 40px;
    background: #fff;
    border: 1px solid #0f2f44;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}
#frome-part .message textarea{
    width: 100%;
    height: 300px;
    
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #0f2f44;
    resize: none;
    position: relative;
}
#frome-part .main input::placeholder{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#frome-part .btn {
	position: relative;
	margin: 0 auto;
	display: block;
	margin-bottom: 100px;
    margin-left: -50px;
}
#frome-part a {
	width: 90px;
	height: 40px;
	background: #744fa0;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	position: absolute;
    font-size: 16px;
    font-family: inheri;
}
/*==========================================
           frome part css end
==============================================*/
