@charset "utf-8";

/*====================

	1. General code

==========================*/

body {

	font-family: 'Montserrat', sans-serif;

	margin: 0;

	padding: 0;

	font-size: 16px;

	line-height: 28px;

	overflow-x: hidden;

	color: #78797b;

	font-weight: 300;

	letter-spacing: 0.5px;

}



::selection {

	background-color: #3146cb;

 	color: #fff;

}



/*----------------------

	1.1. Typography

------------------------------*/

h1, h2, h3, h4, h5, h6 {

	color: #000;

	font-weight: 700;

	font-family: 'Montserrat', sans-serif;

	margin: 0 auto 15px;

}

h1 {

	font-size: 40px;

}

h2 {

	font-size: 36px;

}

h3 {

	font-size: 28px;

}

h4 {

	font-size: 24px;

}

h5 {

	font-size: 22px;

}

h6 {

	font-size: 20px;

}

p {

	margin-bottom: 30px;

}

b, strong {

	font-weight: 700;

}

a, a strong {

	transition-duration: 0.5s;

	-moz-transition-duration: 0.5s;

	-o-transition-duration: 0.5s;

	-webkit-transition-duration: 0.5s;

	-ms-transition-duration: 0.5s;

	text-decoration: none;

	color: #3146cb;

}

a:hover, a:focus, a strong:hover {

	text-decoration: none;

	outline: none;

	color: #041aa4;

}

ul{

	list-style: disc;

}

ol{

	list-style: decimal;

}

ul, ol {

	margin: 0 0 20px;

	padding: 0 0 0 30px;

}

ul li, ol li {

	margin: 0 0 10px;

}

.section-padding .post-container ul,

.section-padding .post-container ul{

  padding: 0;

  margin: 0;

  line-height: 2.6rem;

}

.section-padding .post-container ol,

.section-padding .post-container ol {

    margin: 0;

    line-height: 2.6rem;

}



.section-padding .post-container > ol,

.section-padding .post-container > ul{

	padding-left: 20px;

}



.section-padding .post-container ol ul,

.section-padding .post-container ol ol,

.section-padding .post-container ul ol,

.section-padding .post-container ul ul,

.section-padding .post-container ol ul{

    padding-left: 30px;

}

ul li strong, strong {

	color: #111;

	font-weight: 700;

}

img {

	max-width: 100%;

	width: auto;

	height: auto;

}

label{

	font-weight: 500;

}

/*-----------------



	1.2. Button



-------------------------*/

.btn,

.post-password-form input[type="submit"] {

	background: #3146cb;

	border: medium none;

	border-radius: 0;

	color: #fff;

	font-size: 15px;

	font-weight: 500;

	line-height: 30px;

	height: auto;

	margin: auto;

	letter-spacing: 1px;

	text-transform: capitalize;

	padding: 12.5px 40px;

	transition: all 0.3s linear 0s;

	-moz-transition: all 0.3s linear 0s;

	-o-transition: all 0.3s linear 0s;

	-webkit-transition: all 0.3s linear 0s;

	-ms-transition: all 0.3s linear 0s;

	display: inline-flex;

	align-items: center;

}

.post-password-form input[type="submit"]{

	cursor: pointer;

}

.btn i {

	font-size: 16px;

	margin-left: 10px;

}

.btn.yellow {

	background: #6274e4;

	color: #fff;

}

.btn.yellow:hover {

	background: #3f59f9;

	color: #fff;

}

.btn.white {

	background: #fff;

	color: #3146cb;

}

.btn.white:hover {

	background: #fff;

	color: #3146cb;

}

.btn.btn-lg {

	line-height: 30px;

	padding: 16px 45px;

}

.btn.btn-sm {

	font-size: 12px;

	padding: 1px 20px;

	line-height: 26px;

}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{

    outline: none;

    box-shadow: none;

}

.btn.btn-xs {

	font-size: 11px;

	padding: 1px 18px;

	line-height: 22px;

}

.btn:hover, .btn:focus, .btn.outline-btn:hover,

.post-password-form input[type="submit"]:hover,

.post-password-form input[type="submit"]:focus {

	color: #ffffff;

	outline: none;

	background: #041aa4;

	box-shadow: none;

	border-color: #041aa4;

}

.btn-link {

	font-weight: 500;

	color: #3146cb;

}

.btn-link:hover,

.btn-link:focus{

	color: #041aa4;

}

.btn.outline-btn {

	background: none;

	color: #3146cb;

	border: #3146cb solid 1px;

	letter-spacing: 1px;

	font-weight: 700;

}



/*-------------------------------------

	1.3. Space margins and padding

------------------------------------------------*/

.padding-none {

	padding: 0px;

}

.padding-top_20 {

	padding-top: 20px;

}

.padding-50px {

	padding: 50px 0;

}

.padding-4x4_30 {

	padding: 30px;

}

.padding-4x4_40 {

	padding: 40px;

}

.padding-right {

	padding-right: 60px;

}

.padding-left {

	padding-left: 60px;

}

.space-20 {

	width: 100%;

	height: 20px;

	clear: both;

}

.space-30 {

	width: 100%;

	height: 30px;

	clear: both;

}

.space-40 {

	width: 100%;

	height: 40px;

	clear: both;

}

.space-60 {

	width: 100%;

	height: 60px;

	clear: both;

}

.space-80 {

	height: 80px;

	width: 100%;

}

.margin-btm-20 {

	margin-bottom: 20px;

	clear: both;

}

.margin-top-20 {

	margin-top: 20px;

	clear: both;

}

.margin-top-40 {

	margin-top: 40px;

	clear: both;

}

.margin-btm-40 {

	margin-bottom: 40px;

	clear: both;

}

.margin-top-60 {

	margin-top: 60px;

	clear: both;

}

.margin-btm-60 {

	margin-bottom: 60px;

	clear: both;

}

.margin_60 {

	margin: 60px auto;

}

.margin-none {

	margin: 0px;

}

.text-section{

	padding-left: 80px !important;

}

hr{

    margin-top: 1rem;

    margin-bottom: 2rem;

}

/*-----------------



	1.4. Form



---------------------------*/

.form-group {

	margin-bottom: 20px;

	position: relative;

}

.form-label {

	color: #323232;

	font-size: 14px;

	font-weight: 500;

	margin: 0 auto 1px;

	display: block;

}

.post-password-form input[type="password"]{

	display: block;

	margin-top: 10px;

}

.form-control,

.post-password-form input[type="password"] {

    background: #f5f4f4 none repeat scroll 0 0;

    border-radius: 0;

    border: 0;

    box-shadow: none;

    color: #888888;

    font-size: 14px;

    height: 55px;

    line-height: 30px;

    padding: 5px 28px;

}

textarea.form-control {

	padding: 15px 20px;

	min-height: 150px;

}

.form-control:hover,

.post-password-form input[type="password"]:hover {

	box-shadow: none;

	outline: none

}

.form-control:focus,

.sidebar-widget form.search-form input:focus,

.post-password-form input[type="password"]:focus,

.tnp-widget input[type=email]:focus,

.page_newsletter .tnp-subscription input.tnp-email:focus{

	box-shadow: none;

	border-color: #cbe3f6;

	outline: none;

	background: #f2f9ff none repeat scroll 0 0;

}

.select {

	position: relative;

}

.select select {

	appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	-webkit-appearance: none;

	-ms-appearance: none;

}

.select::after {

	color: #878787;

	content: "";

	cursor: pointer;

	font-family: fontawesome;

	font-size: 15px;

	padding: 12px 0;

	pointer-events: none;

	position: absolute;

	right: 15px;

	top: 0;

}

.form-control option {

	padding: 10px;

}

.control-label {

	color: #555;

	font-size: 15px;

	font-weight: 700;

}

.radio label, .checkbox label {

	cursor: pointer;

	font-size: 14px;

	font-weight: 400;

	padding-left: 30px;

	position: relative;

}

.radio input[type=radio], .checkbox input[type=checkbox] {

	display: none;

}

.radio label:before {

	background-color: transparent;

	border-style: solid;

	border-width: 1px;

	border-color: #cacaca;

	border-radius: 50%;

	content: "";

	display: inline-block;

	height: 20px;

	left: 0;

	top: 6px;

	position: absolute;

	width: 20px;

}

.checkbox label::before {

	background-color: rgba(0, 0, 0, 0);

	border: 1px solid #111111;

	content: "";

	display: inline-block;

	height: 16px;

	left: 0;

	position: absolute;

	top: 4px;

	width: 16px;

}

.radio input[type=radio]:checked + label:before {

	content: "\2022";

	font-size: 30px;

	text-align: center;

	line-height: 11px;

	color: #3146cb;

}

.checkbox input[type=checkbox]:checked + label:before {

	content: "\2713";

	font-size: 12px;

	text-align: center;

	line-height: 14px;

}

.black_input .form-control {

	background: #222;

	border-radius: 3px;

	color: #fff;

	border: #222 solid 1px;

	font-size: 17px;

}

.checkbox, .radio {

	padding-top: 5px;

}

/*-----------------



	1.5. Table



---------------------------*/

table {

	margin: 0 0 30px;

	width: 100%;

}

table th, table td {

	border: 1px solid #e2e1e1;

	padding: 15px;

	padding: 14px 18px;

}

table th img, table td img {

	max-width: 100%;

}

table thead {

	background: #eee;

}

table thead th, table thead td {

	text-transform: uppercase;

	font-weight: 900;

	color: #111;

}

.border-none, .border-none td, .border-none th {

	border: 0;

	padding: 8px;

}

.calendar_wrap caption{

	font-weight: 500;

}

/*-----------------



	1.6. Accordion



---------------------------*/

.panel-title {

	position: relative;

}

.panel-title a {

	display: block;

	padding: 28px 50px 28px 0;

	position: relative;

}

.panel-title a::after {

	position: absolute;

	top: 33px;

	right: 0;

	background: #b7b7b7;

	height: 2px;

	width: 16px;

	content: "";

}

.panel-title a.collapsed::before {

	position: absolute;

	top: 26px;

	right: 7px;

	background: #b7b7b7;

	height: 16px;

	width: 2px;

	content: "";

}

.panel-title {

	margin: 0 auto;

}

.panel.panel-default:first-child {

	border-top: #e8e7e7 solid 1px;

}

.panel.panel-default {

	border-bottom: #e8e7e7 solid 1px;

}

.card .btn.btn-link {

	display: block;

	background: none;

	text-align: left;

	width: 100%;

	padding: 0;

	border: 0;

	cursor: pointer;

	font-size: 17px;

}

.card .btn.btn-link.collapsed {

	color: #fff;

}

.card .btn.btn-link:hover, .card .btn.btn-link {

	color: inherit;

	text-transform: inherit;

}

.card-body, .card-body p {

	font-size: 15px;

	line-height: 26px;

}

.card-body p {

	margin: 0 auto 5px;

}

.card-header {

    padding: 14px 25px;

    border: 0;

    background-color: #fff;

    color: #78797b;

		box-shadow: rgba(0, 0, 0, 0.07) 0 10px 30px;

}

.card {

	margin: 0 auto 15px;

	border: 0;

}

/*-----------------------------------------------------------



	1.7. Section-background-color & sectino-heading



-------------------------------------------------------------------*/

.secondary-bg {

	background: #000;

}

.primary-bg {

	background: #3146cb;

}

.gray-bg {

	background: #f3f5ff;

}

.dark-overlay {

	position: relative;

}

.dark-overlay:after {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	height: 100%;

	width: 100%;

	content: "";

	background: rgba(0, 0, 0, 0.4);

}

.pattern {

	background-image: url(../images/bg-pattern.png);

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}

.section-padding {

	padding: 120px 0;

}

.section-header {

	margin: 0 auto;

	max-width: 750px;

	padding-bottom: 40px;

}

.section-header h2 {

	margin: 0 auto 36px;

	font-weight: 300;

	font-size: 46px;

}

.primary-bg .section-header h2, .primary-bg .section-header .section-title, .white-text .section-title {

	color: #fff;

}

.section-title {

	text-transform: uppercase;

	color: #000;

	font-weight: 500;

	font-size: 14px;

	margin: 0 auto 15px;

	letter-spacing: 2px;

}

.z-index {

	z-index: 2;

	position: relative;

}

.divider {

	border-top: #e7e7e7 solid 1px;

}

.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {

	color: #fff;

}

/*--------------------

	1.8. Tabs

------------------------------*/

.nav.nav-tabs {

	border: medium none;

	text-align: center;

	display: block;

	margin: 0 auto 20px;

	position: relative;

	z-index: 22;

}

.tab-content {

	margin: 0 auto 50px;

}

.nav-tabs > li a {

	background: #fff;

	border-radius: 0;

	color: #111;

	font-size: 16px;

	font-weight: 400;

	margin-right: 5px;

	padding: 14px 30px;

	text-align: center;

	border: #000 solid 1px;

	box-shadow: rgba(0, 0, 0, 0.07) 0 0 30px;

}

.nav-tabs > li.active > a, .nav-tabs .nav-link.active, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li a:hover, .nav-tabs > li a:focus {

	color: #ffffff;

	background: #3146cb;

	border: #3146cb solid 1px !important;

}

.nav-tabs .nav-item {

	margin: 0 2px 6px;

	display: inline-block;

}

.tab-pane {

	background: #fff;

	border: 1px solid #ececec;

	padding: 40px;

	border-radius: 5px;

}



/*--------------------------------------------

	1.9. parallex-background

---------------------------------------------------*/

.parallex-bg {

	background-attachment: fixed;

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

	position: relative;

}



/*------------------------

	1.10. Modal

--------------------------------*/

.modal-dialog {

	margin: 20px auto;

	max-width: 90%;

	width: 500px;

}

.modal-content {

	padding: 0 32px 22px;

}

.modal-header {

	padding: 15px 0;

	margin-bottom: 25px;

}

.modal-header h3 {

	margin: 15px auto;

}

.modal-body {

	padding: 10px 0;

}

.modal .modal-header .close, .modal .modal-header .close:hover {

	background: #000000 none repeat scroll 0 0;

	border-radius: 50%;

	color: #ffffff;

	font-size: 17px;

	height: 31px;

	line-height: 30px;

	margin-top: 5px;

	opacity: 1;

	position: absolute;

	right: -10px;

	text-align: center;

	text-shadow: none;

	top: -20px;

	width: 31px;

	padding:0;

}

label.error {

	color: #ff0000;

	display: block;

	font-size: 13px;

	font-weight: normal;

	text-align: left;

}



/*================

	 2. Header

===========================*/

#header {

	background: #fff;

	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

	left: 0;

	right: 0;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-ms-transition-duration: 0.3s;

	z-index: 22;

}

#header.nav-stacked {

	position: relative;

	top: 0;

	left: 0;

	right: 0;

}

#header.sticky {

	position: fixed;

	top: 0;

}

@-webkit-keyframes fadeHeaderInDown {

	0% {

		opacity: 0;

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

	}

	100% {

		opacity: 1;

		-webkit-transform: translate3d(0, 0, 0);

	}

}

@-moz-keyframes fadeHeaderInDown {

	0% {

		opacity: 0;

		-moz-transform: translate3d(0, -100%, 0);

	}

	100% {

		opacity: 1;

		-moz-transform: translate3d(0, 0, 0);

	}

}

@-o-keyframes fadeHeaderInDown {

	0% {

		opacity: 0;

		-o-transform: translate3d(0, -100%, 0);

	}

	100% {

		opacity: 1;

		-o-transform: translate3d(0, 0, 0);

	}

}

@keyframes fadeHeaderInDown {

	0% {

		opacity: 0;

		transform: translate3d(0, -100%, 0);

	}

	100% {

		opacity: 1;

		transform: translate3d(0, 0, 0);

	}

}

#header.sticky, .fadeHeaderInDown {

	-webkit-animation-name: fadeHeaderInDown;

	-moz-animation-name: fadeHeaderInDown;

	-o-animation-name: fadeHeaderInDown;

	animation-name: fadeHeaderInDown;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	z-index: 22;

	background: #fff;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}

#header:not(.is-alternate) {

	-webkit-animation-fill-mode: both;

	-moz-animation-fill-mode: both;

	-ms-animation-fill-mode: both;

	-o-animation-fill-mode: both;

	animation-fill-mode: both;

	-webkit-animation-duration: 1s;

	-moz-animation-duration: 1s;

	-ms-animation-duration: 1s;

	-o-animation-duration: 1s;

	animation-duration: 1s;

}

#header.nav-stacked.transparent {

	position: absolute;

	background: none;

	box-shadow: none;

}

#header.nav-stacked.transparent.sticky {

	position: fixed;

	top: 0;

	background: #1d1d1d;

}

header.transparent .navbar-nav li a {

	color: #fff;

}

header.transparent.black-text .navbar-nav li a {

	color: #0b1b31;

}

#header.black-text {

	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;

}

.nav-stacked.transparent + #inner-intro .container > div{

    padding: 80px 0 0;

}

@media (min-width:768px) {

	.collapse.navbar-collapse {

		display: block;

	}

}

.collapse.navbar-collapse {

	width: auto;

	flex-basis: auto;

	text-align: right;

	flex-grow: inherit;

}

.navbar-nav {

	display: block;

}

.navbar-nav > li {

	display: inline-block;

	vertical-align: top;

	margin: 0 0 0 15px;

	position: relative;

}

.navbar.navbar-default {

	padding: 0;

}

.navbar-nav li a {

	display: block;

	color: #0b1b31;

	font-size: 15px;

	padding: 35px 15px;

	margin: 0 auto;

	text-transform: capitalize;

}

.navbar-nav li a:hover, .navbar-nav li.active a,

header.transparent.black-text .navbar-nav li a:hover,

header.transparent.black-text .navbar-nav li.active a {

	text-decoration: none;

	color: #3146cb;

}

.header-nav-btn {

    background: transparent;

    color: #3f3f3f;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 14px;

    line-height: normal;

    border: solid 3px #3f3f3f;

    position: relative;

		padding: 12.5px 25px;

    margin-left: 15px;

}

header.transparent .header-nav-btn{

    border-color: #fff;

    color: #fff;

}

.ta-navbar-container{

	width: 100%;

	align-items: center;

}

.ta-navbar-inner-container,

.ta-navbar-container{

	display: flex;

	justify-content: space-between;

}



/*----------------

	sub-menu

----------------*/

.navbar .navbar-nav li.menu-item-has-children > a {

	padding-right: 28px;

}

.navbar .navbar-nav li.menu-item-has-children > a::after {

	content: "\f107";

	font-family: FontAwesome;

	position: absolute;

	right: 9px;

	top: 37px;

}

ul.sub-menu {

	background: #fff none repeat scroll 0 0;

	display: none;

	list-style: outside none none;

	min-width: 250px;

	padding: 0;

	position: absolute;

	left: 0;

	top: 100%;

	width: auto;

	z-index: 9999;

	text-align: left;

	box-shadow: rgba(0, 0, 0, 0.12) 0 0 15px;

}

ul.sub-menu ul.sub-menu {

	left: 100%;

	top: 0;

	display: none;

}

.navbar .navbar-nav li:hover > ul.sub-menu, .navbar .navbar-nav li ul.sub-menu:hover > ul.sub-menu {

	display: block;

}

.navbar ul li ul.sub-menu li {

	float: none;

	margin: 0;

	display: block;

}

.navbar ul li ul.sub-menu li.menu-item-has-children a{

	position: relative;

}

.navbar ul li ul.sub-menu li a {

	padding: 15px 17px;

	color: #111;

	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;

	font-size: 14px;

}

.navbar ul li ul.sub-menu li a:hover {

	color: #3146cb;

}

#menu-slide {

	display: none;

}



/*-----------------

	Header-top

------------------------*/

.header-top {

	padding: 6px 0;

}

.header-top.primary-bg {

	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;

}

.contact-info {

	display: inline-block;

}

.contact-info ul {

	margin: 0 auto;

	padding: 0;

	list-style: none;

}

.contact-info ul li {

	display: inline-block;

	position: relative;

	margin: 0 40px 0 0;

	color: #fff;

	font-size: 14px;

	font-weight: 500;

	text-transform: uppercase;

}

.contact-info ul li a {

	color: #fff;

}

.contact-info ul li:last-child {

	margin-left: 0;

}

.contact-info ul li::after {

	position: absolute;

	top: 0;

	right: -24px;

	content: "|";

	color: #fff;

	opacity: 0.6;

}

.contact-info ul li:last-child:after {

	display: none;

}

.follow-us {

	display: inline-block;

	margin-right: 20px;

}

.follow-us ul {

	padding: 0;

	margin: 0 auto;

	list-style: none;

	display: inline-block;

}

.follow-us ul li {

	display: inline-block;

	margin: 0 auto;

}

.follow-us ul li a {

	color: #fff;

	padding: 0 7px;

	font-size: 17px;

}

.header-links {

	display: inline-block;

}

.header-links ul {

	padding: 0;

	margin: 0 auto;

}

.header-links ul li {

	display: inline-block;

	margin: 0 0 0 15px;

}
.ta-navbar-container.taskereasy-custom-menu {
	font-weight: 500;
}
.header-links ul li a {

	font-weight: 500;

	color: #fff;

	text-transform: uppercase;

	font-size: 14px;

}

.search-toggle {

	display: inline-block;

	background: #fff;

	border-radius: 0px;

	width: 30px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	cursor: pointer;

	margin-left: 20px;

	position: relative;

	z-index: 2;

}

.search-form {

	position: absolute;

	top: -8px;

	right: 15px;

	z-index: 1;

	overflow: hidden;

    transition: width 0.2s ease-in-out 0s;

    -moz-transition: width 0.2s ease-in-out 0s;

    -o-transition: width 0.2s ease-in-out 0s;

    -webkit-transition: width 0.2s ease-in-out 0s;

    width: 0;

}

.search-form.main {

    width: 100%;

}

.search-form input {

	box-shadow: rgba(0, 0, 0, 0.07) 0 0 30px;

	background: #fff;

	border: 1px solid rgba(0,0,0,.1);

}

.logo a img{

    width: 200px;

}









/*================

	 3. Intro

===========================*/

#intro .item {

	background-position: center;

	background-size: cover;

}

.intro-text {

	padding: 180px 0 200px;

	position: relative;

	max-width: 570px;

}

.intro-text h1 {

	font-weight: 400;

	font-size: 60px;

	margin: 0 auto 35px;

}

.intro-text p {

	font-size: 19px;

	color: #1d1d1d;

	margin: 0 auto 40px;

}

#intro-2 {

	background-color: #f7f8fd;

	background-image: url("../images/background-pattern.png");

	background-repeat: no-repeat;

	background-position: bottom right;

}

.primary-bg .intro-text, #intro-2 .intro-text {

	padding: 270px 0 100px;

}

.primary-bg .intro-text, .primary-bg .intro-text h1, .primary-bg .intro-text p {

	color: #fff;

}

.primary-bg .intro-text .btn {

	background: #fff;

	color: #273cc2;

}

.intro-image {

	padding: 170px 0 50px;

}

.intro-image img {

	max-width: inherit;

}



.owl-nav {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	left: 0px;

	right: 0px;

	height: 1px;

}

.owl-nav div {

	float: left;

	font-size: 0;

	height: 80px;

	width: 30px;

	margin-top: -45px;

	position: relative;

}

.owl-nav div.owl-next {

	float: right;

}

.owl-nav div::after {

	position: absolute;

	top: 0;

	content: "\f104";

	font-family: fontawesome;

	font-size: 29px;

	width: 100%;

	height: 100%;

	text-align: center;

	background: rgba(255, 255, 255, 0.6);

	line-height: 78px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	left: 0;

	right: 0;

}

.owl-nav div:hover:after {

	background: #fff;

}

.owl-nav div.owl-next:after {

	content: "\f105";

}

.owl-dot {

	display: inline-block;

	height: 4px;

	width: 17px;

	background: #d6dcf9;

	margin: 0 2px;

	border-radius: 2px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

}

.owl-dot.active {

	background: #3246ca;

	width: 26px;

}

.owl-dots {

	text-align: center;

}



/*=======================

	 6. Partners

===========================*/

#partners {

	padding: 20px 0;

	position: relative;

}

.partners-logo {

	position: relative;

	padding-right: 230px;

}

#partners .partners-logo img {

	margin: 0 auto;

	width: auto;

}

.video_wrap {

	position: absolute;

	right: 0;

	top: -120px;

	width: 220px;

	height: 220px;

	background: rgba(255, 255, 255, 0.75);

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;

	text-align: center;

	padding: 50px;

	z-index: 1;

}

.play-btn {

	background: #3146cb;

	width: 90px;

	height: 90px;

	text-align: center;

	color: #fff;

	border-radius: 50%;

	font-size: 40px;

	line-height: 88px;

	margin: 20px auto;

	cursor: pointer;

	position: relative;

}

.play-btn a {

	color: #fff;

}

.ripple {

	background: #3146cb;

	position: absolute;

	width: 160px;

	height: 160px;

	right: -35px;

	top: -35px;

	opacity: 0;

	border-radius: 100px;

	-webkit-animation: ripple 1.8s infinite;

	-moz-animation: ripple 1.8s infinite;

	-o-animation: ripple 1.8s infinite;

	animation: ripple 1.8s infinite;

	z-index: -1;

}

@-webkit-keyframes ripple {

	0% {

		opacity: 1;

		-webkit-transform: scale(0);

		-moz-transform: scale(0);

		-o-transform: scale(0);

		transform: scale(0)

	}

	100% {

		opacity: 0;

		-webkit-transform: scale(1);

		-moz-transform: scale(1);

		-o-transform: scale(1);

		transform: scale(1)

	}

}

@keyframes ripple {

	0% {

		opacity: 1;

		-webkit-transform: scale(0);

		-moz-transform: scale(0);

		-o-transform: scale(0);

		transform: scale(0)

	}

	100% {

		opacity: 0;

		-webkit-transform: scale(1);

		-moz-transform: scale(1);

		-o-transform: scale(1);

		transform: scale(1)

	}

}

.ripple:nth-child(2) {

	animation-delay: .3s;

	-webkit-animation-delay: .3s;

	-moz-animation-delay: .3s;

	-o-animation-delay: .3s

}

.ripple:nth-child(3) {

	animation-delay: .6s;

	-webkit-animation-delay: .6s;

	-moz-animation-delay: .6s;

	-o-animation-delay: .6s

}

#our-clients ul {

	padding: 0;

	margin: 0 auto;

	text-align: center;

}

#our-clients ul li {

	list-style: none;

	display: inline-block;

	margin: 0 0.3%;

	width: 18.9%;

	background: #fff;

	padding: 55px 10px;

	box-shadow: rgba(0, 0, 0, 0.07) 0 0 20px;

	text-align: center;

}







/*=======================

	 6. About-us

===========================*/

.about-info {

	padding: 20px 0 0 60px;

}

.img-wrap {

	position: relative;

}

.img-wrap img {

	border-radius: 6px;

}

.img-wrap:after {

	position: absolute;

	bottom: 30px;

	left: -50px;

	width: 140px;

	height: 140px;

	background-image: url(../images/dots-bg.png);

	background-position: center;

	background-repeat: no-repeat;

	content: "";

	z-index: -1;

}

.img-wrap:before {

	position: absolute;

	top: 30px;

	right: -50px;

	width: 150px;

	height: 140px;

	background-image: url(../images/dots-bg2.png);

	background-position: center;

	background-repeat: no-repeat;

	content: "";

	z-index: -1;

}

.about-image {

	padding: 0 50px;

	position: relative;

	text-align: center;

}

.about-image:after {

	background: #edeffc;

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	content: "";

	width: 95%;

	height: 95%;

	border-radius: 50%;

	margin: 0 auto;

	z-index: -1;

	transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

}

.about-image img {

	border-radius: 6px;

}



/*-----------------

	Journey

-----------------------*/

.our-journey {

	position: relative;

}

.journey-werp {

	margin: 0 auto;

	position: relative;

}

.journey-werp::after {

	background: #3146cb;

	position: absolute;

	top: 0;

	height: 100%;

	width: 2px;

	margin: 0 auto;

	content: "";

	left: 0;

	right: 0;

	z-index: -1;

}

.journey-werp::before {

	position: absolute;

	top: 38px;

	left: 0;

	right: 0;

	margin: 0 auto;

	width: 12px;

	height: 12px;

	border-radius: 30px 100% 34px 4px;

	background: #3146cb;

	content: "";

}

.timeline, .journey-overview {

	padding: 30px;

}

.timeline p {

	color: #3146cb;

}









/*=======================

	 6. Benefits

===========================*/

.benefits-box {

	color: #fff;

	position: relative;

	margin: 70px auto 0;

}

.benefits-box p {

    margin: 0 auto;

}

.benefits-box img {

	margin: 0 auto 30px;

}

.benefits-box h5 {

	color: #fff;

}

.number-wp {

	position: absolute;

	top: 20px;

	right: 0;

	font-size: 240px;

	font-weight: 600;

	opacity: 0.15;

}

#offer-wrap {

	border-bottom: #eee solid 1px;

}

#offer-wrap p {

	margin: 0 auto;

}

.search-form .btn {

	position: absolute;

	top: 0;

	right: 0;

}

.search-form form {

	position: relative;

}



/*=======================

	 6. portfolio

===========================*/

.portfolio-box {

	position: relative;

	margin: 0 auto 35px;

}

.porfolio-img {

	position: relative;

	overflow: hidden;

	border-radius: 6px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

}

.porfolio-img::before {

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	content: "";

	height: 100%;

	opacity: 0.7;

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.13) 20%, rgba(0, 0, 0, 0.23) 30%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.87) 69%, rgba(0, 0, 0, 0.96) 80%, rgba(0, 0, 0, 0.99) 90%, rgba(0, 0, 0, 1) 100%);

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.13) 20%, rgba(0, 0, 0, 0.23) 30%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.87) 69%, rgba(0, 0, 0, 0.96) 80%, rgba(0, 0, 0, 0.99) 90%, rgba(0, 0, 0, 1) 100%);

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.13) 20%, rgba(0, 0, 0, 0.23) 30%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.87) 69%, rgba(0, 0, 0, 0.96) 80%, rgba(0, 0, 0, 0.99) 90%, rgba(0, 0, 0, 1) 100%);

	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#000000', GradientType=0);

}

.porfolio-img img {

	border-radius: 8px;

}

.portfolio-heading {

	text-align: center;

	position: absolute;

	left: 50%;

	width: 90%;

	transform: translate(-50%, -50%);

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	bottom:0px;

}

.portfolio-caty {

	background: #3146cb;

	color: #fff;

	padding: 0 7px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	z-index: 1;

	display: inline-block;

	margin: 0 auto 20px;

}

.portfolio-caty a {

	color: #fff;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 500;

	padding: 0 4px;

}

.portfolio-caty a:hover,

.portfolio-caty a:focus{

    color: #fff;

}

.portfolio-box h3 {

	margin: 0px auto 15px;

	text-align: center;

	font-size: 24px;

	font-weight: 500;

}

.portfolio-box h3 a {

	color: #fff;

}

.portfolio-box h3 a:hover {

	color: #fff;

	text-decoration: none;

}

.portfolio-link {

	position: absolute;

	top: 50%;

	left: -100%;

	margin: 0 auto;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	text-align: center;

	z-index: 1;

}

.portfolio-link a {

	display: block;

	width: 120px;

	height: 120px;

	text-align: center;

	margin: 0 auto;

	background: rgba(255, 255, 255, 0.6);

	line-height: 120px;

	font-size: 47px;

	border-radius: 50%;

}

.porfolio-img:after {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	height: 100%;

	width: 100%;

	background: rgba(50, 72, 202, 0.7);

	content: "";

	opacity: 0;

}

.portfolio-box:hover .portfolio-caty {

	background: #fff;

}

.portfolio-box:hover .portfolio-caty a {

	color: #3246ca;

}

.portfolio-box:hover .portfolio-link {

	left: 0;

	right: 0

}

.portfolio-box:hover .porfolio-img:after {

	opacity: 1;

}

.portfolio-box:hover .portfolio-heading {

	bottom:15%;

}

.full-portfolio {

	box-shadow: rgba(0, 0, 0, 0.08) 0 10px 30px;

}

.full-portfolio .btn {

	font-size: 14px;

	padding: 9px 30px;

}

.full-portfolio h3 a {

	color: #000;

}

.portfolio-col {

	padding:50px 30px 50px 0;

}



.portfolioContainer {

    margin: 0 -15px;

}

.portfolioContainer .portfolio-grid {

	width: 48%;

	background: #333;

	color: #fff;

	margin: 1%;

	font-size: 18px;

	overflow:hidden;

}

.portfolioContainer.col-three .portfolio-grid {

	width: 31.3%;

}

.img-mask {

	position: absolute;

	z-index: 2;

	background: #3146cb;

}

/*-Hover-*/

.lt {

	left: 0;

	top: 0;

	width: 25%;

	height: 50.5%;

	opacity: 0;

}

.portfolio-grid:hover .lt {

	animation-duration: 320ms;

	animation-name: lt-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}

@keyframes lt-active {

	70% { width: 51%; }

	100% { width: 50.5%; opacity: 1; }

}

.rt {

	right: 0;

	top: 0;

	width: 50.5%;

	height: 25%;

	opacity: 0;

}

.rt {

	right: 0;

	top: 0;

	width: 50.5%;

	height: 25%;

	opacity: 0;

}

.portfolio-grid:hover .rt  {

	animation-duration: 300ms;

	animation-delay: 110ms;

	animation-name: rt-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}

@keyframes rt-active {

	70% { height: 51%; }

	100% { height: 50.5%; opacity: 1; }

}

.lb {

	left: 0;

	bottom: 0;

	width: 50.5%;

	height: 25%;

	opacity: 0;

}

.portfolio-grid:hover .lb  {

	animation-duration: 200ms;

	animation-delay: 200ms;

	animation-name: lb-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}



@keyframes lb-active {

	70% { height: 51%; }

	100% { height: 50.5%; opacity: 1; }

}

.rb {

	right: 0;

	bottom: 0;

	width: 25%;

	height: 50.5%;

	opacity: 0;

}

.portfolio-grid:hover .rb {

	animation-duration: 200ms;

	animation-delay: 170ms;

	animation-name: rb-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}

@keyframes rb-active {

	70% { width: 51%; }

	100% { width: 50.5%; opacity: 1; }

}

.portfolio-grid .title{

	position: absolute;

	font-size:38px;

	color: #fff;

	padding-left: 8%;

	padding-right: 8%;

	z-index: 3;

	left: 0;

	opacity: 0;

	font-weight: 700;

	line-height: 0.8;

}

.portfolio-grid:hover .title {

	animation-duration: 200ms;

	animation-delay: 350ms;

	animation-name: title-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}



@keyframes title-active {

	0% { top: 150px; opacity: 0; }

	30% { top: 110px; opacity: 0.3; }

	100% { top: 80px; opacity: 1; }

}

.portfolio-grid .description, .portfolio-grid .more {

	position: absolute;

	color: #fff;

	padding-left: 8%;

	padding-right: 8%;

	z-index: 3;

	left: 0;

	line-height: 1.5em;

	font-weight: 400;

	opacity: 0;

}

.portfolio-grid:hover .description {

	animation-duration: 200ms;

	animation-delay: 300ms;

	animation-name: description-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}

.portfolio-grid:hover .more {

	animation-duration: 200ms;

	animation-delay: 300ms;

	animation-name: more-active;

	animation-fill-mode: forwards;

	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

}

@keyframes description-active {

	0% { bottom: 200px; opacity: 0; }

	20% { bottom: 150px; opacity: 0.5; }

	100% { bottom: 120px; opacity: 1; }

}

@keyframes more-active {

	0% { bottom: 158px; opacity: 0; }

	20% { bottom: 90px; opacity: 0.5; }

	100% { bottom: 60px; opacity: 1; }

}

.portfolioFilter {

    text-align: center;

    margin: 0 auto 30px;

}

.portfolioFilter ul {

    margin: 0 auto;

    padding: 0;

}

.portfolioFilter ul li {

    list-style: none;

    display: inline-block;

    margin: 0 4px;

}

.portfolioFilter ul li a {

    display: block;

    padding: 7px 31px;

    font-size: 15px;

    font-weight: 500;

    background: #f3f5ff;

	text-transform: capitalize;

}

.portfolioFilter ul li a.current, .portfolioFilter ul li a:hover {

	background:#3146cb;

	color:#fff;

	text-decoration:none;

}



.portfolio-image {

	margin:0 auto 50px;

}

.portfolio-info {

	padding:40px;

	box-shadow:rgba(0, 0, 0, 0.1) 0 0 30px;

}



.portfolio-detail .portfolio-info {

	box-shadow:none;

	border:#eee solid 1px;

	border-radius:3px;

	margin:0 auto 30px;

}

.portfolio-detail .portfolio-info ul {

	padding:0;

	margin:0 auto;

}

.portfolio-detail .portfolio-info ul li {

	list-style:none;

	overflow:hidden;

}

.portfolio-detail .portfolio-info ul li div {

	float:left;

	width:50%;

}

.portfolio-detail .portfolio-info ul li p {

	margin:0 auto;

}

.portfolio-detail .portfolio-info ul li:last-child {

	margin:0 auto;

}







/*=======================

	 6. Services

===========================*/

#our-services {

	background-image: url("../images/background-pattern.png");

    background-repeat: no-repeat;

    background-position: bottom right;

    background-size: auto 100%;

}

.service-wrap {

	margin: 0 auto 45px;

}

.service-image {

	margin: 0 auto 25px;

	overflow: hidden;

	border-radius: 6px;

}

.service-image img {

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	transform: scale(1);

	-moz-transform: scale(1);

	-webkit-transform: scale(1);

	-o-transform: scale(1);

}



.service-wrap:hover .service-image img {

	transform: scale(1.1);

	-moz-transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-o-transform: scale(1.1);

}

.service-wrap p {

	margin: 0 auto 15px;

}

.service-wrap h5 a {

	color: #000;

}

.service-wrap h5 a:hover {

	color: #007bff;

}

.services-content {

	padding: 80px 20px 0 0;

}

.services-content h2 {

	font-weight: 300;

	margin: 0 auto 30px;

}

.service-container {

	background: #fff;

	padding: 40px 28px;

	margin: 0 auto 30px;

	border-radius: 6px;

	box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

}

.service-container h5 {

	font-size: 19px;

}

.service-container h5 a {

	color: #000;

}

.service-container p {

	font-size: 15px;

	line-height: 25px;

	margin: 0 auto 10px;

}

.service-container i {

	font-size: 32px;

	margin: 0 auto 20px;

}

.service-container:hover {

	background: #3146cb;

}

.service-container:hover h5, .service-container:hover p, .service-container:hover i, .service-container:hover h5 a {

	color: #fff;

}

.service-container.move-top {

	margin-top: -30px;

}

.nav-item img {

	display: block;

	width: 30px;

	margin: 0 auto 6px;

}

#services .tab-content {

	margin: 0 auto;

}

#services .tab-pane {

	padding: 135px 60px 80px;

	border: 0;

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}

#services .nav.nav-tabs {

	margin: 0 auto -70px;

	background: #fff;

	display: flex;

	justify-content: space-between;

	align-items: center;

	max-width: 94%;

	border-radius:3px;

	padding: 20px;

	box-shadow: rgba(0, 0, 0, 0.09) 0 0 20px;

}

#services .nav-tabs .nav-item{

    margin: 0;

}

#services {

	position: relative;

}

#services::after {

	position: absolute;

	content: "";

	top: 0;

	left: 0;

	right: 0;

	height: 60%;

	z-index: -2;

}

#services::before {

	position: absolute;

	content: "";

	top: 0;

	left: 0;

	right: 0;

	height: 60%;

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

	z-index: -1;

}

#services .nav-link i {

	display: block;

	font-size: 29px;

	margin: 0 auto 4px;

	color: #333;

	transition: 0.3s;

}

#services .nav-tabs > li a {

	font-size: 14px;

	padding: 0px 46px;

	box-shadow: none;

	border: 0 !important;

	border-right: rgba(0, 0, 0, 0.1) solid 1px !important;

	text-transform: uppercase;

}

#services .nav-tabs > li:last-child a,

#services .nav-tabs > li:last-child a:hover {

	border: 0 !important;

}

#services  .nav-tabs > li.active > a,

#services  .nav-tabs .nav-link.active,

#services  .nav-tabs > li.active > a:focus,

#services  .nav-tabs > li.active > a:hover,

#services  .nav-tabs > li a:hover,

#services .nav-tabs > li a:focus {

	color: #3146cb;

	background: #fff;

	border: 0;

}

#services  .nav-tabs > li.active > a i,

#services  .nav-tabs .nav-link.active i,

#services  .nav-tabs > li.active > a:focus i,

#services  .nav-tabs > li.active > a:hover i,

#services  .nav-tabs > li a:hover i,

#services .nav-tabs > li a:focus i {

	color: #3146cb;

}

/*#design {

	background-image: url("../images/design-bg.jpg");

}

#seo {

	background-image: url("../images/seo-bg.jpg");

}

#development {

	background-image: url("../images/development-bg.jpg");

}

#plugins {

	background-image: url("../images/plugins-bg.jpg");

}

#app {

	background-image: url("../images/app-bg.jpg");

}*/

.more-links ul {

    padding: 0;

    margin: 0 auto;

    list-style: none;

}

.more-links ul li {

	display: inline-block;

	width: 24.53%;

	text-align: center;

	text-transform: capitalize;

}

.more-links ul li a {

	color: #4d4d4e;

	display: block;

	padding: 20px 0;

	text-transform: capitalize;

}

.more-links ul li i {

	display: block;

	font-size: 26px;

	margin: 0 auto 5px;

}

.more-links ul li a:hover {

	color: #3146cb;

	text-decoration: none;

}

.services-info {

	position: absolute;

	bottom: 30px;

	left: 550px;

	background: #fff;

	padding: 40px;

	box-shadow: rgba(0, 0, 0, 0.08) 0 0 40px;

	z-index: 2;

	right: 30px;

}

.services-container {

	position: relative;

	margin: 0 auto 100px;

	display: table;

	width: 100%;

}

.services-container:last-child {

	margin:0 auto;

}

.services-info h2 {

	font-size:33px;

}

.services-info h2 a {

	color:#000;

	font-weight: 700;

}

.services-info h2 a:hover {

	color:#3146cb;

}

.services-no {

    position: absolute;

    bottom: 70px;

    left: 40px;

    margin: 0 auto;

    font-size: 240px;

    font-weight: 600;

    opacity: 0.59;

    z-index: 1;

    color: rgb(49, 70, 204);

    line-height: 80px;

}

.services-image {

	position: relative;

	max-width: 800px;

	transition-duration: 0.3s;

}

.services-image::after {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 100%;

	content: "";

	border: #3146cb solid 10px;

	z-index: -1;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

}

.services-container:hover .services-image:after {

	bottom:-25px;

	left:25px;

}

.services-container.align-right:hover .services-image:after {

	bottom:-25px;

	right:25px;

	left:inherit;

}

.align-right .services-image {

	float: right;

}

.align-right .services-info {

	left: 30px;

	right: 550px;

}

.align-right .services-no {

    right: 40px;

    left: inherit;

}











/*=======================

	 6. Team

===========================*/

.team-wrap {

	background: #fff;

	padding: 50px 30px;

	border-radius: 7px;

	text-align: center;

	position: relative;

	overflow: hidden;

}

.team-wrap::after {

	position: absolute;

	top: -42px;

	right: -51px;

	width: 100px;

	height: 100px;

	background-image: url(../images/dots-bg2.png);

	background-position: center;

	background-repeat: no-repeat;

	content: "";

	background-size: 100%;

	opacity: 0.5;

	transition-duration: 0.5s;

}

.team-wrap:hover:after {

	opacity: 1;

	top: -42px;

	right: -41px;

}

.team-img {

	margin: 0 auto 40px;

	width: 230px;

	height: 230px;

	overflow: hidden;

	border-radius: 50%;

}

.team-wrap h5 {

	color: #3146cb;

	margin: 0 auto 4px;

}

.team-wrap p {

	margin: 0 auto;

}

.pattern {

	background-image: url(../images/bg-pattern.png);

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}

.primary-bg .owl-dot.active {

	background: #fff;

}





/*=======================

	 6. Testimonials

===========================*/

.reviews-box {

	border-radius: 10px;

  background: #fff;

  position: relative;

  max-width: 970px;

  padding: 40px;

  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;

  margin: 30px auto;

  display: flex;

  align-items: flex-start;

}

.client-imge {

	border-radius: 50%;

	flex: 0 0 30%;

    text-align: center;

}



.reviews-box .client-imge img{

    border-radius: 50%;

    width: auto !important;

    margin:0 auto;

}

.reviews-box::after {

	position: absolute;

	top: 10px;

	left: 76px;

	right: 0;

	content: "\f10d";

	font-family: fontawesome;

	font-size: 250px;

	height: 100%;

	width: 250px;

	text-align: center;

	line-height: 100%;

	z-index: 0;

	opacity: 0.1;

}

.review-box-inner{

	flex: 0 0 70%;

}

.reviews-box h6 {

	margin: 0 auto 5px;

}

.client-m {

	margin: 0 auto 15px;

	letter-spacing: 0.5px;

	font-size: 14px;

	font-weight: 500;

}

.reviews-box::before {

	position: absolute;

	bottom: -16px;

	left: 0;

	right: 0;

	margin: 0 auto;

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;

	content: "";

	width: 86%;

	height: 100%;

	z-index: -1;

	opacity: 0.5;

}

#testimonials .item::after {

	position: absolute;

	top: -20px;

	left: 30px;

	width: 140px;

	height: 140px;

	background-image: url(../images/dots-bg.png);

	background-position: center;

	background-repeat: no-repeat;

	content: "";

	z-index: -1;

}

.testimonial-wrap {

	background: #fff;

	border-radius: 3px;

	padding: 45px 25px;

}

.testimonial-header {

	position: relative;

	padding-left: 100px;

	text-align: left;

	margin: 0 auto 20px;

}

.testimonial-header p {

	margin: 0 auto 2px;

	font-weight: 500;

}

.testimonial-header i {

	font-size: 15px;

}

.testimonial-header i.active {

	color: #ffae00;

}

.testimonial-img {

	width: 80px;

	height: 80px;

	border-radius: 50%;

	overflow: hidden;

	position: absolute;

	top: 0;

	left: 0;

}

.testimonial-wrap h6 {

	margin: 0 auto 5px;

}

.testimonial-wrap p {

	font-size: 15px;

	margin: 0 auto 5px;



}







/*=======================

	 6. Blog

===========================*/

#blog {

	border-top: #eee solid 1px;

}

.post-wrap {

    background: #fff;

    padding: 30px;

    border-radius: 6px;

    box-shadow: rgba(0, 0, 0, 0.07) 0 0 5px;

	position: relative;

}

.post-img {

	margin: -30px -30px 30px;

	overflow: hidden;

	border-radius: 6px 6px 0 0;

}

.post-img img {

	position: relative;

	border-radius: 6px 6px 0 0;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	transform: scale(1);

	-moz-transform: scale(1);

	-webkit-transform: scale(1);

	-o-transform: scale(1);

}

.post-img.dark-shadow {

	margin: 0 auto;

}

.dark-shadow:after {

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	content: "";

	height: 100%;

	opacity: 0.7;

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.13) 20%, rgba(0, 0, 0, 0.23) 30%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.87) 69%, rgba(0, 0, 0, 0.96) 80%, rgba(0, 0, 0, 0.99) 90%, rgba(0, 0, 0, 1) 100%);

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.13) 20%, rgba(0, 0, 0, 0.23) 30%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.87) 69%, rgba(0, 0, 0, 0.96) 80%, rgba(0, 0, 0, 0.99) 90%, rgba(0, 0, 0, 1) 100%);

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.13) 20%, rgba(0, 0, 0, 0.23) 30%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.87) 69%, rgba(0, 0, 0, 0.96) 80%, rgba(0, 0, 0, 0.99) 90%, rgba(0, 0, 0, 1) 100%);

	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#000000', GradientType=0);

}

.post-wrap:hover .post-img img {

	transform: scale(1.1);

	-moz-transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-o-transform: scale(1.1);

}

.post-info {

	position: absolute;

	text-align: center;

	left: 20px;

	right: 20px;

	bottom: 20px;

	z-index: 22;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

}

.post-wrap:hover .post-info {

	bottom: 50px;

}

.post-wrap h4,

.offer-container h4 {

    font-size: 23px;

    line-height: 32px;

}

.post-wrap h4 a,

.offer-container h4 a{

	color: #fff;

	text-transform: capitalize;

}

.section-padding .post-meta ul,

.section-padding .post-meta ul ul {

	padding: 0;

	margin: 0 auto 10px;

	display: inline-block;

	line-height: initial;

}

.post-meta ul li {

	display: inline-block;

	padding: 0 10px 0 1px;

	position: relative;

	text-transform: uppercase;

	font-weight: 500;

	font-size: 12px;

	margin: 0 auto;

}



.post-meta ul.post-categories li {

    padding: 0 3px 0 0;

}

.post-meta ul.post-categories li:after {

    content: ",";

}

.post-meta ul li:after {

	position: absolute;

	content: "|";

	top: 0;

	right: 0px;

}

.post-meta ul li:last-child {

	padding: 0;

}

.post-meta ul li:last-child:after {

	display: none;

}

.post-container {

	position: relative;

	overflow: hidden;

	margin: 0 0 70px;

}

.post-container .btn {

	font-size: 13px;

	padding: 6px 15px;

}

.post-thumbnail {

	margin: 0 auto 25px;

	overflow: hidden;

	border-radius: 6px 6px 0 0;

}

.post-thumbnail img {

	position: relative;

	border-radius: 6px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	transform: scale(1);

	-moz-transform: scale(1);

	-webkit-transform: scale(1);

	-o-transform: scale(1);

}

.post-container:hover .post-thumbnail img, .post-thumbnail:hover img {

	transform: scale(1.1);

	-moz-transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-o-transform: scale(1.1);

}

.post-title a:hover,

.post-title a:focus{

	color:#3146cb ;

	text-decoration: none;

}

.post-title a {

	color:#111;

	text-transform: capitalize;

	font-weight: 700;

}

.sticky .post-title a {

	position:relative;

	display:inline-block;

}

.sticky .post-title a::after {

	position: relative;

	bottom: auto;

	margin-left: 8px;

	content: "Sticky";

	padding: 0px 10px;

	background: #111;

	color: #fff;

	font-size: 15px;

	border-radius: 3px;

}

.post-cats {

	margin:0 auto 5px;

}

.post-cats a {

	display:inline-block;

	text-transform:uppercase;

	border: 1px solid #333;

    border-radius: 3px;

	color:#000;

	padding: 5px 15px 3px;

	margin:0 5px 5px 0;

	font-size:12px;

}

.post-cats a:hover {

	background:#3146cb;

	color:#fff;

	border-color:#3146cb;

	text-decoration:underline;

}





/*---------------

	Grid-Style

--------------------*/

.grid-style .post-title {

	font-size: 26px;

}



/*---------------

	List-Style

--------------------*/

.list-style .post-thumbnail + .post-content{

	padding: 0;

}

@media (min-width: 768px) {

    .list_style.post_wrap {

        display: table;

    }

    .list-style .post-thumbnail + .post-content{

    	padding: 0 30px;

    }



}

.list-style .post-thumbnail {

    display: table-cell;

    width: 40%;

    overflow: hidden;

    vertical-align: top;

}

.list-style .post-content {

	display: table-cell;

	box-shadow: none;

	margin: 0 auto;

	vertical-align: top;

}



.list-style h2 {

	font-size: 26px;

}

.post-container.list-style {

	padding: 20px 0 20px;

    border-bottom: 1px solid rgba(0,0,0,.1);

    margin: 0 0 20px;

}

.post-container.list-style:last-child{

    border-bottom: 0;

}

.post-container h1, .post-container h2 {

	font-size: 37px;

	-ms-word-wrap: break-word;

	word-break: break-word;

}

.post-container h2 {

	font-size: 28px;

	line-height: 40px;

}

blockquote {

    font-size: 22px;

    font-style: italic;

    padding: 20px;

    background: #f8f8f8;

    line-height: 35px;

    font-family: 'Montserrat', sans-serif;

	border-left: 5px solid #eee;

}

blockquote ol:last-child,

blockquote p:last-child,

blockquote ul:last-child {

    margin-bottom: 0;

}





/*=====================

	 5. pagination

===========================*/

.pagination {

    clear: both;

    padding: 30px 0 10px;

    display: block;

}

.pagination ul {

	padding:0px;

	margin:0px;

}

.pagination ul li {

	display:inline-block;

	vertical-align:middle;

	margin:0 auto;

	list-style:none;

}

.pagination ul li .page-numbers {

	display: block;

	padding: 5px 15px;

	color: #333;

	background: #fff;

	border: #eee solid 2px;

}

.pagination ul li .current, .pagination ul li .page-numbers:hover {

	background: #fff;

	color: #3146cb;

	border-color: #3146cb;

	text-decoration:none;

}

.wp_nav_links {

  border-bottom: 1px solid #cccccc;

  border-top: 1px solid #cccccc;

  clear: both;

  margin: 50px auto;

  overflow: hidden;

  padding: 20px 1px;

  position: relative;

}

.wp_nav_links a {

  border: 3px solid #111111;

  color: #111111;

  display: block;

  float: left;

  font-size: 22px;

  padding: 15px 20px;

  position: relative;

  width: 48%;

}



.wp_nav_links p span {

  display: block;

  font-size: 16px;

  letter-spacing: 3px;

  margin: 0 auto 9px;

}

.wp_nav_links a p {

	margin:0 auto;

	font-size:22px;

}

.wp_nav_links a.post-nav-next {

	float: right;

	text-align:right;

}

.wp_nav_links a:hover {

	margin-left:10px;

	color:#fff;

	background:#111;

}

.wp_nav_links a.post-nav-next:hover {

	margin-left:0px;

	margin-right:10px;

}

.author-bio {

  background: #f9f9f9 none repeat scroll 0 0;

  margin: 40px auto;

  overflow: hidden;

	position: relative;

  padding: 20px 40px;

}

.author-box-post-link {

	position: absolute;

	top: 20px;

	right: 40px;

	font-weight: 500;

	font-size: 14px;

}

.author-box-post-link i{

	display: inline-block;

	margin-left: 5px;

}

.author-bio img {

	border-radius: 50%;

	float: left;

	margin-bottom: 30px;

	margin-right: 20px;

	max-width: 100px;

}

.author-info {

  float: left;

  width: calc(100% - 120px);

}

.author-info .author-title {

	margin: 10px 0;

	font-size: 20px;

}

.author-info p {

	font-size: 13px;
	line-height: 23px;
	margin: 0 auto 15px;

}

.author-info ul {

	padding:0px;

	margin:0;

	list-style:none;

}

.author-info ul li {

	float:left;

	margin:0 10px 0 0;

}

.author-info ul li a {

	width:40px;

	height:40px;

	color:#fff;

	display:block;

	background:#111;

	border-radius:50%;

	text-align:center;

	line-height:40px;

}

.author-info .author-info-title{

    margin: 0 0 10px;

    font-size: 20px;

}

.author-info ul li .fa {

	margin:0 auto;

}

.author-info ul li a:hover {

	background:#3146cb;

}

.post-detail {

	margin: 0 auto 30px;

}



/*----------------------

	7.6. Post Comments

------------------------------*/

.comment-list{

	padding: 0;

	margin: 0;

}

.comment-list-wrap .lead{

	margin: 0;

}

.comment-respond,

.comment-list-wrap{

    margin: 30px 0 0;

    padding: 20px 0 0;

    border-top: 1px solid #eee;

		border: #f2f2f2 solid 1px;

    box-shadow: 4px 6.928px 16px 0px rgba( 0, 0, 0, 0.05);

    padding: 35px;

}

.comment-respond .form-submit{

	margin-bottom: 0;

}

.comment-list-wrap h5{

	margin: 0 0 30px;

}

.comment-respond h3{

	margin: 0 0 5px;

	font-size: 22px;

}

.comment-list li{

	display: flex;

	overflow: hidden;

	margin: 0 auto 40px;

}

.comment-list li .comment-body{

	flex: 1;

	border-bottom: 1px solid #eee;

	padding-bottom: 34px;

}

.comment-list > li:last-child .comment-body,

.comment-list ol li:last-child .comment-body{

	border-bottom: 0;

	padding-bottom: 0;

}

.comment-list > li:last-child,

.comment-list ol li:last-child{

	margin-bottom: 0;

}

.comment-list li .author-name{

	color: #16334e;

	font-weight: 700;

	margin-right: 12px;

	font-size: 14px;

}

.comment-list li .comment-reply-link i{

	margin-right: 5px;

}

.comment-list li .comment-avatar img{

	width: 70px;

	border-radius: 50%;

	margin-right: 20px;

	overflow: hidden;

}

.comment-list li .comment-entry p{

	line-height: 24px;

	margin: 0 auto 15px;

}

.comment-list li .comment-date{

	font-family: 'Open Sans', sans-serif;

  margin: 0;

  padding: 0;

  font-size: 14px;

  line-height: 28px;

  overflow-x: hidden;

	font-weight: 400;

  color: #78797b;

  letter-spacing: 0.5px;

	display: block;

}



/*=====================

	 6. Sidebar

===========================*/

.sidebar-widget {

	margin-bottom: 30px;

	padding: 30px;

	border: #eee solid 1px;

}

.widget-title {

	margin: 0 auto 28px;

	letter-spacing: 1px;

	font-size: 19px;

	text-transform: uppercase;

	font-weight: 500;

}



.about-widget .about_img {

	border-radius: 20px;

	overflow: hidden;

}

.popular-post {

	position: relative;

	margin: 0 auto 20px;

	padding-left: 110px;

	overflow: hidden;

}

.popular-post:last-child {

	margin: 0 auto;

}

.popular-post .post-thumbnail {

	position: absolute;

	top: 0;

	left: 0;

	width: 90px;

	margin: 0 auto;

}

.popular-post h5 {

	font-size: 16px;

	font-weight: 500;

	margin: 10px auto;

}

.sidebar-widget p {

  color: #666666;

  font-size: 16px;

  line-height: 26px;

  margin: 0 auto 15px;

}

.sidebar-widget .post_img {

	margin:0 auto 15px;

}

.sidebar-widget > ul, .sidebar-widget .menu {

	padding:0px;

	margin:0px;

}

.sidebar-widget > ul > li, .sidebar-widget .children li, .sidebar-widget .menu li {

	border-bottom: 1px dotted #9f9f9f;

	list-style: outside none none;

	margin: 0 auto 15px;

	padding-bottom: 15px;

	padding-left: 19px;

	position: relative;

	font-size:15px;

}

.sidebar-widget > ul > li::after, .sidebar-widget .children li:after, .sidebar-widget .menu li:after {

	content:"\f101";

	font-family: fontawesome;

	left: 4px;

	position: absolute;

	top: 0;

}

.sidebar-widget > ul > li:last-child, .sidebar-widget .children li:last-child, .sidebar-widget .menu li:last-child {

	margin:0 auto;

	padding-bottom:0px;

	border:0px;

}

.sidebar-widget >ul > li > a, .sidebar-widget .children li a, .sidebar-widget .menu li a {

	display:inline-block;

	color:#000;

	font-size:15px;

	text-transform: capitalize;

}

.sidebar-widget >ul > li > a:hover, .sidebar-widget .children li a:hover, .sidebar-widget .menu li a:hover {

	color:#3146cb ;

}

.sidebar-widget li ul.children, .sidebar-widget .menu li ul {

	padding-left:0px;

}

.sidebar-widget ul.children,

.sidebar-widget li.menu-item-has-children .sub-menu {

	margin-top:10px;

}

.btn.searchsubmit {

	padding: 12px 20px;

	text-align: center;

}

.btn.searchsubmit i {

	margin: 0 auto;

}

.tagcloud a {

	display: inline-block;

	padding: 5px 10px;

	border: #eee solid 1px;

	color: #666;

	font-size: 12px;

	margin: 0 4px 4px 0;

}

.tagcloud a:hover {

	background:#3146cb ;

	border-color:#3146cb ;

	color:#fff;

}

.sidebar-widget .search-form {

	overflow:hidden;

}

.sidebar-widget .search-form  > label {

	float:left;

	max-width:66%;

}

.sidebar-widget .search-form .search-field {

	width:100%;

	border: 1px solid rgba(0,0,0,.1);

}

.sidebar-widget .search-form .search-submit {

	float:left;

	width:34%;

	padding:5px 0 !important;

}

.sidebar-widget .search-form .search-submit:hover {

	border-radius:0px !important;

}

.sidebar-widget table th, .sidebar-widget table td {

	padding: 10px;

}

.sidebar-widget select {

	background: #fff none repeat scroll 0 0;

	border: #5e5e5e solid 2px;

	border-radius: 0;

	box-shadow: none;

	color: #111;

	font-size: 17px;

	height: 50px;

	line-height: 30px;

	padding: 0 25px;

	width: 100%;

}

.sidebar-widget select option {

	padding: 10px;

}







/*=======================

	 6. Footer

===========================*/

#footer {

	color: #dddbdb;
	clear: both;

}

.services-container.align-right {
	float: none;
}

.footer-logo {

	margin: 0 auto 30px;

}

.footer-widgets {

	padding: 100px 0 30px;

}

.footer-widgets.text-center{

	padding: 30px 0;

}

.footer-widgets h5 {

	color: #dddbdb;

	margin: 0px auto 22px;

}

.footer-widgets img{

    margin-bottom: 15px;

}

.footer-widgets ul {

	margin: 0 auto;

	padding: 0;

}

.footer-widgets ul li {

	list-style: none;

	margin: 0 auto 18px;

}

.footer-widgets ul li a, .footer-widgets a {

	color: #dddbdb;

	font-size: 14px;

	letter-spacing: 0.5px;

	text-transform: capitalize;

}

.footer-widgets ul li a:hover, .footer-widgets a:hover {

	color: #3146cb;

}

.footer-widgets p {

	font-size: 15px;

	line-height: 25px;

	margin: 0 auto 12px;

}

.footer-widgets .follow-us {

	text-align: left;

	margin: 20px auto 0;

}

.footer-widgets .follow-us ul li {

	margin: 0 2px 0 0;

}

.footer-widgets .follow-us a {

	display: inline-block;

	background: #202628;

	width: 40px;

	height: 40px;

	border-radius: 50%;

	text-align: center;

	line-height: 41px;

	font-size: 16px;

	padding: 0;

}

.footer-widgets .follow-us a:hover {

	background: #fff;

}

.footer-bottom {

	background: #111213;

	padding: 40px 0;

	color: #dddbdb;

}

.footer-bottom p {

	margin: 0 auto;

}

.map-wrap iframe {

	margin: 0 auto;

	float: left;

	width:100%;

	border:0;

}

.map-wrap {

	overflow: hidden;

}

footer .follow-us {

	text-align: right;

	display: block;

}

footer .follow-us ul li a {

	font-size: 20px;

}

footer .follow-us ul li {

	margin: 0 0 0 5px;

}

.footer-widgets .sidebar-widget{

	border: 0;

	padding: 0;

	margin-bottom: 50px;

}

.footer-widgets .sidebar-widget table th,

.footer-widgets .sidebar-widget table td{

	padding: 1px;

	text-align: center;

}

.footer-widgets caption,

.footer-widgets strong,

.footer-widgets .sidebar-widget p{

	color: #dddbdb;

}

.footer-widgets .sidebar-widget >ul > li > a,

.footer-widgets .sidebar-widget .children li a,

.footer-widgets .sidebar-widget .menu li a{

	color: #dddbdb;

}



/*---footer-widgets-2----*/

.footer-widgets-2 {

	overflow: hidden;

	margin: 0 auto 100px;

	position: relative;

}

.footer-widgets-2 ul {

	margin:0px;

	padding:0px;

}

.footer-widgets-2 ul li {

	list-style:none;

	float:left;

	width:12.5%;

	background:#000;

	margin: 0 auto;

}

.footer-widgets-2 ul li a {

	display:block;

	position:relative;

}

.footer-widgets-2 ul li a img {

	width:100%;

	height:auto;

	opacity:0.5;

	transition-duration:0.5s;

	 -moz-transition-duration:0.5s;

	   -o-transition-duration:0.5s;

	    -webkit-transition-duration:0.5s;

}

.footer-widgets-2 ul li a img:hover {

	opacity: 1;

}

.instagram_btn {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    margin: 0 auto;

    z-index: 1;

    font-size: 40px;

    color: #fff;

    left: 0;

    right: 0;

    width: 70px;

}

.instagram_btn:hover {

	color: #fff;

}

/*---/footer-widgets-2----*/



.footer-links {

	text-align: right;

}

.footer-links ul {

	padding: 0;

	margin: 0 auto;

}

.footer-links ul li {

	display: inline-block;

	margin: 0 0 0 25px;

	list-style: none;

}

.footer-links ul li a {

	color: #dddbdb;

}

footer.primary-bg .footer-widgets ul li a:hover {

	color: #fff;

}

footer.primary-bg .border-top {

	border-color: rgba(255, 255, 255, 0.15 ) !important;

}

.footer-widgets.newsletter-wrap p {

	margin: 0 auto 30px;

}

.newsletter-wrap h2 {

	color: #fff;

	font-weight: 300;

}

.newsletter-wrap form {

	position: relative;

	margin: 0 auto 30px;

}

.newsletter-wrap .btn {

	position: absolute;

	top: 0;

	right: 0;

}



.footer-widgets .follow-us.white-bg a {

	background: #fff;

	color: #111;

}

.footer-widgets .follow-us.white-bg a:hover {

	background: #000;

	color: #fff;

}

.form-wrap {

	padding: 60px;

	max-width: 900px;

	margin: 0 auto 80px;

	box-shadow: rgba(0, 0, 0, 0.05) 0 0 40px;

}

.black-text,

.black-text .footer-widgets h5,

.black-text .footer-widgets ul li a,

.black-text .footer-widgets a,

.black-text  p, .black-text .footer-links ul li a   {

	color: #000;

}

.black-text .footer-widgets ul li a:hover,

.black-text .footer-links ul li a:hover,

.black-text ul li a:hover {

	color: #0056b3;

}

.gray-bg .form-control {

	background: #fff;

}

.contact-details {

	border-radius: 6px;

}

.contact-details div.col-lg-4:last-child .info-box {

	border: 0;

}

.info-box {

	text-align: center;

	padding: 10px 30px;

	color: #fff;

	border-right: rgba(255, 255, 255, 0.12) solid 1px;

	margin: 60px auto;

}

.info-box i {

	font-size: 40px;

	margin: 0 auto 20px;

}

.info-box p, .info-box h5 {

	color: #fff;

	margin: 0 auto 5px;

}







/*=======================

	 6. Features

===========================*/

.features_box {

	text-align: center;

	padding:45px 15px;

	margin: 0 auto 10px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	overflow: hidden;

}

.features_box:hover {

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;

}

.icon_wrap-inner {

    display: inline-block;

    position: relative;

    max-width: 80px;

    margin-bottom: 15px;

}



.icon_wrap-inner:after {

        content: "";
    width: 100px;
    height: 100px;
    display: block;
    background: #EBEDFA;
    position: absolute;
    left: 60%;
    top: 0%;
    margin-left: -40px;
    border-radius: 50%;
    z-index: -1;
    transform-origin: 50% 50%;
    transform: scale(0.5);
    transition: all .8s;

}



.features_box:hover .icon_wrap-inner:after {

    transform: scale(17);

    opacity: 1;

}



.icon_wrap-inner img {

    position: relative;

    z-index: 1;

}

.features_box p {

	margin: 0 auto;

}

.vertical_listing ul {

	margin: 0 auto;

	padding: 20px 0 30px 0;

}

.vertical_listing ul li {

	list-style: none;

	position: relative;

	padding: 0 0 0 77px;

}

.list_icon {

	background: #111;

	border-radius: 3px;

	position: absolute;

	top: 3px;

	left: 0;

	width: 52px;

	height: 52px;

	text-align: center;

	line-height: 55px;

	color: #fff;

	font-size: 20px;

}

.pink_bg {

	background: #fbaddf;

}

.green_bg {

	background: #86efb0;

}

.blue_bg {

	background: #b0c6ff;

}

.graynes-bg {

	background: #dbe1f6;

}

.auto-img img {

	width: auto;

	max-width: inherit;

}

.right-side img {

	float: right;

	margin-right: 30px;

}

#our-features {

	background-image: url("../images/background-pattern.png");

	background-repeat: no-repeat;

	background-position: bottom right;

	background-size: auto 100%;

}

.features-container {

	padding: 25px 40px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	box-shadow: rgba(0, 0, 0, 0.04) 0 0 15px;

	margin: 0 auto 20px;

	background: #fff;

}

.features-container:hover {

	box-shadow: rgba(0, 0, 0, 0.09) 0 0 30px;

}

.features-container img {

	margin: 0 auto 10px;

}

.features-image {

	padding: 20px 0;

}





/*=======================

	 6. Price

===========================*/

.price-wrap {

	position: relative;

	background: #fff;

	padding: 50px;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	overflow: hidden;

	box-shadow: rgba(0, 0, 0, 0.06) 0 0 30px;

}

.price-wrap:hover {

	box-shadow: rgba(0, 0, 0, 0.15) 0 0 50px;

}

.price {

	color: #3146cb;

	font-size: 38px;

	font-weight: 700;

	margin: 0 auto 40px;

}

.price span {

	font-size: 18px;

}

.price-wrap h5 {

	margin: 0 auto 23px;

}

.price-wrap ul {

	margin: 0 auto 45px;

	padding: 0;

}

.price-wrap ul li {

	position: relative;

	padding: 0 0 0 30px;

	margin: 0 auto 15px;

	list-style: none;

}

.price-wrap ul li:after {

	position: absolute;

	top: 0;

	left: 0;

	font-family: fontawesome;

	content: "\f138";

	color: #97acf5;
	opacity:0.6;

}

.plan-tag {

	position: absolute;

	top: 14px;

	right: -28px;

	background: #f7b745;

	color: #111;

	padding: 2px 37px;

	font-size: 14px;

	font-weight: 500;

	transform: rotate(42deg);

}



/*=======================

	 6. What-Inside

===========================*/

.square-list ul {

	padding: 0;

	margin: 0 auto;

}

.square-list ul li {

	list-style: none;

	position: relative;

	padding: 16px 0 16px 75px;

	box-shadow: rgba(0, 0, 0, 0.07) 0 10px 30px;

	margin: 0 auto 10px;

}

.list-icon {

	position: absolute;

	top: 14px;

	left: 25px;

	width: 33px;

	height: 32px;

	text-align: center;

	border-radius: 50%;

	color: #fff;

	line-height: 33px;

	font-size: 14px;

}



/*=======================

	 6. Fan-Facts

===========================*/

.facts-wrap {

	position: relative;

	padding: 0 30px;

}

.facts-box {

	text-align: center;

	padding: 25px;

	color: #fff;

	margin: 0 auto 30px;

	border-radius: 6px;

}



.icon-wp {

	background: #fff;

	width: 80px;

	height: 80px;

	text-align: center;

	border-radius: 50%;

	margin: 0 auto 15px;

	color: #313d5c;

	font-size: 30px;

	line-height: 80px;

}

.facts-box h3 {

	margin: 0 auto 4px;

	font-size: 35px;

}

.facts-wrap::after {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	background: #f8f9fd;

	content: "";

	width: 70%;

	height: 70%;

	border-radius: 50%;

	margin: 0 auto;

	z-index: -1;

	transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

}

.bottom-margin {

	margin-top: 150px;

}

.top-margin {

	margin-top: -120px;

}



/*=======================

	 6. Clients-Logo

===========================*/

.clients-logo {

	text-align: center;

}

.clients-logo ul {

	padding: 0;

	margin: 0 auto;

}

.clients-logo ul li {

	display: inline-block;

	vertical-align: middle;

	margin: 0 0.2% 11px;

	width: 15.9%;

	background: #fff;

	text-align: center;

	border-radius: 3px;

	position: relative;

	top: 0;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

}

.clients-logo ul li a {

	display: block;

	padding: 15px 13px;

}

.clients-logo ul li:hover {

	top: -4px;

}

#quick-start {

	background-image: url("../images/word-map.png");

	background-position: center;

	background-repeat: no-repeat;

}





/*=======================

	 6. Intro-Intro

===========================*/

#inner-intro {

	background-color: grey;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

}

#inner-intro h1 {

	font-weight: 300;

	font-size: 40px;

	text-transform: capitalize;

}

#inner-intro span.current {

    text-transform: capitalize;

}

.breadcrumb {

    padding: 0;

    margin-bottom: 0;

    background-color: transparent;

    display: block;

	text-transform: capitalize;

}

.breadcrumb-item {

    display: inline-block;

    margin: 0 auto;

    color: #fff !important;

}

.breadcrumb-item a {

    color: #fff;

}

.breadcrumb-item + .breadcrumb-item::before {

	color: #fff;

}





/*=======================

	 6. Contact-us

===========================*/

#contact-us .form-wrap {

	margin: 0 auto;

}

.address-wrap {

	border: #eee solid 1px;

	padding: 40px 37px;

	margin-bottom: 20px;

}

.address-wrap p {

	font-size: 18px;

	line-height: 32px;

	display: inline;

}

.address-wrap .address,

.address-wrap .email,

.address-wrap .phone{

    margin-bottom: 20px;

}

.address-wrap i{

    margin-right: 10px;

}

/*=======================

	 6. Coming-Soon

===========================*/

#main-content #header {

	position: absolute;

	top: 20px;

	left: 0px;

	right: 0px;

	background: none;

	box-shadow: none;

	padding:0 65px;

}

.contact_btn button {

	border: 0;

	background: #fff;

	width: 44px;

	height: 44px;

	font-size: 22px;

	cursor: pointer;

}

.coming-wrap {

	background: #3146cb;

	height: 100%;

	width: 100%;

	position: fixed;

}

.main_wrap {

	background:none;

    height: 100vh;

    position: relative;

}

.overlay {

	position:absolute;

	top:0px;

	left:0px;

	right:0px;

	content:"";

	background:rgba(49, 70, 203, 0.85);

	height:100%;

}

.content_wrap {

  box-sizing: border-box;

  display: flex;

  flex-wrap: wrap;

  height:100vh;

}

.vc_col {

  display: flex;

}



.light-weight {

  font-weight: 300;

  line-height: 35px;

  margin-bottom: 29px;

}

#countdown {

	text-align:center;

}

.countdown-period {

	display:block;

	float:left;

	padding:0 15px;

	font-size:42px;

	font-weight:900;

	line-height:35px;

	height:110px;

	width:110px;

	border-radius:50%;

	background:#fff;

	color:#000;

	padding:25px 20px;

	margin:0 5px;

}

.countdown-period span {

	font-weight:400;

	font-size:16px;

	display:block;

}

.bg_img {

  background: rgba(0, 0, 0, 0) url("../images/slider-1.jpg") no-repeat scroll center center / cover ;

}

.newsletter {

  clear: both;

  padding-top: 20px;

}

.newsletter form {

	position:relative;

}

.newsletter h6 {

	font-size:18px;

	font-weight:400;

	margin:0 auto 10px;

}

.newsletter_btn {

	position:absolute;

	top:0px;

	right:0px;

}

#newsletter input[type="email"] {

	padding-right:180px;

	border: 1px solid rgba(0,0,0,.1);

}

.error {

	color:#F00;

	font-weight:400;

}

.modal-body .form-control {

	border:#eee  solid 1px;

}

.modal-body p {

	font-size:16px;

}

#main-content #footer {

	background:rgba(0, 0, 0, 0.5);

	position:absolute;

	bottom:0px;

	padding:10px 20px;

	left:0px;

	right:0px;

	width:100%;

	z-index:2;

}

#main-content h1 {

	font-size:70px;

	margin:30px auto;

}

#main-content #footer p {

	font-size:15px;

	color:#fff;

	margin:0px;

}

.social_links ul {

	padding:0px;

	margin:0px;

}

.social_links ul li {

	list-style: none;

	display: inline-block;

	vertical-align: middle;

	margin: 0 auto;

}

.social_links ul li a {

	display:block;

	font-size:20px;

	color:#fff;

	margin:0 0 0 8px;

}

.social_links ul li a:hover {

	color:#cb1111;

}



/*=======================

	 6. Responsive-CSS

===========================*/

@media (min-width:991px) and (max-width:1200px) {

.follow-us {

	margin-right: 10px;

}

.contact-info ul li {

	font-size: 12px;

	font-weight: 400;

}

.intro-text h1 {

	font-size: 50px;

}

.intro-text {

	padding: 150px 0 160px;

}

.video_wrap {

	top: -60px;

	width: 160px;

	height: 170px;

	padding: 20px;

}

.partners-logo img {

	margin: 0 5px;

}

.section-padding {

	padding: 80px 0;

}

.section-header h2 {

	font-size: 40px;

}

.btn {

	font-size: 14px;

	line-height: 28px;

	padding: 6px 14px;

}

#services .nav-tabs > li a {

	padding: 0px 30px;

}

.number-wp {

	font-size: 150px;

}



.portfolio-box:hover .portfolio-heading {

	bottom: 80px;

}

.portfolio-col {

	padding: 20px 20px 20px 0;

}

.portfolio-col p {

		font-size: 15px;

	line-height: 26px;

	font-weight: 300;

	color: #78797b;

	letter-spacing: 0.5px;

}

.price-wrap {

	padding: 25px;

}

.services-info {

	left: 440px;

	padding: 30px;

}

.portfolio-info {

	padding: 25px;

}

h2 {

	font-size: 33px;

}

h3 {

	font-size: 28px;

}

h4 {

	font-size: 24px;

}

h5 {

	font-size: 20px;

}

.portfolioContainer.col-three .portfolio-grid {

	width: 48%;

}

.form-control {

	height: 48px;

	padding: 5px 21px;

}

.facts-box {

	padding: 10px;

}

.contact-info ul li {

	margin: 0 30px 0 0;

}

.intro-image img {

	max-width: 100%;

}

#main-content h1 {

	font-size: 46px;

	margin:0 auto 30px;

}

.countdown-period {

	font-size:30px;

	height:80px;

	width:80px;

	line-height:24px;

	padding:22px 15px;

	margin:0 5px;

}

.countdown-period span {

	font-size:12px;

}

.navbar-nav li a{

	font-size: 13px;

}



}





@media (min-width:768px) and (max-width:990px) {

header .follow-us ul li a {

	padding: 0 2px;

	font-size: 15px;

}

header .contact-info ul li {

	margin: 0 ;

	font-size: 10px;

}

.header-links ul li a {

	font-size: 11px;

}

.navbar .navbar-nav li.dropdown > a {

	padding-right: 8px;

}

.navbar-nav li a {

	font-size: 13px;

	padding: 25px 2px;

}

.navbar .navbar-nav li.dropdown > a::after {

	right: -6px;

	top: 26px;

}

.navbar ul li ul.sub-menu li a {

	padding: 9px 17px;

	font-size: 12px;

}

.intro-text {

	padding: 100px 0 120px;

	max-width: 570px;

}

.intro-text h1 {

	font-size: 46px;

	margin: 0 auto 15px;

}

.intro-text p {

	font-size: 18px;

	margin:0 auto 20px;

}

.ripple {

	width: 120px;

	height: 120px;

	right: -30px;

	top: -30px;

}

.play-btn {

	width: 60px;

	height: 60px;

	font-size: 23px;

	line-height: 58px;

	margin: 30px auto;

}

.video-container .play-btn{

    margin: 0;

    width: 90px;

    height: 90px;

}

.video_wrap {

	top: -40px;

	width: 120px;

	height: 120px;

	padding:0;

}

.partners-logo {

	padding-right: 120px;

}

.partners-logo img {

	margin: 0 2px;

	max-width: 100px;

}

#partners {

	padding: 30px 0;

}

.section-padding {

	padding: 70px 0;

}

.img-wrap {

	text-align: center;

	margin: 0 auto 10px;

}

.section-header h2 {

	margin: 0 auto 28px;

	font-size: 38px;

}

#services .nav.nav-tabs {

	max-width: 96%;

	padding: 15px;

}

#services .nav-tabs > li a {

	font-size: 12px;

	padding: 0px 20px;

}

#services .nav-link i {

	font-size: 22px;

}

#services .tab-pane {

	padding: 115px 100px 60px 40px;

}

#our-clients ul li {

	width: 18.6%;

	padding: 22px 10px;

}

.benefits-box {

	margin: 0px auto 20px;

	padding: 40px 30px 20px;

	border: rgba(255, 255, 255, 0.1) solid 1px;

}

.number-wp {

	top: 70px;

	right: 30px;

	font-size: 120px;

}

#portfolio .section-header, #portfolio .text-right, #blog .section-header, #blog .text-right {

	text-align: center !important;

}

.porfolio-img img, .post-wrap img {

	width: 100%;

}

.portfolio-box, .post-wrap {

	margin: 30px auto 0;

}

.full-portfolio {

	margin: 30px auto 0;

}

.portfolio-col {

	padding: 40px;

}

.reviews-box {

	padding: 20px;



}

.client-imge {

	width: 150px;

	height: 190px;

}

.reviews-box::after {

	top: 10px;

	left: 16px;

	font-size: 200px;

}

.footer-bottom {

	padding: 30px 0;

	text-align: center;

}

footer .follow-us {

	text-align: center;

	margin: 0 auto 10px;

}

.footer-widgets h5 {

	margin: 8px auto 22px;

}

.col-lg-4 .footer-widgets {

	padding-top: 0;

}

.post-container h2 {

	font-size: 26px;

	line-height: 28px;

}

.sidebar-wrap {

	margin: 60px auto 0;

}

#contact-us .form-wrap {

	margin: 0 auto 30px;

}

.portfolioFilter ul li a {

	padding: 5px 21px;

	font-size: 13px;

}

.price-wrap {

	margin: 0 auto 25px;

}

.services-info {

	position: relative;

	bottom: 0;

	left: 0;

	padding: 30px;

	right: 0;

}

.services-container {

	margin: 0 auto 30px;

}

.services-image::after {

	display:none;

}

.services-info h2 {

	font-size: 29px;

}

.align-right .services-image {

	float: none;

}

.align-right .services-info {

	left: 0;

	right: 0;

}

.portfolio-info {

	padding: 40px 30px;

	margin: 50px auto 0;

}

h2 {

	font-size: 32px;

}

h3 {

	font-size: 28px;

}

h4 {

	font-size: 24px;

}

h5 {

	font-size: 20px;

}

.portfolioContainer .portfolio-grid {

	width: 100%;

}

.portfolioContainer.col-three .portfolio-grid {

	width: 48%;

}

.primary-bg .intro-text, #intro-2 .intro-text {

	padding: 200px 0 60px;

}

.intro-image {

	padding: 0px 0 50px;

}

#offer-wrap p {

	margin: 0 auto 25px;

}

.offer-info {

	text-align: center;

}

#offer-wrap {

	padding: 40px 0	;

}

.auto-img.right-side {

	margin: 40px auto 0;

}

.right-side img {

	float: none;

	margin: 0 auto;

}

.facts-wrap {

	margin: 50px auto 0;

}

.square-list {

	margin: 40px auto 0;

}

.footer-links ul {

	margin: 10px auto 0;

	text-align: center;

}

.footer-widgets.newsletter-wrap {

	padding-bottom: 0;

}

#main-content h1 {

	font-size: 36px;

	margin:0 auto 30px;

}

.countdown-period {

	font-size:30px;

	height:90px;

	width:90px;

	line-height:24px;

	padding:22px 15px;

	margin:5px;

}

.countdown-period span {

	font-size:12px;

}







}



@media (max-width:767px) {



header .contact-info {

	display: none;

}

header .follow-us ul li a {

    padding: 0 4px;

    font-size: 15px;

}

.follow-us {

	margin:0 auto;

}

.header-links ul li a {

	font-size: 11px;

}

.header-links ul li {

	display: inline-block;

	margin: 0 2px 0;

}

.search-toggle {

    margin-left: 0;

    width: 26px;

    height: 29px;

    line-height: 26px;

}

.navbar-header {

	padding: 15px;

	width: 100%;

}

.logo {

	float: left;

}

#menu-slide {

	display: block;

	float: right;

	width: 40px;

	height: 40px;

	margin: 4px 0;

	border: 0;

	padding: 0;

	cursor: pointer;

}

.icon-bar {

	width: 66%;

	height: 3px;

	background: #333;

	display: block;

	margin: 5px auto;

}

.collapse.navbar-collapse {

	width: 100%;

	text-align: left;

}

.navbar-collapse ul {

	border-top: #eee solid 1px;

	margin-top: 8px;

	background:#fff;

}

.navbar-nav > li {

	display: block;

	margin: 0;

}

.navbar-nav li a {

	font-size: 14px;

	padding: 12px 4px;

}

.navbar .navbar-nav li.menu-item-has-children > a::after {

	top: 11px;

}

ul.sub-menu {

	position:relative;

	box-shadow: rgba(0, 0, 0, 0.08) 0 0 15px;

}

.intro-text {

	padding: 60px 30px 60px;

}

.intro-text h1 {

	font-size: 33px;

	margin: 0 auto 20px;

}

.intro-text p {

	font-size: 16px;

	margin: 0 auto 20px;

}

.btn {

	font-size: 13px;

	line-height: 30px;

	padding: 9px 20px;

}

.logo a img{

	width: 170px;

}

#partners {

	padding: 20px 0;

}

.partners-logo {

	padding-right: 0;

	text-align: center;

}

.video_wrap {

	display: none;

}

.play-btn {

	margin: 14px auto;

}

.video-container .play-btn{

    width: 90px;

    height: 90px;

}

.partners-logo img {

	margin: 0 12px;

}

.section-padding {

	padding: 55px 0;

	overflow-x:hidden;

}

.section-header h2 {

	margin: 0 auto 25px;

	font-size: 30px;

}

.about-info {

	padding: 30px 0;

}
	.about-info h2 {
		font-size: 46px;
		font-weight: 300;
	}

#services .nav.nav-tabs {

	max-width: 100%;

	padding: 10px;

}

#services .nav-tabs .nav-item {

	width: 30.33%;

	text-align: center;

	margin:0 auto 10px;

}

#services .nav-tabs > li a{

    margin-right: 0;

}



#services .nav-tabs > li a {

	font-size: 11px;

	padding: 0px 0;

}

#services .nav-link i {

	font-size: 22px;

	margin: 0 auto 4px;

}

#services .tab-pane {

	padding: 100px 30px 60px;

}

#our-clients ul li {

	margin: 0 0.3% 10px;

	width: 30.9%;

	padding: 10px 5px;

}



.benefits-box {

	margin: 0px auto 20px;

	padding: 40px 30px 20px;

	border: rgba(255, 255, 255, 0.1) solid 1px;

}

.number-wp {

	top: 70px;

	right: 30px;

	font-size: 120px;

}



#portfolio .section-header, #portfolio .text-right, #blog .section-header, #blog .text-right {

	text-align: center !important;

}

.porfolio-img img, .post-wrap img {

	width: 100%;

}

.portfolio-box, .post-wrap {

	margin: 30px auto 0;

}

.full-portfolio {

	margin: 30px auto 0;

}

.portfolio-col {

	padding: 30px;

}



.reviews-box {

	display: block;

	padding: 30px;

	margin: 20px;

	text-align:center;

}

.client-imge {

	position: relative;

	top: 0;

	left: 0;

	width: 160px;

	height: 160px;

	border-radius: 50%;

	margin: 0 auto 30px;

}

.reviews-box::after {

	top: 0px;

	left: 0;

	right: 0;

	font-size: 160px;

	width: 250px;

	margin: 0 auto;

}

.footer-widgets ul li {

	margin: 0 auto 4px;

}

.footer-bottom {

	padding: 25px 0;

	text-align:center;

}

footer .follow-us {

	text-align: center;

	display: block;

	margin: 0 auto 10px;

}

.footer-widgets-2 ul li {

	width: 25%;

}

.instagram-photos a {

    width: 25% !important;

}

#footer {

    padding-top: 20px;

}

.footer-widgets-2 {

    margin: 0 auto 70px;

}

.newsleter_wrap {

    margin: 0 auto 50px;

}

.footer-widgets h5 {

	margin: 8px auto 15px;

}

.footer-widgets {

	padding-bottom: 0;

	padding-top:30px;

}

#inner-intro h1 {

	font-size: 34px;

}

.journey-werp::before, .journey-werp::after {

	display:none;

}

.journey-werp {

	margin: 0 auto 15px;

	padding:25px;

	border:#eee solid 1px;

	border-radius:3px;

}

.timeline, .journey-overview {

    padding: 0;

    text-align: center !important;

}

.timeline {

	margin:0 auto 15px;

}

.timeline p, .journey-overview p {

    margin: 0 auto;

}

.list-style .post-thumbnail {

	display: block;

	width: 100%;

}

.list-style .post-content {

	display: block;

	padding: 15px;

}

.sidebar-wrap {

	margin: 60px auto 0;

}

.post-container h1 {

	font-size: 32px;

	line-height: 34px;

}

body {

	font-size: 15px;

	line-height: 26px;

}

.author-bio {

	margin: 10px auto 10px;

	padding: 20px 20px;

}

.author-bio img {

	margin-bottom: 20px;

	margin-right: 10px;

	max-width: 70px;

}

.author-info {

	width: calc(100% - 90px);

}

#contact-us .form-wrap {

	margin: 0 auto 30px;

}

.form-wrap {

	padding: 35px;

	margin: 0 auto 80px;

}

.address-wrap p {

	font-size: 16px;

	line-height: 28px;

	margin: 0 auto;

}

.price-wrap {

	margin: 0 auto 25px;

	padding: 30px 24px;

}



.services-info {

	position: relative;

	bottom: 0;

	left: 0;

	padding: 30px;

	right: 0;

}

.services-container {

	margin: 0 auto 30px;

}

.services-image::after {

	display:none;

}

.services-info h2 {

	font-size: 26px;

}

.align-right .services-image {

	float: none;

}

.align-right .services-info {

	left: 0;

	right: 0;

}

.portfolio-info {

	padding: 30px 20px;

	margin: 50px auto 0;

}

h2 {

	font-size: 30px;

}

h3 {

	font-size: 28px;

}

h4 {

	font-size: 24px;

}

h5 {

	font-size: 20px;

}

.portfolioContainer .portfolio-grid {

	width: 100%;

}

.portfolio-grid .title {

	font-size: 28px;

}

.portfolio-grid .description, .portfolio-grid .more {

	font-size: 15px;

	line-height:26px;

}



.portfolioFilter ul li a {

	padding: 5px 21px;

	font-size: 13px;

}

.price-wrap {

	margin: 0 auto 25px;

}

.portfolioFilter ul li {

	list-style: none;

	display: inline-block;

	margin: 0 2px 10px;

}



@keyframes title-active {

	0% { top: 150px; opacity: 0; }

	30% { top: 110px; opacity: 0.3; }

	100% { top: 50px; opacity: 1; }

}

.portfolioContainer.col-three .portfolio-grid {

	width: 100%;

	margin: 1% 0;

}

.portfolioContainer {

    margin: 0 auto;

}



.header-top {

	padding: 8px 0;

}

.primary-bg .intro-text, #intro-2 .intro-text {

	padding: 190px 0 60px;

}

.intro-image {

	padding: 0px 0 50px;

}

.intro-image img {

	max-width: 100%;

}

#offer-wrap p {

	margin: 0 auto 25px;

}

.offer-info {

	text-align: center;

}

#offer-wrap {

	padding: 40px 0	;

}

.auto-img.right-side {

	margin: 40px auto 0;

}

.right-side img {

	float: none;

	margin: 0 auto;

}

.facts-wrap {

	margin: 50px auto 0;

}

.square-list {

	margin: 40px auto 0;

}

.footer-links ul {

	margin: 10px auto 0;

	text-align: center;

}

.footer-widgets.newsletter-wrap {

	padding-bottom: 0;

}

.auto-img img {

	max-width: 100%;

}

.bottom-margin {

	margin-top: 0;

}

.facts-box {

	margin: 0 auto 20px;

}

.top-margin {

	margin-top: 0;

}

.form-control {

	font-size: 13px;

	height: 48px;

	line-height: 30px;

	padding: 5px 20px;

}

header.transparent .navbar-nav li a, header.transparent .navbar-nav li a:hover, header.transparent .navbar-nav li.active a {

	color: #111;

}

header.transparent .navbar-nav li:last-child a{

    padding-right: 0;

}

#main-content {

	text-align:center;

}

#main-content #header {

	padding: 0 15px;

}



#main-content h1 {

	font-size: 38px;

	margin: 20px auto;

}

.light-weight {

	line-height: 26px;

	margin-bottom: 30px;

	font-size: 17px;

}

#main-content #footer {

	background: #000;

	position: relative;

	padding: 10px 20px;

	z-index: 2;

}

.countdown-period {

	font-size:30px;

	height:75px;

	width:75px;

	line-height:22px;

	padding:22px 15px;

	margin:2px;

	float:none;

	display:inline-block;

}

.countdown-period span {

	font-size:11px;

}

.social_links {

	text-align: center;

}

div#portfolio-image {

    margin: 0 auto 30px;

}



}



@media (max-width:478px) {

	.more-links ul li {

	    width: 33%;

	}

}







/*========== Added 22-05-2019 Css ==========*/



.partner-title {

    text-transform: capitalize;

    margin: 0 auto 24px;

}



.partner-title-wrpr p {

    margin: 0 0 0 auto;

    position: relative;

    width: 90%;

    padding-left: 20px;

    font-size: 14px;

}



.partner-title-wrpr p:before {

    content: "";

    width: 10%;

    height: 2px;

    background: #3146cb;

    display: block;

    position: absolute;

    left: 0;

    transform: translateX(-100%);

    top: 10px;

}



.partner-titleimg-wrpr {

    margin-bottom: 20px;

}



.partner-logo3-inner>.col-12 {

    display: flex;

    justify-content: center;

    align-items: center;

}



.partner-img-wrpr {

    padding: 10px;

}



@media(max-width: 767px) {



    .partners-logo3 {

        text-align: center;

    }



    .partner-title-wrpr p {

        width: auto;

        display: inline-block;

    }



    .partner-title-wrpr {

        margin-bottom: 20px;

    }

}





/*Services section*/



.nav.nav-tabs.services-tabs {

    margin: 0;

    display: inline-block;

}



.services-tabs .nav-item {

    margin: 0;

    display: block;

}



.services-tabs .nav-link {

    border: none;

    border-radius: 0;

    box-shadow: none;

    padding: 0;

    margin: 15px 0;

    text-align: left;

    font-weight: 700;

    color: #737373;

    font-size: 18px;

    background: transparent;

}



.nav-tabs.services-tabs>li.active>a,

.nav-tabs.services-tabs .nav-link.active,

.nav-tabs.services-tabs>li.active>a:focus,

.nav-tabs.services-tabs>li.active>a:hover,

.nav-tabs.services-tabs>li a:hover,

.nav-tabs.services-tabs>li a:focus {

    color: #3146cb;

    background: transparent;

    border: none !important;

}



.service-tab-content .tab-pane {

    border: none;

    padding: 0 0 20px;

    background: transparent;

}



.service-tab-content .tab-pane p {

    color: #737373;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.6;

    margin-bottom: 20px;

}



.vertical-line {

    width: 2px;

    background: #131313;

    height: 25px;

}



.services-title3 {

    letter-spacing: 1px;

    margin-bottom: 30px;

}



.services-title3-wrapper p {

    font-size: 15px;

    font-weight: 500;

    margin-bottom: 15px;

    color: #737373;

}



.service-tab-content .tab-pane p:last-of-type {

    margin-bottom: 30px;

}



.service-tab-content {

    margin: 20px auto 0;

}



.home-3 .btn {

    background: #3146cb;

    line-height: normal;

    min-height: 48px;

}



.services-title3 span {

    display: inline-block;

    position: relative;

}



.services-title3 span:after {

    content: "";

    position: relative;

    display: inline-block;

    margin-left: 10px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 0 0 10px 10px;

    border-color: transparent transparent #3146cb transparent;

}



.services-txt {

	position: absolute;

	text-transform: uppercase;

	font-weight: 900;

	font-size: 8vw;

	margin: 0;

	top: 50%;

	left: 50%;

	width: 8vw;

	height: 0;

	line-height: 1;

	z-index: 0;

	color: #7b7b7b1c;

}



.services-txt>span {

    display: block;

}

.static{

	position: static !important;

}



/*Contact section*/



.contact-img-wrpr {

    width: 54%;

}



.contact-form-wrpr {

    width: 46%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

}



#contact-form {

    padding: 35px;

    margin: 0;

    width: 100%;

}



.input-wrapper {

    display: flex;

    width: 100%;

    margin-bottom: 15px;

}



#contact-form input,

#contact-form textarea {

    width: 100%;

    border: 1px solid rgba(0,0,0,.1);

}



.input-wrpr-inner:first-child {

    padding-right: 5px;

    width: 50%;

}



.input-wrpr-inner:last-child {

    padding-left: 5px;

    width: 50%;

}



#contact-form textarea {

    width: 100%;

    min-height: 140px;

    resize: none;

}



.contact-3-top .contact-btn {

    float: right;

}



.contact-form-wrpr>p {

    margin: 0 auto;

    line-height: 1.4;

    font-weight: 600;

    font-size: 15px;

    letter-spacing: 0;

    padding: 0 35px 35px;

}



#contact-form .btn {

    margin-top: 15px;

}



.contact-form-wrpr-inner {

    display: flex;

}



.contact-img-wrpr img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}





@media(max-width: 991px) {

	.address-wrap{

		padding: 20px;

	}

    .input-wrapper {

        display: block;

    }

    .navbar .navbar-nav li.menu-item-has-children > a::after{

        top: 25px;

    }



    .input-wrpr-inner:first-child,

    .input-wrpr-inner:last-child {

        width: 100%;

        padding: 0;

    }



    .contact-img-wrpr,

    .contact-form-wrpr {

        width: 100%;

        float: none;

    }



    .contact-form-wrpr>p {

        padding: 35px 0;

    }



    .contact-form-wrpr-inner {

        flex-direction: column;

    }



    .contact-3-top .contact-btn {

        float: none;

        margin-bottom: 30px;

    }



    .input-wrpr-inner:first-child {

        margin-bottom: 15px;

    }



		.ta-navbar-container .collapse.navbar-collapse{

			display: flex;

		}

		.header-nav-btn{

			padding: 12.5px;

		}

		.text-section{

			padding-left: 40px !important;

		}



}





/*Benefits section*/



.benefits-item {

    padding: 0 60px;

    position: relative;

    transition: all ease .3s;

}



.benefits-item:focus {

    outline: none;

}



.benefits-item:not(.slick-current) {

    opacity: .6;

}



.slick-current .benefits-item-no:after {

    border-width: 0 0 10px 10px;

}



.benefits-item:not(.slick-current):hover {

    opacity: .8;

    transform: scale(1.02);

}



.benefits-item.slick-current {

    transform: scale(1.05);

}



.benefits-item.slick-current:hover {

    transform: scale(1.055);

}



.benefits-item-no {

    font-size: 60px;

    font-weight: 700;

    width: auto;

    position: absolute;

    min-width: 45px;

    min-height: 45px;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}



.benefits-item-no:after {

    content: "";

    border-style: solid;

    border-width: 0 0 45px 45px;

    border-color: transparent transparent #3146cb transparent;

    position: absolute;

    right: 0;

    bottom: 0;

    transition: all ease .5s;

}



.benefit-img-wrpr {

    position: relative;

}



.benefit-img-wrpr h3 {

    position: absolute;

    bottom: 0;

    margin: 0;

    left: 0;

    font-size: 50px;

    color: #ffffff5e;

    width: 100%;

    background: linear-gradient(180deg, rgba(1, 2, 50, 0) 55%, rgba(49, 70, 203, 0.29) 100%);

    height: 100%;

    display: flex;

    align-items: flex-end;

}



.benefits-slider-wrapper .slick-list {

    padding-top: 20px !important;

}



.benefits-item h6 {

    font-size: 16px;

    margin: 15px 0;

    color: #3146cb;

    text-transform: uppercase;

}



.benefits-item p {

    font-size: 14px;

    letter-spacing: 0;

    font-weight: 500;

}



@media(max-width: 575px) {

	.author-box-post-link {

		position: static;

		top: 20px;

		right: 40px;

		font-weight: 500;

		font-size: 14px;

	}

}



@media(max-width: 500px) {

    .benefit-img-wrpr h3 {

        font-size: 38px;

    }

}





@media(max-width: 400px) {

    .benefits-item {

        padding: 0 40px;

    }



    .benefits-item-no {

        font-size: 30px;

        min-width: 35px;

        min-height: 35px;

    }



    .benefits-item-no:after {

        border-width: 0 0 35px 35px;

    }



    #contact-form {

        padding: 28px;

    }

}



@media(max-width: 330px) {

    .benefits-item {

        padding: 0 25px;

    }



    .benefits-item-no:after {

        border-width: 0 0 22px 22px;

    }



    .benefits-item-no {

        font-size: 20px;

        min-width: 22px;

        min-height: 22px;

    }

}





/*Testimonial section*/



.users-quote {

    background: #fff;

    box-shadow: 0 0 30px rgba(0, 0, 0, .06);

    padding: 25px 95px 25px 25px;

    border-radius: 10px;

    position: relative;

}



.users-img-wrpr {

    width: 100px;

    height: 100px;

    border-radius: 100%;

    overflow: hidden;

    margin-right: 20px;

    padding: 10px;

    background: #fff;

    box-shadow: 0 0 30px rgba(0, 0, 0, .06);

}



.users-profile {

    display: flex;

    margin-top: 30px;

}



.user-name {

    color: #3146cb;

    margin-bottom: 10px;

    line-height: normal;

}



.user-state {

    margin-bottom: 10px;

    line-height: normal;

    font-size: 14px;

    font-weight: 400;

}



.user-rating {

    line-height: normal;

    color: #3146cb;

}



.users-img-inner {

    border-radius: 100%;

    overflow: hidden;

    display: block;

}



.users-quote:before {

    position: absolute;

    content: "";

    height: 0;

    border-style: solid;

    border-width: 15px 15px 0 15px;

    border-color: #ffffff transparent transparent transparent;

    left: 32px;

    bottom: -15px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);

    z-index: 2;

}



.users-quote:after {

    content: "\f10e";

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 70px;

    color: #3146cb;

		opacity: 0.3;

    position: absolute;

    right: 30px;

    bottom: -50px;

}



.users-info {

    padding: 10px;

}



.testimonial-items {

    padding: 30px;

}



.testimonial-items:focus {

    outline: none;

}



@media (max-width: 575px) {

    .users-quote {

        padding: 25px;

    }



    .users-profile {

        margin-top: 50px;

        flex-direction: column;

    }



    .users-img-wrpr {

        margin-right: 0;

        margin-bottom: 20px;

    }

    .users-img-inner{

        border-radius: 5px;

    }



    .partner-title-wrpr p {

        padding-left: 15px;

    }



    .partner-title-wrpr p:before {

        width: 5%;

    }

}





/*Video section*/



.style_3 .video-3-title {

    margin: 0 25px 11px auto;

}



.style_3 .video-container {

    left: -50px;

}

.video-container .play-btn{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

}

.video-container .play-btn .ripple{

    z-index: -1;

}

.video-container .popup-youtube:hover,

.video-container .popup-youtube:focus{

    color: #fff;

}



.style_3 .video-content {

    margin-right: 0;

    margin-left: auto;

}



@media (max-width: 1259px) {

	.style_3 .video-container {

	    transform: translateY(-50%);

	}

}



@media (max-width: 767px) {

.style_3 .video-container {

    position: relative;

    transform: none;

    top: 0;

    width: 100%;

    right: 0;

    left: 0;

}

.ta-navbar-container{

	display: block;

}

.ta-navbar-container .collapse.navbar-collapse:not(.show){

	display: none;

}

.ta-navbar-inner-container{

	flex-direction: column;

	padding-bottom: 20px;

}

.navbar-collapse ul{

	width: 100%;

	border-top: 0;

	margin-top: 0;

	padding: 0 15px;

}

}





/*Body and Structure*/



body.home-4 {

    background: #f4f4f4;

}



.home-4 .header-top {

    background-color: #3146cb;

}



.home-4 .navbar ul li ul.sub-menu li a:hover {

    color: #3146cb;

}



.home-4 .btn {

    background: #3146cb;

}



.home-4 .btn:hover,

.home-4 .btn:focus,

.home-4 .btn.outline-btn:hover {

    background: #9e0437;

}



.home-4 .navbar-nav li a:hover,

.home-4 .navbar-nav li.active a,

.home-4 header.transparent.black-text .navbar-nav li a:hover,

.home-4 header.transparent.black-text .navbar-nav li.active a {

    text-decoration: none;

    color: #3146cb;

}





/*Services section*/



.services-title4 {

    line-height: 1.15;

    margin: 15px 0 0 0;

    width: 50%;

    float: left;

    text-transform: uppercase;

    font-size: 58px;

    font-weight: 900;

    color: #3c3836;

}



.services-title4-wrapper .text {

    float: right;

    width: 50%;

    font-size: 17px;

    padding: 0;

    box-sizing: border-box;

    line-height: 1.3;

    color: #000;

    margin: 0 0 50px 0;

}



.nav-tabs.services4-tabs {

    margin: 25px 0 0;

    float: left;

    width: 50%;

    font-size: 17px;

    font-weight: bold;

    line-height: 1.53;

    color: #b6b5b5;

    text-align: left;

}



.nav-tabs.services4-tabs .nav-item {

    margin: 0;

}



.nav-tabs.services4-tabs .nav-item .nav-link {

    box-shadow: none;

    margin: 0;

    background: transparent;

    border-radius: 0;

    padding: 0;

    border: none !important;

    text-transform: uppercase;

    font-size: 17px;

    font-weight: bold;

    line-height: 1.53;

    color: inherit;

    position: relative;

    display: inline-block;

}



.nav-tabs.services4-tabs .nav-item+.nav-item .nav-link:before {

    content: "|";

    display: inline-block;

    margin: 0 10px 0 7px;

    color: #b6b5b5;

}



.nav-tabs.services4-tabs .nav-item .nav-link.active {

    color: #3146cb;

}



.services-title4-wrapper .text p {

    margin-bottom: 0;

    padding-top: 0.1em;

    margin-top: 1em;

}



.service4-content-wrpr {

    padding: 40px 50px;

    width: 440px;

    background: #fff;

    bottom: 0;

    right: -60px;

    position: absolute;

    font-size: 15px;

    line-height: 1.71;

    text-align: left;

    color: #000;

}



.service4-content-wrpr h4 {

    margin: 0 0 33px;

    text-transform: uppercase;

    font-size: 35px;

    font-weight: 900;

    line-height: 1.36;

    color: #3146cb;

}



.service4-content-wrpr .btn {

    position: absolute;

    left: 40px;

    bottom: 0;

    transform: translateY(50%);

}



.service4-tab-content .tab-pane {

    border: 0;

    padding: 0;

    border-radius: 0;

}



.service4-content-wrpr h4 span {

    text-transform: capitalize;

    color: #969696;

    line-height: 1.04;

    font-weight: 500;

}



@media (max-width: 1259px) {

    .services-title4 {

        font-size: 40px;

        width: 100%;

    }



    .nav-tabs.services4-tabs .nav-item {

        display: block;

    }



    .nav-tabs.services4-tabs .nav-item+.nav-item .nav-link:before {

        display: none;

    }



    .nav-tabs.services4-tabs {

        width: 45%;

    }



    .services-title4-wrapper .text {

        width: 55%;

    }



    .service4-content-wrpr {

        right: 0;

        width: 400px;

    }

}



@media (max-width: 767px) {

    .services-title4-wrapper .text {

        width: 100%;

        margin: 0;

    }



    .services-title4 {

        font-size: 30px;

        margin: 0;

    }



    .nav-tabs.services4-tabs {

        width: 100%;

        margin: 20px 0;

        text-align: center;

    }



    .nav-tabs.services4-tabs .nav-item .nav-link {

        margin: 2px 0;

    }



    .service4-content-wrpr {

        width: 100%;

        box-sizing: border-box;

        position: relative;

        padding: 20px 20px 40px;

        bottom: auto;

    }



    .service4-content-wrpr .btn {

        left: 20px;

    }

}







/*Banner Section*/



.banner4-wrapper {

    padding: 100px 0;

    color: #fff;

    background: #ccc no-repeat center center / cover;

    position: relative;

    background-image: url(https://via.placeholder.com/1920x1080);

}



.banner4-wrapper:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.35);

}



.banner4-wrapper-inner {

    position: relative;

    z-index: 5;

    text-align: center;

}



.banner4-wrapper-inner h2 {

    margin: 0;

    font-weight: 900;

    line-height: 1;

    font-size: 72px;

    letter-spacing: 0.7px;

    color: #fff;

    text-transform: capitalize;

}



.banner4-wrapper-inner p {

    padding-top: 0.1em;

    margin-top: 1em;

    margin-bottom: 0;

}



.banner4-wrapper-inner p a{

    font-size: 30px;

    font-weight: 900;

    letter-spacing: 0.3px;

    color: #fff;

    line-height: 1.69;

}



@media (max-width: 1259px) {

    .banner4-wrapper-inner h2 {

        font-size: 58px;

    }



}



@media (max-width: 767px) {

    .banner4-wrapper-inner h2 {

        font-size: 38px;

    }



    .banner4-wrapper-inner p a {

        font-size: 20px;

    }

}







/*Images Section*/



.images-4-container img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.images-4-container {

    padding-top: 15px;

    padding-bottom: 15px;

}



.offer-4-container {

    display: flex;

    text-align: center;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    position: relative;

}



.offer-container {

    position: absolute;

    z-index: 2;

    width: 100%;

    height: 100%;

    display: flex;

    text-align: center;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    background: rgba(0, 0, 0, 0.45);

    padding: 20px;

}



.offer-4-container .btn {

    position: absolute;

    bottom: 0;

    transform: translateY(50%);

    z-index: 3;

    font-weight: 700;

}



.offer-container h2 {

    font-size: 35px;

    font-weight: 900;

    line-height: 1;

    color: #fff;

    margin: 0.83em 0;

}



.offer-container p {

    margin: 1em 0;

    font-size: 14px;

    line-height: 1.29;

    color: #fff;

}



@media (max-width: 1259px) {

    .offer-container h2 {

        font-size: 26px;

    }

}



@media (max-width: 992px) {

    .offer-4-container {

        margin-bottom: 50px;

    }

}





/*Video Section*/



.video-wrpr {

    background: #fff;

    margin-right: 50px;

    padding: 40px 50px;

    box-sizing: border-box;

    position: relative;

}



.video-container {

    position: absolute;

    width: 50%;

    right: -50px;

    top: -50px;

}



.video-content {

    width: 50%;

}



.video-content .btn {

    position: absolute;

    bottom: 0;

    transform: translateY(50%);

}



.video-content h2 {

    font-size: 48px;

    font-weight: 900;

    line-height: 1.15;

    color: #333;

    margin: 0 0 25px;

}



.video-content p {

    font-size: 16px;

    line-height: 1.69;

    color: #333;

    margin-bottom: 1em;

}



.video-4-title {

    width: 50%;

    font-size: 22px;

    font-weight: 900;

    color: #3146cb;

    margin: 0 auto 11px 50px;

}



@media (max-width: 1259px) {

    .video-content h2 {

        font-size: 28px;

    }



    .video-content p {

        font-size: 15px;

    }



    .video-container {

        transform: translateY(-50%);

        top: 50%;

    }



    .video-4-title {

        width: 100%;

        margin: 0 0 11px;

    }

}



@media (max-width: 767px) {

    .video-container {

        position: relative;

        transform: none;

        top: 0;

        width: 100%;

        right: 0;

    }



    .video-wrpr {

        margin-right: 0;

        padding: 0;

    }



    .video-content {

        width: 100%;

        padding: 20px 20px 40px;

    }

}





/*Service Section 2*/



.service2-tab-btns .nav-tabs {

    margin: 0;

    width: auto;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: space-around;

    flex-direction: column;

}



.service2-tab-btns .nav-tabs>li a {

    box-shadow: none;

    margin-right: 0;

    padding: 0 20px;

    border: none !important;

    background: transparent;

}

.service2-tab .service2-img{

    background-size:cover;

}



.service2-tab-btns .nav-tabs>li.active>a,

.service2-tab-btns .nav-tabs .nav-link.active,

.service2-tab-btns .nav-tabs>li.active>a:focus,

.service2-tab-btns .nav-tabs>li.active>a:hover,

.service2-tab-btns .nav-tabs>li a:hover,

.service2-tab-btns .nav-tabs>li a:focus {

    color: #3146cb;

    background: transparent;

    text-decoration: none;

    border: none !important;

}



.service2-wrpr {

    display: flex;

    background: #fff;

    border: 1px solid #ececec;

    width: 100%;

}



.service2-tab-btns .nav-tabs>li {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 25px 0;

}



.service2-tab {

	width: 100%;

    margin: 0;

}



.service2-tab .tab-pane {

    border: none;

    border-left: 1px solid #ececec;

    border-radius: 0;

    padding: 0;

    height: 100%;

    width: 100%;

}



.service2-tab>.active {

    display: flex;

    align-items: flex-start;

}



.service2-img {

    width: 60%;

    border-left: 1px solid #ececec;

    height: 100%;

}



.service2-info {

    width: 40%;

    padding: 40px;

    height: 100%;

}



.service2-info .service2-info-hdng {

    margin: 0 0 33px;

    text-transform: uppercase;

    font-size: 35px;

    font-weight: 900;

    line-height: 1.36;

    color: #3146cb;

}



.service2-tab-btns .nav-tabs>li a i {

    display: block;

    font-size: 35px;

    margin-bottom: 10px;

}



.service2-tab-btns .nav-tabs>li a i[class^="flaticon-"]:before {

    margin-left: 0;

    font-size: inherit;

}





.service2-info>.more-services {

    padding: 0;

    margin: 0;

    list-style: none;

}



.service2-info>.more-services>li>a>span {

    display: block;

    color: inherit;

    font-size: 14px;

    font-weight: 500;

}



.service2-info>.more-services>li {

    width: auto;

    display: inline-block;

    text-align: center;

    margin: 18px 15px;

}



.service2-info>.more-services>li>a {

    display: block;

    color: inherit;

}



.service2-info>.more-services>li>a:hover {

    color: #3146cb;

    text-decoration: none;

}



.service2-info>.more-services>li>a>img {

    max-width: 45px;

}







@media(max-width: 1024px) {

    .service2-tab>.active {

    flex-direction: column-reverse;

    align-items: unset;

    }



    .service2-info,

    .service2-img {

        width: 100%;

    }

}



@media(max-width: 991px) {



    .service2-info {

        width: 100%;

        padding: 30px;

    }



    .service2-img {

        width: 100%;

    }



    .service2-tab-btns .nav-tabs>li a {

        font-size: 13px;

        letter-spacing: 0;

        font-weight: 500;

        padding: 0 10px;

    }



    .service2-tab-btns .nav-tabs>li a i {

        font-size: 30px;

        margin-bottom: 5px;

    }



    .service2-tab-btns .nav-tabs>li {

        margin: 15px 0;

    }



    .service2-info p {

        font-size: 14px;

        font-weight: 500;

    }



    .service2-info .service2-info-hdng {

        font-size: 32px;

        margin: 0 0 25px;

    }

}



@media(max-width: 768px) {

    .service2-wrpr {

        flex-direction: column;

    }



    .service2-tab-btns .nav-tabs {

        flex-direction: row;

        padding-top: 10px;

    }



    .service2-tab>.active {

        flex-direction: column-reverse;

    }



    .service2-info,

    .service2-img {

        width: 100%;

    }

		.text-section{

			padding-left: 0 !important;

		}

		.video-content .btn{

			position: relative;

		}



}



/*************Added By Pooja*********/



.header-top .textwidget {

    display: inline-block;

}

nav.navbar ul li ul.sub-menu li.menu-item-has-children > a:after {

    transform: rotate(270deg);

    top: 16px;

}



.tnp-email {

    background: #f5f4f4 none repeat scroll 0 0;

    border-radius: 0;

    border: 0;

    box-shadow: none;

    color: #888888;

    font-size: 14px;

    height: 55px;

    line-height: 30px;

    padding: 5px 28px;

    width: 100%;

}

.tnp-widget label,

.tnp-field label{

    font-weight: 500;

}

.tnp-widget .tnp-field-button input.tnp-submit {

    background-color: #3146cb;

    border: 0;

    border-radius: 0;

    color: #fff;

    font-size: 15px;

    font-weight: 500;

    line-height: 30px;

    height: auto;

    margin: auto;

    letter-spacing: 1px;

    padding: 12.5px 40px;

    transition: all 0.3s linear 0s;

    -moz-transition: all 0.3s linear 0s;

    -o-transition: all 0.3s linear 0s;

    -webkit-transition: all 0.3s linear 0s;

    -ms-transition: all 0.3s linear 0s;

    width: 100%;

    cursor: pointer;

}

.tnp-field-email {

    margin-bottom: 20px;

    position: relative;

    margin-top: 10px;

}



.newsleter_wrap.footer-widgets {

    padding: 100px 0 30px;

    font-size: 15px;

    line-height: 25px;

}



/********************comment form**********************/

.comment-form label {

    display: block;

}

.comment-form input[type='text'], .comment-form input[type='email'],.comment-form input[type='url'], .comment-form textarea {

    background: #f5f4f4 none repeat scroll 0 0;

    border-radius: 0;

    border: 1px solid rgba(0,0,0,.1);

    box-shadow: none;

    color: #888888;

    font-size: 14px;

    height: 55px;

    line-height: 30px;

    padding: 5px 28px;

    width: 100%;

}

.comment-form textarea {

    min-height: 150px;

    resize: none;

    padding: 15px 20px;



}

.comment-form input[type='submit'] {

    background: #3146cb;

    border: medium none;

    border-radius: 0;

    color: #fff;

    font-size: 15px;

    font-weight: 500;

    line-height: 30px;

    height: auto;

    margin: auto;

    letter-spacing: 1px;

    padding: 12.5px 40px;

    transition: all 0.3s linear 0s;

    -moz-transition: all 0.3s linear 0s;

    -o-transition: all 0.3s linear 0s;

    -webkit-transition: all 0.3s linear 0s;

    -ms-transition: all 0.3s linear 0s;

    cursor: pointer;

}

.comment-form input[type='text']:focus, .comment-form input[type='email']:focus,.comment-form input[type='url']:focus, .comment-form textarea:focus {

    box-shadow: none;

    border-color: #cbe3f6;

    outline: none;

    background: #f2f9ff none repeat scroll 0 0;

    border: 1px solid rgba(0,0,0,.1);

}

.wpcf7 textarea.form-control {

    height: 150px !important;

    resize: none;

}



#accordion .card .btn.btn-link.showicon { padding: 0 0 0 50px !important;     font-weight: 300; text-transform: capitalize; }

#accordion .card .btn.btn-link i {

    padding: 6px !important;

    margin: 0;

    font-size: 15px;

}

.contact-form .wpcf7 {

    padding: 60px;

    max-width: 900px;

    margin: 0 auto;

    box-shadow: rgba(0, 0, 0, 0.05) 0 0 40px;

}



/*************tab style*************/

#services .nav.nav-tabs {

    margin: 0 auto -70px;

    background: #fff;

    max-width: 94%;

    border-radius: 3px;

    padding: 20px;

    box-shadow: rgba(0, 0, 0, 0.09) 0 0 20px;

}



.facts-wrap .col-md-6:nth-child(2) .facts-box {

    margin-top: 0 !important;

}



.facts-box {

    margin: 30px auto;

}

.facts-wrap .col-md-6:nth-child(1) .facts-box.bottom-margin {

    margin-top: 150px ;

}

.facts-wrap .col-md-6:nth-child(4) .facts-box.top-margin {

    margin-top: -120px ;

}



.office-location-map {

	height: 500px;

}

.office-location-map iframe{

	border: 0;

	width: 100%;

	height: 100%;

}



.instagram-photos { display: inline-block; }

.instagram-photos a,

.footer-widgets .sidebar-widget .instagram-photos a  {

    list-style: none;

    float: left;

    width: 12.5%;

    background: #000;

    margin: 0 auto;

}

.instagram-photos a img {

    width: 100% !important;

    height: auto;

    opacity: 0.5;

    transition-duration: 0.5s;

    -moz-transition-duration: 0.5s;

    -o-transition-duration: 0.5s;

    -webkit-transition-duration: 0.5s;

}

.instagram-photos a img:hover {

    opacity: 1;

}

.sidebar-widget .instagram-photos a {

    width: 33%;

}





.page_newsletter .tnp-subscription input.tnp-email {

    display: inline-block;

    width: 66%;

}

.page_newsletter .tnp-subscription input.tnp-submit {

    background-color: #3146cb;

    display: inline-block;

    border: medium none;

    border-radius: 0;

    color: #fff;

    font-size: 15px;

    font-weight: 500;

    line-height: 30px;

    height: auto;

    margin: auto;

    letter-spacing: 1px;

    padding: 10px 40px;

    transition: all 0.3s linear 0s;

    -moz-transition: all 0.3s linear 0s;

    -o-transition: all 0.3s linear 0s;

    -webkit-transition: all 0.3s linear 0s;

    -ms-transition: all 0.3s linear 0s;

    cursor:  pointer;

}



/**********************header style option**********************/

.hide_top_header { display: none; }

#header.nav-stacked.transparent .header-top,

#header.nav-stacked.transparent #navigatio-_bar {

    background-color : transparent;

}





.show-top-footer { display: none; }



/**********************header style option**********************/

.pagination .nav-links a.page-numbers, .pagination .nav-links span.current{

    display: inline-block;

    padding: 5px 15px;

    color: #333;

    background: #fff;

    border: #eee solid 2px;

}



.pagination .nav-links span.current, .pagination .nav-links a:hover {

    background: #fff;

    color: #3146cb;

    border-color: #3146cb;

    text-decoration: none;

}





/********search form in sidebar****************/

.sidebar-widget form.search-form {

    position: relative;

    top: 0;

    right: 0;

    width: 82%;

}

.sidebar-widget form.search-form input {

    border-width: 0px;

    border-style: solid;

    padding: 10px;

    background: #f5f4f4 none repeat scroll 0 0;

    box-shadow: none;

}



.sidebar-widget div.search-toggle {

    background-color: #3146cb;

    float: right;

    margin-left: 0;

    height: auto;

    padding: 12.5px 0;

	text-align: center;

    width: 18%;

}

@media(max-width: 1200px) and (min-width: 991px){

    .sidebar-widget div.search-toggle{

        padding: 9px 0;

    }

}

.sidebar-widget div.search-toggle i{

    color: #ffffff;

}



.partners-logo {

    padding-right: 0;

}



.post-tags {

	font-weight: 500;

	padding: 10px 0;

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;

	margin-top: 30px;

}

.post-tags a{

	font-weight: 400;

}



 .pre-post-link, .next-post-link {

    display: inline-block;

}

.next-post-link {

    float: right;

}

.pre-post-link a, .next-post-link a {

    background: #3146cb;

    border: medium none;

    border-radius: 0;

    color: #fff;

    font-size: 15px;

    font-weight: 500;

    line-height: 30px;

    height: auto;

    margin: auto;

    letter-spacing: 1px;

    padding: 12.5px 40px;

    transition: all 0.3s linear 0s;

    -moz-transition: all 0.3s linear 0s;

    -o-transition: all 0.3s linear 0s;

    -webkit-transition: all 0.3s linear 0s;

    -ms-transition: all 0.3s linear 0s;

    text-decoration: none;

}

.pre-post-link a:hover, .next-post-link a:hover,

.pre-post-link a:focus, .next-post-link a:focus{

    color: #ffffff;

    outline: none;

    background: #041aa4;

    box-shadow: none;

    border-color: #041aa4;

}

#inner-intro a {

    font-weight: 600;

    color: #fff;

    text-transform: capitalize;

}


#partners {
	padding: 40px 0;
	border-bottom: #e8e7e8 solid 1px;
	position: relative;
}
#partners #partners{
	border:none;
	padding:0;
}

.pagination .screen-reader-text,

.screen-reader-text {

    display: none;

}

.next-pre-links {

    margin: 20px 0;

    display: inline-block;

	width: 100%;

}

.classic {

    width: 100%;

}



.sidebar-widget .tagcloud a {

    font-size: 12px !important;

    text-transform: capitalize;

}



.excerpt {

    margin-bottom: 20px;

}

.portfolio-grid a img {

    width: 100%;

}

.portfolio-info ul li, .portfolio-info p {

    text-transform: capitalize;

}

.text-center.wpb_content_element {

    margin-bottom: 15px;

}



.navbar-header .logo h3{

  margin: 20px 0;

}





@media (max-width:991px) {

	.service-img {

    margin-top: 20px;

  }

}



@media (max-width:767px) {

	.navbar-header .logo h3{

		margin: 10px 0 0;

	}

	ul.sub-menu ul.sub-menu{

		left: 0;

	}

	.navbar .navbar-nav li.menu-item-has-children > a::after{

		top: 12px;

	}

	nav.navbar ul li ul.sub-menu li.menu-item-has-children > a:after{

		transform: rotate(0deg);

	}

	h2.vc_custom_heading {

	    font-size: 30px !important;

	    margin: 0 auto 25px;

	}



	#services .nav.nav-tabs {

	    max-width: 100% !important;

	}

		.img-wrap:before, .img-wrap:after { display: none;}



		.page_newsletter .tnp-subscription input.tnp-submit {

	    width: 32%;

	    display: inline-block;

		padding: 10px 5px;

	}

		.facts-wrap .col-md-6:nth-child(1) .facts-box.bottom-margin {

	    margin-top: 0px;

	}

		.facts-wrap {

	    margin: 0px auto 0;

	}

		#accordion .card .btn.btn-link.showicon {

	    white-space: normal;

	}

		.contact-form .wpcf7 {

			padding: 30px;

		}



		.newsleter_wrap.footer-widgets {

	    padding: 20px 0;

		}

		#services .nav-tabs > li a, #services .nav-tabs > li a.nav-link.active {

    	border: none !important;

	}

}

@media(max-width: 540px){

	.pre-post-link a, .next-post-link a{

		padding: 8px 20px;

	}

	.comment-list li .comment-avatar img{

		width: 50px;

	}

}

