@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-size:16px;
	color: #5a5a5a;
	line-height:24px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	background: #f5f5f5;
}

a{
	text-decoration:none;
	cursor:pointer;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	background:none;
	line-height:1.6em;
}

/****** nav bar  ***/
.bg-light {
    background-color: #fff !important;
}
.navbar-nav .nav-link{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.res-show{
	display: none;
}

/*********** search ********/
.search-box {
  position: relative;
  width: 100%;
  max-width: 255px;
  height: 60px;
  border-radius: 120px;
	margin-left: 30px;
}
.search-icon, .go-icon {
  position: absolute;
  top: 11px;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center;
}
.search-icon {
  left: -13px;
  pointer-events: none;
  font-size: 1.0em;
  will-change: transform;
  transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	color: #9f9f9f;
}
.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.go-icon {
  right: 0;
  pointer-events: none;
  font-size: 1.38em;
  will-change: opacity;
  cursor: default;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.search-border {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px;
}
.border {
  fill: none;
  stroke: #000000;
  stroke-width: 1;
  stroke-miterlimit: 10;
	opacity: 0.8;
}
.border {
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}
.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}
#search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: none;
  background: rgba(255,255,255,0);
  padding: 0px 19px 0 38px;
color: #9f9f9f;
font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;
}
#search::-webkit-input-placeholder {color: #9f9f9f;}
#search::-moz-placeholder {color: #9f9f9f;}
#search:-ms-input-placeholder {color: #9f9f9f;}
#search:-moz-placeholder {color: #9f9f9f;}
#search::-moz-selection {color: #9f9f9f; background: rgba(0,0,0,0.25);}
#search::selection {color: #9f9f9f; background: rgba(0,0,0,0.25);}


/*********** search ********/


/*-------- HEADER -----*/

header{
	position: relative;
	text-align: center;
	background: url("../images/breadcrumb-banner.jpg") no-repeat;
	padding: 50px 0;
}
header h2{
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
}
.br_cum{
	display: inline-block;
}
.breadcrumb li a{
	color: #fff;
}

/*********** banner ***********/
.banner-test{
	position: absolute;
	left: 48%;
	top: 47%;
transform: translate(-50%, -50%);
		
}
.banner-test h1{
	font-size: 32px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 42px;
	color: #fff;
	margin-bottom: 20px;
}
.banner-test h5{
	background: #f28356;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 8px;
	width: 136px;
text-align: center;
	margin-bottom: 20px;
}
.banner-test p{
	color: #fff;
	padding: 0 335px 20px 0;
}
.more {
	color: #fff;
	text-decoration: underline;
}
.more:hover{
	color: #f28356;
	text-decoration: none;
}
.carousel-control-prev1, .carousel-control-next1{
	top: 465px;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.carousel-control-prev-icon .fa, .carousel-control-next-icon .fa{
	font-size: 30px;
	line-height: 45px;
}

/************ blog ***********/
.artical-home{
	padding: 70px 0 0px;
}

.my-img{
	position: relative;
}
.ticket{
	position: absolute;
	bottom: 8px;
	background: #f00;
	padding: 5px 15px;
	text-transform: uppercase;
}

.ar-wh-box.sp-03 {
	display:none !important;
}

.art-box h4{
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    line-height: 26px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 10px;
	float: left;
}
.art-box h4 a, .art-user li a{
	color: #353535;
}
.art-box h4 a:hover, .art-user li a:hover{
	color: #f28356;
}
.art-box p{
	float: left;
}
.art-user{
	list-style: none;
	float: left;
	width: 100%;
}
.art-user li{
	/*margin-right: 56px;*/
font-size: 13px;
	float: left;
}
.art-user li:last-child{
	/*margin-right: 0px;*/
	float: right;
}
.art-user li i{
	margin-right: 8px;
	color: #f28356;
}
.blog-2{
	margin-top: 30px;
}
.art-box{
	position: relative;
	background: #fff;
	float: left;
}
.ticket1{
	position: absolute;
top: 185px;
background: #f28356;
padding: 5px 15px;
	font-weight: 600;
	color: #fff;
}
.ticket1 a{
	color: #fff;
}
.art-box-con .art-user li:last-child{
	margin-right: 0;
	/*display:none;*/
}
.art-box-con{
	padding: 10px 20px 20px;
	float: left;
}
/*********** footer ************/
footer{
	background: #fff;
	padding: 50px;
	margin-top: 80px;
}
.foot-logo{
	margin-bottom: 30px;
}
.nav-list{
	margin-top: 30px;
}
.nav-list ul{
	display: block;
	list-style: none;
	margin-bottom: 0;
}
.nav-list ul li{
	margin-right: 20px;
	display: inline-block;
}
.nav-list ul li:last-child{
	margin-right: 0px;
}
.nav-list ul li a{
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
}
.nav-list ul li a:hover{
	color: #faa580;
}
footer strong{
	color: #faa580;
}
footer p{
	margin-top: 30px;
}


/*------- ABOUT PAGE -------*/

.about-section{
	padding-top:80px;
}
.about-image {
    position: relative;
}
.about-image::before {
    position: absolute;
    content: '';
    background-image: url("../images/dots.jpg");
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}
.about-image .single-image {
    width: 360px;
}
.float-left {
    float: left;
}
.about-image .single-image img {
    width: 100%;
}
.about-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

.about-image .single-image {
    width: 360px;
}
.float-right {
    float: right;
}
.about-content{
	padding: 0 24px;
}
.about-content h3{
	font-size: 32px;
	line-height: 58px;
	font-weight: 800;
	position: relative;
	display: inline-block;
	color: #395498;
}
.about-content h3:after{
	background-image: url("../img/line-right.png");
	margin: 19px -71px;
	content: '';
	z-index: 9;
	position: absolute;
	width: 60px;
	height: 32px;
	top: 5px;
	right: 0;
	background-repeat: no-repeat;
	display: inline-block;
}

.about-content p{
	margin-bottom: 0px;
    line-height: 24px;
    font-size: 14px;
	font-weight: normal;
	color:#4e4e4e;
	padding-bottom: 15px;
}
.about-content .special-abo{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #395498;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}
.abou-expert{
	margin-top: -50px;
}

.about-work{
	margin-top: 80px;
	
}
.about-work{
	background: url("../img/abc-bann-01.png") no-repeat;
	background-size: cover;
}

/*------------ CONTACT -----*/

.contact-in, .privacy{
	padding: 70px 0 0;
	min-height: 600px;
}
.cont-form{
	background: #fff;
	padding: 30px;
}
.cont-form h1{
	margin-bottom: 35px;
}

.wh-box{
	background: #fff;
	padding: 30px;
	margin: 40px 0;
}
.wh-box ol{
	margin: 0px 0 0 40px;
}
.wh-box ol li{
	padding-bottom: 15px;
}

.privacy h5{
	font-size: 20px;
	margin-bottom: 20px;
}
.privacy p a{
	text-decoration: underline;
}
.privacy p a:hover{
	text-decoration: none;
}
.privacy h4{
	margin-bottom: 25px;
}
.sp-01{
	padding-bottom: 35px;
}

.wp-block-table{
	background: #fff;
	margin: 30px 0;
}
.wp-block-table th, .wp-block-table td {
    border: .1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: .5em;
}
.privacy ul{
	margin-left: 35px;
}
.privacy ul li{
	padding-bottom: 15px;
}



.articl-inner{
	padding: 70px 0 0;
}
.articl-inner h1{
	text-align: center;
	font-size: 32px;
	color: #323232;
	margin-bottom: 70px;
	font-family: 'Roboto Slab', serif;
}
.articl-inner .ar-wh-box h1{
	font-size: 28px;
	text-align: left;
	margin-bottom: 40px;
}
.articl-inner h2{
	color: #323232;
	font-size: 24px;
	margin-bottom: 25px;
}
.articl-inner h3{
	color: #323232;
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: 600;
}
.ar-wh-box{
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
	padding: 40px 60px;
}
.ar-wh-box ul{
	margin-left: 35px;
}
.ar-wh-box ul li{
	padding-bottom: 10px;
}
.sp-2{
	padding: 40px 0;
}
.sp-03{
	margin-top: 40px;
}
.sp-4{
	padding: 0px 0 40px;
}
.sr-ri-box{
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
	padding: 20px 30px;
}
.sr-ri-box ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	padding-right: 5px;
}
.sr-ri-box ul li a{
	width: 40px;
	height: 40px;
	background: #272e3e;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
}
.sr-ri-box ul li:nth-child(1):hover a{
	background: #4769b1;
}
.sr-ri-box ul li:nth-child(2):hover a{
	background: #2aa4f1;
}
.sr-ri-box ul li:nth-child(3):hover a{
	background: #026899;
}
.sr-ri-box ul li:nth-child(4):hover a{
	background: #ca3839;
}
