/*=============== default CSS =====================*/

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

html {
	overflow-x: hidden;
}

body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #005bff;
}

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

a,
a:active,
a:focus {
	color: #005bff;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

p {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.38px;
	text-align: justify;
	color: #020d22;
	margin-bottom: 0;
}

.section {
	padding: 100px 0px;
}

.section-top {
	padding-top: 100px;
}

.section-bottom {
	padding-bottom: 100px;
}

.section-title .title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.9px;
	color: #020d22;
	margin-bottom: 30px;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
}

.title-small {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	color: #313030;
	margin-bottom: 25px;
}

.btn-all:hover {
	border: 1px solid #005bff;
	color: #005bff;
	background: transparent;
}

.btn-all {
	padding: 20px 30px;
	height: 54px;
	background-color: #005bff;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	color: #ffffff;
	text-align: center;
	color: #ffffff;
	border: 1px solid #005bff;
	border-radius: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


/*=============== 03. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	color: #ffffff;
	border: none;
	margin: 0px auto;
	padding: 35px 0px;
}

.navbar-light .navbar-toggler {
	border-color: transparent!important;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	background-image: url(../../images/logo.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	width: 110px;
	height: 70px;
}

.nav-white .navbar-brand {
	background-image: url(../../images/logo-black.png);
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: left;
	color: #ffffff;
}
.nav>li{
	margin:0 25px;
}
.nav>li:last-child{
	margin:0 0 0 25px;
}
.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 30px;
	padding-right: 30px;
}

.navbar-light .navbar-nav>.nav-item>a:hover {
	color: #005bff;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #005bff;
}

.navbar-light .navbar-nav .nav-link.active:before {
	color: #005bff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #005bff;
}

.navbar-light .navbar-toggler {
	border-color: #000;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	background-color: transparent;
}

.navbar>.container,#home1 .container {
	max-width: 100%;
	padding: 0 180px;
	width: 100%;
	margin: auto;
}


/*=============== 2.1 NavbarWhite CSS =====================*/

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 25px 0px;
}

.nav-white .navbar-nav>.nav-item>.nav-link {
	color: #171717;
}

.nav-white .navbar-nav>.nav-item>.nav-link.active,
.nav-white .navbar-nav>.nav-item>.nav-link:focus,
.nav-white .navbar-nav>.nav-item>.nav-link:hover {
	color: #005bff;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-toggler-icon {
	background-image: url('../../images/menu.png')!important;
}

.nav-white .navbar-toggler-icon {
	background-image: url(../../images/open-menu.png)!important;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.btn-nav {
	height: 54px;
	background-color: #ffffff;
	color: #020d22!important;
	cursor: pointer;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.btn-nav:hover,
.btn-white:hover {
	-webkit-box-shadow: 0 11px 35px 0px rgba(255, 255, 255, 0.16);
	box-shadow: 0 11px 35px 0px rgba(255, 255, 255, 0.16);
}

.nav-white .btn-nav {
	-webkit-box-shadow: 0 11px 35px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 11px 35px 0px rgba(0, 0, 0, 0.16);
}

.btn-white {
	height: 54px;
	line-height: 54px;
	padding: 0px 20px;
	background-color: #ffffff;
	color: #020d22;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.4px;
	cursor: pointer;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}


/*===============  Hero Section CSS =====================*/

.hero-section::before {
	content: url(../../images/home/home-bg.png);
	position: absolute;
	height: 80vh;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}

.hero-half::before {
	content: url(../../images/home/home-bg.png);
	position: absolute;
	height: 530px;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}

.hero-inner {
	height: 100vh;
	position: relative;
}

.h-inner {
	height: 530px;
}


.main-h {
	font-family: PlayfairDisplay;
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: 1.35px;
	text-align: left;
	color: #ffffff;
}

.small-text {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.6px;
	text-align: left;
	color: #005bff;
}

.hero-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 30px;
}

.hero-image {
	position: relative;
	height: 820px;
	background: url(../../images/home/home-img.png);
	background-position:left;
	background-repeat: no-repeat;
}

.b-image {
	position: relative;
	height: 480px;
	background-position: center !important;
	background-repeat: no-repeat!important;
	background-size:cover;
	width: 100%;

}
.b-image1 {
	background: url(../../images/blog/1_BD.png);
}
.b-image2{
	background: url(../../images/blog/2_BD.png);
}
.b-image3 {
	background: url(../../images/blog/3_BD.png);
}
.b-image4 {
	background: url(../../images/blog/4_BD.png);
}
.b-image5 {
	background: url(../../images/blog/5_BD.png);
}
.b-image6 {
	background: url(../../images/blog/6_BD.png);
}
.hero-left {
	height: 100vh;
}


/* ============= About Css =============== */

.small-head {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.45px;
	color: #020d22;
	margin: 20px 0px;
}

.main-item-two {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	border-right: 1px solid rgba(2, 13, 34, 0.1);
	padding: 40px;
	cursor: pointer;
}

.main-item-two:hover{
	box-shadow: 0 0 23.8px 1.3px rgba(2, 13, 34, 0.1);
}

.inner-box {
	height: 100px;
	width: 100px;
}

.serv-section {
	position: relative;
}

.serv-section:before {
	position: absolute;
	content: '';
	background-image: url(../../images/serv-bg.png);
	background-color: #020d22;
	background-repeat: no-repeat;
	height: 800px;
	background-size: contain;
	background-position: bottom right;
	z-index: -1;
	width: 100%;
	bottom: 0;
}

.serv-item-two {
	padding-top: 20px;
	cursor: pointer;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.serv-item-two:hover,.serv-item-two.active {
	background-color: #005bff;
}

.serv-icon {
	height: 100px;
	width: 100px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serv-icon svg{
	height:60px;
}

.serv-item-two:hover  .serv-icon svg .st1,.serv-item-two.active .serv-icon svg .st1{ 
	stroke:#020d22;
}

.box-head {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin: 15px 0;
	position: relative;
	z-index: 1;
}

.b-box {
	height: 40px;
	position: relative;
}

.b-box:after {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	height: 1px;
	width: 70%;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}

.serv-post__content-list {
	margin-top: 30px;
}

.serv-post__content-list li {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.38px;
	text-align: justify;
	color: #020d22;
}
.text-align-last-center{
	text-align-last:center;
}
.serv-post__content-list li:before {
	content: url(../../images/check.png);
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
}


/*============  Team Section CSS =========*/

.t-box:hover .t-mail {
	opacity: 1;
}

.t-mail {
	position: absolute;
	content: '';
	opacity: 0;
	right: 30px;
	bottom: 40px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.t-box {
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 0 23.8px 1.3px rgba(2, 13, 34, 0.1);
	box-shadow: 0 0 23.8px 1.3px rgba(2, 13, 34, 0.1);
}

.t-details {
	padding: 10px;
}

.t-name {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.6px;
	text-align: center;
	color: #020d22;
}

.t-position {
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.4;
	letter-spacing: 0.38px;
	text-align: center;
	color: #005bff;
}

.item {
	background-color: #020d22;
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	padding:30px;
	overflow: hidden;
	height:350px;
}

.item .overlay {
	color: #000;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.clean .overlay p{
	font-size:13px;
}
.News-inner{
	height:130px;
}
/* effect-clean*/

.clean .overlay p:nth-child(1) {
	position: absolute;
	padding: 30px;
}

.clean .overlay:hover {
	opacity: 1;
}

.testimonial-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s-box {
	padding: 40px;
	height: 342px;
	-webkit-box-shadow: 0 0 23.8px 1.3px rgba(2, 13, 34, 0.1);
	box-shadow: 0 0 23.8px 1.3px rgba(2, 13, 34, 0.1);
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.s-name {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: left;
	color: #020d22;
}

.s-position {
	font-size: 14px;
	letter-spacing: 0.35px;
	color: #005bff;
	text-align: left;
}

.why-slider-left {
	padding: 0;
	background-color: transparent;
	border: none;
}

.why-slider-right {
	padding: 0;
	background-color: transparent;
	border: none;
}

.slick-arrow {
	margin-right: 30px;
}

.testimonial-slider-one {
	text-align: center;
	margin: 15px 45px 15px 0px;
	outline: none;
	cursor: pointer;
}

.testimonial-slider-one.slick-current {
	cursor: -webkit-grab;
}

.testimonial-slider-one.slick-current img {
	display: inline-block !important;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonial-slider-one img {
	display: inline-block !important;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	max-width: 100%;
}

.testimonial-data li {
	display: none;
}

.News-grid {
	cursor: pointer;
}

.news-date {
	font-family: PlayfairDisplay;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.14;
	letter-spacing: 0.35px;
	text-align: left;
	color: #005bff;
	margin-top: 20px;
}

.News-comment {
	font-family: PlayfairDisplay;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.14;
	letter-spacing: 0.35px;
	text-align: left;
	color: #020d22;
}

.n-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.n-right svg {
	height: 25px;
}

.n-right svg path {
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}

.n-right svg:hover path {
	stroke: #005bff!important;
}

.p-img {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
 
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width:100%;
}

.con-head {
	font-family: PlayfairDisplay;
	font-size: 36px!important;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.9px;
	color: #ffffff;
}

.foot-list-bold {
	font-size: 24px!important;
	font-weight: 600!important;
	line-height: 1.67;
	letter-spacing: 0.45px;
	color: #005bff!important;
	text-transform: uppercase!important;
	margin-bottom: 15px;
}

.a-left li {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.45px;
	text-align: justify;
	color: #020d22;
}

form input,
form textarea {
	width: 100%!important;
	padding: 20px;
	display: inline-block;
	height: 54px;
	background: transparent;
	margin-bottom: 30px;
	border: 1px solid rgba(38, 38, 38, 0.1);
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: left;
	color: #005bff;
}

form input:focus,
form textarea:focus {
	border: 1px solid rgba(38, 38, 38, 1);
}

form textarea {
	height: 140px;
	resize: none;
}

#edit-form input::-webkit-input-placeholder,
#edit-form textarea::-webkit-input-placeholder {
	color: #020d22;
}

#edit-form input::-moz-placeholder,
#edit-form textarea::-moz-placeholder {
	color: #020d22;
}

#edit-form input:-ms-input-placeholder,
#edit-form textarea:-ms-input-placeholder {
	color: #020d22;
}

#edit-form input::-ms-input-placeholder,
#edit-form textarea::-ms-input-placeholder {
	color: #020d22;
}

.con-head-blue {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.6px;
	text-align: justify;
	color: #005bff;
}

.f-b {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.33;
	letter-spacing: 0.9px;
	color: #020d22;
	padding: 100px 0px 50px;
}

.foot-bottom {
	background-color: #020d22;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.14;
	letter-spacing: 0.35px;
	color: #ffffff;
	text-transform: uppercase;
}


/*===================== blog CSS =====================*/

.hero-search {
	width: 100%;
	height: 74px;
	padding: 10px;
	border: solid 1px rgba(255, 255, 255, .2);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.hero-search:hover {
	border: solid 1px rgba(255, 255, 255, 1);
}

.input-foot {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.45px;
	text-align: left;
	color: #ffffff;
}

.btn-sub {
	width: 200px;
	height: 54px;
	background-color: #005bff;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: left;
	color: #ffffff;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #005bff;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.btn-sub:hover {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

.News-grid {
	margin-bottom: 50px;
}

.img-box-inner {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.img {
	cursor: pointer;
	background-size: cover;
	background-position: center;
	height: 255px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.img:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	overflow: hidden;
}

.p-list .page-link {
	font-family: PlayfairDisplay;
	position: relative;
	display: block;
	padding: 0;
	border: none;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.45px;
	text-align: center;
	color: #020d22;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.p-list .page-link:hover,
.p-list .page-link.active {
	background: transparent;
	color: #005bff;
	border-top: 1px solid #005bff;
	border-bottom: 1px solid #005bff;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link1 svg {
	fill: #dedede;
	width: 25px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.page-link1:hover {
	border: 1px solid #005bff;
}

.page-link1:hover svg {
	fill: #005bff;
}

.page-link1-left svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-link1 svg path {
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}

.page-link1:hover svg path {
	stroke: #005bff!important;
}

.page-link1 {
	padding: 0;
	border: none;
	z-index: 100;
	background: transparent;
	width: 50px;
	height: 50px;
	border: solid 1px transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}


/*===================== blog-details CSS =====================*/

.h-blog-details {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 10vh;
}

.blog-post__header {
	font-family: PlayfairDisplay;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.9px;
	text-align: justify;
	color: #020d22;
}

.color-blue {
	color: #005bff!important;
}

.l-head {
	font-family: PlayfairDisplay;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 3.5;
	letter-spacing: 0.6px;
	text-align: left;
	color: #020d22;
}

.blog-post__quote {
	padding: 50px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(0, 91, 255, 0.1)));
	background-image: -o-linear-gradient(bottom, #ffffff, rgba(0, 91, 255, 0.1));
	background-image: linear-gradient(to top, #ffffff, rgba(0, 91, 255, 0.1));
}

.blog-post__quote_text {
	font-family: PlayfairDisplay;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.6px;
	text-align: justify;
	color: #020d22;
	margin-top: 30px;
}

.blog-post__content-list li {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.38px;
	text-align: justify;
	color: #020d22;
	margin-bottom: 10px;
}

.blog-post__content-list li:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #020d22;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-title {
	font-family: PlayfairDisplay;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.9px;
	text-align: left;
	color: #020d22;
	margin: 50px 0px;
}

.email-form textarea {
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	height: 162px;
	border: solid 1px rgb(44 54 72 / 0.2);
	margin-bottom: 20px;
	resize: none;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.email-form textarea:focus,
.email-form .input-contact-half:focus {
	border: solid 1px rgb(44 54 72 / 1);
}

.email-form .input-contact-half {
	height: 68px;
	width: 48%!important;
	border: 1px solid rgb(44 54 72 / 0.2);
	padding: 20px;
	margin-bottom: 20px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.email-form .submit-contact {
	width: 138px;
	height: 68px;
	border-radius: 0px;
	color: #fff;
	background: #3ac81e;
	font-size: 14px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.email-form .submit-contact:hover {
	background: #20394d;
}

.next-prev .div-svg {
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.next-prev li a svg path {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.next-prev li a:hover svg path {
	stroke: #005bff;
}

.next-prev li a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: left;
	color: #020d22;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
}

.next-prev li a:hover {
	color: #005bff;
}

.blog-main-right {
	width: 66%;
}

.blog-main-left {
	width: calc(34% - 30px);
}

.blog-search {
	width: 100%;
	height: 74px;
	padding: 10px;
	border: 1px solid rgb(44 54 72 / 0.2);
}

.blog-search .input-foot {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.45px;
	text-align: left;
	color: #020d22;
}

.btn-blog {
	width: 200px;
	height: 54px;
	background-color: #005bff;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: left;
	color: #ffffff;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #005bff;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.vat-head {
	font-family: PlayfairDisplay;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.9px;
	text-align: left;
	color: #020d22;
}

.cat-list li {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.67;
	letter-spacing: 0.45px;
	text-align: justify;
	color: #020d22;
	margin: 8px 0px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
}

.cat-list li:hover {
	color: #005bff;
}

.cat-list li .n-right a {
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cat-list li .n-right svg {
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.cat-list li:hover .n-right svg {
	opacity: 1;
}