/*====================================================
--<	WebX Header Top Section Css -->
======================================================*/
/* scrollup */
#scrollUp {
    bottom: 30px;
    color: #fff;
    font-size: 34px;
    height: 60px;
    line-height: 60px;
    right: 80px;
    text-align: center;
    width: 60px;
    border-radius: 100%;
    background: #0c5adb;
    transition: .3s;
}
.header-top-section{
	padding: 10px 0;
    background: #0c5adb;
}
.dreamit-top-address{}
.dreamit-top-address ul{
	list-style: none;
}
.dreamit-top-address ul li {
    display: inline;
    color: #fff;
    margin-right: 15px;
}
.dreamit-top-address ul li span {
    font-size: 15px;
}
.dreamit-top-address ul li a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.dreamit-top-address ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.dreamit-top-address ul li i {
    display: inline-block;
    margin-right: 6px;
}
.social-icon{
	text-align: right;
}
.social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
/* style-three */
.style-three.header-top-section {
    display: none;
}
.breadcumn-style.header-top-section {
    padding: 10px 0;
    background: #0c5adb;
    display: none !important;
}
/*====================================================
--<	WebX Header Menu Section Css -->
======================================================*/
/*--Start Mobile menu---*/
.top-logo {
	text-align: center;
	padding: 20px;
	display: none;
}
.menu-toggle{
display: none;
}
.menu-toggle .open_bar,
.menu-toggle .close_bar {
color: #fff;
font-size: 20px;
font-weight: 900;
right: 30px;
position: absolute;
top: 2px;
cursor: pointer;
}
.menu-toggle .close_bar{
display: none;
}
.menu-toggle.closee .open_bar{
display: none !important;
}
.menu-toggle.closee .close_bar{
display: block !important;
}
.logo-txt::before {
    content: "WEBX";
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 17px !important;
    left: 15px;
    z-index: 9999;
    display: none;
}
.menu-toggle {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	right: 30px;
	position: absolute;
	top: 16px;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
.dreamit-header-menu ul li a span i{
	display: none;
}
.active-nav{
	left: 0 !important;
}
/*--End Mobile menu---*/
.header-menu-section{}
.header-menu{
	text-align: right;
}
.header-logo{
	margin-top: 15px;
}
.header-menu ul{
	list-style: none;
	display: inline-block;
}
.header-menu ul li {
    display: inline;
    position: relative;
    padding-bottom: 18px;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    margin: 33px 28px 33px 0;
    transition: .5s;
    text-transform: capitalize;
}
.header-menu ul li a:hover{
	color: #0c5adb;
}
.header-menu ul li a i {
    display: inline-block;
    opacity: 0.5;
    margin-left: 5px;
    font-size: 13px;
}
.header-search-btn{
	display: inline-block;
}
.header-search-btn a {
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    margin-top: 0px;
    background: #0C5ADB;
    margin-left: 15px;
}
/* Sub-Menu */
.header-menu ul li .sub-menu{
    position: absolute;
    left: 0;
    top: 190%;
    width: 270px;
    text-align: left;
    background: #fff;
    padding: 5px 0;
    transition: .5s;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.header-menu ul li:hover .sub-menu{
    top: 130%;
    visibility: visible;
    opacity: 1;
}
.header-menu ul li .sub-menu li a {
    display: block;
    font-size: 15px;
    color: #616161;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0;
    transition: .3s;
}
.header-menu ul li .sub-menu li a:hover{
    transform: translateX(8%);
	color:#0c5adb ;
}
.header-menu ul li .sub-menu li a:before{
	position: absolute;
	left: 0px;
	top: 50%;
	font-size: 20px;
	color: #5451c1;
	content: "";
	transform: translateY(-50%);
	transition: .1s;
	visibility: hidden;
	width: 15px;
	height: 1px;
	background: #0c5adb;
}
.header-menu ul li .sub-menu li a:hover:before{
	opacity: 1;
	visibility: visible;
}
.header-menu ul li a span {
    display: none;
}
/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    background: #111a3a;
    transition: .5s;
    z-index: 1000;
    right: 0;
}
.dreamit-header-logo a img {
    margin-top: 10px;
}
.sticky-logo{
	display: none;
}
.sticky .sticky-logo{
	display: inherit;
}
.techno_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}
.sticky .menu-logo{
	display: none;
}
.sticky .header-menu ul li a {
    color: #fff ;
}
.sticky .header-menu ul li a i{
    color: #fff !important;
}
.sticky .header-menu ul li .sub-menu li a {
    color: #616161 !important;
    display: block;
    padding: 8px 20px;
    margin: 0;
    position: relative;
    transition: .3s;
    font-size: 15px;
}
.sticky .header-menu ul li .sub-menu li a:hover {
	color: #0c5adb !important;
}
.sticky .header-btn a {
    background: #fff !important;
    color: #0c5adb !important;
    border: none !important;
}
.sticky .header-search-btn a {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 30px !important;
    font-size: 13px;
    cursor: pointer;
    background: #0C5ADB !important;
    padding: 0 !important;
    height: 30px !important;
    width: 30px !important;
    color: #fff !important;
}
/* style-three */
.style-three.header-menu-section {
    margin-bottom: -86px;
    position: relative;
    z-index: 99;
}
.dreamit-header-logo a img {
    margin-top: 0 !important;
}
.style-three .header-menu ul li a {
    color: #fff;
}
.style-three .header-menu ul li a:hover {
    color: #fff;
}
/* style-five */
.style-five .header-search-btn a {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    margin-top: 0px;
    background: #0C5ADB;
    padding: 10px 20px;
    height: inherit;
    width: inherit;
}
.sticky .header-btn a {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    font-size: 13px;
    cursor: pointer;
    color: #0C5ADB;
    margin-top: 0px;
    background: #fff;
    padding: 10px 20px;
    height: inherit;
    width: inherit;
}
.header-btn a {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    font-size: 13px;
    cursor: pointer;
    color:#FFF ;
    margin-top: 0px;
    background: #0C5ADB;
    padding: 10px 20px;
    height: inherit;
    width: inherit;
}
.breadcumn-style.header-menu-section {
    margin-bottom: -86px;
}
.breadcumn-style .menu-logo{
    display: none;
}
.breadcumn-style .sticky-logo{
    display: inherit;
}
.breadcumn-style .header-menu ul li a {
    color: #fff;
    font-size: 17px;
}
.breadcumn-style .header-menu ul li .sub-menu li a {
    font-size: 15px;
}
.brpt h2 {
    font-size: 50px;
    color: #fff;
}
/*====================================================
--<	WebX Slider Section Css -->
======================================================*/
.slider-section{
	background: url(images/slider-image1.jpg);
	height: 875px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider-content{}
.slider-content h1 {
    color: #fff;
    font-size: 65px;
    line-height: 90px;
    font-weight: 800;
}
.slider-content h2{
	color: #fff;
	font-size: 65px;
	font-weight: 800;
	margin: 0;
}
.slider-content p {
    color: #fff;
    width: 60%;
    font-size: 19px;
    margin: 20px 0 45px;
    line-height: 31px;
}
.slider-button {
    display: inline-block;
}
.slider-button a{
    background: #0c5adb;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 19px 32px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    transition: .5s;
}
.slider-button a:hover{
    background: #00247E;
    color: #fff;
}
/* style-two */
.style-two.slider-section {
    background: url(images/slider-image2.jpg);
    background-size: cover;
    background-position: center center;
}
.style-two .slider-content p {
    margin: 16px auto 30px;
}
.style-two .slider-button {
    display: inherit;
    margin: auto;
}
/* video css */
.video-icon {
    display: inline-block;
    margin-left: 15px;
}
.video-icon a {
	width: 75px;
	height: 75px;
	line-height: 75px;
	display: inline-block;
	text-align: center;
	border-radius: 500%;
	position: relative;
	color: #0c5adb;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
	background: #fff;
	font-size:28px;
}
.video-icon a i {
	font-size: 28px;
}
@keyframes ripple-blue {
    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)
    }
}
/* owl carousel Style */
.owl-nav {
    position: relative;
	transition:.5s;
}
.owl-prev, .owl-next {
	position: absolute;
	top:-466px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.owl-prev, .owl-next{
	top: -466px;
	position: absolute;
}
.owl-next{
    right:0px;
    transition: .3s;
	position: absolute;
}
.slider_list:hover .owl-prev{
	left:50px;
}
.slider_list:hover .owl-next{
	right:50px;
}
.owl-prev {
    left:0px;
    transition: .3s;
	position: absolute;
}
.owl-next:hover {
    color: #fff;
    background: #0c5adb;
}
.owl-prev:hover {
    background-color: #0c5adb;
    color: #fff;
}
/* slider-one */
.slider-one.slider-section{
    background:url(images/slider4.jpg);
}
/* slider-two */
.slider-two.slider-section{
    background:url(images/slider5.jpg);
}
/* slider-three */
.slider-three.slider-section{
    background:url(images/slider3.jpg);
}
.slider-button2 a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    background: #00247E;
    padding: 17px 30px;
}
.slider-button2 a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    background: #00247E;
    padding: 18px 30px;
    margin-top: 10px !important;
    border-radius: 5px;
    font-weight: 500;
    transition: .3s;
}
.slider-button2 a:hover{
    background: #0c5adb;
}
/* Slider-Six */
.slider-six.slider-section {
    background: url(images/slider6.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
    background-size: cover;
}
.slider-six .slider-content h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: -18px;
}
.slider-six .slider-content h2 {
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: 800;
    margin-top: 0;
    line-height: 90px;
}
.slider-six .slider-content p {
    color: rgb(255, 255, 255,0.80);
    width: 65%;
    font-size: 19px;
    margin: 16px 0 45px;
    line-height: 32px;
}
.slider-six .slider-button a {
    text-transform: uppercase;
    margin-top: -7px;
}
.slider-six .slider-button a:hover{
    color: #0c5adb;
    background: #fff;
}
.slider-six .owl-nav {
   display: none !important;
}
/*style-three-nav */
.style-three.slider_list .owl-nav {
    position: relative;
    transition: .5s;
}
.style-three.slider_list .owl-prev {
    position: absolute;
    top: -465px;
    background: rgba(12,90,219,0.50);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-three.slider_list .owl-prev:hover{
    background: #121B51;
    color: #fff;
}
.style-three.slider_list .owl-next {
	position: absolute;
	top:-465px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-three.slider_list .owl-next:hover{
    background: #0c5adb;
    color: #fff;
}
.style-three.slider_list .owl-prev:hover{
    background: #0c5adb;
    color: #fff;
}
.style-three.slider_list:hover .owl-prev{
    opacity: 1;
}
.style-three.slider_list:hover .owl-next{
    opacity: 1;
}
/*style-four-nav */
.style-four.slider_list .owl-nav {
    position: relative;
    transition: .5s;
}
.style-four.slider_list .owl-prev{
	position: absolute;
	top:-431px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-four.slider_list .owl-prev:hover{
    background: #121B51;
    color: #fff;
}
.style-four.slider_list .owl-next {
	position: absolute;
	top:-431px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-four.slider_list .owl-next:hover{
    background: #0c5adb;
    color: #fff;
}
.style-four.slider_list .owl-prev:hover{
    background: #0c5adb;
    color: #fff;
}
.style-four.slider_list:hover .owl-prev{
    opacity: 1;
}
.style-four.slider_list:hover .owl-next{
    opacity: 1;
}
/*style-five-nav */
.style-five.slider_list .owl-nav {
    position: relative;
    transition: .5s;
}
.style-five.slider_list .owl-prev{
	position: absolute;
	top:-400px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-five.slider_list .owl-prev:hover{
    background: #121B51;
    color: #fff;
}
.style-five.slider_list .owl-next {
	position: absolute;
	top:-400px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-five.slider_list .owl-next:hover{
    background: #0c5adb;
    color: #fff;
}
.style-five.slider_list .owl-prev:hover{
    background: #0c5adb;
    color: #fff;
}
.style-five.slider_list:hover .owl-prev{
    opacity: 1;
}
.style-five.slider_list:hover .owl-next{
    opacity: 1;
}
/*style-six-nav */
.style-six.slider_list .owl-nav {
    position: relative;
    transition: .5s;
}
.style-six.slider_list .owl-prev{
	position: absolute;
	top:-375px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-six.slider_list .owl-prev:hover{
    background: #121B51;
    color: #fff;
}
.style-six.slider_list .owl-next {
	position: absolute;
	top:-375px;
	background:rgba(12,90,219,0.50);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.style-six.slider_list .owl-next:hover{
    background: #0c5adb;
    color: #fff;
}
.style-six.slider_list .owl-prev:hover{
    background: #0c5adb;
    color: #fff;
}
.style-six.slider_list:hover .owl-prev{
    opacity: 1;
}
.style-six.slider_list:hover .owl-next{
    opacity: 1;
}
/* slider-seven */
.slider-seven.slider-section {
    background: url(images/slider7.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
    background-size: cover;
}
.slider-seven .slider-content p {
    color: rgb(255, 255, 255,0.80);
    width: 73%;
    font-size: 19px;
    margin: 17px auto 40px;
}
/* slider-Eight */
.slider-eight.slider-section {
    background: url(images/slider8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 750px !important;
}
.slider-eight .slider-content h1 span {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important;
    text-transform: uppercase;
}
.slider-eight .slider-content h1 {
    color: #fff;
    font-size: 75px;
    line-height: 100px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.slider-eight .slider-content h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.slider-eight .slider-button a {
    background: #FFF;
    border-radius: 5px;
    color: #0c5adb;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 41px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    transition: .5s;
    text-transform: uppercase;
    margin-top: 70px;
}
.slider-eight .slider-button a:hover{
    background:#0c5adb;
    color: #fff;
}
.slider-eight .slider-button a i {
    margin-left: 6px;
    display: inline-block;
}
/* slider-Nine */
.slider-nine.slider-section {
    background: url(images/slider9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 750px !important;
}
.slider-nine .slider-content h2 span {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important;
}
.slider-nine .slider-content h1 span {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important;
    text-transform: uppercase;
}
.slider-nine .slider-content h4 {
    color: #fff;
}
.slider-nine .slider-content h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.slider-nine .slider-content h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.slider-nine .slider-button a {
    background: #fff;
    border-radius: 5px;
    color: #0c5adb;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 41px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    transition: .5s;
    text-transform: uppercase;
    margin-top: 70px;
}
.slider-nine .slider-button a:hover{
    background:#0c5adb;
    color: #fff;
}
.slider-nine .slider-button a i {
    margin-left: 6px;
    display: inline-block;
}
.slider-nine .slider-content p {
    color: #fff;
    width: 60%;
    font-size: 16px;
    margin: 16px 0 -25px;
}
.slider-button-2 {
    display: inline-block;
}
.slider-button-2 a {
    background: #0c5adb;
    border-radius: 5px;
    color:#fff ;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 41px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    transition: .5s;
    text-transform: uppercase;
    margin-top: 70px;
}
/* slider-teen */
.slider-teen.slider-section {
    background: url(images/slider10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 680px;
}
.slider-teen .owl-nav{
    top: -370px !important;
}
.slider-teen .slider-button a {
    background: #fff;
    border-radius: 5px;
    color: #0c5adb;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 19px 32px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    transition: .5s;
}
.slider-teen .slider-button a:hover{
    color: #fff;
    background: #0c5adb;
}
.slider-teen .slider-content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
}
.slider-teen .slider-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
}
.slider-teen .slider-content {
    background: rgba(12, 90, 219, 0.7);
    padding: 20px 0 70px 40px;
    width: 50%;
    padding-top: 35px;
}
.slider-teen .slider-content p {
    color: #fff;
    width: 94%;
    font-size: 19px;
    margin: 16px 0 45px;
}
/* slider-eleven */
.slider-eleven.slider-section {
    background: url(images/slider11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 680px;
}
.slider-teen.slider-eleven .slider-button a:hover{
    color: #fff;
    background: #0c5adb;
}
.slider-teen.slider-eleven .slider-button a {
    background: #fff;
    border-radius: 5px;
    color: #0c5adb;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 19px 32px;
    text-align: center;
    margin-top: -12px;
    transition: .5s;
}
/* slider-twelve */
.slider-twelve{
    background: url(images/slider12.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 650px;
}
.slider-twelve .slider-content h1 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
}
.slider-twelve .slider-content h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}
.slider-twelve .slider-content p {
    color: rgb(0, 0, 0);
    width: 85%;
    font-size: 18px;
    margin: 16px 0px 20px;
}
.slider-twelve .slider-content {
    padding: 45px 0 70px 40px;
    background: #fff;
    box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgb(45 45 45 / 13%);
    width: 58%;
}
/* slider-thirteen */
.slider-thirteen{
    background: url(images/slider13.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 650px;
}
/* breadcumn section */
.breadcumn-section {
    background: url(images/slider-image1.jpg) center center / cover no-repeat scroll;
    padding: 190px 0px 180px;
}
.brpt {
    margin-bottom: 30px;
}
.breadcumb-inner ul {
    list-style: none;
}
.breadcumb-inner ul li {
    display: inline;
    color: #fff;
    margin-right: 8px;
}
.breadcumb-inner ul li a {
    display: inline-block;
    color: #fff;
}


/*====================================================
--<	WebX Feature Section Css -->
======================================================*/
.feature-section {
    padding-bottom: 0;
    margin-top: -110px;
    z-index: 9;
    position: relative;
}
.single-feature-box {
    text-align: center;
    border-right: 1px solid #dee6ed;
    padding: 35px 4px 25px;
    z-index: 1;
    transition: .5s;
    background: #fff;
    border-radius: 2px;
}
.single-feature-box:hover {
    box-shadow: 0 6px 40px 0px rgba(167,174,189,0.4);
    transform: scale(1.04);
    border-radius: 4px;
    z-index: 999;
    background: #fff;
}
.feature-title{}
.feature-title h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    transition: .5s;
    margin: 17px 0 15px;
}
.feature-icon {
    padding: 17px 0 17px;
    transition: .5s;
}
.feature-icon i {
    font-size: 40px;
    color: #0c5adb;
    transition: .5s;
}
.single-feature-box:hover .feature-icon{
    transform:rotateY(180deg);
}
/* style-two */
.bg-feature{
	box-shadow:0px 0px 18.9px 2.1px rgb(0 0 0 / 10%);
}
.style-two .single-feature-box {
    border-right: 1px solid #dddddd;
    padding: 31px 16px 28px 17px;
    background: #fff;
    border-radius: 2px;
}
.style-two .single-feature-box:hover {
    box-shadow: 0px 0px 18.9px 2.1px rgb(0 0 0 / 10%);
    transform: inherit;
    border-radius: 0px;
    z-index: 1;
}
.style-two .feature-icon i {
    font-size: 50px;
    color: rgb(12, 90, 219);
    display: inline-block;
}
.style-two .single-feature-box:hover .feature-icon{
    transform:inherit;
}
.style-two .feature-content {
    margin: -15px 0 0 30px;
}
.style-two .feature-text p {
    width: 91%;
    color: rgba(86,86,86,.8);
    font-size: 15px;
    margin: 0 auto;
}
/* style-three */
.style-three.feature-section {
    padding-bottom: 0;
    margin-top: -72px;
    z-index: 9;
    position: relative;
}
.style-three .flip-box {
    background-color: transparent;
    width: 350px;
    height: 280px;
    perspective: 1000px;
}
.style-three .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.style-three .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.style-three .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
 }
 .style-three .flip-box-front {
    background-color: #fff;
    color: black;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
 .style-three .flip-box-back {
    background-color: #555;
    color: white;
    transform: rotateX(180deg);
}
.style-three .flip-box-back {
    background: linear-gradient(rgba(24, 49, 95, 0.80), rgba(24, 49, 95, 0.80)), transparent url(images/feature1.jpg) center center/cover no-repeat scroll;
    border: 4px solid #ddd;
}
.style-three .feature-button a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0c5adb;
    background-color: #ffffff;
    padding: 9px 20px 9px 20px;
    display: inline-block;
}
.style-three .feature-button a:hover{
    background: #0c5adb;
    color: #fff;
}
.style-three .single-feature {
    padding: 45px 0 0;
}
.style-three .feature-icon i {
    font-size: 60px;
}
.style-three .feature-title h2 {
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
    margin: 0px 0 21px;
}
.style-three .flip-box-back .feature-title h2 {
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
    margin: 0px 0 21px;
    color: #fff;
}
.style-three .flip-box-back .feature-text p {
    width: 100%;
    color: #fff;
    margin-bottom: 29px;
}
.style-three .flip-box-front .feature-icon {
    padding: 25px 0 27px;
    transition: .5s;
}
/* style-four */
.style-four.feature-section {
    padding-bottom: 0;
    margin-top: -74px;
    z-index: 9;
    position: relative;
}
.style-four .single-feature-box {
    border-bottom: 3px solid #0c5adb;
    padding: 30px 20px 10px 20px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 18.9px 2.1px rgb(0 0 0 / 10%);
}
.style-four .feature-icon i {
    font-size: 40px;
    color: rgb(12, 90, 219);
    display: inline-block;
    background: #f6f6f6;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    transition: .3s;
}
.style-four .single-feature-box:hover .feature-icon i{
    background:#0c5adb ;
    color: #fff;
}
.style-four .feature-title h2 {
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    margin: 26px 0 10px;
    color: #232323;
}
.style-four .feature-content {
    margin: -15px 0 0 15px;
}
.style-four .feature-text p {
    width: 103%;
    font-size: 15px;
}
/* style-five */
.style-five.feature-section {
    margin-top: 0;
    padding-top: 96px;
    padding-bottom: 100px;
}
.style-five .single-feature-box {
    text-align: center;
    border-right: 1px solid #dee6ed;
    padding: 35px 4px 25px;
    z-index: 1;
    transition: .5s;
    background: #f1f6fc;
    border-radius: 2px;
}
/*====================================================
--<	WebX About Section Css -->
======================================================*/
.about-us-section {
    background: #f1f6fc;
    padding-bottom: 68px;
    margin-top: -140px;
    padding-top: 250px;
}
.about-thumb img{
    width:100%;
}
.section-title.text-center {
    text-align: center!important;
    margin-bottom: 18px;
}
.section-title{}
.section-title h5 {
    color: #0c5adb;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
}
.section-bar-main {
    padding-bottom: 35px;
    margin: 30px 125px 0 0;
}
.dot-line span{
    position: relative;
}
.dot-line span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 104px;
    height: 5px;
    background:#0c5adb;
    border-radius: 6px;
}
.dot span{
    position: relative;
}
.dot span::before {
    position: absolute;
    content: "";
    left: 115px;
    top: 0px;
    width: 6px;
    height: 6px;
    background: #0c5adb;
    border-radius: 6px;
}
.dot2 span{
    position: relative;
}
.dot2 span:before {
    position: absolute;
    content: "";
    left: 133px;
    top: 0;
    width: 6px;
    height: 6px;
    background: #0c5adb;
    border-radius: 6px;
}
.dot3 span{
    position: relative;
}
.dot3 span:before {
    position: absolute;
    content: "";
    left: 150px;
    top: 0;
    width: 6px;
    height: 6px;
    background: #0c5adb;
    border-radius: 6px;
}
.single-about-box {
    margin-top: 15px;
}
.about-icon i {
    font-size: 40px;
    display: inline-block;
    color: #0c5adb;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0px rgba(167,174,189,0.4);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: 1s;
}
.about-icon i:hover{
    transform: rotateY(180deg);
}
.about-content {
    padding-left: 25px;
}
.about-content h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.about-content p {
    font-size: 15px;
    width: 103%;
    margin-top: 15px;
}
/* style-two */
.style-two.about-us-section {
    background: transparent;
    padding-top: 90px;
    padding-bottom: 68px;
    margin-top: 0;
}
.style-two .about-thumb img{
  width: inherit;
}
.about-video .video-icon a {
    width: 110px;
    height: 110px;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    border-radius: 500%;
    color: rgb(255, 255, 255);
    animation: 1s linear 0s infinite normal none running ripple-white;
    transition: all 0.5s ease 0s;
    background: rgb(12, 90, 219);
    font-size: 28px;
    border: 10px solid rgb(255, 255, 255);
    position: absolute;
    top: 65%;
    right: 69%;
}
@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgb(12, 90, 219,0.3), 0 0 0 10px rgb(12, 90, 219,0.3), 0 0 0 20px rgb(12, 90, 219,0.3)
    }
    100% {
        box-shadow: 0 0 0 10px rgb(12, 90, 219,0.3), 0 0 0 20px rgb(12, 90, 219,0.3), 0 0 0 30px rgb(12, 90, 219, 0)
    }
}
/* style-three */
.style-three.about-us-section {
    background: transparent;
    margin-top: 0;
    padding-top: 100px;
	padding-bottom:90px;
}
.style-three .section-title h2 span {
    color: #0c5adb;
    margin-left: 7px;
}
.style-three .section-title h3 {
    font-size: 18px;
    color: #0c5adb;
    padding-bottom: 25px;
}
/* progress-bar */
.skill-item {
    margin-bottom: 15px;
    position: relative;
}
.skill-title, .skill-percentage {
    font-family: Rubik, sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.skill-percentage {
    position:absolute;
    top:0;
    right: 0;
}
.count-box {
    float: left;
    background: #0c5adb !important;
    width: 45px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    margin-top: -10px;
    color: #fff;
}
.bar-inner {
    width: 100%;
    height: 12px;
    background: #e4e4e4!important;
    border-radius: 5px;
    position: relative;
    margin: -2px;
}
.progress-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 13px;
    background: #0c5adb !important;
    border-radius: 5px;
    transition: 3s;
}
/* style-four */
.style-four .about-lists ul {
    list-style: none;
}
.style-four .about-lists ul li i {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
    color: #0C5ADB;
}
.style-four .about-desc p {
    margin-top: 30px;
}
.style-four .text-block p a {
    display: inline-block;
    text-decoration: underline;
    color: #0c5adb;
}
/* style-five */
.style-five.about-us-section {
    background: #f1f6fc;
    padding-bottom: 70px;
    margin-top: 0;
    padding-top: 80px;
}
/* breadcumn-style */
.breadcumn-style.about-us-section {
    background: transparent;
    padding-bottom: 68px;
    margin-top: 0;
    padding-top: 100px;
}
/*====================================================
--<	WebX Service Section Css -->
======================================================*/
.service-section {
    background: url(images/service1.jpg);
    padding-top: 88px;
    padding-bottom: 230px;
}
.single-service-box {
    border: 1px solid #525a68;
    padding: 45px 20px 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin: 5px 15px 0;
}
.single-service-box:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #fff;
    transition: .5s;
    z-index: -1;
    height: 100%;
    width: 0%;
}
.single-service-box:hover:before{
    width: 100%;
}
.single-service-box:hover .service-title h2,
.single-service-box:hover .service-btn a,
.single-service-box:hover .service-desc p{
    color: #000;
}
.service-icon i {
    font-size: 48px;
    color: #0c5adb;
    display: inline-block;
    transition: .5s;
}
.single-service-box:hover .service-icon i{
    transform: rotateY(180deg);
}
.service-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-title h2 {
    color: #fff;
    font-size: 22px;
    transition: .5s;
}
.service-desc p {
    color: rgb(255, 255, 255);
    width: 95%;
    font-size: 14px;
}
.service-btn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.service-btn a i {
    color: #0c5adb;
    font-size: 23px;
    padding-right: 5px;
}
/* style-two */
.style-two.service-section {
    background: url(images/service-area1.jpg) center center / cover;
    padding-bottom: 100px;
}
.style-two .section-title h2 span {
    color: #0c5adb;
    font-size: 42px;
}
.style-two  .service-thumb img {
    width: 100%;
}
.style-two .single-service-box{
    position: relative;
    z-index: 1;
}
.style-two .single-service-box:before {
    position: absolute;
    content: "";
    width:0%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: .5s;
}
.style-two .single-service-box:hover:before{
    background:#0c5adb;
    width: 100%;
}
.style-two .single-service-box:hover .service-title h2,
.style-two .single-service-box:hover .service-desc p{
    color: #222;
}
.style-two .single-service-box:hover .service-btn a{
    color: #fff;
}
.style-two .service-title h2 {
    color: #222;
    font-size: 22px;
    transition: .5s;
}
.style-two .service-desc p {
    color: #222;
    width: 95%;
    font-size: 14px;
}
.style-two .single-service-box:hover .service-icon i{
    transform: rotateY(0deg);
}
.style-two .single-service-box {
    border: none;
    padding: 10px;
    transition: .5s;
    margin:0;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.style-two .service-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.style-two .service-icon i {
    font-size: 42px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    background: #0C5ADB;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    border: 5px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: inline-block;
    margin: -50px 0 0;
}
.style-two .service-desc p {
    color: rgb(34, 34, 34);
    width: 92%;
    font-size: 14px;
    margin: 0 auto;
}
.style-two .service-btn a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #0C5ADB;
    padding: 7px 25px;
    border-radius: 30px;
    transition: .3s;
    border: 1px solid transparent;
    margin: 29px 0 17px 0;
}
.style-two .service-btn a i {
    color: #fff;
    font-size: 15px;
    margin-left: 7px;
    margin-top: 0;
    transition: .3s;
    display: inline-block;
}
/* style-three */
.service-style-three.service-section {
    background: url(images/service1.jpg);
    padding-top: 80px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-style-three .single-service-box:hover .service-icon i{
    transform: rotateY(0deg);
}
.service-style-three .single-service-box:before {
 display: none;
}
.service-style-three .single-service-box:hover .service-title h2,
.service-style-three .single-service-box:hover .service-desc p{
    color: #fff;
}
.service-style-three .flip-box-front {
    background-color: transparent;
    color: black;
    border: 1px solid #525a68;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.service-style-three .flip-box {
    background-color: transparent;
    width: 350px;
    height: 280px;
    perspective: 1000px;
    margin-bottom: 30px;
}
.service-style-three .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.service-style-three .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.service-style-three .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
 }
.service-style-three .flip-box-front {
    background-color: transparent;
    color: black;
    border: 1px solid #525a68;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
 .service-style-three .flip-box-back {
    background-color: #555;
    color: white;
    transform: rotateX(180deg);
}
.service-style-three .flip-box-back {
    background: linear-gradient(rgba(24, 49, 95, 0.80), rgba(24, 49, 95, 0.80)), transparent url(images/feature1.jpg) center center/cover no-repeat scroll;
    border: 6px solid #0c5adb;
}
.service-style-three .service-button a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0c5adb;
    background-color: #ffffff;
    padding: 9px 20px 9px 20px;
    display: inline-block;
}
.service-style-three .service-button a:hover{
    background: #0c5adb;
    color: #fff;
}
.service-style-three .single-service {
    padding: 45px 0 0;
    margin-bottom: 20px;
}
.service-style-three .service-icon i {
    font-size: 50px;
}
.service-style-three .service-title h2 {
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
    margin: 0px 0 21px;
}
.service-style-three .service-title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-style-three .flip-box-back .service-title h2 {
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
    margin: 0px 0 21px;
    color: #fff;
}
.service-style-three .service-desc p {
    color: rgba(255, 255, 255, 0.81);
    width: 82%;
    font-size: 14px;
    margin: 0 auto;
}
.service-style-three .flip-box-front .service-icon {
    padding: 15px 0 0;
    transition: .5s;
}
/* style-five */
.style-five.service-section {
    background: #fff !important;
    padding-top: 88px;
    padding-bottom: 80px;
}
.style-five .single-service-box {
    transition: .5s;
    margin: 0;
    background: #f1f6fc;
    border: 2px solid transparent;
    padding: 35px 30px 15px;
    text-align: center;
    margin-right: 30px;
    box-shadow: none !important;
    margin-top: 15px;
}
.style-five .single-service-box:hover{
    border-color: #0c5adb;
    background: transparent;
}
.style-five .service-icon i {
    font-size: 30px;
    color: #fff;
    transition: .5s;
    background: #0C5ADB;
    border: none;
    width: 95px;
    height: 95px;
    text-align: center;
    border-radius: 50%;
    line-height: 95px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: inline-block;
    margin: 0;
}
.style-five .service-desc p {
    color: rgb(34, 34, 34);
    width: 97%;
    font-size: 14px;
    margin: 0px auto 15px;
}
.style-five .service-title {
    margin-top: 20px;
    margin-bottom: 15px;
}
/* style-six */
.style-six .single-service-box {
    transition: .5s;
    background: #fff;
    border: 1px solid #d4d4e1;
    padding: 0 25px 30px !important;
    text-align: center;
    margin-right: 30px;
    box-shadow: none !important;
    margin-top: 15px;
}
.style-six .service-icon i {
    font-size: 30px;
    position: relative;
    height: 100px;
    width: 121px;
    display: inline-block;
    color: #0c5adb;
    z-index: 1;
    line-height: 60px;
    transition: .5s;
    background: transparent !important;
    border: 0 !important;
    box-shadow: inherit;
    margin: 0;
}.style-six .service-icon i {
    font-size: 30px;
    position: relative;
    height: 100px;
    width: 121px;
    display: inline-block;
    color: #0c5adb;
    z-index: 1;
    line-height: 60px;
    transition: .5s;
    background: transparent !important;
    border: 0 !important;
    box-shadow: inherit;
    margin: 0;
}.style-six .service-icon i {
    font-size: 30px;
    position: relative;
    height: 100px;
    width: 121px;
    display: inline-block;
    color: #0c5adb;
    z-index: 1;
    line-height: 60px;
    transition: .5s;
    background: transparent !important;
    border: 0 !important;
    box-shadow: inherit;
    margin: 0;
}.style-six .service-icon i {
    font-size: 30px;
    position: relative;
    height: 100px;
    width: 121px;
    display: inline-block;
    color: #0c5adb;
    z-index: 1;
    line-height: 60px;
    transition: .5s;
    background: transparent !important;
    border: 0 !important;
    box-shadow: inherit;
    margin: 0;
}
.style-six .service-icon i:after {
    position: absolute;
    content: "";
    left: 0;
    top: -77px;
    height: 140px;
    width: 120px;
    line-height: 80px;
    text-align: center;
    background: #f1f6fc;
    z-index: -1;
    border: 1px solid #d4d4e1;
    transition: .5s;
    border-radius: 46%;
}
.style-six .single-service-box:hover .service-icon i:after{
    background: #0c5adb !important;
    transition: .5s;
    color: #fff;
}
.style-six .single-service-box:hover .service-icon i{
    color: #fff !important;
}
.style-six .ser-btn a {
    display: inline-block;
    border: 1px solid #e8ecfc;
    padding: 5px 25px;
    border-radius: 30px;
    margin-top: 25px;
    transition: .5s;
}
.style-six .ser-btn a i {
    margin-left: 5px;
    display: inline-block;
}
.style-six .ser-btn a:hover{
    background: #0c5adb;
    color: #fff;
}
/*====================================================
--<	WebX Fan-Fact Section Css -->
======================================================*/
.fan-fact-section {
    background: #f1f6fc url(images/fan2.png) center center/cover no-repeat scroll;
    padding-top: 70px;
}
.fan-fact-section .section-title {
    margin-top: 90px;
}
.single-fan-count{
    display: inline-block;
}
.single-fan-count h1 {
    display: inline-block;
}
.single-fan-count h3 {
    display: inline-block;
    margin-top: 0;
    font-size: 40px;
    font-weight: 400;
}
.count-title h4 {
    font-size: 19px;
    width: 78%;
}
.why-icon i {
    display: inline-block;
    text-align: center;
    color: #0c5adb;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #f1f6fc;
    border: 1px solid #d4d4e1;
    border-radius: 50%;
    transition: .5s;
}
.single-why-choose:hover .why-icon i{
    background: #0c5adb;
    color: #fff;
}
.why-content {
    padding-left: 20px;
}
.why-title h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
	position:relative;
}
.why-title h2::after {
    position: absolute;
    content: "";
    width: 100px;
    background: #d1d1d1;
    height: 1px;
    top: 43px;
    left: 0;
}
.why-text p {
    font-size: 15px;
    width: 108% !important;
}

/*====================================================
--< WebX why-join-us Css -->
======================================================*/
.why-join-us {
    padding: 110px 0 70px;
}
.why-join-us .section-title p {
    font-size: 15px;
    margin: 12px 0 0;
}
.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}
.join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 172px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}
.join-content h2 span {
    color: #D00A2B;
}
.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}
.join-button {
    margin-top: 33px;
}
.join-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #0C5ADB;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.join-button a:hover {
    background: #00247E;
}
.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}
.joins-titles h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 1.3;
}
.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: -40px;
}
/*====================================================
--< WebX .circular-area Css -->
======================================================*/
.circular-area {
    padding: 100px 0 0;
    background: #F6F7F9;
}
.circular-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.circular-area .section-title h1 {
    font-size: 50px;
    color: #0A2C3D;
}
.circular-area .section-title h1 span {
    color: #D00A2B;
}
.single-circular-box {
    background: #FFFFFF;
    padding: 20px 32px 12px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .5s;
}
.circular-thumb {
    float: left;
    margin: 2px 25px 20px 0;
}
.circular-thumb img {
    background: #F6F7F9;
    padding: 22px 24px;
    border-radius: 5px;
}
.circular-title {
    position: relative;
    top: 15px;
}
.circular-title h3 {
    font-size: 26px;
    color: #333;
    margin: 0;
    transition: .5s;
}
.circular-title p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    transition: .5s;
}
.circular-btn {
    text-align: right;
    position: relative;
    top: -42px;
}
.circular-btn a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #00247E;
    padding: 12px 22px;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
}
.single-circular-box:hover {
    background: #00247E;
}
.single-circular-box:hover .circular-title h3{
    color: #fff;
}
.single-circular-box:hover .circular-title p{
    color: #fff;
}
.single-circular-box:hover .circular-btn a{
    color: #0A2C3D;
    background: #fff;
}

/*====================================================
--< ITplot .career-details  Css -->
======================================================*/
.career-details {
    padding: 100px 0 90px;
}
.details-title h2 {
    font-size: 46px;
    color: #000000;
    margin: 0;
}
.details-title h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}
.details-title p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}
.details-text {
    margin-top: 30px;
}
.details-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
}
.details-text p {
    margin: 0 0 5px 30px;
    position: relative;
    padding: 4px 0 0;
}
.details-text p::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -33px;
    height: 1px;
    width: 15px;
    background: #0C5ADB;
}
.details-text p::after {
    position: absolute;
    content: "";
    top: 12px;
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background: #0C5ADB;
}
.details-text h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 16px 0 10px;
}
.singles-details-box {
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    padding: 25px 30px 20px;
    position: relative;
    border-radius: 5px;
}
.singles-details-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #0C5ADB;
}
.singles-details-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
}
.details-thumb {
    margin: 20px 0 0;
}
.details-thumb img {
    float: left;
    margin: 6px 20px 25px 0;
}
.deta-title span {
    font-size: 16px;
    color: #5c727d;
}
.deta-title h5 {
    margin: 0;
    font-size: 17px;
    color: #333;
}
.deta-title {
    margin-left: 37px;
}
.details-button {
    margin-top: 40px;
}
.details-button a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #0C5ADB;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.details-button a:hover {
    background: #00247E;
}

/*====================================================
--< WebX calls-do-actions Css -->
======================================================*/
.calls-do-actions {
    padding: 65px 0 165px;
    background: #F6F7F9;
    margin: 0 0 -67px;
}
.calls-do-actions .section-title {
    text-align: center;
}
.calls-do-actions .section-title h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 15px;
    margin-top: 16px;
    color: #0A2C3D;
}
.calls-do-actions .section-title h5 {
    font-size: 32px;
    color: #5c727d;
    font-family: Nunito;
    font-weight: 600;
}
.calls-do-button {
    text-align: center;
    position: relative;
    top: 27px;
}
.calls-do-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #0C5ADB;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.calls-do-button a:hover {
    background: #1C3A76;
}
/*
<!-- ============================================================== -->
<!-- Start video-area Css -->
<!-- ============================================================== -->*/
.bd-video.upper {
    position: absolute;
    top: -68%;
    left: -25px;
}
.video-area .video-bg {
    background: url(images/video.png.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    border-radius: 10px;
    position: relative;
    margin-bottom: -101px;
}
.video-title h4 {
    font-size: 30px;
    color: #fff;
    text-align: right;
    margin-right: 35px;
}
.video-button a {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #262729;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    margin: 18px 0 0 110px;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
}
.video-button a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
}
.video-button span {
    margin-left: 6px;
}
.video-button i {
    display: inline-block;
    color: #0C5ADB;
    font-size: 23px;
    transition: .5s;
}
.video-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #00247E;
    color: #fff;
}
.video-button a:hover {
    color: #fff;
}
.video-button:hover i{
    color: #fff;
}
/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
    background: #F4F7F8;
}
.planing-area .dreamit-section-title {
    margin-bottom: 50px;
}
.dreamit-single-planing-box {
    margin-bottom: 30px;
}
.single-planing-thumb img {
    width: 100%;
}
.planing-content {
    background: #fff;
    padding: 25px 40px 15px;
}
.planing-title h3 {
    font-size: 20px;
    padding: 0 0 10px;
}
/*
<!-- ============================================================== -->
<!-- Start mission area Css -->
<!-- ============================================================== -->*/
.mission-area {
    background: url(images/vission.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 105px 0 108px;
}
.col-lg-6.col-md-6.mission {
    padding: 0 0 0 46px;
}
.mission-area .section-title p {
    margin: 15px 0 0;
    color: #fff;
}
.mission-area .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    color: #fff;
}
/*mission single box*/
.col-lg-6.mission-box {
    position: relative;
    z-index: 1;
}
.mission-area .section-title p {
    width: 100%;
}
.mission-single-box {
    position: absolute;
    z-index: 1;
    bottom: -108px;
    right: -1px;
    background: url(https://html.ditsolution.net/webx/images/mission-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 50px 25px;
}
.mission-title h2 {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}
.mission-area .about-icon i {
    font-size: 15px;
    display: inline-block;
    color: #0c5adb;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0px rgba(167,174,189,0.4);
    width: 25px;
    height: 25px;
    line-height: 25px;
    transition: 1s;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.mission-area .elementor-about-title p{
   color: #fff;
}
.mission-area .elementor-about-icon-box {
    margin-top: 35px;
}
/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
    background: url(images/ssion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 58px 0 105px;
}
.vission-area .elementor-about-title p {
    padding-bottom: 5px;
}
.vission-area .about-icon i {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    background: #0c5adb;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0px rgba(167,174,189,0.4);
    width: 25px;
    height: 25px;
    line-height: 25px;
    transition: 1s;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.vission-area .section-title p {
    margin: 15px 0 20px;
}
/*====================================================
--< WebX abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 125px;
}
.abouts_thumb {
    position: relative;
}
.abouts_thumb img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}
.abouts_titles h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #0C5ADB;
    padding: 23px 120px 23px 41px;
    border-radius: 10px;
    position: relative;
}
.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}
.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #0C5ADB;
    text-align: center;
}
.abouts_titless {
    position: absolute;
    bottom: -30px;
    right: -25px;
}
.abouts_titless h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #0C5ADB;
    padding: 23px 120px 23px 41px;
    border-radius: 10px;
    position: relative;
}
/*====================================================
--<	WebX Portfolio Section Css -->
======================================================*/
.portfolio_area {
    background: #f1f6fc;
}
.sec-text p {
    font-size: 15px;
    width: 79%;
    margin: 0 auto 20px;
}
.portfolio_nav {
    margin-bottom: 50px;
}
.portfolio_menu ul {
    text-align: center;
    list-style: none;
}
.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}
.portfolio_menu ul li a{
    display: block;
    color:#fff;
    text-transform:uppercase;
    position:relative;
    transition:.5s;
}
.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition:.5s;
}
.portfolio_nav ul li {
    background:transparent;
    border: medium none;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 40px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
    color: #001d23;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
    background: #0c5adb !important;
    color: #fff;
}
.dreamit-single-portfolio {
    margin-bottom: 30px;
    overflow: hidden;
}
.dreamit-single-portfolio {
    margin-bottom: 30px;
    overflow: hidden;
}
.style-eleven .dreamit-single-portfolio {
    margin-bottom: 0;
    overflow: hidden;
}
.dreamit-portfolio-thumb {
    position: relative;
    z-index: 1;
}
.dreamit-portfolio-thumb img {
    width: 100%;
    transition: .5s;
}
.portfolio_nav ul li {
    font-size: 16px;
    font-weight: 400;
    color: rgb(97, 97, 97);
    border: none;
    text-transform: capitalize;
}
.portfolio_nav ul li:hover{
    background: #0c5adb;
    color: #fff;
}
.dreamit-forfolio-content {
    width: 80%;
    margin: auto;
    padding: 30px 20px 15px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.dreamit-forfolio-content::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #0c5adb;
    z-index: -1;
    border-radius: 5px;
}
.fortfolio-title h3 a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.dreamit-forfolio-content span {
    color: #fff;
}
.fortfolio-title h3 {
    margin: 0;
}
.fortfolio-addrees ul li a i {
    background: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #0c5adb;
    margin-right: 5px;
    margin-bottom: 19px;
    transition: .5s;
}
.fortfolio-addrees ul li a i:hover {
    background: #00247E;
    color: #fff;
}
.dreamit-forfolio-content {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    opacity: 0;
    transition: .5s;
}
.dreamit-single-portfolio:hover .dreamit-forfolio-content{
    opacity: 1;
}
.dreamit-single-portfolio:hover .dreamit-portfolio-thumb img{
    transform: scale(1.1);
}
.fortfolio-addrees ul li {
    display: inline-block;
}
.portfoliuo-information-area {
    background: #F6F6F6;
}
.row.ba {
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    padding: 50px 48px 69px;
}
.portfolio-thumb img {
    width: 100%;
}
.portfolio-infor-title h2 {
    font-size: 21px;
}
.portfolio-social-inf ul li {
    display: inline-block;
    margin-right: 7px;
}
.portfolio-information ul li {
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}
.portfolio-information strong {
    font-weight: 500;
    font-size: 20px;
}
.portfolio-social-inf strong {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.portfolio-information ul li:last-child {
    border: none;
}
.portfolio-social-inf ul li a i {
    background: #fb239a;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}
.pr-infor-title h2 {
    font-size: 27px;
}
/* portfolio single */
.fortfolio-single-details {
    padding-top: 100px;
    padding-bottom: 60px;
    background: #F6F6F6;
}
.portfolio-details {
    margin-left: 60px;
}
.row.prt-bg {
    padding: 65px 50px 50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.portfolio-details-thumb img {
    width: 100%;
}
.portfolio-info h2 {
    font-size: 25px;
    padding-bottom: 33px;
    font-weight: 500;
}
.portfolio-info ul li {
    list-style: none;
    font-size: 19px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.portfolio-info ul li span {
    font-size: 17px;
    margin-left: 6px;
    font-weight: 300;
}
.portfolio-social span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.portfolio-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0C5ADB;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 13px;
    border-radius: 5px;
    margin-right: 5px;
}
.border-none {
    border: none !important;
}
.pt-details {
    margin: 50px 60px 55px;
}
/*===================================================
--<	WebX Contact Section Css -->
======================================================*/
.contact-section {
    padding-top: 80px;
    padding-bottom: 87px;
}
.contact-bg {
    padding: 59px 65px 59px 42px;
    margin-top: -205px;
    background: #fff;
    box-shadow: 0 1px 73px rgba(11, 38, 83, 0.15);
}
.single-contact-left {
    background: linear-gradient(rgba(27, 26, 26, 0), rgba(24, 25, 28, 1.12), rgba(12, 20, 35, 0.65), #041127), transparent url(images/contact.jpg) center center/cover repeat scroll;
    padding: 150px 40px 190px 40px;
}
.contact-title h3 {
    font-size: 28px;
    color: #fff;
}
.contact-desc p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact-text p {
    color: #fff;
}
.contact-form .contact-style {
    background: transparent;
    border: 1px solid #ced4da;
    height: 54px;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 19px;
}
.contact-form .contact-style:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#text{
	height: 150px;
	width: 100%;
	transition: .3s;
}
#text::placeholder{
	color: #232323 !important;
	font-weight: 16px !important;
}
.contact-form .contact-style::placeholder {
    color: #6c757d!important;
    font-size: 17px;
}
.contact-button .button {
    background: #0C5ADB;
    display: inline-block;
    text-align: center;
    padding: 14px 30px !important;
    border-radius: 4px;
    transition: .3s;
    color: #fff;
    cursor: pointer;
    border: 0;
    width: 100%;
}
.contact-button .button:hover{
    background: #00247E;
    color:#fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {
    font-size: 16px;
}
textarea.form-control {
    height: auto;
    padding: 6px 20px;
}
.btn {
    color: #fff;
    background: #0C5ADB;
    width: 100%;
    border-radius: 3px;
    height: 54px;
	right:0 ;
	position:inherit;
	transition:.5s;
	margin-top:2px;
}
.btn:hover{
    background: #00247E;
    color:#fff;
}
.section-text p {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    margin: 1px 0 31px;
}




/* style-three */
.style-three .bg-cont {
    margin-top: -205px;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 73px rgb(11 38 83 / 15%);
    border-radius: 10px;
    padding: 40px 40px 20px 40px;
    padding-bottom: 62px;
}
.style-three .section-title p {
    width: 84%;
    margin: 0 auto 35px;
}
/* style-five */
.style-five.contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f1f6fc;
}
.style-five .contact-bg2 {
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 45px;
}
.style-five .single-contact-items {
    background: #0c5adb;
    padding:40px 40px 147px 40px;
}
.style-five .section-title p {
    width: 84%;
    margin: 0 0 30px;
}
.style-five .contact-title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.style-five .contact-box {
    margin-top: 25px;
}
.style-five .contact-icon i {
    display: inline-block;
    color: #fff;
    font-size: 29px;
}
.style-five .contact-content {
    padding-left: 25px;
}
.style-five .contact-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}
.style-five .contact-content p {
    color: #fff;
    width: 100%;
    font-weight: 400;
}
/*====================================================
--<	WebX Team Member Section Css -->
======================================================*/
.team-member-section{
    padding-bottom: 100px;
}
.single-team {
    transition: all 0.5s ease 0s;
    background: #fff;
    box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
    border-radius: 2px;
}
.team-thumb {
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
}
.team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 0;
}
.single-team:hover .team-thumb::before{
    opacity: 1;
}
.team-thumb img {
    width: 100%;
}
.team-social-icon {
    position: absolute;
    top: -7px;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    z-index: -1;
    overflow: hidden;
}
.single-team:hover .team-social-icon{
    opacity: 1;
    top: 30px;
    visibility: visible;
    transition: .5s;
    z-index: 1;
}
.team-social-icon ul {
    list-style: none;
}
.team-social-icon ul li{}
.team-social-icon ul li a {
    background: rgb(12, 90, 219);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 100%;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
}
.single-team:hover .team-social-icon ul li a{
    transform: translateY(0px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.team-social-icon ul li:nth-child(1) a{
    transition-delay: 0.4s;
}
.team-social-icon ul li:nth-child(2) a{
    transition-delay: 0.2s;
}
.team-social-icon ul li:nth-child(3) a{
    transition-delay: 0s;
}
.team-social-icon ul li:nth-child(4) a{
    transition-delay: 0s;
}

.team-content {
    background: #f7f7f7;
    padding: 16px 20px 26px;
    border-bottom: 4px solid #0C5ADB;
    position: relative;
    z-index: 1;
}
.team-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #0C5ADB;
    transition:.5s;
    height: 0;
    width: 100%;
    z-index: -1;
}
.single-team:hover .team-content:before{
    height: 100%;
}
.single-team:hover .team-title h2,
.single-team:hover .team-subtitle h6{
    color: #fff;
}
.team-title h2 {
    font-size: 20px;
    font-weight: 500;
    transform: .5s;
}
.team-subtitle h6 {
    font-size: 16px;
    transform: .5s;
    color: #0C5ADB;
    font-weight: 500;
}
/* style-five */
.style-five.team-member-section {
    padding-bottom: 100px;
    padding-top: 80px;
}
/* style-six */
.style-six.team-member-section {
    padding-bottom: 100px;
    padding-top: 80px;
}
.style-six .section-desc p {
    width: 77%;
    font-size: 14px;
    margin: 0 auto 62px;
}
/* breadcumn-style */
.breadcumn-style.team-member-section {
    padding-bottom: 100px;
    padding-top: 70px;
}
.breadcumn-style2.team-member-section {
    padding-bottom: 100px;
    padding-top: 70px;
}
.breadcumn-style2 .single-team {
    transition: all 0.5s ease 0s;
    background: #fff;
    box-shadow: 0 8px 16px rgb(207 228 255 / 20%);
    border-radius: 2px;
    margin-bottom: 20px;
}
/*====================================================
--<	WebX Skills Section Css -->
======================================================*/
.skills-section {
    background: transparent url(images/call1.jpg) center center/cover repeat fixed;
    padding-top: 145px;
    padding-bottom: 130px;
}
.skills-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.skills-content h1 {
    color: #fff;
    font-weight: 700;
}
.skills-btn a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
    display: inline-block;
}
.skills-btn a:hover{
    border: 1px solid #0c5adb;
    background: #0c5adb;
    color: #ffff;
}
/* style-two */
.style-two .skills-content h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}
.style-two .skills-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 100px;
}
.style-two .skills-content h2 {
    color: #fff;
    font-size: 100px;
    margin-top: -15px;
}
.style-two .skills-btn a {
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border: none;
    padding: 14px 35px;
    text-transform: uppercase;
    background: #0c5adb;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
.style-two .skills-btn a:hover{
    background: transparent;
    border: 1px solid #ffffff;
}
/* style-five */
.style-five.skills-section {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 110px;
}
.style-five .skills-thumb img {
    width: 116%;
}
.style-five .text p {
    font-size: 15px;
    margin: 5px 0 20px;
}
.style-five .bg-sk {
    background: #f1f6fc;
    padding: 40px 40px 50px 40px;
}
.style-five .progress-line {
    height: 9px;
}
/*====================================================
--<	WebX Pricing Section Css -->
======================================================*/
.pricing-section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.single-pricing {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    padding-bottom: 45px;
}
.pricing-top-bar{
    position: relative;
    background: #0C5ADB;
    padding-top: 36px;
    z-index: 1;
    padding-bottom: 10px
}
.pricing-top-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(images/pricing2.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    left: 0;
}
.pricing-title{}
.pricing-title h3{
    font-size: 28px;
    color: #fff;
    position: relative;
}
.pricing-title h3:before {
    position: absolute;
    width: 25px;
    height: 4px;
    content: "";
    background: #fff;
    left: 0;
    top: 38px;
    right: 0;
    margin: auto;
}
.pricing-title h3:after {
    position: absolute;
    background: #fff;
    content: "";
    left: 38px;
    right: 0;
    margin: auto;
    height: 4px;
    width: 4px;
    top: 38px;
}
.pricing-items-inner {
    margin-top: 60px;
}
.curencyp {
    font-size: 35px;
    color: #fff;
    top: -34px;
    position: relative;
    font-weight: 500;
    left: 5px;
}
.money {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
}
.monthp {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.pricing-thumb {
    background: #fff;
    display: inline-block;
    border: 1px solid #0C5ADB;
    border-radius: 100%;
    margin-top: -23px;
    position: relative;
}
.pricing-thumb {
    background: #fff;
    display: inline-block;
    border: 1px solid #0C5ADB;
    border-radius: 100%;
    margin-top: 20px;
    position: relative;
}
.pricing-menu ul {
    list-style: none;
    margin-top: 42px;
}
.pricing-menu ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}
.pricing-btn a {
    display: inline-block;
    border: 1px solid #0C5ADB;
    padding: 15px 40px;
    font-size: 18px;
    margin-top: 15px;
    color: #0C5ADB;
    transition: .5s;
}
.single-pricing:hover .pricing-btn a{
    color: #fff;
    background:#0C5ADB ;
}
/*====================================================
--<	WebX Why Choose Section Css -->
======================================================*/
.why-choose-section {
    padding-top: 89px;
    padding-bottom: 80px;
}
.why-choose-section .single-why-choose {
    margin-bottom: 44px;
}
.why-text p {
    width: 92%;
}
.why-choose-box {
    margin: 52px 0 0;
}
.box-icon i {
    color: #0c5adb;
    font-size: 40px;
    display: inline-block;
}
.box-content {
    margin: -18px 0 0 24px;
}
.box-title h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.box-desc {
    width: 107%;
}
.why-thumb img {
    width: 109%;
    margin-top: 58px;
    margin-left: 22px;
}
/*====================================================
--<	WebX Case Study Section Css -->
======================================================*/
.case-study-section {
    padding-bottom: 90px;
    padding-top: 85px;
}
.single-case-study{
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.case-study-thumb {
    position: relative;
}
.case-study-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,0.85);
    transition: .5s;
    transform: perspective(15em) rotateX(-90deg);
    transform-origin: top;
}
.single-case-study:hover .case-study-thumb:after {
    transform: perspective(0) rotateX(0);
}
.case-study-thumb img {
    width: 100%;
}
.case-study-content {
    position: absolute;
    background: #fff;
    padding: 10px 10px;
    width: 83%;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}
.single-case-study:hover .case-study-content{
    top: 62%;
}
.case-study-title h2 a {
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
}
.case-category {
    margin-top: 5px;
    padding-bottom: 7px;
}
.case-category span {
    color: #0C5ADB;
}
/* style-five */
.style-five.case-study-section {
    padding-top: 0;
}
.style-five .case-study-thumb:after {
    display: none;
}
.style-five .case-study-thumb {
    position: relative;
    margin: 15px;
}
.style-five .case-study-thumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,0.85);
    content: "";
    opacity: 0;
    transition: .3s;
    top: 0;
    left: 0;
}
.style-five .single-case-study:hover .case-study-thumb:before{
    opacity: 1;
}
/* single-Case-area */
.single-team-area.team-member-area{
	padding-top: 100px;
	padding-bottom: 100px;
}
.case-bg {
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    padding: 50px;
}
.single-case-thumb img{
	width: 85%;
}
.case-info h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.case-info span {
    text-transform: uppercase;
    font-size: 15px;
    color: #0C5ADB;
}
.case-info ul {
    list-style: none;
    margin-top: 30px;
}
.case-info ul li {
    color: #616161;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 20px;
}
.case-info ul li span {
    color: #616161;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 18px;
}
.case-social{}
.case-social a{
	display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0C5ADB;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    border-radius: 5px;
}
.case-title h2 {
    padding-bottom: 35px;
	padding-top:50px;
	font-size:23px;
}
.case-bg-2 {
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
	padding: 50px;
	margin-top: 70px;
}
/*====================================================
--<	WebX Progress Section Css -->
======================================================*/
.progress-section{
    padding-bottom: 90px;
}
.single-progress{}
.progress-icon{
    position: relative;
    display: inline-block;
}
.progress-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: 0;
}
.progress-icon i {
    font-size: 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: linear-gradient(90deg, rgb(30, 85, 189) 0%, rgb(67, 126, 235) 100%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 78px;
    color: rgb(255, 255, 255);
}
.progress-number span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #cccccc;
    color: #0c5adb;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    margin: auto;
    transition: .3s;
}
.progress-number span:after {
    content: "";
    position: absolute;
    content: "";
    left: -76px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -110px;
}

.progress-content{}
.progress-content h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}
.progress-content h2:after {
    content: "";
    background: url(images/progress-side.png);
    top: -200px;
    height: 40px;
    width: 200px;
    background-size: contain;
    position: absolute;
    right: -120px;
}
.dn.progress-content h2:after{
    display: none;
}
/* style-four */
.style-four.progress-section {
    padding-top: 70px;
    padding-bottom: 80px;
}
.header-btn {
    display: inline-block;
}
/*====================================================
--<	WebX Call Do Action Section Css -->
======================================================*/
.call-do-action-section {
    background: url(images/call-bg.png) left top / auto no-repeat scroll rgb(12, 90, 219);
    padding-top: 105px;
    padding-bottom: 200px;
}
.call-do-action-section .video-icon{
    display: inherit;
}
.call-do-action-content h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    width: 45%;
    margin: 50px auto 0;
    line-height: 37px;
}
/* style-four */
.style-four .call-do-action-content h2 {
    color: #fff;
    width: inherit;
    font-size: 41px;
    margin: 0 0 25px 0;
    font-weight: 900;
    line-height: 50px;
}
.style-four .video-icon {
    padding-top: 115px;
}
.style-four .call-do-action-content p {
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.style-four .call-btn a {
    padding: 15px 32px;
    background: #fff;
    color: #0C5ADB;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    transition: .5s;
}
.style-four .call-btn a:hover{
    color: #fff;
    background: #00247E;
}
.style-four .call-btn a i {
    margin-left: 10px;
}
/*====================================================
--<	WebX Counterup Section Css -->
======================================================*/
.counterup-section{}
.countr-bg {
    background: #fff;
    box-shadow: 11px 11px 38px rgba(0,0,0,.2);
    padding-top: 72px;
    padding-bottom: 67px;
    margin-top: -139px;
    position: relative;
}
.single-counterup{
    text-align: center;
}
.counterup-icon i {
    color: #0c5adb;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px dashed #0c5adb;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: .5s;
}
.counterup-icon i:hover{
    transform: rotateY(180deg);
}
.counterup h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
}
.counterup h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
}
.counterup-title h4 {
    color: #0C5ADB;
    font-size: 20px;
    font-weight: 400;
}
/* breadcumn-style */
.breadcumn-style.counterup-section {
    background: linear-gradient(rgba(38, 48, 69, 0.80), rgba(38, 48, 69, 0.80)), transparent url(images/conter-bg.jpg) center center/cover no-repeat scroll;
    padding-top: 270px;
    padding-bottom: 70px;
    margin-top: -310px;
}
.breadcumn-style .counterup h3 {
    color: #fff;
}
.breadcumn-style .counterup h1 {
    color: #fff;
}
.breadcumn-style .counterup-icon i {
    color: #fff;
    border: 2px dashed #fff;
}
.breadcumn-style .counterup-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.breadcumn-style .skills-thumb img {
    width: 99%;
}
/*====================================================
--<	WebX Counterup Section Css -->
======================================================*/
.testimonial-section {
    padding-top: 295px;
    padding-bottom: 61px;
    background: #f1f6fc;
    margin-top: -210px;
}
.testi-thumb {
    padding-top: 42px;
}
.testi-thumb img {
    border-radius: 50%;
    width: 115px;
}
.fa-quote-left:before {
    content: "\f10d";
    position: absolute;
    left: 51%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
}
.testi-text p {
    font-style: italic;
    font-size: 18px;
    width: 75%;
    margin: 35px auto 28px;
}
.testi-title h2 {
    font-size: 20px;
    font-weight: 500;
}
.testi-title span {
    color: #0c5adb;
    font-size: 16px;
    font-weight: 400;
}
.owl-carousel .owl-item img {
    display: inline;
}
.owl-dot {
    background: #bfcadc;
    width: 25px;
    height: 5px;
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
    margin: 0 5px;
}
.owl-dot.active {
    background: #0C5ADB;
    width: 35px;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
/* style-two */
.style-two.testimonial-section {
    background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), #f1f6fc url(images/slider5.jpg) center center/cover no-repeat scroll;
	margin-top: 0;
	padding-top:80px;
}
.style-two .testi-content {
    position: relative;
    background: #fff;
    box-shadow: 0 25px 40px 0 rgb(0 0 0 / 10%);
    padding: 63px 25px 52px;
    border-radius: 5px;
    margin-bottom: 27px;
}
.style-two .single-testimonial {
    margin-right: 25px;
}
.style-two .testi-content:before {
    content: '';
    bottom: -25px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px;
    z-index: 1;
}
.style-two .testi-text p {
    font-style: normal;
    font-size: 15px;
    width: 106%;
    margin: 0px auto 0;
    text-align: left;
}
.style-two .fa-quote-left:before {
    content: "\f10d";
    position: absolute;
    left: 25px;
    text-align: center;
    border-radius: 50%;
    color: blue;
    width: 0;
    height: 0;
    top: 22px;
    font-size: 46px;
    opacity: 0.4;
}
.style-two .single-items-testi {
    margin-top: 40px;
}
.style-two .testi-title {
    margin: 0 0 0 18px;
}
.style-two .testi-title h2 {
    color: #fff;
    margin: 0 0 5px 0;
}
.style-two .testi-title span {
    color: #fff;
}
.style-two .testi-thumb {
    padding-top: 0;
}
.style-two .testi-thumb img {
    border-radius: 50%;
    width: 90px;
}
/* style-four */
.style-four.testimonial-section {
    padding-top: 86px;
    padding-bottom: 80px;
    background: #fff;
    margin-top: 0;
}
.style-four .single-testimonial {
    padding-bottom: 25px;
}
.style-four .testi-bg {
    background: #fff;
    box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
    padding: 50px 90px;
    margin-top: -217px;
    border-radius: 10px;
}
.style-four .owl-dots {
    text-align: center;
    margin: -10px 0 0 0;
}
/* style-five */
.style-five.testimonial-section {
    padding-top: 80px;
    padding-bottom: 61px;
    background: #f1f6fc;
    margin-top: 0;
}
.style-five .testi-thumb-left img {
    width: 100%;
}
.style-five .single-testimonial {
    background: rgb(255, 255, 255);
    padding: 35px 0px 123px;
}
.style-five.testimonial-section .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
}
/* style-six */
.style-six.testimonial-section {
    padding-top: 98px;
    padding-bottom: 108px;
    background: #f1f6fc;
    margin-top: 0;
}
/* breadcumn-style */
.breadcumn-style.testimonial-section {
    padding-top: 100px;
    padding-bottom: 61px;
    background: #f1f6fc;
    margin-top: 0;
}
/*====================================================
--<	WebX Brand Section Css -->
======================================================*/
.brand-section {
    padding-bottom: 70px;
    padding-top: 60px;
}
.webx-brand{
	transition: .3s;
}
.webx-brand-thumb img{
	filter:gray;
	-webkit-filter: grayscale(1);
	transition: .3s;
}
.webx-brand:hover .webx-brand-thumb img{
	filter:none;
	-webkit-filter:grayscale(0);
}
.brand-section .owl-dot.active {
    background: #fff;
    width: 0;
}
.brand-section .owl-dot {
    background: #fff;
    width: 0px;
    height:0px;
    display: inline-block;
    border-radius: 0px;
    transition: .5s;
    margin: 0;
}
/* style-two */
.style-two.brand-section {
    padding-bottom: 0;
    padding-top: 60px;
}
/*====================================================
--<	WebX BLog Section Css -->
======================================================*/
.blog-section {
    padding-bottom: 100px;
    padding-top: 80px;
}
.single-blog {
    box-shadow: 0 5px 30px rgba(255,255,255,0.2) !important;
    border: 1px solid #ebebeb;
    background: #fff;
    overflow: hidden;
    margin: 15px;
}
.blog-content {
    padding: 18px 18px 18px;
}
.blog-meta-left a {
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
.blog-meta-left a:before{
    content: "";
    background: #616161;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -14px;
    top: 5px;
}
.blog-meta-left a i {
    color: #0c5adb;
    margin: 0 5px 0 0;
}
.blog-meta-left span i {
    color: #0c5adb;
    margin: 0 10px 0 0;
}
.blog-meta-left span {
    padding: 0 0px 0px 23px;
}
.blog-meta-left span {
    padding: 0 0px 0px 23px;
    font-size: 14px;
}
.blog-title h2 a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.blog-text p {
    width: 109%;
    margin: 15px 0px 20px;
}
.blog-content-between {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
}
.blog-content-between a {
    font-size: 15px;
    margin: 0px 15px 0px 26px;
}
.blog-content-between a i {
    display: inline-block;
    color: #0c5adb;
    margin: 0 8px 0 6px;
}
.breadcumn-style.blog-section {
    padding-top: 70px;
    background: #F6F6F6;
}
.breadcumn-style .blog-content {
    padding: 20px 18px 1px;
    margin: 15px;
}
.breadcumn-style .blog-meta-top a {
    display: inline-block;
    background: #0C5ADB;
    color: #fff;
    line-height: 19px;
    padding: 3px 14px;
    border-radius: 5px;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 65px;
    font-weight: 600;
}
.breadcumn-style .blog-thumb a img {
    width: 100%;
}
/* style-four */
.blog-style-four.blog-section {
    padding-bottom: 82px;
    padding-top: 0;
}
/* single-style */
.single-style.blog-area {
    padding-top: 100px;
}
.single-style .dreamit-blog-single-box {
    margin-top: 0;
    padding:0;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}
.single-style .blog-meta-top {
    top: 20px;
}
.single-style .blog-text p {
    padding-bottom: 40px;
}
.blog-search-box {
    background: #fff;
    padding: 35px 30px 35px;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.search-box::placeholder{
	color: #666;
	font-size: 17px;
}
.search-box {
    height: 60px;
    width: 100%;
    border: 1px solid #ced4da;
    color: #616161;
    border-radius: 8px;
    position: relative;
    padding-left: 20px;
}
.blog-search-box a{
	display: inline-block;
}
.blog-search-box a {
    display: inline-block;
    position: absolute;
    top: 55px;
    right: 18%;
    font-size: 18px;
    color: rgb(97, 97, 97);
}
.single-style .section-bar-bg {
    height: 3px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.single-style .section-bar-bg:before {
    height: 8px;
    width: 8px;
}
.single-style .section-title {
    padding-bottom: 0 !important;
}
.single-style .section-title h2 {
    color: rgb(35, 35, 35);
    display: block;
    font-size: 24px;
    margin-bottom: 7px;
}
.mb {
    margin-bottom: 40px;
}
.categoris-box{
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 8px;
	padding: 35px 30px 35px;
	margin-top: 40px;
}
.categoris-items{
	padding-top: 30px;
}
.categoris-items ul{
	list-style: none;
}
.categoris-items ul li {
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
}
.categoris-items ul li a{
	display: inline-block;
	margin-bottom: 20px;
	color: #616161;
	transition: .3s;
}
.categoris-items ul li a:hover{
	color:#0C5ADB ;
}
.single-style .dreamit-footer-widget-address {
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 8px;
    padding: 35px 30px 35px;
    margin-top: 30px;
}
.single-style .footer-title h2 {
    color: #232323;
    position: relative;
    font-weight: 500;
}
.single-style .recent-post-text h4 a {
    color: #232323;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 18px;
}
.single-style .recent-post-text span {
    color: #616161 !important;
    font-size: 15px;
}
.tag-items {
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 8px;
    padding: 35px 30px 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.tag-content{
	margin-top: 20px;
}
.tag-content ul{
	list-style: none;
}
.tag-content ul li{
	display: inline;
}
.tag-content ul li a{
	color: #616161;
    display: inline-block;
    font-size: 15px !important;
    padding: 5px 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 2px 9px 0;
}
.tag-content ul li a:hover{
	background:#0C5ADB ;
	color: #fff;
}
.Archives-items{
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 8px;
	padding: 35px 30px 35px;
}
.section-title a {
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
    color: #616161;
    margin-top: 25px;
    width: 100%;
    padding-top: 15px;
}
.single-style2 .blog-thumb a img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.single-style2 .blog-title h1 {
    font-size: 40px !important;
}
.single-style2 .blog-meta-left {
    text-align: left;
    background: transparent;
    padding: 12px 0px;
    box-shadow: none;
    left: 0;
    width: inherit;
    top: 0;
    border-radius: 3px;
}
.single-style2 .blog-meta-left a {
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 23px;
}
.single-style2 .blog-meta-left span {
    font-size: 14px;
    padding-right: 25px;
}
.single-style2 .blog-meta-left span a{
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.single-style2 .blog-meta-left span a::before {
    position: absolute;
    width: 1px;
    height: 14px;
    background: #616161;
    left: -14px;
    top: 5px;
    content: "";
}
.single-style2 .blog-text2 p {
    padding-bottom: 10px;
}
.blog-thumb2 img {
    width: 100%;
}
.blog-thumb2 {
    padding: 0 40px;
}
.blog-thumb2 p {
    margin-top: 20px;
}
.block-quote{
	padding-left: 50px;
}
.block-quote h5 {
    color: #232;
    font-weight: 400;
    font-family: "Rubik",sans-serif;
    line-height: 1.5;
}
.block-quote{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 13px;
    border-left: 4px solid rgb(12, 90, 219);
    padding: 10px 30px;
    font-size: 19px;
    font-weight: 400;
    border-radius: 4px;
    margin: 0px 41px;
}
.block-quote p {
    padding-top: 0;
    font-size: 16px;
    color: #616161;
    padding-left: 0 !important;
    margin-top: 15px !important;
}
.single-style2 .dreamit-blog-single-box h4{
	padding-left: 38px;
	margin-top: 20px;
}
.single-style2 .dreamit-blog-single-box p {
    padding-left: 38px;
    margin-top: 20px;
}
.single-style2 .dreamit-blog-single-box ol {
    padding-left: 55px;
    margin-top: 20px;
}
.single-style2 .dreamit-blog-single-box {
    margin: 0px 0px 40px;
    padding: 0px 15px 25px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 19px;
}
.single-style2 .blog-title {
    padding-top: 20px;
    padding-left: 38px;
}
.single-style2 .blog-meta-left {
    text-align: left;
    background: transparent;
    padding: 12px 0px;
    box-shadow: none;
    left: 0;
    width: inherit;
    top: 0;
    border-radius: 3px;
    padding-left: 45px;
}
.single-style2 .dreamit-blog-single-box:hover {
    box-shadow: 0 !important;
    border-color: inherit !important;
}
.breadcumn-style .single-blog {
    box-shadow: 0 5px 30px rgba(255,255,255,0.2) !important;
    overflow: hidden;
    margin: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.single-blog-inner {
    padding: 30px 30px 30px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.blog-social {
    padding-top: 45px;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
}
/* comment-area */
.comment-area {
    padding-top: 40px;
}
.webx-box {
    width: 100%;
    height: 54px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 6px 20px;
    border-radius: 2px;
    transition: .5s;
    margin-bottom: 30px;
}
input:focus, :focus {
    border-color: #0c5adb !important;
    outline: 0px;
}
.webx-box::placeholder {
    color: #6c757d;
    font-size: 17px;
}
.recent-post-text h4 {
    margin-top: 0;
}
.recent-post-text {
    padding-left: 25px;
}
.recent-post-thumb a img {
    border-radius: 5px;
}
.section-bar span{
    position: relative;
}
.section-bar span::before {
    position: absolute;
    content: "";
    background: #0c5adb;
    height: 3px;
    width: 88px;
    bottom: -10px;
}
.section-bar span::after {
    position: absolute;
    content: "";
    background: rgb(12, 90, 219);
    height: 5px;
    width: 5px;
    border-radius: 5px;
    bottom: -11px;
    left: 100px;
}
.breadcumn-style.single-style .blog-text p {
    padding-bottom: 0;
    font-size: 14px;
}
.breadcumn-style .blog-text p {
    width: 98%;
    font-size: 15px;
    margin: 15px 0px 25px;
}
.breadcumn-style .blog-title h2 a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.single-blog-inner {
    padding: 30px 30px 30px;
}
.single-blog-inner {
    padding: 30px 30px 30px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.thumb-inner img {
    width: 100%;
}
.single-blog-inner p {
    margin-top: 20px;
}
.single-blog-inner h2 {
   font-size: 30px;
    font-weight: 500;
}
.blockquote {
    border-left: 4px solid #0c5adb;
    padding: 8px 30px 35px;
    box-shadow: 0 0 13px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.blockquote h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    color: #232;
}
.blockquote p {
    font-size: 18px;
    font-weight: 400;
}
.blog-social ul {
    list-style: none;
}
.blog-social ul li {
    display: inline;
}
.blog-social ul li a {
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    transition: .5s;
    border-radius: 5px;
}
.blog-social ul li a:hover{
    background: #0c5adb;
    color: #fff;
}
.line {
    position:relative;
}
.line:before {
    content: "";
    background: #616161;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 133px !important;
    top: 5px;
}
.meta-top a {
    position: absolute;
    top: -450px;
    left: 0;
    display: inline-block;
    background: #0C5ADB;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 18px;
    border-radius: 5px;
    font-weight: 700;
}
.meta-top {
    position: relative;
}
.breadcumn-style .blog-title h2 {
    margin-top: 0;
}

.contact-btn a {
    display: inline-block;
    padding: 13px 30px;
    background: #0c5adb;
    color: #fff;
    border-radius: 5px;
    margin-top: -18px;
    transition: .5s;
}
.contact-btn a:hover{
    background:#00247E;
}
/*====================================================
--<	WebX Technology Section Css -->
======================================================*/
.technology-section{
    background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), transparent url(images/slider7.jpg) center center/cover no-repeat scroll;
    padding-top: 100px;
    padding-bottom: 70px;
}
.single-technology {
    text-align: center;
    padding-top: 30px;
}
.technology-section .section-title h2 {
    font-size: 39px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
}
.tech-icon i {
    font-size: 50px;
    color: #fff;
    background: rgba(12, 90, 219, 0);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    display: inline-block;
    text-align: center;
    transition: .5s;
}
.tech-icon i:hover{
    color: #fff;
    background:#0c5adb;
}
.tech-title h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 27px 0px;
}
/*====================================================
--<	WebX Subscribe Section Css -->
======================================================*/
.subscribe-section {
    background: #0c5adb url(images/Line-Pattern.png) center center/cover no-repeat scroll;
    padding-top: 64px;
    padding-bottom: 43px;
}
.subscribe-icon i {
    color: #fff;
    font-size: 55px;
}
.subscribe-content {
    margin: -10px 20px 0;
}
.subscribe-title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}
.subscribe-text p {
    color: #fff;
}
input:focus, button:focus {
    border-color: transparent;
    outline-color: transparent;
    outline: 0;
}
.s-btn {
    width: 90%;
    height: 50px;
    border-radius: 34px;
    border: 1px solid #fff;
    padding-left: 20px;
}
input.s-btn::placeholder {
    font-size: 15px;
}
.nl-button {
    cursor: pointer;
    background: #111A3A;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    padding: 5px 20px;
    border-radius: 25px;
    border-color: transparent;
}
input:focus, :focus {
    border-color: transparent !important;
    outline: 0px;
}
/*====================================================
--<	WebX Footer Section Css -->
======================================================*/
.footer-section{
    background: #111a3a;
    padding-top: 80px;
    padding-bottom: 50px;
}
.footer-text p {
    color: #f4f6fe;
    font-size: 16px;
    width: 107%;
    margin: 22px 0 50px 0;
}
.footer-social-icon a {
    display: inline-block;
    border: 2px solid #2d416a;
    transition: .3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
}
.footer-social-icon a:hover{
    background: #0c5adb;
}
.footer-title h2 {
    color: #f8f9fe;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}
.footer-menu ul {
    list-style: none;
}
.footer-menu ul li {
    position: relative;
}
.footer-menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    background: #f8f9fe;
    height: 1px;
    width: 10px;
    font-size: 14px;
}
.footer-menu ul li a {
    display: inline-block;
    margin-bottom: 16px;
    margin-left: 30px;
    color: #fff;
}
.footer-menu ul li a:hover{
    color: #0c5adb;
}
.footer-about {
    margin-bottom: 20px;
}
.footer-icon i {
    color: #fff;
    font-size: 26px;
}
.footer-content {
    margin: -15px 0px 0px 16px;
}
.footer-content h6 {
    color: #f4f6fe;
    font-size: 16px;
}
.footer-content span {
    color: #fff;
    font-size: 15px;
}
.recent-post-items.d-flex {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.br-n {
    border-bottom: none !important;
}
.recent-thumb img {
    border-radius: 10px;
}
.recent-content {
    margin: -11px 0 0 25px;
}
.recent-content h4 a {
    display: inline-block;
    color: #f8f9fe;
    font-size: 16px;
}
.recent-content span {
    color: #fff;
    font-size: 12px;
}
/* footer-bottom */
.footer-bottom {
    background: #111a3a;
}
.footer-bottom .row {
    border-top: 1px solid rgba(255,255,255,.23);
    padding: 20px 0;
}
.copy-right-text p {
    color: #f8f9fe;
}
.footer-menu-right ul {
    list-style: none;
    text-align: right;
}
.footer-menu-right ul li {
    display: inline;
}
.footer-menu-right ul li a {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    color: #f8f9fe;
}
/* pagination */
.pagination {
    padding-top: 45px;
}
.page-number{}
.page-number ul{
	list-style: none;
}
.page-number ul li {
    display: inline;
    margin-right: -8px;
    margin-left: 14px;
}
.num{
	color:#fff;
	font-size: 16px;
	background:#0C5ADB;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow:0 0 5px rgba(0,0,0,0.20);
}
.page-number ul li a{
	display: inline-block;
	background: #fff;
	color:#0C5ADB ;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	transition: .3s;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow:0 0 5px rgba(0,0,0,0.20);
}
.page-number ul li a:hover{
	background: #0C5ADB;
	color: #fff;
}
/* ==========================================
start search Popup Css
=========================================*/
.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
	width: 100%;
}
.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #0c5adb;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
	position: relative;
	font-size: 30px;
	color: #ffffff;
}
.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.search-popup .form-group{
	position:relative;
	margin:0px;
	overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}
.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.search-popup .close-search.style-two i{
	font-size:20px;
	color:#ffffff;
}
.header-src-btn {
    display: inline-block;
}
.search-box-btn.search-box-outer {
    margin-left: 10px;
}
.search-box-btn.search-box-outer i {
    font-size: 16px;
    display: inline-block;
    background: #0C5ADB;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
html{
    scroll-behavior: smooth;
}

/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 66666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #0C5ADB;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*particles js*/
div#particles {
    position: relative;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}
div#particles .slider-section {
    background: inherit;
    height: 875px;
}
