﻿/*-------------------------------------
    
	Author: Crorpo
	Copyright © 2019-20
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. header_btn
	5. slider_main_wrapper
	6. jp_banner_jobs_categories_wrapper
	7. about_wrapper
	8. counter_section
	9. process_wrapper
	10. team_wrapper
	11. testimonial_wrapper
	12. gallery_wrapper
	13. pricing_wrapper
	14. prs_video_section_main_wrapper
	15. partner_wrapper
	16. news_letter_wrapper
	17. footer_wrapper
---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 24px;
	color: #797979;
	overflow-x:hidden;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a {
	color: #2d3a4b;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color:#30a3f0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins';
	line-height: 1.1;
	text-transform:uppercase;
	font-weight:400;
	color: #2d3a4b;
	margin:0;
	padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #2d3a4b;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
.float_left{
	float:left;
	width:100%;
}
a:hover {
  	text-decoration: none;
}
/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#return-to-top {
    position: fixed;
    bottom: 43px;
    right: 30px;
    display: block;
    display: none;
	width: 45px;
    height: 80px;
    text-align: center;
    border-radius: 45px;
    line-height: 80px;
    background: #fff;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
	-webkit-animation: jump 1s ease-in alternate infinite;
    animation: jump 1s ease-in alternate infinite;
}
#return-to-top img {
	width:40px;
    position: relative;
	background:transparent;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}
.cursor {
  background-color: #30a3f0;
  	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011;
}
@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor-close {
  background-color: #110f10;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}
.open .cursor {
  mix-blend-mode: lighten;
}
.touch .cursor {
  display: none;
}
.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}
/*-- Button css start --*/
.header_btn {
	padding-top:5px;
	padding-left:30px;
}
.header_btn a {
  width:150px;
  height:50px;
  background:#fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  font-size:16px;
  color:#3a424a;
  border:2px solid transparent;
  line-height:46px;
  	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
  font-weight:600;
  text-transform:uppercase;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transition: background-color 0.6s, color 0.6s;
	   -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.header_btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.header_btn a:hover{
	background-color:transparent;
	color: #fff;
	   -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.header_btn a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	   -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.dez-quik-search {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
	height:100px;
	line-height:100px;
    z-index: 999;
	-moz-box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:0px 3px 20px 0 rgba(0, 0, 0, 0.06);
	box-shadow:0px 3px 20px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
	   -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.dez-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.dez-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #111;
    font-size: 20px;
}
.dez-quik-search .form-control::-moz-placeholder {
    color: #797979;
}
.dez-quik-search .form-control:-moz-placeholder {
    color: #797979;
}
.dez-quik-search .form-control:-ms-input-placeholder {
    color: #797979;
}
.dez-quik-search .form-control::-webkit-input-placeholder {
    color: #797979;
}
.dez-quik-search .form-control:focus{
	outline:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
}
.dez-quik-search span {
    position: absolute;
    right: 25px;
    top: 20%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
	color:#2d3a4b;
    cursor: pointer;
}
.extra-cell {
    display: inline-block;
}
.site-button{
    color: #111;
    display: inline-block;
    outline: none;
    cursor: pointer;
    outline: none;
	border:0;
	padding-top:26px;
	font-weight:600;
    background-color: transparent;
	   -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
    background-color: transparent;
    color: #30a3f0;
}
.site-button i:before{
	font-size:16px;
	padding-right:15px;
}
.cp_logo_wrapper{
	float:left;
	width:20%;
	padding-top:10px;
}
.cp_navi_main_wrapper{
	position:relative;
	padding:15px;
	z-index:1;
}
.kv_logo_wrapper a{
	float:left;
	padding:32px 0px;
}
.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}
.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 15px;
    visibility: visible;
}
.mainmenu ul li {
    display: inline-block;
}
.mainmenu ul li a {
    color: #111;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
	font-weight:600;
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
	padding-bottom:16px;
}
.mainmenu ul li a i{
	color:#30a3f0;
	margin-right:15px;
}
.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
	position:relative;
}
.mainmenu ul li .gc_main_navigation:after,.mainmenu ul li.active > .gc_main_navigation:after {
	content:'';
	border:1px solid #30a3f0;
	width:0;
	position:absolute;
	left:0 !important;
	right:0 !important;
	margin:0px auto !important;
	bottom:14px !important;
	opacity:0 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
    opacity: 1;
	color:#30a3f0 !important;
}
.mainmenu ul li:hover .gc_main_navigation:after,
.mainmenu ul li.active > .gc_main_navigation:after {
    content:'';
	border:1px solid #30a3f0;
	width:45px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:14px !important;
	opacity:1 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 98%;
	-ms-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.mainmenu ul ul li {
    display: block;
	position:relative;
	float:left; width:100%;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    color: #797979;
    text-transform: capitalize;
    padding: 10px 0 10px 0;
    border-bottom: 0;
	margin:0;
}
.mainmenu ul li.has-mega .mega-menu span a:hover{
	background-color: #00468c;
	color:#ffffff !important;
}
.mainmenu ul ul li:last-child > a {
    border-bottom: 0px;
}
.mainmenu ul ul li a:after {
    content: "";
}
.mainmenu ul ul li > ul {
    left: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
    top: 20%;
}
.mainmenu ul li.has-mega {
    position: relative;
}
.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}
.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0px;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
	padding-left: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu ul li span a.active {
    font-weight: 600;
}
.mainmenu ul ul li.active > a {
    background-color: #eee;
    font-weight: 600;
}
.main_nav_ul {
	text-align:center;
}
/*************************
02.2 Sticky menu
*************************/
.header-area.stick .logo a {
    color: #222;
    margin-top: 2px;
    position: relative;
    z-index: 9999999;
}
.header-area.stick .logo a h2 span {
    background-color: #222;
    color: #fff;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}
.mainmenu ul li:hover > .navi_2_dropdown{
	top:125%;
	background:#fff;
	border-top:2px solid #30a3f0;
}
.navi_2_dropdown:after {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 13px solid #30a3f0;
    border-left: 13px solid transparent;
    position: absolute;
    left: 45px;
    top: -13px;
}
/*************************
02.3 Hidden menu bar
*************************/

.hidden-menu-bar .mainmenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
    padding-right: 0;
    position: relative;
	z-index:10;
	float:right;
}
/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
    background-color: #222;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 99;
}
.left-side-wrapper .logo {
    text-align: center;
}
.left-side-wrapper .mainmenu ul li {
    display: block;
}
.left-side-wrapper .mainmenu ul li a {} .left-side-wrapper .mainmenu {
    margin-top: 50px;
    position: relative;
}
.left-side-wrapper .mainmenu ul li > a:after,
.left-side-wrapper .mainmenu ul li.active > a:after {
    bottom: -5px;
    left: 20px;
    right: auto;
}
.right-side-wrapper {
    margin-left: 15%;
    width: 85%;
}
.right-side-wrapper .container-fluid {
    padding: 0% 10%;
}
.right-side-wrapper .container-fluid .single-project-item {
    height: 370px;
}
.right-side-wrapper .container-fluid .single-project-item.large {
    height: 460px;
}
/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
    padding-right: 10px;
    padding-left: 10px;
}
.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 90%;
}
.mainmenu.one-page-menu ul li a:after {
    width: 0%;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.stick .mainmenu.one-page-menu ul li a:after {
    background-color: #222;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	width:100%;
}
.kv_sub_menu{
	position:unset !important;
}
.kv_mega_menu{
	width:100% !important;
	left:0;
}
.kv_mega_menu_width{
	float:left;
	width:100%;
}
.jn_menu_partion_div{
	padding: 30px;
	position:relative;
	background:#fff;
	border-top:2px solid #30a3f0;
}
.jn_menu_partion_div li{
	float:left;
	width:100%;
}
.jn_menu_partion_div ul{
	    position: unset !important;
}
.mainmenu ul li:hover > ul .jn_menu_partion_div ul, .mainmenu ul li:hover > .mega-menu .jn_menu_partion_div ul{
	opacity: 1 !important;
    visibility: visible !important;
}
.jn_menu_tabs_cont li a{
	font-weight:500 !important;
	text-transform:uppercase !important;
	background:transparent !important;
	color:#004165 !important;
	padding-left: 30px !important;
	    font-size: 14px !important;
}
.jn_menu_partion_div:after {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 13px solid #30a3f0;
    border-left: 13px solid transparent;
    position: absolute;
    right: 60%;
    top: -13px;
}
.jn_menu_tabs_cont ul{
	width:100% !important;
	border-bottom: 0;
}
.jen_tabs_conent_list ul{
	width:100% !important;
}
.jen_tabs_conent_list li a{
	border:0 !important;
	font-weight:500 !important;
}
.jen_tabs_conent_list li a:hover{
	color:#30a3f0;
}
.jn_menu_img_blog{
	text-align:center;
	margin-top:20px;
}
.jn_menu_img_blog h5{
	padding-top:10px;
	line-height: 26px;
}
.navi_btn{
	float: left;
    width: 180px;
    height: 30px;
    background: #9c1111;
    color: #fff !important;
    text-align: center;
    line-height: 28px;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
}
.jen_tabs_conent_list  ul{
	padding-top:40px;
}
.mainmenu ul li:hover .gc_main_navigation i, .mainmenu ul li.active > .gc_main_navigation i{
	color:#e17000 !important;
}
.cp_navigation_wrapper{
	float:left;
	width:60%;
}
.jen_search_btn_wrapper{
	float:right;
}
.active{
	color:#30a3f0 !important;
}
.parent a:hover{
	color:#30a3f0;
}
.top_navi_right_wrapper{
	float:left;
	width:20%;
}
.jen_tabs_conent_list h1{
	font-size:22px;
	text-transform:capitalize;
	color:#2d3a4b;
	font-weight:600;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.jen_tabs_conent_list h1:after{
	content: '';
    border: 2px solid #29abff;
    width: 45px;
   	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
    position: absolute;
    left: 0px;
    top: 35px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu ul li a span{
	float:right;
}
.mainmenu ul li:hover > .dropdown-menu-right{
	display:block;
}
.mainmenu ul li .dropdown-menu-right{
	position: absolute;
	display:block;
	background-color: #fff;
		-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
	box-shadow: 0 6px 12px rgba(0,0,0,.100);
	left:100%;
	right:auto;
	min-width:210px;
}
.mainmenu ul li .dropdown-menu-right li a{
	padding:13px 5px;
	font-size:16px;
	font-weight:400;
}
.mainmenu ul li:hover > .dropdown-menu-right{
	display:block;
}
.navi_2_dropdown li{
	padding:0px 0 0px 25px;
}
.header_btn{
	float:right !important;
	padding:10px 0 0 0 !important;
	width:auto !important;
}
.navi_2_dropdown li a{
	font-weight:500 !important;
}
/****------slider wrapper css-----****/
.slider_main_wrapper{
	position:relative;
}
/**********-------about wrapper--------************/
.jp_banner_jobs_categories_wrapper{
	padding-bottom:100px;
	padding-top:90px;
	position:relative;
}
.tb_left_heading_wraper i{
	color:#30a3f0;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.about_left_wrap{
	margin-bottom:40px;
	float:left;
	width:100%;
}
.tb_left_heading_wraper {
    margin-bottom: 5px;
}
.tb_left_heading_wraper i:before{
	font-size:30px;
}
.abt_heading h3 a{
	font-size:20px;
	font-weight:600;
	z-index:1;
	text-transform:capitalize;
}
.about_left_wrap:hover .abt_heading h3 a{
	color:#30a3f0;
}
.tb-flex-bdr-img {
    text-align: center;
    perspective: 1000px;
    position: relative;
	padding-top:50px;
}
.tb-flex-bdr-img img {
    width: 100%;
}
.tb-flex-bdr-img:after {
  content: '';
    position: absolute;
    right: -10%;
    top: 6px;
    height: 91%;
    width: 90%;
    border-width: 10px;
    border-style: solid;
    transform: rotateY(0);
    transform-origin: right;
    z-index: -1;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    color: #30a3f0;
}
.tb-flex-bdr-img:hover:after {
    transform: rotateY(35deg);
    opacity: 0;
    visibility: hidden;
}
.service_right_img{
	position: absolute;
    left: -140px;
    top: -86px;
	z-index:1;
	-webkit-animation: fa-spin 18s infinite linear;
    animation: fa-spin 18s infinite linear;
}
.cp_heading_wraper {
    text-align: center;
    padding-bottom: 60px;
}
.cp_heading_wraper h3 {
    font-size: 36px;
    color: #3a424a;
    line-height: 40px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 50px;
}
.cp_heading_wraper h3:before {
    content: '';
    border: 1px solid #c8c8c8;
    width: 80px;
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0;
    margin: 0px auto;
}
.cp_heading_wraper h3:after {
    content: '';
    border: 2px solid #29abff;
    width: 35px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 59px;
}
.cp_heading_wraper p {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.left_heading{
	text-align:left;
	padding-bottom:40px;
}
.left_heading h3:before{
	left:0;
	right:auto;
	width:60px;
}
.left_heading h3:after{
	left:0;
	right:auto;
	width:30px;
}
.dark_btn{
	float:left;
	width:100%;
	padding-left:0;
	padding-top:30px;
}
.dark_btn a {
    background: #30a3f0;
    color: #fff;
	width:170px;
}
.dark_btn a:hover {
    background: transparent;
	color:#30a3f0;
}
.dark_btn a::before {
    border: 2px solid #30a3f0;
}
/***-----about wrapper css-----****/
.about_wrapper{
	padding-top:100px;
	background:#fff;
}
.whate_we_cntnt{
	padding-left:130px;
}
.whate_we_cntnt h1{
	font-size:24px;
	text-transform:capitalize;
	font-weight:500;
	padding-bottom:30px;
}
.jump-anim {
	animation-name: fetureanimate;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: fetureanimate;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: fetureanimate;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: fetureanimate;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: fetureanimate;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
@keyframes fetureanimate {
	0%, 100% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

}
.vbb h3{
	margin-bottom:10px;
}
.abt_btn{
	float:left !important;
	width:100% !important;
	padding-top:30px !important;
}
/***--- counter wrapper css ----****/
.counter_section{
    background-image: url(../images/2.png);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
	background-attachment:fixed;
    padding-top:90px;
	padding-bottom:90px;
}
.counter_overlay {
   position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(12, 16, 22, 0.88);
}
.counter_width{
	float:left;
	width:20%;
}
.count-description span {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-top: 20px;
}
.count-description {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}
.icon i:before {
    font-size: 34px !important;
    text-align: center;
    color: #fff;
	line-height:90px;
	position:relative;
	z-index:1;
}
.tb_icon {
	display: inline-block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    padding-bottom: 22px;
}
.counter-section{position:relative; z-index:1;}
.count-description {
	width: 100%;
    float: left;
    z-index: 10;
    margin-top: 30px;
}
.counter_cntnt_box {
    float: left;
    width: 100%;
	text-align:center;
}
.counter_width:hover .btc_step_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #30a3f0;
    opacity: 1;
}
.btc_step_overlay {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.con1 a, .con2 a, .con3 a, .con4 a, .con5 a{
   font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 15px;
    color: #fff;
    float: left;
    width: 100%;
}
.icon{
	display:inline-block;
	width:80px;
	position:relative;
	height:80px;
	line-height:80px;
		-webkit-border-radius: 100px; 
	-moz-border-radius: 100px; 
	border-radius: 100px; 
	background:#393b41;
	color:#fff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.counter_wrapper{
	float: left;
    width: 100%;
    padding-bottom: 110px;
    padding-top: 120px;
	background:#f9f9f9;
	overflow:hidden;
}
/***-----process wrapper css----***/
.process_wrapper{
	background:#f9f9f7;
	padding:100px 0;
	text-align:center;
}
.work_box{
	text-align:center;
	position:relative;
}
.work_img{
	padding-bottom:30px;
}
.work_process_wrapper{
	float:left;
	width:21%;
}
.work_process_wrapper:hover .work_box  h2 a{
	color:#30a3f0;
}
.work_process_main_wrapper{
	display:inline-block;
}
.work_img img{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	width:100%;
}
.work_box  h2 a{
	float:left;
	width:100%;
	font-size:20px;
	font-weight:600;
	padding-bottom:10px;
	text-transform:capitalize;
}
.p2{
	margin:0 60px;
	position:relative;
}
.p2:after{
	content:'';
	position:absolute;
	left: -58px;
    border: 1px dashed #cecece;
    top: 36%;
    width: 56px;
    height: 1px;
}
.p2:before{
	content:'';
	position:absolute;
	right: -58px;
    border: 1px dashed #cecece;
    top: 36%;
    width: 56px;
    height: 1px;
}
.p3{
	margin-right:60px;
	position:relative;
}
.p3:before{
	content:'';
	position:absolute;
	right: -58px;
    border: 1px dashed #cecece;
    top: 36%;
    width: 56px;
    height: 1px;
}
.numbering{
	position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    line-height: 47px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 22px;
    background-image: -webkit-gradient(linear,right bottom,left top,from(#fd4959),to(#fb7a85));
    background-image: linear-gradient(to top left,#fd4959,#fb7a85);
	right: -17px;
    bottom: 95px;
    border: 5px solid #f9f9f7;
}
.numbering2{
    background-image: -webkit-gradient(linear,right bottom,left top,from(#4a9ae7),to(#6badec));
    background-image: linear-gradient(to top left,#4a9ae7,#6badec);
}
.numbering3{
    background-image: -webkit-gradient(linear,right bottom,left top,from(#f5664f),to(#f78b78));
    background-image: linear-gradient(to top left,#f5664f,#f78b78);
}
.numbering4{
    background-image: -webkit-gradient(linear,right bottom,left top,from(#1ec3ce),to(#65d9e1));
    background-image: linear-gradient(to top left,#1ec3ce,#65d9e1);
}
/***----team wrapper css -----***/
.team_wrapper{
	padding:100px 0;
}
.team_slider_main {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius:5px;
	background:#2d3a4b;
}
.team_img_wrapper{
	width:50%;
	float:left;
}
.team_info_wrapper{
	float:left;
	width:50%;
	background:#2d3a4b;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	padding:50px 40px;
	padding-top:70px;
	padding-bottom:34px;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_slider_wrapper .owl-theme .owl-dots {
    display: none;
}
.team_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
    top: 43%;
    z-index: 1000;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev {
	margin: 0;
    padding: 0;
	position:absolute;
    top: 0;
    color: #2d3a4b;
    width: 40px;
	left:-60px;
    height: 40px;
    line-height: 40px;
	border-radius:0;
    background: transparent;
    cursor: pointer;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: #2d3a4b;
	right: -60px;
    top: 0;
    position: absolute;
	width: 40px;
    height: 40px;
    line-height: 33px;
	background: transparent;
    cursor: pointer;
	border-radius:0;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev i:before, .team_slider_wrapper .owl-theme .owl-nav .owl-next i:before{
	font-size:28px;
	font-weight:600;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
    color: #30a3f0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
    color: #30a3f0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team_info_wrapper h4 a{
	font-size:20px;
	font-weight:500;
	color:#fff;
	text-transform:capitalize;
	position:relative;
}
.team_info_wrapper h5{
	font-size:16px;
	color:rgba(255, 255, 255, 0.7);
	margin-top:10px;
	font-family: 'Lato';
	text-transform:capitalize;
	font-style:italic;
}
.team_info_social_icons {
    margin-top: 20px;
}
.team_info_social_icons li {
    display: inline-block;
    margin-right: 15px;
}
.team_info_social_icons li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
}
.team_info_social_icons li a i {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.team_info_social_icons li a:hover i{
	color:#30a3f0;
}
.team_info_wrapper h4 a:after {
    content: '';
    border: 2px solid #29abff;
    width: 30px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: -14px;
}
.team_info_wrapper h4 a:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 60px;
    position: absolute;
    left: 0px;
    top: -13px;
}
.team_info_wrapper p{
	color:#fff;
	padding-top:20px;
}
/****----testimonial wrapper css-----****/
.testimonial_wrapper{
	background-image: url(../images/3.png);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
	background-attachment:fixed;
    padding-top: 180px;
    padding-bottom: 200px;
}
.testimonial_slider_wrapper{
	text-align:center;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots{
	 position: absolute;
    top: 100%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1;
	display:block;
	margin-top:40px;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots .owl-dot span{
	width: 12px;
    height: 12px;
	margin:5px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	background:rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background:#30a3f0;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_cont_wrapper{
	position:relative;
}
.testi_cont_wrapper:after{
	content:'';
	position:absolute;
	background-image: url(../images/shape3.png);
	top:0;
	left:0;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	right:0;
	margin:0px auto;
	background-position: center 0;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.testi_cont_wrapper i:before{
	color:#30a3f0;
	font-size:60px;
	background:transparent;
	width:60px;
	height:60px;
	line-height:60px;
}
.testi_cont_wrapper p{
	color:#fff;
	font-size:34px;
	font-weight:400;
	font-family: 'Lato';
	line-height:50px;
	padding:80px 100px;
}
.testi_cont_wrapper h4{
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	font-family: 'Lato';
	position:relative;
	top:-15px;
}
/***----galley wrapper css----****/
.gallery_wrapper{
	padding:100px 0;
	text-align:center;
}
.gallery_wrapper .protfoli_filter{
	padding-bottom:50px;
	display:inline-block;
}
.gallery_wrapper .protfoli_filter li {
  float: left;
  border:0;
  margin-right:10px;
}
.gallery_wrapper .protfoli_filter li a {
  color: #2d3135;
  display: inline-block;
  font-size:16px;
  font-weight:500;
  text-transform:capitalize;
  text-align: center;
	padding: 12px 22px;
   border-radius: 5px;
}
.gallery_wrapper .protfoli_filter li:hover a, .gallery_wrapper .protfoli_filter li:focus a, .gallery_wrapper .protfoli_filter li.active a {
	background: #30a3f0;
	color:#fff;
  	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gallery_wrapper .portfoli_right {
  padding: 0;
  padding-left: 45px;
}
.gallery_wrapper .portfoli_inner .portfolio_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
 border-radius:5px;
}
.gallery_wrapper .portfoli_inner .portfolio_item img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.gallery_wrapper .portfoli_inner .portfolio_item:hover img, .gallery_wrapper .portfoli_inner .portfolio_item:focus img {
  transform: scale3D(1.2, 1.2, 2);
}
.gallery_wrapper .portfolio_item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery_wrapper .portfolio_item {
  position: relative;
  overflow: hidden;
}
.gallery_wrapper .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.gallery_wrapper .portfolio_item:hover .portfolio_hover{
	 opacity: 1;
	 transition: all 300ms linear 0s;
}
.gallery_wrapper .portfolio_item .portfolio_hover a {
  color: #fff;
  font-size:20px;
  text-transform:capitalize;
  text-align: center;
  font-weight:600;
  position: relative;
  z-index: 1;
}
.gallery_wrapper .portfolio_item .portfolio_hover span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  text-transform:capitalize;
  padding-top: 10px;
  color: #30a3f0;
}
.gallery_wrapper  .portfolio_item .portfolio_hover .zoom_popup i:before {
    line-height: 55px;
    font-size: 20px;
	color:#fff;
    font-weight: 600;
}
.portfolio_overlay {
  width: 100%;
  height:100%;
  background:rgba(45, 58, 75, 0.7);
  position:absolute;
  top:100%;
}
.gallery_wrapper .portfolio_item .portfolio_hover .zoom_popup {
  line-height: 55px;
  text-align: center;
  width: 55px;
  height: 55px;
  background: #30a3f0;
  border-top-left-radius:5px;
  border-bottom-right-radius:5px;
  display: block;
  position: absolute;
  right: 0;
  bottom:0;
  padding: 0;
  z-index:1;
  transition: all 300ms linear 0s;
}
.portfolio_item img{
	width:100%;
}
.gallery_btn{
	text-align:center;
	float:left !important;
	width:100% !important;
}
.gallery_btn a{
	float:none;
	display:inline-block;
}
/***----pricing wrapper start------***/
.pricing_wrapper{
	padding:100px 0;
	background:#f9f9f7;
}
.pricing_box_wrapper{
	background:#fff;
	text-align:center;
	border-radius:5px;
}
.pricing_box_wrapper h1{
	font-size:22px;
	text-transform:capitalize;
	font-weight:500;
	padding-bottom:20px;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper h2{
	font-size:60px;
	font-weight:600;
	padding:20px 0;
	color:#fff;
	font-family: 'Lato';
	line-height:13px;
	text-transform:capitalize;
}
.pricing_box_wrapper h2 span{
	font-size:16px;
	color:rgba(255, 255, 255, 0.59);
	font-weight:400;
	float:left;
	width:100%;
	padding-top:30px;
}
.pricing_main_text{
	font-size:14px !important;
	padding:30px 0 !important;
}
.pricing_wrapper h5{
	float:left;
	width:100%;
	padding-top:40px;
	font-size:18px;
	line-height:30px;
	font-weight:500;
	text-align:center;
	color:#2d25c8;
	text-transform:capitalize;
}
.main_pdet{
	background:#2d3a4b;
	padding:40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_list22{
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0 40px 0;
}
.pricing_list22 li i{
	margin-right:10px;
	color:#616161;
}
.pricing_list22 li{
    display: block;
    padding: 15px 0;
    color: #616161;
	border-bottom:1px solid #eee;
	text-transform:capitalize;
}
.dollarr{
	font-size:30px !important;
	color:#fff !important;
	float:none !important;
	width:auto !important;
}
.price_btn{
	width: 170px;
    height: 50px;
    background: #2d3a4b;
    display:inline-block;
	border:0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.price_btn:hover{
	color:#fff;
}
.pricing_box_wrapper:hover .main_pdet{
	background:#30a3f0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper:hover .price_btn{
	background:#30a3f0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*--video section Start --*/
.prs_video_section_main_wrapper{
	background:url('../images/vedio_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	position:relative;
	background-attachment:fixed;
	padding-top:200px;
	padding-bottom:200px;
}
.prs_video_sec_icon_wrapper h1{
	font-size:90px;
	font-weight:600;
	color:#ffffff;
	text-transform:capitalize;
	padding-top:30px;
}
.prs_video_sec_icon_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.prs_video_sec_icon_wrapper img{
	width:100px;
}
.prs_video_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_video_sec_icon_wrapper li{
    float: left;
   color:#ffffff;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
/***--blog wrapper css---***/
.blog_wrapper{
	padding:100px 0;
}
.blog_wrapper .blog-post-wrapper .post-thumbnail{
	position:relative;
}
.blog_wrapper .blog-post-wrapper .blog-content{
	padding-top:30px;
}
.blog_wrapper .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blog_wrapper .blog-post-wrapper .entry-title a{
	font-size:22px;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight:600;
}
.blog_wrapper .blog-post-wrapper .entry-header .entry-meta {
	font-size: 13px;
	color:#444444;
	text-transform: uppercase;
	padding-top:10px;
}
.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	line-height: 10px;
	padding-right: 15px;
	margin-right: 15px;
}
.post-thumbnail .test-popup-link{
	position:absolute;
	top:45%;
	left:0;
	right:0;
	margin:0px auto;
	text-align:center;
} 
.post-thumbnail img{width:100%;}
.vedie_img img{
	width:auto;
}
.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child:after{
	content: '';
    position: absolute;
    top: -2px;
    width: 1px;
    height: 15px;
    background: #444;
    left: -18px;
}
.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	position:relative;
}
.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a{
	color: #444444;
}
.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #30a3f0;
}
.blog_wrapper .blog-post-wrapper .entry-content {}
.blog_wrapper .blog-post-wrapper .entry-content p{
	margin: 0;
}
.blog_wrapper .blog-post-wrapper .entry-footer {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
	bottom:20px;
}
.blog-post-wrapper{
	float:left;
	width:100%;
	position:relative;
}
.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}
.blog_wrapper .blog-post-wrapper .entry-footer a{
  display: block;
  padding: 5px 13px;
  font-size: 14px;
  color: #707070;
  background: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_wrapper .blog-post-wrapper .entry-footer a i{
	margin-right:5px;
}
.blog_wrapper .blog-post-wrapper .entry-footer a:hover{
  color: #fff;
  background: #30a3f0;
  	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog-post-wrapper:hover .entry-title a{
	color:#30a3f0;
}
.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}
#blogoneSlider .carousel-control {
  top: 49%;
  bottom: 20px;
  position:absolute;
  width: 30px;
  height: 23px;
  font-size: 14px;
  font-weight:600;
  color: #2d3a4b;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
  line-height: 24px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align:center;
  line-height: 35px;
  
}
#blogoneSlider .carousel-control:focus, 
#blogoneSlider .carousel-control:hover {
  background-color: #30a3f0;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left {
  left: 10px;
}
#blogoneSlider .carousel-control.right {
  right: 10px;
}
.blog-content .blog_read{
	text-transform:capitalize;
	color:#30a3f0;
	padding-top:20px;
	font-weight:500;
	float:left;
	display:inline-block;
}
.blog-content .blog_read i{
	position:relative;
	top:1px;
	left:5px;
}
/****----partner wrapper css-----****/
.partner_wrapper{
	padding:100px 0;
	background:#f9f9f7;
}
.pn_slider_wraper .item {
	width:100%;
}
.pn_slider_wraper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.pn_slider_wraper .owl-theme .owl-nav {
	display:none;
}
.pn_img_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.pn_img_wrapper img{
	width:auto !important;
	opacity:0.6;
	display:inline-block !important;
	 	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pn_img_wrapper img:hover{
	opacity:1;
	 	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* newsletter wraper css */
.news_letter_wrapper{
	padding-top:80px;
	padding-bottom: 80px;
	background:#30a3f0;
}
.lr_nl_heading_wrapper{
	float:left;
	width:50%;
}
.lr_nl_heading_wrapper h2{
	font-size:44px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.lr_nl_heading_wrapper p{
	color:#fff;
	padding-top:5px;
}
.lr_nl_form_wrapper{
	float:left;
	width:50%;
	margin-top:8px;
}
.about_wrappper {
	background:#fff;
}
.lr_nl_form_wrapper input{
	float:left;
	width:calc(100% - 150px);
	height:50px;
	border:0;
	background:rgba(255, 255, 255, 0.19);
	color:#fff;
	padding-left:20px;
	border-right:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position: relative;
}
.lr_nl_form_wrapper button{
	width:150px;
	height:50px;
	float:left;
	background:#fff;
	border:1px solid #fff;
	color:#2d3a4b;
	cursor:pointer;
	text-transform:uppercase;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-weight:700;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_nl_form_wrapper button:hover{
	color:#379ff0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_nl_form_wrapper input::-webkit-input-placeholder {
	color: #fff;
}
.lr_nl_form_wrapper input::-moz-placeholder {
	color: #fff;
}
.lr_nl_form_wrapper input:-ms-input-placeholder {
	color: #fff;
}
.lr_nl_form_wrapper input:-moz-placeholder {
	color: #fff;
}
/****-----------footer wrapper css------------********/
.footer_wrapper {
   background:#1e2733;
   padding:100px 0;
}
.foter_top_wrapper{
	padding:50px 0;
	padding-bottom:45px;
	text-align:center;
	 background:#1e2733;
	 border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.section2_footer_wrapper {
    float: left;
    width: 100%;
}
.tb_foter_left {
    float: left;
    width: 100%;
    text-align:center;
}
.foter_top_wrapper li{
	display:inline-block;
	width:9%;
	text-align:center;
}
.foter_top_wrapper li a{
	float:left;
	width:100%;
	text-align:center;
	color:rgba(255, 255, 255, 0.7);
	font-size:24px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.foter_top_wrapper li a:hover{
	color:#30a3f0;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_about_wrapper,
.wrapper_second_useful,
.wrapper_second_blog {
    float: left;
    width: 100%;
}
.section2_footer_wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 32px;
	font-weight:500;
    text-transform: uppercase;
    color: #fff;
}
.wrapper_first_image{
	padding-bottom:30px;
}
.footer_widget h4:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 60px;
    position: absolute;
    left: 0px;
    bottom:34px;
}
.footer_widget h4:after {
    content: '';
    border: 2px solid #29abff;
    width: 30px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom:33px;
}
.abotus_content {
    float: left;
    width: 100%;
}
.abotus_content {
    padding-bottom: 25px;
}
.abotus_content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.footer_about_wrapper .blog_read{
	text-transform:capitalize;
	color:#30a3f0;
}
.aboutus_social_icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_useful_wrapper ul li {
    margin-bottom: 13px;
}
.footer_useful_wrapper ul li i {
    color: #ececec;
    margin-right: 20px;
    font-size: 16px;
}
.footer_useful_wrapper ul li a {
    color: #ececec;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_useful_wrapper ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_about_wrapper {
	padding-bottom:15px;
	 border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.btm_foter_box {
    float: left;
    width: 100%;
    padding-top: 40px;
	text-align:center;
    padding-bottom: 30px;
}
.ft_blog_wrapper1,
.ft_blog_wrapper2 {
    float: left;
    width: 100%;
}
.ft_blog_wrapper1 {
    padding-bottom: 25px;
	position:relative;
}
.ft_blog_wrapper1:after{
	content:'';
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	height:1px;
	width:100%;
	background:rgba(255, 255, 255, 0.2);
}
.ft_blog_date {
	font-size: 14px;
    color: #30a3f0;
	margin-top:5px;
	text-transform:uppercase;
}
.ft_blog_image {
    float: left;
    width: 80px;
}
.ft_blog_text {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
}
.ft_blog_text p a {
    font-size: 16px;
    color:rgba(255, 255, 255, 0.7);
	line-height:20px;
	text-transform:capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ft_blog_text p a:hover {
    color: #30a3f0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_bottom_wrapper {
	background:#1e2733;
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
.footer_btn_wrapper {
    float: right;
}
.foter_contact_nav ul li a p {
    color: #fff;
    text-transform: lowercase !important;
}
.contect_form_footer input::-webkit-input-placeholder, .contect_form_footer textarea::-webkit-input-placeholder  {
	color: rgba(255, 255, 255, 0.5);
}
.contect_form_footer input::-moz-placeholder, .contect_form_footer textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.contect_form_footer input:-ms-input-placeholder, .contect_form_footer textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.contect_form_footer input:-moz-placeholder, .contect_form_footer textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.foter_contact_nav ul li a p:hover {
    color: #f6ce33;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_widget h4{
	font-size:22px;
	color:#fff;
	position:relative;
	text-transform:capitalize;
	padding-bottom:55px;
}
.ft_blog_image img{
	border-radius:5px;
}
.footer_about_wrapper .blog_read i{
	position:relative;
	top:2px;
	left:4px;
}
.contect_form_footer {
    position: relative;
}
.contect_form_footer input {
    width: 100%;
    height: 40px;
    color: #c8c8c8;
    background: #353d48;
    font-size: 14px;
	font-style:italic;
    padding-left: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 40px;
    border-radius: 2px;
    border:0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_contact_wrapper ul li {
    margin-bottom: 12px;
	float:left;
	width:100%;
	padding-bottom:10px;
    font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_contact_wrapper ul li:last-child{
	border:0;
}
.footer_btn{
	padding-top:5px;
	float:left !important;
	width:100% !important;
}
.footer_btn a{
	width:100%;
	height:40px;
	line-height:38px;
}
.contect_form_footer textarea {
    height: 120px;
	padding-left:10px;
	width:100%;
    font-size: 14px;
	color:#c8c8c8;
	font-style:italic;
    line-height: 24px;
    text-transform: capitalize;
    border-radius: 2px;
    border: 0;
	resize:none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #353d48;
}
.contect_form_footer i{
	margin-right: -30px;
    position: relative;
    left: -26px;
    font-size: 14px;
}
.footer_contact_wrapper li span {
    float: left;
    width: 80px;
    color: #67737f;
	text-transform:capitalize;
}
.footer_contact_wrapper li p {
    float: left;
    width: calc(100% - 80px);
    color: #79848f;
	padding-left:15px;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_contact_wrapper li p a{
	color:#79848f;
}
.footer_contact_wrapper li p a:hover, .btm_foter_box p a:hover{
	color:#30a3f0;
}
.btm_foter_box p{
	float:left;
	color:#67737f;
	font-size:16px;
	text-transform:capitalize;
}
.btm_foter_box p a{
	color: #67737f;
	margin-left:2px;
}
.aboutus_social_icons{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.aboutus_social_icons li{
	float:left;
	margin-left:20px;
}
.aboutus_social_icons li:first-child{
	margin-left:0px;
}
.aboutus_social_icons li a{
	float:left;
	text-align:center;
	color:#67737f;
	text-transform:uppercase;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aboutus_social_icons li a:hover{
	color:#30a3f0;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cd-dropdown h2 a{
	text-transform:capitalize;
	font-size:22px;
	font-weight:500;
	color:#2d3a4b;
}
.cd-dropdown h2 a span img{
	width:22px;
	margin-right:4px;
	margin-top:-4px;
}
.cd-dropdown h2{
	line-height:55px;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
	top:55%;
	height: 18px;
    width: 2px;
    background-color: #2d3a4b;
}