body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 24px;
    color: #616161;
    -webkit-font-smoothing: antialiased;
}
::-moz-selection{
	background-color:#004878;
	color:#ffffff;
}
::selection{
	background-color:#004878;
	color:#ffffff;
}
::-webkit-selection {
	background-color:#004878;
	color:#ffffff;
}
h1, h2, h3, h4, h5{
	color:#2a2b2b;
}
p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}
.clearfix {
    float: left;
    width: 100%;
}
img{
	max-width:100%;
}
/*=== Padding css start ===*/
.pad_top_80 {
	padding-top:80px;
}
.pad_top_70 {
	padding-top:70px;
}
.pad_top_60 {
	padding-top:60px;
}
.pad_top_50 {
	padding-top:50px;
}
.pad_top_40 {
	padding-top:40px;
}
.pad_bottom_30 {
	padding-bottom:30px;
}
.pad_bottom_40 {
	padding-bottom:40px;
}
.pad_bottom_50 {
	padding-bottom:50px;
}
.pad_bottom_60 {
	padding-bottom:60px;
}
.pad_bottom_70 {
	padding-bottom:70px;
}
.pad_bottom_80 {
	padding-bottom:80px;
}
.pad_top_bottom_80{
	padding-top:80px;
	padding-bottom:80px;
}
.pad_top_bottom_70{
	padding-top:70px;
	padding-bottom:70px;
}
.pad_top_bottom_60{
	padding-top:60px;
	padding-bottom:60px;
}
.pad_top_bottom_50{
	padding-top:50px;
	padding-bottom:50px;
}
/*=== Padding css End ===*/
/*=== bg color css Start ===*/
.red_bg{
	background:#ff6666;
}
.yellow_bg{
	background:#ffcc00;
}
.green_bg{
	background:#33cc99;
}
.purple_bg{
	background:#9966ff;
}
.orange_bg{
	background:#ff6600;
}
.mehandi_bg{
	background:#cccc33;
}
.blue_bg{
	background:#6699ff;
}
.pink_bg{
	background:#ff99cc;
}
/*=== bg color css End ===*/
/*=== common css start ===*/
.full_height{
	height: 100vh;
}
b, strong {
    color: #333333;
}
a, button, input{
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
button:focus, input:focus, select:focus, textarea:focus{
	outline:none !important;
}
.bg_gray {
    background-color: #efefef;
}
.owl-carousel .owl-item img {
    max-width: 100%;
    display: inline-block;
    width: auto;
}
.read_m_btn {
    background-color: #004878;
    color: #fff;
    font-size: 15px;
    border-radius: 2em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0px 25px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
	border:1px solid transparent;
}
.read_m_btn:hover {
	text-decoration: none;
	color:#004878;
	border-color:#004878;
	background-color:transparent;
}
.read_m_white_btn {
    background-color: #ffffff;
    color: #004878;
    font-size: 15px;
    border-radius: 2em;
}
.shadow_box {
	padding:20px;
    background-color: #fff;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}
.width_50{
	width:50%;
}
.width_100{
	width:100%;
}
.h_center{
	justify-content: center;
}
.flex_div {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.column_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
/*=== common css End ===*/
/*==== owl navigation ====*/
.owl-carousel .owl-nav > button.owl-prev, 
.owl-carousel .owl-nav > button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #ffffff;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    font-size: 19px;
    color: #ffffff;
    background: #004878;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 1em;
}
.owl-carousel .owl-nav > button.owl-prev:hover, 
.owl-carousel .owl-nav > button.owl-next:hover{
	background:#33cb98;
	color: #ffffff;
}
.owl-carousel .owl-nav > .owl-prev {
	left:0px;
}
.owl-carousel .owl-nav > .owl-next {
	right:0px;
}
.owl-dots{
	text-align:center;
	display: inline-block;
	width: 100%;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}
.owl-dots .owl-dot.active {
    background:#ffffff !important;
}
/*==== owl navigation ====*/
/*=== Loader css Start ===*/
.ayu_loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9999;
    text-align: center;
}
.loader_cover {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #dadada;
    border-top-color: #004878;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin infinite linear 1s;
    -moz-animation: spin infinite linear 1s;
    -ms-animation: spin infinite linear 1s;
    animation: spin infinite linear 1s;
}
.loader_cover img {
    display: inline-block;
    max-width: 100%;
}
.loader_img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    padding: 9px;
}
.loader_img img{
	display: inline-block;
	max-width: 100%;
}
/*=== Loader css End ===*/
/*==== Top Header css Start =====*/
.sc_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.sc_top_header {
    width: 100%;
    float: left;
    top: 0;
    left: 0;
}
.sc_top_header.sticky_header {
    background-color: #fff;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.4117647058823529);
}
.sc_logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 11;
}
.sc_logo > a {
    float: left;
}
.sc_logo > a img {
    max-width: 160px;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
}
/*==== Top Header css End ====*/
/*==== Jumbo Caption text css start ====*/
.jumbo_caption_box .heading {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
.jumbo_caption_box .heading span {
    font-weight: 700;
}
.jumbo_caption_box p {
    font-size: 15px;
    line-height: 26px;
}
.white_caption_box .heading, .white_caption_box p{
	color:#ffffff;
}
/*==== Jumbo Caption text css End ====*/
.section_padding {
    position: relative;
}
.section_text_heading {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 75px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: -43px;
    color: #fff;
    opacity: 0.1;
}
/*==== Navigation Header css Start ====*/
.navigation_header {
    float: left;
    width: 100%;
    position: relative;
}
.navigation_header .row{
	align-items:center;
}
.nav_toggle {
    float: right;
    margin: 15px 0 0;
    cursor: pointer;
    width: 30px;
    height: 22px;
    position: relative;
    z-index: 111;
    vertical-align: middle;
    padding: 3px 0;
    display: none;
}
.nav_toggle i {
    float: left;
    width: 100%;
    background: #ffffff;
    height: 3px;
    border-radius: 2em;
    -webkit-transition: all 500ms cubic-bezier(0.480, 0, 0.535, 1);
    -webkit-transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
    -moz-transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
    -o-transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
    transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
}
.nav_toggle i:nth-child(2) {
    margin: 3px 0;
}
.nav_toggle.close_toggle {
	padding:0;
}
.nav_toggle.close_toggle i {
    position: absolute;
    left: 3px;
    top: 8px;
    width: 80%;
}
.nav_toggle.close_toggle i:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.nav_toggle.close_toggle i:nth-child(2) {
    opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.nav_toggle.close_toggle i:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
/*==== header css End ====*/
.navs_container{
	position: relative;
}
.header_nav{
	position:static;
}
.navigation_menu {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: right;
}
.navigation_menu > ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: -7px;
}
.navigation_menu > ul > li {
    float: left;
    position: relative;
}
.navigation_menu > ul>li >a {
    display: block;
    padding: 15px 13px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
	position:relative;
}
.navigation_menu > ul >li > a:after{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#004878;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.navigation_menu > ul> li > a:hover, 
.navigation_menu > ul> li > a.active {
    color: #004878;
}
.navigation_menu > ul >li > a:hover:after, 
.navigation_menu > ul >li > a.active:after{
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.navigation_header.fixed_menu .navigation_menu {
    border-top: 0;
}
/* == submenu css == */
.navigation_menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #252B33;
    min-width: 150px;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.20);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    -ms-transition: all ease-in 0.25s;
    z-index: 11;
    padding: 0;
    list-style: none;
    text-align: left;
}
.navigation_menu > ul > li > ul:after {
    position: absolute;
    content: "";
    left: 10px;
    top: -10px;
    border-bottom: 10px solid #004878;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.navigation_menu > ul > li > ul > li {
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    -ms-transition: all ease-in 0.25s;
    padding: 0;
    border-bottom: 1px solid #ffffff;
}
.navigation_menu > ul > li > ul > li:last-child{
	border-bottom:none;
}
.navigation_menu > ul > li > ul > li > a {
    color: #ffffff;
    white-space: nowrap;
    padding: 6px 10px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
.navigation_menu > ul > li > ul > li:hover {
    background-color: #ffffff;
}
.navigation_menu > ul > li > ul > li:hover> a{
    color: #004878;
}
.navigation_menu > ul > li:hover > ul {
	display: block;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
/* == submenu css == */
/*==== Navigation Header css End ====*/
/*==== Mega Menu css Start ====*/
.megamenu_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0973b9;
    min-width: 200px;
    width: 100%;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.20);
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 11;
    text-align: left;
    border-radius: 4px;
    overflow-y: auto;
    height: 90vh;
}
.navigation_menu > ul > li.mega_dropdown {
    position: static;
}
.navigation_menu > ul > li:hover > .megamenu_wrapper {
	display: block;
	visibility: visible;
	opacity: 1;
	-webkit-animation:frombottom .6s 1 ease-in-out both;
	-moz-animation:frombottom .6s 1 ease-in-out both;
	animation:frombottom .6s 1 ease-in-out both;
}
/*==== Mega Menu css End ====*/
/*==== Mega Menu tabs css start ====*/
.megamenu_leftbar {
    padding: 0;
    margin: 0;
    float: left;
    width: 190px;
    list-style: none;
	height:100%;
    background: #252B33;
}
.megamenu_leftbar > li {
    background: #252B33;
    border-bottom: 1px solid #ccc;
	cursor:pointer;
}
.megamenu_leftbar > li > a {
    text-decoration: none;
	display:block;
    padding: 12px 8px;
}
.megamenu_leftbar > li > a:hover {
    text-decoration: none;
}
.megamenu_leftbar > li.active {
    background: #0973b9;
}
.megamenu_leftbar > li h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.megamenu_leftbar > li p {
    font-size: 12px;
    line-height: 19px;
    margin: 0;
	color:#ffffff;
}
.tabs_panel_wrapper {
    display: block;
    padding-left: 190px;
    padding-top: 30px;
}
.mega_tab_panel {
    display: none;
    width: 100%;
    color: #ffffff;
    padding: 0 15px;
}
.mega_tab_panel.active{
	display:inline-block;
}
.mega_menu_row{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
    margin-right: -10px;
}
.mega_menu_col {
    padding: 0 10px;
    margin-bottom: 20px;
	width: 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.mega_link_box {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.mega_link_box:hover{
    text-decoration: none;
}
.mega_link_box .headings {
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
    min-height: 48px;
    font-weight: 500;
}
.mega_link_box .headings i {
	float:left;
    width: 30px;
    height: 30px;
    border: 1px solid;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    font-size: 17px;
    margin-right: 8px;
}
.mega_link_box p {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
}
/*==== Mega Menu tabs css End ====*/
/*==== Navigation Home css Start ====*/
.navigation_home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.navigation_home .navigation_menu > ul>li >a {
	color: #fff;
}
.navigation_home .navigation_menu > ul >li > a:hover:after, 
.navigation_home .navigation_menu > ul >li > a.active:after {
    background:#ffffff;
}
/*==== Navigation Home css End ====*/
/*==== scroll menu css End ====*/
#scroll_menus {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
#scroll_menus li {
    display: inline-block;
    padding: 8px 2px;
    position: relative;
}
#scroll_menus li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid #fff;
    vertical-align: middle;
}
#scroll_menus li .tooltips {
    position: absolute;
    top: -20px;
    background: #fff;
    border-radius: 10px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 8px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    text-transform: capitalize;
    font-size: 13px;
}
#scroll_menus li .tooltips:after {
    position: absolute;
    content: "";
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
}
#scroll_menus li:hover .tooltips, #scroll_menus li.active .tooltips {
    top: -25px;
	opacity:1;
	visibility:visible;
}
#pp-nav {
    display: none;
}
/*==== scroll menu css start ====*/
/*==== Section css start ====*/
.pp-section.pp-table {
    display: block;
    float: left;
    width: 100%;
}
.pp-tableCell {
    width: 100%;
    height: 100%;
    overflow-y: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: center;
}
/*==== Section css start ====*/
/*==== Splash section css start ====*/
.home_splash_section {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.section_big_logo {
	position:relative;
	display: inline-block;
	width:100%;
}
.section_big_logo img {
    position: relative;
    max-width: 500px;
    opacity: 0.12;
}
.section_big_logo .logo_title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_big_logo .logo_title h1 {
    margin: 0;
    color: #ffffff;
    font-size: 130px;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: typogrotesk;
}
.home_splash_section h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 0;
}
/*==== Splash section css start ====*/
/*==== home service css start ====*/
.h_service_box {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 15px 40px 15px 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 104px;
}
.h_service_box h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.h_service_box:hover {
    text-decoration: none;
}
.h_service_box .triangle_shape {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 32px;
}
/*==== home service css end ====*/
/*==== Timeline css start ====*/
.timeline_boxs {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 20px 15px;
    margin-bottom: 15px;
    position: relative;
}
.border_boxs{
	position:relative;
}
.border_boxs:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    border-left: 5px solid;
    border-top: 5px solid;
    width: 40%;
    height: 50%;
}
.timeline_boxs .triangle_shape {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 32px;
}
.timeline_row {
    display: inline-block;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}
.timeline_row .icon_box {
    float: left;
    width: 70px;
}
.timeline_row .contents_box {
    float: left;
	padding-left:5px;
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
}
.timeline_row .contents_box h3 {
    font-size: 18px;
    color: #fff;
	margin:0;
	text-transform:capitalize;
}
/*==== Timeline css end ====*/
/*==== Technologies css Start ====*/
.technologies_rows_wrap {
    display: inline-block;
    width: 100%;
}
.technologies_rows {
    align-items: center;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}
.technologies_rows .tech_title {
    float: left;
    background: #252B33;
    height: 100%;
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 0;
}
.technologies_rows .tech_title:after {
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
    border: 24px solid #252B33;
    border-right: 12px solid transparent;
    z-index: -1;
}
.technologies_rows .icon_box {
    padding-left: 18px;
}
.technologies_rows .icon_box .icons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 30px;
    color: #252B33;
    position: relative;
}
.technologies_rows .icon_box img {
    height: 30px;
}
.technologies_rows .icon_box .icons .title {
    position: absolute;
	padding: 0 8px;
	font-size: 12px;
    background: #252B33;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    text-transform: capitalize;
}
.technologies_rows .icon_box .icons .title:after {
    position: absolute;
    content: "";
    border-top: 8px solid #252B33;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
    bottom: -7px;
}
.technologies_rows .icon_box .icons:hover .title, 
.technologies_rows .icon_box .icons:focus .title {
    top: -33px;
	opacity: 1;
	visibility: visible;
}
/*==== Technologies css end ====*/
/*==== Seo Section css start ====*/
.seo_point_lst ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.seo_point_lst ul li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 14px;
    border-left: 2px solid;
    padding-left: 6px;
}
.seo_point_lst .quotes_btn {
    display: inline-block;
	text-decoration:none;
    color: #000;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
}
.seo_point_lst .quotes_btn:hover {
    text-decoration:none;
    color: #000;
	background:#ffffff;
}
/*==== Seo Section css end ====*/
/*==== Testimonial Section css start ====*/
.testimonial_slider .owl-nav > button.owl-prev, 
.testimonial_slider .owl-nav > button.owl-next {
    position: absolute;
	top:auto;
    bottom: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    color: #33cc99;
    font-size: 16px;
    background: transparent;
    border-radius: 0;
}
.testimonial_slider .owl-nav > button.owl-prev {
    left: auto;
    right: 30px;
}
.testimonial_body {
    display: inline-block;
    width: 100%;
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 8px;
}
.testimonial_body p {
    font-size: 15px;
    margin-bottom: 0;
}
.testimonial_body .para {
    margin-bottom: 20px;
    padding-right: 0;
    position: relative;
    padding: 0 20px;
}
.testi_profile {
    align-items:center;
}
.testi_profile .testi_thumb {
    float:left;
    width: 65px;
}
.testi_profile .testi_thumb img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}
.testi_profile .testi_text {
    padding-left: 15px;
	text-align:left;
}
.testi_profile .testi_text .titles {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    color: #004878;
}
.testi_profile .testi_text .subheading {
    color: #33cb98;
    line-height: 20px;
    font-size: 15px;
}
.testimonial_body .triangle_shape {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 32px;
}
.testimonial_body.border_boxs:after {
    top: 0;
    left: 0;
}
.testimonial_body .para .quot {
    position: absolute;
    color: #33cb98;
}
.testimonial_body .para .quot_left {
    left: 0;
}
.testimonial_body .para .quot_right {
	right: 0;
}
/*==== Testimonial Section css end ====*/
/*==== Profits Section css start ====*/
.profit_point_wrap {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
.profit_point_wrap h5 {
    margin: 0px;
    color: #000;
    font-size: 18px;
}
.profit_box_row{
	float:left;
	width:100%;
	margin-right:-5px;
	margin-left:-5px;
}
.profits_colms {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-top: 15px;
}
.profits_box {
    padding-bottom: 4px;
    text-align: center;
}
.profits_box .icon_box {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    padding: 20px 0;
}
.profits_box .profits_text {
    background: #fff;
    padding: 10px 37px;
    min-height: 60px;
}
.profits_box .profits_text h4 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
}
/*==== Profits Section css end ====*/
/*==== fixed social icons css start ====*/
.fixed_social_icons {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 30px;
    text-align: center;
    z-index: 10;
}
.fixed_social_icons a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 3px 0px;
    color: #ffffff;
    background: transparent;
    font-size: 17px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
}
.fixed_social_icons .last_child {
    position: relative;
    height: 107px;
    font-weight: bold;
    letter-spacing: 0.4px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.fixed_social_icons .last_child span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    bottom: 14px;
    white-space: nowrap;
    right: -19px;
}
.fixed_social_icons .last_child:before {
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -1px;
}
/*==== fixed social icons css end ====*/
/* placeholder css start */
.white_input_text::-webkit-input-placeholder {
    color: #ffffff;
}
.white_input_text::-moz-placeholder {
    color: #ffffff;
}
.white_input_text:-ms-input-placeholder {
    color: #ffffff;
}
.white_input_text	:-moz-placeholder {
    color: #ffffff;
}
/* placeholder css start */
/*==== fixed Enquiry form css end ====*/
.fix_enquiry_form_cover {
    position: fixed;
    z-index: 11;
    bottom: 0px;
    right: -50%;
    top: 0;
    width: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.fix_enquiry_form_cover .close_btn {
    position: absolute;
    right: 50px;
    top: 14px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.fix_enquiry_form_cover.open {
    right: 0;
}
.enquiry_btn {
    position: absolute;
    right: 100%;
    top: 50%;
    background: #252B33;
    color: #fff;
    padding: 7px 6px 7px 9px;
    transition: all 0.2s ease-in;
    word-break: break-word;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.enquiry_btn span {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
}
.enquiry_form_dv {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    height: 100vh;
    background: #252B33;
    padding: 50px 30px 20px;
    flex-direction: column;
    justify-content: center;
}
.enquiry_form {
    overflow-y: auto;
    max-height: 90%;
}
.enquiry_form .heading {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}
.enquiry_form .form_group {
    float: left;
    position: relative;
    padding: 13px 9px 0;
    margin-bottom: 15px;
}
.enquiry_form .form_group label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
}
.enquiry_form .form_group .input_label {
    margin: 0;
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.enquiry_form .form_group.focused .input_label {
    top: 0;
}
.enquiry_form .input, .enquiry_form select, .enquiry_form textarea {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.enquiry_form select option {
    background: #111111;
}
.enquiry_form textarea.input {
    height: 80px;
    resize: none;
}
.fileupload_dv {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.fileupload_dv input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.fileupload_dv .upload_label {
    border: 1px solid #fff;
    padding: 9px 25px;
	color:#fff;
    border-radius: 2em;
    font-size: 15px !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 !important;
}
.enquiry_form .input_info {
    color: #ffffff;
}
.enquiry_form .submit_btn {
    border: 1px solid transparent;
    padding: 0px 25px;
    border-radius: 2em;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    background: #000;
    color: #fff;
}
.enquiry_form .submit_btn:hover, 
.enquiry_form .submit_btn:focus {
    border-color:#ffffff;
    background: transparent;
    color: #ffffff;
}
.enquiry_form .filetypes_share {
    display: inline-block;
}
.enquiry_form .filetypes_share i {
    font-size: 17px;
    margin: 0 3px;
    display: inline-block;
    background: #555;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.enquiry_form .form_group input:focus, 
.enquiry_form .form_group select:focus, 
.enquiry_form .form_group textarea:focus {
    border-color: #00c683;
}
/*==== fixed Enquiry form css end ====*/
/*==== About page css start ====*/
.about_text_section .icon_box {
	text-align: center;
}
.about_text_section .about_icon {
    display: inline-block;
    color: #fff;
    width: 220px;
    height: 220px;
    line-height: 200px;
    border: 10px solid;
    border-radius: .5em;
    font-size: 100px;
}
.about_text_section .row{
	align-items:center;
}
/*==== About page css end ====*/
/*==== Contact page css start ====*/
.contact_page_section {
    padding-top: 80px;
}
.section_inner_container {
    height: calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: -webkit-calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
	position:relative;
}
.contact_page_heading {
    text-align: center;
    margin-bottom: 40px;
}
.contact_page_heading h1, .contact_page_heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.contact_page_heading h1{
    font-weight: 400;
}
.contact_page_heading h2{
	font-weight:700;
}
.contact_address_dv {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 50px 20px 60px;
    border-radius: 10px;
    position: relative;
	z-index:1;
}
.contact_address_dv:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #33cc99;
    border-radius: 0 9px 0em 5em;
    z-index: -1;
    opacity: 0.6;
}
.contact_address_dv:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #33cc99;
    border-radius: 0 5em 0em 9px;
    z-index: -1;
    opacity: 0.6;
}
.contact_address_dv .headings {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}
.address_list {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.address_list > li {
    display: inline-block;
    width: 100%;
    color: #959595;
    font-size: 15px;
    margin-bottom: 10px;
}
.address_list > li a {
    color: #959595;
    text-decoration: none;
}
.address_list > li a:hover {
    color: #000000;
    text-decoration: none;
}
.address_list > li .icon {
    float: left;
    width: 25px;
    font-size: 17px;
    color: #4b4b4b;
}
.address_list > li .text {
    padding-left: 25px;
}
.address_dvs {
    padding-top: 20px;
}
/*==== Contact page css end ====*/
/*==== Contact form css start ====*/
.contact_form .headings {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}
.contact_form .form_group{
	margin-bottom:15px;
}
.contact_form .form_group input, 
.contact_form .form_group select, 
.contact_form .form_group textarea {
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding-left: 15px;
    color: #fff;
	border-radius: 4px;
}
.contact_form .form_group textarea {
    height: 100px;
    padding-top: 10px;
	resize:none;
}
.contact_form .form_group select option {
    color: #252B33;
}
.contact_form .button_group {
    text-align: right;
}
.contact_form .submit_btn {
    border: none;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 4px;
}
.contact_form .form_group > .label{
	color: #fff;
	margin-bottom:4px;
}
.contact_form .input_info {
    color: #fff;
}
.contact_form .fileupload_dv {
    width: 100%;
}
.contact_form .fileupload_dv .upload_label {
    width: 100%;
    border-radius: 4px;
}
/*==== Contact form css end ====*/
/*==== portfolio page css end ====*/
.portfolio_page_section {
    padding-top: 80px;
}
.portfolio_page_heading {
    position: relative;
    min-height: 75px;
	text-align:center;
}
.portfolio_page_heading .section_text_heading {
    top:0;
}
.portfolio_page_heading h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 75px;
}
.portfolio_page_heading h1 span {
    font-weight: 700;
}
/*==== portfolio page css end ====*/
/*==== portfolio tabs css start ====*/
.portfolio_filter_wrap {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}
.port_filter_tabs {
    display: inline-block;
}
.filter_dropdown {
    float:left;
	width:100px;
	position:relative;
}
.filter_dropdown .dropdown_nav {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    padding: 0 10px;
    color: #252B33;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
}
.filter_dropdown .dropdown_nav i {
    position: absolute;
    color: #999999;
    right: 10px;
    top: 7px;
    font-size: 19px;
}
.filter_dropdown .dropdown_items {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
	display:none;
}
.filter_dropdown .dropdown_items > a {
    display: block;
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid;
    padding: 2px 4px;
}
.filter_dropdown .dropdown_items > a:hover {
    text-decoration: none;
    color: #9966ff;
}
.port_filter_tabs .tab_lists{
	padding-left:120px;
	margin:0;
}
.port_filter_tabs .tab_lists > li {
    display: inline-block;
    padding: 0px 8px;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
}
.port_filter_tabs .tab_lists > li.active {
    background: #fff;
    color: #252B33;
}
.portfolio_filter_div {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.portfolio_colms.mix-target {
    display: none;
    width: 100%;
}
/*==== portfolio tabs css end ====*/
/*==== portfolio slider css end ====*/
.laptop_mockup_bg {
    display:inline-block;
    position: relative;
}
.laptop_mockup_bg img {
    width: 100%;
}
.laptop_mockup_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 31px 105px 75px;
}
.portfolio_slider .item .p_items {
    width: 100%;
    height: 100%;
	position:relative;
}
.portfolio_slider .item .p_items img {
    width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.portfolio_slider .item .p_items:hover img {
    filter: blur(0.8px);
	-webkit-filter: blur(0.8px);
}
.portfolio_slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: -83px;
}
/*==== portfolio slider css end ====*/
/*==== Footer css start ====*/
.footer_wrapper {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    border-radius: 4em 0em 0em 0;
}
.footer_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(255 255 255 / 35%);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 3em 0em 0em 0;
    cursor: pointer;
}
.footer_icon i{
	display:none;
}
.footer_icon.active i{
	display:inline-block;
}
.footer_icon.active .txt{
	display:none;
}
.footer_wrapper.show {
   background: #111111;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    width: 100%;
    border-radius: 0;
    height: 100%;
}
.footer_full_height{
	max-width: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	height:100%;
}
.footer_section {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    visibility: hidden;
    opacity: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.footer_wrapper.show .footer_section {
	transition: all ease-in .3s .8s;
    -webkit-transition: all ease-in .3s .8s;
    -moz-transition: all ease-in .3s .8s;
	visibility: visible;
    opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.footer_section a, .footer_section p {
    color: #aeaeae;
    text-decoration: none;
    font-size: 15px;
}
.f_address_dvs p {
    margin-bottom: 0;
}
.f_address_dvs .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #111;
    background: #fff;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.f_address_dvs .icon:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}
.footer_section a:hover{
	color:#ffffff;
}
.copyright_text {
    padding: 11px 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}
.copyright_text p {
    margin: 0;
}
.footer_menus {
    padding: 12px 0;
}
.footer_menus a {
    display: inline-block;
    padding: 10px 7px;
    text-transform: capitalize;
}
/*==== Footer css end ====*/
/*==== Clients logo css start ====*/
.m_clientles_cols {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.m_clients_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    height: 70px;
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 0 14px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0 0 14px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 0 14px rgb(0 0 0 / 29%);
}
/*==== Clients logo css end ====*/
/*==== Clients page css end ====*/
.clients_page_wrapper {
    padding-top: 80px;
	float:left;
	width:100%;
}
.clienteles_items {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 15px 10px;
    box-shadow: 0 0 14px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0 0 14px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 0 14px rgb(0 0 0 / 29%);
}
.clienteles_items .img_box {
    height: 50px;
    margin-bottom: 5px;
}
.clienteles_items .contents p {
    margin-bottom: 0;
}
.mega_tab_panel .testimonial_body {
    margin-bottom: 20px;
}
/*==== Clients page css end ====*/
/*==== Testimonial page css start ====*/
.testimonial_carousel .owl-stage-outer {
    padding-top: 40px;
}
/*==== Testimonial page css end ====*/
/*==== status counter css start ====*/
.status_counter_wrap {
    padding-top: 30px;
}
.menu_status_counter {
	display:inline-block;
	width:100%;
    padding: 14px 0 10px;
}
.menu_status_counter .number {
	display:inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 40px;
    padding-left: 9px;
}
.menu_status_counter .number:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #33cc99;
    border-radius: 50%;
    z-index: -1;
}
.menu_status_counter .number:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    background: #33cc99;
    border-radius: 50%;
    z-index: -1;
}
/*==== status counter css end ====*/
/*==== status page css end ====*/
.status_counter {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.status_counter .icons {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.status_counter .title_main {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
/*==== status page css end ====*/
/*==== easyPieChart css end ====*/
.scenario_menu {
    text-align: center;
}
.easyPieChart {
    position: relative;
    text-align: center;
	display: inline-block;
}
.scenario_chart .percent_text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
/*==== easyPieChart css end ====*/
/*==== Scenario page css start ====*/
.scenario_chart_box {
    text-align: center;
    margin-bottom: 40px;
}
.scenario_chart_box .title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 23px;
	margin-bottom:0;
}
/*==== Scenario page css end ====*/
/*==== mobile portfolio css end ====*/
.mobile_portfolio_filter{
	display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.mobile_mockup_bg {
    display: inline-block;
    position: relative;
}
.mobile_mockup_bg {
    display: inline-block;
    position: relative;
    width: 320px;
}
.mobile_mockup_bg img {
    width: 100%;
}
.mob_mockup_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 76px 18px 76px;
}
.mob_portfolio_slider .item .p_items {
    width: 100%;
    height: 100%;
}
.mob_portfolio_slider .item .p_items img {
    border-radius: 5px;
}
.mob_portfolio_slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: -83px;
}
/*==== mobile portfolio css end ====*/
/*==== Career Page css start ====*/
.career_page_dv {
    padding: 30px 20px;
    border-radius: 5px;
    background: #f5f5f5;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.career_apply_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
    justify-content: space-between;
	align-items: center;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0 0 12px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 28%);
    border-radius: 4px;
}
.career_apply_row:last-child{
	margin-bottom: 0px;
}
.career_apply_row .left_dv {
    padding-right: 20px;
    width: 100%;
}
.apply_heading {
    float: left;
    width: 100%;
}
.apply_heading h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.apply_heading .percantage_dv {
    position: relative;
    padding-top: 18px;
    float: left;
    width: 100%;
    margin-top: 4px;
}
.apply_heading .cr_percantage {
    float: left;
    height: 5px;
    border-radius: 10px;
    background: #33cc99;
}
.percantage_dv .numbers {
    position: absolute;
    top: 0px;
	left:0;
    font-size: 14px;
    line-height: 16px;
    color: #33cc99;
    font-weight: 500;
}
.career_apply_row .apply_btn {
    float: right;
    display: inline-block;
    text-decoration: none;
    background: #33cc99;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100px;
    cursor: pointer;
}
.career_apply_row .apply_btn:hover {
    background: #ff6666;
    color: #fff;
}
/*==== Career Page css End ====*/
/*==== Career form css start ====*/
.career_page_section {
	float:left;
	width:100%;
    padding-top: 80px;
}
.oxy_career_form {
    float: left;
    width: 100%;
}
.career_page_heading {
    text-align: center;
    margin-bottom: 30px;
}
.career_page_heading h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.career_page_heading p {
    font-size: 18px;
    color: #fff;
	margin-bottom:0px;
}
.oxy_career_form .form_group {
    margin-bottom: 15px;
    float: left;
    padding: 0 5px;
}
.oxy_career_form .form_group .form_label {
    margin-bottom: 5px;
    color: #ffffff;
}
.oxy_career_form .form_group input, 
.oxy_career_form .form_group select, 
.oxy_career_form .form_group textarea {
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    height: 44px;
    font-size: 15px;
    padding-left: 15px;
    color: #fff;
    border-radius: 4px;
}
.oxy_career_form .form_group select option {
    color: #252B33;
}
.oxy_career_form .form_group textarea {
    height: 100px;
    padding-top: 10px;
    resize: none;
}
.oxy_career_form .fileupload_dv {
    margin-bottom: 0;
    width: 100%;
}
.oxy_career_form .fileupload_dv .upload_label {
    border-radius: 4px;
    width: 100%;
}
.oxy_career_form .submit_btn {
	display:inline-block;
	background:transparent;
    color: #fff;
    border: 1px solid;
    height: 44px;
    line-height: 42px;
    padding: 0 30px;
    border-radius: 4px;
}
.oxy_career_form .submit_btn:hover {
	background:#ffffff;
    color: #33cc99;
	border-color: #ffffff;
}
/*==== Career form css end ====*/

/*==== Error Page css start ====*/
.error_page_wrapper {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index:1111;
    overflow-y: auto;
    background: #ffffff url(../images/404_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.error_flex_dv{
	height: 100vh;
    align-items: center;
}
.error_page_captions {
    display: inline-block;
    width: 100%;
    text-align: center;
	padding-top:20px;
}
.error_page_captions .main_title {
    font-size: 120px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 20px;
    color: #fff;
}
.error_page_captions h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
	 color: #fff;
}
.error_page_captions p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.error_page_captions .error_btn {
    margin-top: 30px;
    background-color: #ffffff;
    color: #004878;
    font-size: 15px;
    border-radius: 2em;
    border: none;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}
.error_page_captions .error_btn i{
	margin-right:5px;
}
/*==== Error page css end ====*/
.mega_coming_soon h3, 
.mega_coming_soon h4 {
    color: #fff;
    text-transform: capitalize;
}
.mega_coming_soon h3 {
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.mega_coming_soon h4 {
    font-size: 30px;

}
/*====== magnific popup gallery css =========*/

.my_zoom_in .mfp-container{
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
    transform:scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
}
.my_zoom_in.mfp-ready .mfp-container {
    opacity: 1;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.my_zoom_in.mfp-removing .mfp-container{
    opacity: 0;
    transform:scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
}
.my_zoom_in.mfp-ready .mfp-content{
    -webkit-animation: frombottom 1 1s ease-in-out;
    -moz-animation: frombottom 1 1s ease-in-out;
    animation: frombottom 1 1s ease-in-out;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close { 
    color: #fff !important;
    background: #004878 !important;
    float: right;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    right: 0;
    top: 40px;
    opacity: 1;
    text-align: center;
    cursor: pointer !important;
}
img.mfp-img {
    padding: 10px 0;
}
.mfp-arrow{
	opacity:1;
}
.mfp-arrow-right:before {
	border-left: none;
}
.mfp-arrow-right:after {
	border-left-color: #004878;
}
.mfp-arrow-left:before {
	border-right: none;
}
.mfp-arrow-left:after {
	border-right-color: #004878;
}
/*====== magnific popup gallery css =========*/
/* gallery css */
.p_items .gallery_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 12px rgb(0 0 0 / 45%);
    cursor: pointer;
	visibility:hidden;
	opacity:0;
}
.p_items:hover .gallery_icon {
	visibility:visible;
	opacity:1;
}
/* gallery css */