
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {	
	font-family: 'Inter', sans-serif;
    color: #555555; 
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    line-height: 1.2;	
    font-weight: 700;
    transition: .5s;
	font-size:23px;
    color: #05213f;
    margin: 0px;	
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
	color: #05213f;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
	color:#333;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { }
ul {
    margin: 0;
    padding: 0;
}
li {
 list-style:none;
}
input:focus,
button:focus
{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:400;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-placeholder {
    color: #666;
    font-size: 16px;
}
::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}
:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}
::placeholder {
    color: #666;
    font-size: 16px;
}
/* End Global css */
/* top menu css */
.top_menu_area {
    background: #05213F;
    padding-left: 150px;
    padding-right: 140px;
}
.top_menu_social_icons {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.top_menu_content span,
.top_menu_content a {
    font-size: 13px;
    padding-right: 10px;
    color: #9aaabb;
	margin-top:14px;
    display: inline-block;
}
.top_menu_content a p,
.top_menu_content p span,
.top_menu_content span i,
.top_menu_content a i{
	font-size:13px;
	color:#fee023;
	display:inline-block;
}
.top_menu_content p {
    display: inline-block;
    color: #9aaabb;
    font-size: 13px;
}
.top_menu_content p i {
    color: #fee023;
    font-size: 13px;
}
.top_menu_content i {
    margin-right: 3px;
}
.top_menu_social_icons a i {
    color: #fff;
    transition: .5s;
    padding: 4px;
    border-radius: 4px;
}
.top_menu_social_icons a i:hover{
	background:#fee023;
}
.top_menu_social_icons a {
    border-radius: 5px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	transition: .5s;
}
.user_right {
    justify-content: flex-end;
    float: right;
    margin: 12px 0px;
}
.user_right a i {
    color: #FEE023;
    font-size: 13px;
}
.user_right span {
    font-size: 13px;
    color: #9aaabb;
}
/* main menu area css */
.hp_menu_area {}
.hp_nav_area {
    background: #fff;
    padding-left: 130px;
    padding-right: 140px;
}
.hp_nav_area.prefix{
    background: #0d2e4b;
}
.menu_logo {
    padding: 24px 0px 24px 6px;
}
.prefix a.main_sticky_logo,
a.main_sticky_white {
    display: none;
}
.prefix a.main_sticky_white{
    display: block;
}

.main_menu{
	display:flex;
	justify-content:flex-end;
	flex-wrap:no-wrap;
}
.main_menu ul {
    list-style: none;
    display: flex;
}
.main_menu > ul > li{
	position:relative;
}  
.main_menu > ul > li > a {
    padding: 29px 10px 29px 10px;
    display: inline-block;
    font-size: 20px;
    color: #05213f;
    transition: .5s;
    font-weight: 500;
    margin-right: 30px;
}
.main_menu > ul > li > a:hover{
	color:#006CFF;
}
.hp_nav_area.prefix .main_menu > ul > li.current > a,
.main_menu > ul > li.current > a {
    color: #006cff;
}
.hp_nav_area.prefix .main_menu > ul > li > a {
    color: #fff;
}
.hp_nav_area.prefix .right_sideber_menu i{
	color:#fff;
}
/* menu btn */
.section_btn a {
    padding: 15px 22px;
    display: inline-block;
    background: #006CFF;
    border-radius: 6px;
    transition: .5s;
    margin: 16px 0px;
    color: #fff;
}
.section_btn a:hover{
	background:#fee023;
}
/* sub menu css */
.main_menu > ul > li > ul {
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 100%;
    left: 0px;
    z-index: 1111;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.main_menu > ul > li > ul  li {
    padding: 5px 0px 10px 20px;
    margin-bottom: 5px;
    transition: .5s;
}
.main_menu > ul > li > ul li a {
    display: block;
    color: #05213f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
}
.main_menu > ul > li > ul li a i {
    font-size: 15px;
    margin-left: 5px;
}
.main_menu > ul > li:hover > ul{
	opacity:1;
	visibility:visible;
}
.main_menu > ul > li > ul li:hover{
	background:#fff;
}
.main_menu > ul > li > ul > li:hover a{
	color:#006CFF;
}
/* sub menu of sub menu */
.main_menu > ul > li > ul > li{
	position:relative;
}
.main_menu > ul > li > ul > li ul{
	position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 0;
    left: 100.4%;
    z-index: 1111;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 15px;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.main_menu > ul > li > ul > li:hover ul{
	opacity:1;
	visibility:visible;
}
.main_menu > ul > li > ul > li:hover ul li a{
	color:#05213f;
}
.main_menu > ul > li > ul > li:hover ul li:hover a{
	color:#006CFF;
}
/* manu icon */
.p_relative{
	position:relative;
}
.p_relative::before {
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 13px;
    opacity: .5;
    position: absolute;
    right: -4px;
    top: 52%;
    transform: translateY(-50%);
	font-weight:600;
}
/* portfolio icon */
.position_relative{
	position:relative
}
.position_relative::after {
    content: "\f105";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 13px;
    opacity: .5;
    position: absolute;
    right: 95px;
    top: 55%;
    transform: translateY(-50%);
    font-weight: 600;
}
/* mobile menu area */
.mobile_logo_area,
.hp_mobilemenu_area{
	display:none;
}
.mean-bar {
    background: #006CFF!important;
    position: relative;
}
.mean-bar::before {
    color: #fff;
    content: "";
    font-size: 18px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 9px;
    padding: 4px 0px;
}
.mean-bar::before{
	content:"MENU";
}
.mean-container .mean-nav ul li a {
    border-top: 1px solid #ddd !important;
    color: #000 !important;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}
.mean-container .mean-nav ul li a {
    font-size: 15px;
    text-transform: capitalize!important;
}
.mean-container .mean-nav ul li a.mean-expand {
    background: transparent!important;
}
/* mobile device 990   */
@media (max-width: 990px) {
.hp_menu_area{
	display:none;
}
.mobile_logo_area,
.hp_mobilemenu_area{
	display:block;
}
.sticky-wrapper {
    z-index: 99999;
    height: 0;
}
.hp_menu_logo img {
    padding: 20px 0px;
}
.position_relative::after {
    right: 211px;
}

	
}
/* end mobile device 990   */
/* slider area css */
.nd_slider_content {
	height:850px;
	background-size:cover;
	position:relative;
	background-position:center;
}
.padding_left_right_0{
	padding-left:0px;
	padding-right:0px;
}
.nd_slider_content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2eba63;
}
.nd_slider_content_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nd_slider_content_inner h1 {
    font-size: 70px;
    color: #FFFFFF;
    line-height: 1.2;
    text-transform: capitalize;
}
.nd_slider_content_inner p {
    font-size: 19px;
    padding-top: 15px;
    color: #FFFFFF;
    width: 70%;
    font-weight: 500;
    padding-bottom: 8px;
}
.slider_section_btn {
    float: left;
}
.slider_section_btn a {
    background: #fee023;
    padding: 20px 20px;
    font-size: 17px;
    border-radius: 6px;
	color:#05213f;
    transition: .5s;
}
.slider_section_btn a:hover{
	background:#006CFF;
	color:#fff;
}
.nd_section_btn .active:hover i{
	color:#fee023;
}
/* slider video icon pop up css */
.slider_video {
    margin-top: -70px;
    margin-left: 40px;
    display: inline-block;
}
.play-overlay a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 23px;
    border-radius: none;
    background: transparent;
    margin-top: 60px;
}
.play-overlay a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius:3px; 
    animation-fill-mode: both;
    animation: witr-shadow  1.5s ease-in-out infinite;
    animation-name: witr-shadow;
    animation: witr-shadow  1.5s ease-in-out infinite;
}
.play-overlay i {
    color: #046DFC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: 1.5s ease-in-out infinite;
    font-size: 15px;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/* slider slick arrow */
.slider_slick_arrow .slick-prev {
    margin-left: 50px;
}
.slider_slick_arrow .slick-next {
    margin-right: 50px;
}
.slider_slick_arrow .slick-prev, .slider_slick_arrow .slick-next {
    width: 0px;
    height: 48px;
    opacity: 0;
    font-size:0px;
    position: absolute;
    top: 50%;
    z-index: 999;
    border: none;
    border-radius: inherit;
    transition: .5s;
    transform: translateY(-50%);
}
.nd_slider_active:hover .slick-prev,
.nd_slider_active:hover .slick-next{
	opacity:1;
}
.slider_slick_arrow .slick-prev::before, .slider_slick_arrow .slick-next::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
	color:#fff;
	font-family: 'IcoFont';
	font-weight: normal;
	transition:.5s;
}
.slider_slick_arrow .slick-prev::before{
	content: "\eac9";
	transition:.5s;
}
.slider_slick_arrow .slick-next::before{
    content: "\eaca";
	transition:.5s;
}
.slider_slick_arrow .slick-prev:hover,
.slider_slick_arrow .slick-next:hover{
	background:#FFFFFF;
	width:50px;
}
.slider_slick_arrow .slick-prev:hover::before,
.slider_slick_arrow .slick-next:hover::before{
	color:#006CFF;
}
/* service css */
.search_form_area {
    background: #FFFFFF;
    padding: 65px 68px 50px 50px;
    border-radius: 5px;
    margin-top: -96px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}
.search_left_content h2 {
    font-size: 36px;
}
.search_left_content p {
    font-size: 16px;
    padding-top: 10px;
}
select.form-control.search_form,
input.form-control.search_form {
    border: none;
    outline: none;
    height: 50px;
    width: 100%;
    font-size: 16px;
    background: transparent;
    border: 2px solid #ddd;
    border-radius: 0;
    margin-top: 15px;
    transition: .5s;
    padding: 20px 0px 20px 30px;
    color: #A3938C;
    border-radius: 6px;
}
select.form-control.search_form:focus,
input.form-control.search_form:focus {
    color:none; 
    background-color: none; 
    border-color: #ddd; 
    outline: 0; 
    box-shadow:none; 
}
button.form-control.search_form {
    border: none;
    background: #006CFF;
	color:#fff;
    border-radius: 8px;
    padding: 19px k20px;
    font-size: 16px;
    height: 51px;
    width: 120px;
    margin-top: 14px;
}
select.form-control.search_form,
.form-control.search_form:focus {
    background-color: #;
    border-color: ;
    outline: 0;
    box-shadow: none;
}
select.form-control.search_form {
    color: #555555;
    padding: 0px;
    padding-left: 30px;
}
/* all section title css */
.all_section_top_title {
    padding-bottom: 40px;
}
.all_section_top_title h5 {
    font-size: 18px;
    color: #006CFF;
    position: relative;
    margin: 10px 0px 15px 50px;
}
.all_section_top_title h4{
	font-size:18px;
	color: #006CFF;
	margin:10px 0px 15px 0px;
}
.all_section_top_title h5::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 3px;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background: #006CFF;
}
.all_section_top_title h2 {
    font-size: 36px;
}
.all_section_top_title p {
    font-size: 16px;
}
/* End all section title css */

/* about area css */
.dt_about_area {
    padding: 122px 0px 100px 0px;
}
.about_left_content .all_section_top_title p {
    width: 58%;
	float: left;
    overflow: hidden;
	padding-top:40px;
}
.about_btn a {
    background: #006CFF;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 19px;
    transition: .5s;
}
.about_btn a:hover{
	background:#FEE023;
}
.about_right_image img {
    width: 100%;
}
.about_right_txt p {
    float: right;
    width: 37%;
}
.about_right_list {
    float: right;
}
.about_right_list ul li span i {
    background: #006CFF;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
    margin-left: -26px;
}
.about_right_list ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #05213f;
}
.price_list ul li {
    font-size: 17px;
    margin-bottom: 15px;
    color: #05213f;
    display: inline-block;
}
/* dt service area css */
.dt_service_area {
    background-image: url("assets/images/service-bg.jpg");
    background-size: cover;
    background-position: center center;
    padding: 90px 0px 95px;
}

.feature_inner_area {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 12px;
    background: #FFFFFF;
    transition: .5s;
}
.dt_single_service{
	padding: 48px 38px;
	position:relative;
}
.dt_single_service::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url("assets/images/se1.jpg");
	background-size:cover;
	border-radius: 12px;
	opacity:0;
	transition:.5s;
}
.dt_single_service:hover::before{
	opacity:1;
}
.dt_single_service::after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#006CFF;
	opacity:0;
	transition:.5s;
}
.dt_single_service:hover::after{
	opacity:.8;
}
.service_icon i {
    display: inline-block;
    transition: .5s;
    font-size: 54px;
    color: #006CFF;
}
.feature_inner_area h3 {
    font-size: 22px;
    line-height: 1.3;
    transition: .5s;
    padding: 15px 10px 0px 0px;
}
.feature_inner_area p {
    font-size: 16px;
    width: 100%;
    padding-top: 20px;
	transition:.5s;
}
.service_btn a {
    padding: 15px 30px;
    border-radius: 8px;
    background: #05213F;
    margin-top: 20px;
    transition: .5s;
    font-size: 16px;
    font-weight: 500;
	z-index:999;
	position:relative;
}
.feature_inner_area:hover i,
.feature_inner_area:hover h3,
.feature_inner_area:hover p{
	color:#fff;
	z-index:999;
	position:relative;
}
.service_btn a:hover{
	background:#FEE023;
}
/* dt video area css */
.dt_video_area{
	background-image:url("assets/images/video-img.png");
	background-size:cover;
	background-position:center center;
	position:relative;
}
.video_inner_area{
	height:450px;
}
/* video section video icon */
.video_section_video_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 52px;
}
.video_section_video_icon a {
    width: 70px;
    height: 70px;
}
.video_section_video_icon i {
    font-size: 22px;
}
.video_inner_content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.video_inner_content h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
}
/* dt feature content css */
.tab_list {
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    transition: .5s;
    z-index: 999;
    position: relative;
    padding: 30px 45px;
}
.nav-tabs .nav-link {
    border: none; 
    border-top-left-radius: none; 
    border-top-right-radius: none; 
}
.tab_list i {
    font-size: 50px;
    margin-bottom: 10px;
    display: inline-block;
    transition: .5s;
    color: #006CFF;
}
.tab_list span {
    padding-bottom: 10px;
    font-size: 20px;
    transition: .5s;
    display: block;
    cursor: pointer;
    font-weight: 600;
}
.tab_list_area {
    padding-bottom: 80px;
    margin-top: -230px;
}
.nav-tabs {
    border-bottom: none;
    justify-content: space-between;
}
.nav-tabs .nav-link.active {
	background-color: #006CFF; 
    border:none;
	color:#fff;
}
.nav-tabs .nav-link.active.tab_list i{
	color:#fff;
}
.tab_list:hover{
	background:#006CFF
}
.tab_list:hover i,
.tab_list:hover span{
	color:#fff;
}
/* tab content area */
.dt_tab_area {
    background: #FFFFFF;
    padding: 150px 0px 80px;
}
.tab-content .all_section_top_title p {
    font-size: 16px;
    width: 100%;
    padding-top: 25px;
}
.dt_tab_left_signature img {
    margin-top: 25px;
}
/* dt tab middle image */
.dt_tab_image img{
	width:100%;
}
.dt_tab_image{
	position:relative;
}
.dt_tab_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -28px;
}
/* dt tab right list css */
.dt_tab_right_image img {
    width: 100%;
}
.dt_tab_right_list {
    float: left;
}
.dt_tab_right_list ul li {
    margin-left: 26px;
    margin-bottom: 0px;
    margin-top: 12px;
}
.dt_tab_right_list h3 {
    padding-top: 30px;
}
/* work area css */
.dt_work_area {
    background-image: url("assets/images/working-bg-img.jpg");
    background-size: cover;
    padding: 90px 0px 95px;
}
.single_work {
    background: #FFFFFF;
    padding: 35px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 6px;
	text-align:center;
	position:relative;
}
.single_work::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: #006CFF;
    transition: .5s;
    border-radius: 50%;
	z-index:999;
}
.single_work::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #006CFF;
}
 .single_work:hover::before{
	background:#FFFFFF;
}
.single_work:hover::after{
	background:#006CFF;
}
.single_work_icon i {
    font-size: 40px;
    color: #006CFF;
    width: 80px;
    height: 80px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    display: inline-block;
    line-height: 80px;
    border-radius: 50%;
    margin-top: 15px;
	transition:.5s;
}
.single_work:hover .single_work_icon i{
	color:#FEE023;
}
.single_work_content h3 a {
    font-size: 22px;
    margin-top: 30px;
    transition: .5s;
    display: inline-block;
}
.single_work_content h3 a:hover{
	color:#006CFF;
}
.single_work_content p {
    font-size: 16px;
    padding-top: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}
/* team area css */
.dt_team_left_image img{
	width:100%;
}
/* team right css */
.dt_team_right_area {
    background: #006CFF;
    padding: 138px 20px 135px 50px;
}
.dt_team_right_area .all_section_top_title h4 {
    color: #fff;
}
.dt_team_right_area .all_section_top_title h2 {
    color: #fff;
}
.dt_team_right_area .all_section_top_title p {
    color: #fff;
    width: 60%;
    padding-top: 35px;
}
.dt_team_member_content {
    background: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}
.dt_team_image img {
    width: 100%;
	border-radius:6px 6px 0px 0px;
.}
.dt_team_image{
	position:relative;
}
.dt_team_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
}
.team_icons a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #FFF;
    display: inline-block;
    border-radius: 4px;
    line-height: 40px;
    margin: 0px 3px;
}
.team_icons a:hover{
	background:#006CFF;
	color:#fff;
}
.dt_team_image_content {
    padding: 10px 0px;
}
.dt_team_image_content h3 a {
    font-size: 22px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 10px;
	transition: .5s;
}
.dt_team_image_content h3 a:hover{
	color:#006CFF;
}
.dt_team_image_content p {
    color: #006CFF;
    font-size: 19px;
}
.dt_team_positioning_icons {
    position: absolute;
    left: -100%;
    bottom: 130px;
    transition: .5s;
}
.dt_team_member_content:hover .dt_team_positioning_icons {
    left: 20px;
}
/* slick arrow and dots css */
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    border: none;
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    border: 2px solid #ffcc00;
    transition: .5s;
}
.slick-next{
	left:auto;
	right:0px;
}
.slick-prev::before, .slick-next::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
	color:#FFCC00;
	font-family: 'IcoFont';
	font-weight: normal;
	transition:.5s;
}
.slick-prev::before{
	content: "\ea93";
	transition:.5s;
}
.slick-next::before{
    content: "\ea94";
	transition:.5s;
}
.slick-prev:hover,
.slick-next:hover{
	background:#ffcc00;
}
.slick-prev:hover::before,
.slick-next:hover::before{
	color:#fff;
}
 .slick-dots .slick-active{
	background:#006CFF;
 }
.slick-dots li {
    background: #006cff7a;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 48px;
}
 li.slick-active{
    width: 30px;
}
button {
    border: none;
    font-size: 0;
    background: none;
}
button:focus {
    outline: 0;
    outline:0;
}
/* team slick arrow css */
.team_slick_dots .slick-dots .slick-active{
	display:none;
 }
/* dt contact area css */
.dt_contact_area {
    background: #FFFFFF;
    padding: 120px 0px;
}
.dt_contact_area .all_section_top_title p{
	padding-top:30px;
}
.contact_left_list {
    float: none; 
    margin-left: 20px;
}
.contact_left_list ul li span i {
    color: #006CFF;
    font-size: 22px;
	background:none;
}
.quick_support {
    padding-top: 20px;
}
.support_icon {
    float: left;
    overflow: hidd;
    overflow: hidden;
}
.support_icon i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    background: #E5F0FF;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: #006CFF;
	transition:.5s;
}
.support_icon i:hover{
	background:#006CFF;
	color:#fff;
}
.support_text {
    margin-left: 20px;
    display: inline-block;
    padding-top: 12px;
}
.support_text h5 {
    font-size: 16px;
    color: #555555;
}
.support_text h3 {
    font-size: 23px;
    padding-top: 5px;
    display: inline-block;
    color: #006CFF;
}
/* contact right form css */
.contact_form_right_area {
    background: #FFFFFF;
    box-shadow: 0px 0p 20px 0px #000;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 30px 48px;
}
.contact_right_title h5 {
    margin-bottom: 5px;
}
.contact_right_title h2 {
    padding-bottom: 10px;
}
.contact_txt p {
    margin-bottom: 4px;
    font-size: 16px;
}
.contact_txt p span {
    color: #006cff;
}
.slider_section_btn.about_btn.contact_btn button.w_btn2 {
    font-size: 17px;
    background-color: #006cff;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 18px 30px;
    margin-top: 10px;
    border-radius: 5px;
}
/* placeholder css */
textarea.form-control.txt_area_style.contact_form::placeholder,
select.form-control.search_form.contact_form,
input.form-control.search_form.contact_form::placeholder{
	font-size:14px;
	color:#555555;
}
/* input style css */
input.form-control.search_form.contact_form,
select.form-control.search_form.contact_form{
    color: #555555;
    font-size: 14px;
    padding: 15px;
    height: 40px;
    border: 1px solid #dddddda3;
}
select.form-control.search_form.contact_form {
    padding: 0px;
    padding-left: 15px;
}
select.form-control.search_form.contact_form {
    padding: 0px;
    padding-left: 15px;
    margin-top: 4px;
}
/* dt pricing plane css */
.dt_pricing_plane_area {
    background: #F8FBFF;
    padding: 95px 0px;
}
.dt_pricing_plane_inner {
    background: #000;
    border-radius: 10px;
	transition:.5s;
}
.dt_pricing_title {
    background-image: url("assets/images/price-img.jpg");
    background-size: cover;
    padding: 20px 25px 30px 38px;
    position: relative;
    border-radius: 10px 10px  0px 0px;
    box-shadow: 0px 0px 25px 0px #dddddd82;
}
.dt_pricing_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #05213FED;
	border-radius: 10px 10px 0px 0px;
	transition:.5s;
}
.dt_pricing_title h5 {
    color: #fff;
    z-index: 999;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}
.dt_pricing_title h2 {
    color: #fff;
    position: relative;
    padding-top: 8px;
    font-size: 30px;
}
.dt_pricing_title h3 {
    color: #fff;
    position: relative;
    font-size: 27px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: -12px;
}
.dt_pricing_title span {
    font-size: 18px;
}
.dt_pricing_icon {
    position: absolute;
    top: 120px;
    left: 55px;
    z-index: 9999;
}
.dt_pricing_icon i {
    font-size: 40px;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #FFF;
    text-align: center;
    border-radius: 50%;
    color: #0C72FE;
    z-index: 999;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}
.price_list {
    padding-left: 60px;
    padding-top: 65px;
    padding-bottom: 35px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    margin-left: 0px;
}
.price_list .list_color {
    color: #a09797;
    position: relative;
}
.price_list .list_color::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #2f24243b;
    top: 50%;
    left: 0px;
    width: 100%;
}
.price_list .list_color i{
	color: #ddd;
}
.dt_pricing_btn{
	text-align:center;
	transition:.5s
}
.dt_pricing_btn a {
    font-size: 16px;
    padding: 22px 0px;
    display: block;
    color: #fff;
	transition:1s;
}
 .dt_pricing_plane_inner:hover{
	background:#ffcc00;
}
 .dt_pricing_plane_inner:hover .dt_pricing_title::before{
	background:#006CFFED;
 }
 .dt_pricing_plane_inner:hover .dt_pricing_btn a{
	color:#000;
 }
/* testimonial area css */
.dt_testimonial_area {
    background-image: url("assets/images/testimonial-bg-img.jpg");
    padding: 92px 0px 160px;
    background-size: cover;
    position: relative;
}
.dt_testimonial_area::before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#052445f7;
}
.dt_testimonial_area .all_section_top_title h4 {
    color: #fff;
}
.dt_testimonial_area .all_section_top_title h2 {
    color: #fff;
}
.testimonial_single {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 38px 36px 48px;
    border-bottom: 4px solid transparent;
    transition: .5s;
    background: #fff;
    border-radius: 10px;
}
.testimonial_single:hover{
	border-bottom-color:#006CFF;
}
.padding_bottom{
	padding-bottom:40px;
}
.testimonial_icons{
	text-align:center;
}
.testimonial_icons i {
    font-size: 26px;
    display: inline-block;
    color: #006CFF;
}
.testimonial_single p {
    font-size: 17px;
    padding-top: 10px;
    line-height: 28px;
    text-align: center;
}
.testimonial_icons h3 {
    display: inline-block;
    color: #ffcc00;
    font-size: 18px;
    margin-left: 10px;
    padding-bottom: 10px;
    font-style: italic;
}
.testimonial_img {
    float: left;
    margin-left: 30%;
    transform: translateX(-50%);
    margin-top: 5px;
}
.testimonial_img_content {
    padding-top: 15px;
    margin-left: -20px;
    display: inline-block;
}
.testimonial_img_content h3 {
    color: #555;
    font-size: 22px;
}
/* testimonial slick arrow css */
.testimonial_slick_arrow .slick-prev {
	display:none;
}
.testimonial_slick_arrow .slick-next {
	display:none;
}
.testimonial_dots .slick-dots li {
    left: 50;
}
.testimonial_slick_arrow.slick-prev, .team_slick_arrow .slick-next {}
 ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/* blog area css */
.blog_area {
    background: #FFFFFF;
    padding: 80px 0px 65px;
}
.blog_left_top_title h2 {
    line-height: 15px;
}
.margin_btm{
	margin-bottom:30px;
}
.nd_single_blog {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    margin-bottom: 30px;
}
.nd_single_blog img{
	width:100%;
	transform:scale(1);
	transition:.5s;
}
.nd_single_blog img:hover{
	transform:scale(1.1);
}
.blog_content {
    padding: 20px 30px 25px 30px;
}
.grid_blog_down_icon i {
    color: #006CFF;
    transition: .5s;
}
.grid_blog_down_icon span {
    transition: .5s;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 17px;
}
.grid_blog_down_icon p span{
    color: #006CFF;
    font-size: 17px;
    display: inline;
	transition: .5s;
}
.grid_blog_down_icon p span:hover{
	color:#fee023;
}
.blog_content h3 a {
    padding-top: 10px;
    font-size: 22px;
    transition: .5s;
    display: inline-block;
}
.blog_content h3 a:hover{
	color:#fee023;
}
.blog_content p {
    margin-bottom: 10px;
    font-size: 17px;
    padding: 15px 0px;
    display: inherit;
}
.blog_grid_btn a {
    padding: 15px 30px;
    background: #E5F0FF;
    color: #006CFF;
    font-size: 15px;
    display: inline-block;
    transition: .5s;
    border-radius: 5px;
}
.blog_grid_btn a:hover{
	background:#006CFF;
	color:#fff;
}
.grid_blog_img{
	position:relative;
	overflow:hidden;
}
.grid_blog_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03031e8c;
    transform: scale(0);
	transition:.5s;
	z-index:999;
}
.nd_single_blog_inner:hover .grid_blog_img::before{
	transform:scale(1);
}
.nd_single_blog_inner:hover .grid_blog_img img{
	transform:scale(1.2);
}
/* blog slick arrow css */
.blog_slick_arrow .slick-prev, .blog_slick_arrow .slick-next {
    width: 55px;
    height: 55px;
    background: #006cff;
    opacity: 1;
    font-size: 0px;
    position: absolute;
    right: 15px;
    top: -75px;
    z-index: 999;
    border: none;
	border-radius:inherit;
    transition: .5s;
}
.blog_slick_arrow .slick-prev {
    right: 77px;
    left: auto;
}
.blog_active:hover .slick-prev,
.blog_active:hover .slick-next{
	opacity:1;
}
.blog_slick_arrow .slick-prev::before, .blog_slick_arrow .slick-next::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
	color:#fff;
	font-family: 'fontawesome';
	font-weight: 400;
	transition:.5s;
}
.blog_slick_arrow .slick-prev::before{
	content: "\f177";
	transition:.5s;
}
.blog_slick_arrow .slick-next::before{
    content: "\f178";
	transition:.5s;
}
.slick-prev:hover,
.slick-next:hover{
	background:#fee023;
}
.slick-prev:hover::before,
.slick-next:hover::before{
	color:#fff;
}
/* brand area css */
.brand_area {
    padding: 65px 0px 50px;
    background: #006CFF;
}
.brand_slick_dots.slick-dots li{
	display:none;
 }
 .brand_slick_dots .slick-dots{
	display:none;
 }
.brand_slick_dots .slick-dots .slick-active{
	display:none;
 }
/* footer area css */
.footer_area {
    padding: 90px 0px 10px;
    background: #05213F;
}
.single_footer_content p {
    color: #fff;
    padding-top: 25px;
    font-size: 16px;
    line-height: 28px;
}
.single_footer_icons {
    margin-top: -12px;
}
.single_footer_icons a {
    color: #fff;
    background: #1E3853;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right:10px;
	transition:.5s;
}
.single_footer_icons a:hover{
	background:#006CFF;
}
/* single footer 02 css */
.single_footer_title h3 {
    color: #fff;
    padding-bottom: 25px;
    font-size: 22px;
}
.single_footer_content ul li a {
    color: #fff;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    transition: .5s;
    font-weight: 400;
    display: inline-block;
}
.single_footer_content ul li a:hover{
	color:#006CFF;
}
/* 03 single footer css */
.single_footer_content {
    margin-bottom: 30px;
}
.single_footer_left_img {
    float: left;
    overflow: hidden;
    padding-right: 10px;
}
.single_footer_left_img img {
    width: 75px;
    margin-top: 10px;
    height: 75px;
}
.single_footer_right_txt h6{
	line-height:1;
}
.single_footer_right_txt h6 a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: .5s;
}
.single_footer_right_txt h6 a:hover{
	color:#006CFF;
}
.single_footer_right_txt i {
    color: #006CFF;
	font-size: 16px;
}
.single_footer_right_txt span {
    color: #A1A3A7;
    font-size: 14px;
    margin-left: 5px;
}
/* copyright area css */
.footer_copyright_area {
    background: #091b54;
}
.copyright_right_list {
    float: right;
}
.copyright_left_txt span {
    font-size: 15px;
    color: #ffffff;
    padding: 12px 0px;
    display: inline-block;
}
.copyright_right_list ul {
    display: flex;
}
.copyright_right_list ul li a {
    color: #fff;
    font-size: 15px;
    padding: 12px 15px;
    display: inline-block;
	transition:.5s;
}
.copyright_right_list ul li a:hover{
	color:#006fcc;
}
/* scrollUp css */
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 40px;
    line-height: 40px;
    background-color: #006CFF;
    color: #fff;
    border-radius: 8px;
    position: relative;
    font-size: 0px;
}
#scrollUp::before{
	position:absolute;
	content:"\eaa1";
	font-size:35px;
	color:#fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	font-family: 'IcoFont';
	font-weight: normal;
}
/* breadcumb css */
.nd_breadcrumb h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}
.breadcumb_area {
    background-image:url(assets/images/slider1.jpg);
	padding: 150px 0px;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.breadcumb_area::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2e2eba63;
}
.nd_breadcrumb ul {
    text-align: center;
    color: #fff;
}
.nd_breadcrumb ul li {
    display: inline;
    font-size: 17px;
    font-weight: 600;
}
.nd_breadcrumb ul li a {
    padding: 0px;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    transition: .5s;
}
.nd_breadcrumb ul li a:hover{
	color:#006CFF;
}
.nd_breadcrumb i {
    color: #fff;
    font-weight: 600;
}
.nd_breadcrumb ul li:last-child a {
    color: #fff;
}
/* site pages css */
/* team top title css */
.team_area{
	padding:80px 95px;
}

.team_page_content {
    box-shadow: 0px 0px 25px 0px #dddddd61;
}
/* team slick arrow css */
.team_slick_arrow .slick-prev, .team_slick_arrow .slick-next {
    width: 60px;
    height: 58px;
    background: #006cff;
    opacity: 0;
    font-size: 0px;
    position: absolute;
    top: 50%;
    z-index: 999;
    border: none;
    border-radius: inherit;
    transition: .5s;
    transform: translateY(-50%);
}
.team_slick_arrow .slick-prev:hover, .team_slick_arrow .slick-next:hover{
	background:#FEE023;
}
.team_slick_arrow .slick-prev::before, .team_slick_arrow .slick-next::before{
	color:#fff;
	line-height:58px;
}
.team_slick_arrow .slick-prev {
    left: 0px; 
}
.team_slick_arrow .slick-next {
    right: 0px; 
}
.team:hover .slick-prev,
.team:hover .slick-next{
	opacity:1;
}
.page_team_icons {
    position: inherit;
    left: 0px;
    bottom: 10px;
    margin-bottom: 20px;
}
.team_page_content2:hover .page_team_icons{
	left:0px;
}
.page_team_icons a {
    border-radius: 100%;
    border: 1px solid #ddd;
    color: #006CFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
/* team 2 area css */
.team_area2 {
    background: #F9F9F9;
    padding: 100px 0px;
}
.team_page_content2 {
    padding: 40px 65px 0px 65px;
    margin-bottom: 30px;
}
/* service page css */
.single_service_area {
    padding: 80px 0px;
    background: #FFFFFF;
}
.service_bg_image  img{
	width:100%;
}
.service_inner h2 {
    font-size: 40px;
    padding: 30px 0px 10px 0px;
}
 /* accordion css *//
.accordion_area_02 .accordion_02_shadow {
	border:none;
    box-shadow: 0px 0px 20px 0px #dddddd80;
	border-left:2px solid #ffcc00;
	background:none;
}
.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
    color: #000;
    background:none;
}
.active .writ_ac_style_02 {
    background: none;
    color: #000;
}
.border_bottom_0{
	border-bottom:none;
}
.writ_ac_style_02 {
    margin-left: 36px;
    font-size: 20px;
    font-weight: 700;
	display:block;
}
.writ_ac_style_02:before {
    position: absolute;
    content: '\f067';
    left: 20px;
	margin-right:10px;
    font-family: fontawesome !important;
    font-weight: 400;
}
.active .writ_ac_style_02:before {
    content: '\f068';
}
.card-header.witr_ac_card.border_bottom_0 {
    background: #fff;
    padding: 18px 5px;
}
.content_style p,
.conent_style p {
    padding-left: 18px;
}
.card.card-2.accordion_02_shadow {
	border: 0 !important;
    border-left: 2px solid #006cff !important;
    margin-bottom: 20px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}
/* testimonial */
.testimonial_area{
	background:#FFFFFF;
	padding:100px 0px;
}
.single_detail_testimonial {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 35px;
    text-align: center;
    margin: 20px 0px;
}
.detail_testimonial_icon i {
    font-size: 54px;
    color: #006cff;
}
.single_detail_testimonial p{ 
	padding-top:10px;
}
.detail_testimonial_img {
    text-align: center;
    display: inline-block;
}
.single_detail_testimonial h3 {
    padding-top: 15px;
    font-size: 22px;
}
.single_detail_testimonial span {
    color: #006cff;
    font-size: 18px;
}
/* faq area  */
.faq_area1{
	padding:100px 0px;
	background:#FFFFFF;
}
.accordion_left_img img {
    width: 100%;
}
/* portfolio area */
.dt_portfolio_area{
	background:#FFFFFF;
	padding:100px 0px;
}
.portfolio_menu {
    float: inherit;
    margin-bottom: 30px;
    justify-content: center;
}
.portfolio_menu ul{
	display:flex;
	list-style:none;
}
.portfolio_menu ul {
    display: flex;
    list-style: none;
    justify-content: center;
}
.portfolio_menu ul li:first-child{
	margin-left:0;
}
.portfolio_menu ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 5px 20px;
    position: relative;
    transition: .5s;
}
.about_01 ul li{
	margin-top:25px;
}
.portfolio_menu ul li:hover{
	color:#fff;
	background: #006cff;
	border-color:#006cff;
}
.portfolio_menu ul li:hover,
.portfolio_menu ul li.current_menu_item {
    color: #fff;
    background: #006cff;
    border-color: #006cff;
}
.portfolio_img img{
	width:100%;
}
.portfolio_icons a {
    background: transparent;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
	text-align:center;
}
.portfolio_icons a:hover{
	background: #006cff;
    color: #fff;
}
.single_portfolio{
	position:relative;
}
.portfolio_content_area h3 a {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;
}
.portfolio_content_area h3 a:hover{
	color: #fee023;
}
.portfolio_content_area p{
	padding-top: 5px;
    color: #fff;
}
.portfolio_content_area {
    background: #006cff80;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    transition: .5s;
    text-align: center;
    color: #fff;
} 
.portfolio_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    transition: all 0.5s ease-in-out 0.5s;
}
.portfolio_content_area {
    position: absolute;
    text-align: center;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #006cff80;
    z-index: 9;
	transition:.5s;
}
.portfolio_img img{
	overflow:hidden;
}
.single_portfolio:hover .portfolio_content_area{
	opacity:1;
}
.margin_btm{
	margin-bottom:30px;
}
/* portfolio 02 css */
.porfolio_collumn {
    padding: 86px 0px 80px;
}
.porfolio_collumn .all_section_top_title p {
    width: 40%;
    margin: 0 auto;
    padding-top: 10px;
}

/* blog 2 left sidebar css */
.left_side_search_btn button, input {
	border: none;
    background: #F7F7F7;
    padding: 20px 25px;
}
.left_side_search_btn ::placeholder{
	font-size:18px;
}
.left_side_search_btn button, input i{
	font-size:20px;
	color:red;
}
.search_left_sidebtn{
	display:inline-block;
}
.left_side_search_btn{
	position:relative;
}
.right_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.right_btn a i {
    background: #006cff;
    color: #fff;
    padding: 20px 25px;
	transition:.5s;
}
.right_btn a i:hover{
	background:#FEE023;
}
.left_side_search_btn {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 8px;
}
/* entries css */
.recent_entries {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    margin-top: 30px;
    padding: 40px 30px;
	border-radius:8px;
}
.recent_entries h3 {
    padding-bottom: 15px;
}
h3.widget {
    border-bottom: 5px double #006cff;
    display: inline-block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}
h3.widget::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #006cff;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: 17px;
	animation-name:move_title_bg1;
}
h3.widget::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #006cff;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count:infinite;
    margin-top: 17px;
	animation-name:move_title_bg2;
}
@keyframes move_title_bg1 {
    from {	
		left:0;		
    }
    to {
		left:100%;
    }
}
@keyframes move_title_bg2 {
    from {	
		right:0;		
    }
    to {
		right:100%;
    }
}
.recent_entries ul li a{
    font-weight: 700;
    transition: .5s;
}
.recent_entries ul li a:hover{
	color:#ffcc00;
}
.recent_entries ul li p {
    font-size: 16px;
    font-weight: 500;
}
.recent_entries ul li:last-child{
	border-bottom:1px solid transparent;
}
.widget_image {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.recent_post_bnone ul li{
	border-bottom:none;
}
.blog_grid_content p {
    font-size: 15px;
    padding: 12px 0px;
}
/* search menu css */
.search_area{
    background:#000000e6 !important;
	position:relative;
}
.search_content form.top_form input {
    font-size: 40px;
    border: none;
    border-radius: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    outline: none;
    border-bottom: 3px solid #fff;
    width: 100%;
    margin-top: 50px;
	padding:38px 0px 30px 0px;
}
.search_content {
    width: 100%;
    height: 650px;
    margin-top: 100px;
    border: none;
    color: #fff;
    position: relative;
}
.search_content i {
    font-size: 95px;
    color: #fff;
    position: absolute;
    top: 70px;
    right: 0px;
}
.search_content ::placeholder{
	color:#fff;
	padding-top:30px;
	font-size:55px;
}
nav.navmenuarea {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* Popup menu Css */
 .menu_popup_option {
    margin-left: 15px;
}
.right_sideber_menu_inner {
    position: fixed;
    right: 0;
    width: 350px;
    top: 0;
    height: 100%;
    z-index: 999;
    overflow: auto;
    padding: 80px 10px 0px 20px;
    display: block;
    transition: 0.5s all;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    transform: translateX(100%);
}
 .tx-s-open {
    transform: translateX(0);
}
.right_side_icon {
    margin: 32px 30px 30px 0px;
}
.right_sideber_menu i {
    font-size: 22px;
    color: #272727;
    cursor: pointer;
	transition:.5s;
}
.right_sideber_menu i:hover{
	color:#006cff;
}
.right_sideber_close_icon i {
    font-size: 22px;
	color: #006cff;
    font-weight: 700;
}
.right_sideber_close_icon {
    position: absolute;
    top: 30px;
    right: 20px;
}
.categories ul {
    display: inherit;
}
.categories ul li a i {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.categories ul li a i {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.categories ul li a i:last-child{
	border-bottom:1px solid transparent;
}
.categories ul li a p {
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.categories ul li:last-child a p{
	border-bottom:1px solid transparent;
}
.categories ul li a p:hover{
	color:#006cff;
}
.categories ul li a {
    font-size: 16px;
    font-weight: 600;
	transition:.5s;
}
.categories ul li a:hover{
	color:#006cff;
}
.categories img {
    width: 75px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}
.recent_post ul li{
	border-bottom:none;
}
img.margin_tp {
    margin-top: 65px;
}
.margin_left {
    margin-left: -85px;
}
/* progress css */
.about_area{
	padding:100px 0px;
}
.progress_area{
	background:transparent;
	margin-left:30px;
	margin-right:40px;
	padding:0px;
}
.witr_progress {
    overflow: hidden;
    position: relative;
}
.progress_content h5 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 10px;
}
.my_progress {
    height: 6px;
    margin-top: 5px;
    width: 90%;
    background: #fff;
    overflow: visible;
}
.my_progress_bar {
    color: #222;
    transition:.6s;
    height: 6px;
    background: #006CFF;
	position:relative;
}
.progress_write_percent{
	position:absolute;
    top: -30px;
    right: 0px;
    color: #fff;
    font-size: 17px;
}
.witr_progress {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.progress_area .all_section_top_title h4 {
    color: #006CFF;
}
.progress_area .all_section_top_title h2 {
    width: 88%;
}
.progress_area .all_section_top_title p {
    width: 85%;
    padding-top: 25px;
    margin-bottom: -24px;
}
.service_area{
	background:#F9F9F9;
}
/* text box css */
.text-box_area {
    padding-top: 100px;
    background: #FFFFFF;
}
.single_text_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 40px 30px 30px 30px;
    text-align: center;
}
.text_box_icon i {
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #006cff;
    display: inline-block;
    transition: .5s;
}
.text_box_icon i:hover{
	color:#fee023;
}
.text_box_content h3 {
    padding-top: 18px;
    font-size: 22px;
}
.text_box_content p {
    font-size: 16px;
    padding-top: 10px;
}
/* contact css */
.txt_area_style.contact_form {
    height: 150px;
    border: 1px solid #dddddda3;
    margin-top: 15px;
    color: #555555;
    font-size: 14px;
    padding-top: 15px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dddddda3;
    outline: 0;
    box-shadow: none;
}
textarea:focus {
   border-color: none; 
   outline-color: none;
}
input.form-control.search_form.contact_form.conta_style {
    height: 45px;
}
/* google map */
.map_area iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -8px;
    border: none;
}
.plt0{
 padding-left:0px; 
 padding-right:0px;
}
/* video page  css */
#witr_mp4_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}



/*新增加的css*/
.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}





