/* Ankara - Consulting HTML Template  */



/************ TABLE OF CONTENTS ***************



1. Fonts



2. Reset



3. Global



4. Main Header / Style Two



5. Hidden Sidebar



6. Page Title



7. Section Title



8. Banner Section



9. About Section / TwO



10. Features Section / Two



11. History Section / Two



12. Chart Section



13. Cases Section / Two



14. Case Single 



15. Services Section / Two



16. Services Single



17. Team Section



18. Testimonial Section / Two



19. Fun Facts and Clients



20. News Section



21. Blog Grid



22. Blog Standard



23. Blog Single / Full Width



24. Call Back Section / Two



25. Branches Section



26. Contact Form Section



27. Main Footer



28. Sidebar Page Container



29. Comment Area



30. Comment Form



31. Error Page



**********************************************/



/*** 







====================================================================



			Fonts



====================================================================







 ***/



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('flaticon.css');

@import url('font-awesome.css');

@import url('animate.css');

@import url('owl.css');

@import url('jquery-ui.css');

@import url('jquery.fancybox.min.css');

/*** 







====================================================================



	Reset



====================================================================







 ***/



* {

	margin: 0px;

	padding: 0px;

	border: none;

	outline: none;

	font-size: 100%;

}



/*** 







====================================================================



	Global Settings



====================================================================







 ***/



body {

	font-size: 14px;

	color: #787878;

	line-height: 24px;

	font-weight: 400;

	background: #ffffff;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;

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

}



a {

	text-decoration: none;

	cursor: pointer;

	color: #2D6998;

	line-height: 20px;

}



a:hover, a:focus, a:visited {

	text-decoration: none;

	outline: none;

}



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

	position: relative;

	font-weight: normal;

	margin: 0px;

	background: none;

	line-height: 1.2em;

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

	letter-spacing: -0.02em;

}



textarea {

	overflow: hidden;

}



button {

	outline: none !important;

	cursor: pointer;

}



p, .text {

	font-size: 16px;

	line-height: 25px;

	font-weight: 400;

	color: #777777;

	letter-spacing: -0.01em;

	margin: 0;

}



::-webkit-input-placeholder {

	color: inherit;

}



::-moz-input-placeholder {

	color: inherit;

}



::-ms-input-placeholder {

	color: inherit;

}



.auto-container {

	position: static;

	max-width: 1300px;

	padding: 0px 15px;

	margin: 0 auto;

}



.page-wrapper {

	position: relative;

	margin: 0 auto;

	width: 100%;

	min-width: 300px;

	overflow: hidden;

	z-index: 9;

}



ul, li {

	

	padding: 0px;

	margin: 0px;

	line-height: 38px;

	margin-left: 10px;

	

}



.theme-btn {

	display: inline-block;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

	font-family: "Poppins", sans-serif;

}



.theme-btn i {

	position: relative;

	top: 0px;

	display: inline-block;

	font-size: 14px;

	margin-left: 7px;

	vertical-align: middle;

}



.centered {

	text-align: center !important;

}



/*Btn Style One*/



.btn-style-one {

	position: relative;

	display: inline-block;

	font-size: 13px;

	line-height: 30px;

	color: #ffffff;

	padding: 10px 30px;

	font-weight: 600;

	overflow: hidden;

	background-color: #2D6998;

}



.btn-style-one:hover {

	background-color: #222222;

	color: #ffffff;

}



/*Btn Style Two*/



.btn-style-two {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 26px;

	color: #2D6998;

	padding: 10px 30px;

	font-weight: 600;

	overflow: hidden;

	border: 2px solid #2D6998;

}



.btn-style-two:hover {

	background-color: #2D6998;

	color: #222222;

}



.custom-btn-style-two:hover {

	background-color: #2D6998;;

	color: #fff;

}



/*Btn Style Three*/



.btn-style-three {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 26px;

	color: #ffffff;

	padding: 10px 30px;

	font-weight: 600;

	overflow: hidden;

	background-color: #2D6998;

}



.btn-style-three:hover {

	background-color: #ffffff;

	color: #222222;

}



/*Btn Style Four*/



.btn-style-four {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 26px;

	color: #ffffff;

	padding: 10px 30px;

	font-weight: 600;

	overflow: hidden;

	border: 2px solid #ffffff;

}



.btn-style-four:hover {

	background-color: #ffffff;

	color: #222222;

}



/*=== List Style One ===*/



.list-style-one {

	position: relative;

}



.list-style-one li {

	position: relative;

	font-size: 16px;

	color: #333333;

	line-height: 27px;

	font-weight: 600;

	padding-left: 14px;

	margin-bottom: 13px;

	letter-spacing: -0.02em;

}



.list-style-one li a {

	color: #333333;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.list-style-one li:before {

	position: absolute;

	left: 0;

	top: 11px;

	height: 6px;

	width: 6px;

	border-radius: 6px;

	background-color: #2D6998;

	content: "";

}



.list-style-one li a:hover {

	color: #2D6998;

}



/*=== List Style Two ===*/



.list-style-two {

	position: relative;

	display: block;

	margin-bottom: 30px;

}



.list-style-two li {

	position: relative;

	font-size: 14px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	padding-left: 20px;

}



.list-style-two li:before {

	position: absolute;

	left: 0;

	top: 0;

	font-size: 14px;

	line-height: 25px;

	color: #4ee0b0;

	font-weight: 400;

	font-family: "Fontawesome";

	content: "\f138";

}



/*=== List Style Three ===*/



.list-style-three {

	position: relative;

	display: block;

	margin-bottom: 30px;

}



.list-style-three li {

	position: relative;

	font-size: 14px;

	line-height: 24px;

	color: #333333;

	font-weight: 400;

	padding-left: 25px;

	margin-bottom: 10px;

}



.list-style-three li a {

	color: #333333;

}



.list-style-three li:before {

	position: absolute;

	left: 0;

	top: 0;

	font-size: 14px;

	line-height: 24px;

	color: #fe6699;

	font-weight: 300;

	font-family: "Fontawesome";

	content: "\f18e";

}



.theme_color {

	color: #2D6998;

}



.pull-right {

	float: right;

}



.pull-left {

	float: left;

}



.preloader {

	position: fixed;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	z-index: 999999;

	background-color: #ffffff;

	background-position: center center;

	background-repeat: no-repeat;

	background-image: url(../images/icons/preloader.svg);

}



img {

	display: inline-block;

	max-width: 100%;

	height: auto;

}



.dropdown-toggle::after {

	display: none;

}



/*** 







====================================================================



	Scroll To Top style



====================================================================







***/



.scroll-to-top {

	position: fixed;

	bottom: 20px;

	right: 20px;

	width: 60px;

	height: 60px;

	color: #ffffff;

	font-size: 24px;

	line-height: 60px;

	text-align: center;

	z-index: 100;

	cursor: pointer;

	background: #1b1a1c;

	display: none;

	border-radius: 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.scroll-to-top:hover {

	background: #2D6998;

}



/*** 







====================================================================



	Main Header style



====================================================================







***/



.main-header {

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	z-index: 999;

	width: 100%;

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

}



.header-span {

	position: relative;

	display: block;

	height: 75px;

}



.main-header .header-top {

	position: relative;

	background-color: #03274a;

	z-index: 999999;

}



.main-header .top-left {

	position: relative;

	float: left;

}



.main-header .top-left .text {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

	padding: 10px 0;

}



.main-header .top-right {

	position: relative;

	float: right;

}



.main-header .top-right>ul>li {

	position: relative;

	float: left;

	font-size: 14px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

	padding: 10px 0;

	margin-left: 40px;

	padding-left: 40px;

}



.main-header .top-right>ul>li:before {

	position: absolute;

	left: 0;

	top: 10px;

	font-size: 14px;

	line-height: 30px;

	color: #ffffff;

	content: "|";

	opacity: 0.30;

}



.main-header .top-right>ul>li:first-child:before {

	display: none;

}



.main-header .top-right>ul>li>a {

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-header .top-right>ul>li>i {

	display: inline-block;

	color: #2D6998;

	margin-right: 5px;

}



.main-header .top-right>ul>li>a:hover {

	color: #2D6998;

}



.social-icon-one {

	position: relative;

}



.social-icon-one li {

	position: relative;

	float: left;

	margin-left: 8px;

}



.social-icon-one li:first-child {

	margin-left: 0;

}




.child-service :hover {
    text-decoration: underline;
}

.social-icon-one li a {

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #fefefe;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-one li a:hover {

	color: #2D6998;

}



/*=== Header Upper ===*/



.main-header .header-upper {

	position: relative;

	top: 0;

	z-index: 5;

	z-index: 99999;

	background-color: white;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-header .header-upper .logo-outer {

	position: relative;

	float: left;

	z-index: 25;

	padding: 20px 0px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-header .logo-outer .logo img {

	position: relative;

	display: inline-block;

	/* max-width: 100%; */

	width: 85px;

}



.main-header .header-upper .nav-outer {

	float: right;

}



/*=== Header Lower ===*/



.main-header .header-lower {

	background-color: #333333;

	min-height: auto;

	z-index: 99999;

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

}



.main-header .header-lower .nav-outer {

	float: left;

	width: 100%;

}



.main-menu {

	position: relative;

	float: left;

	font-family: "Poppins", sans-serif;

}



.main-menu .navbar-collapse {

	padding: 0px;

}



.main-menu .navigation {

	position: relative;

	margin: 0px;

}



.main-menu .navigation>li {

	position: relative;

	float: left;

	padding: 23px 0px;

	margin-right: 40px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	list-style: none;

}



.main-menu .navigation>li>a {

	position: relative;

	display: block;

	text-align: center;

	font-size: 16px;

	line-height: 30px;

	font-weight: 500;

	opacity: 1;

	color: black;

	padding: 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-menu .navigation>li.dropdown>a {

	padding-right: 14px;

}



.main-menu .navigation>li.dropdown>a:before {

	position: absolute;

	right: 0;

	top: 0;

	font-size: 14px;

	line-height: 32px;

	font-weight: 400;

	color: #fff;

	content: "\f107";

	font-family: "FontAwesome";

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-menu .navigation>li>ul {

	position: absolute;

	left: 0px;

	top: 120%;

	width: 220px;

	padding: 0px 0px;

	z-index: 100;

	background: rgba(47, 46, 50, .95);

	border-top: 2px solid #2D6998;;

	-webkit-transition: all 200ms linear;

	-moz-transition: all 200ms linear;

	-ms-transition: all 200ms linear;

	-o-transition: all 200ms linear;

	transition: all 200ms linear;

	opacity: 1;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}



.main-menu .navigation>li>ul.from-right {

	left: auto;

	right: 0px;

}



.main-menu .navigation>li>ul.from-right {

	left: auto;

	right: 0px;

}



.main-menu .navigation>li>ul>li {

	position: relative;

	width: 100%;

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

}



.main-menu .navigation>li>ul>li:last-child {

	border-bottom: none;

	list-style-type: none;

}



.main-menu .navigation>li>ul>li>a {

	position: relative;

	display: block;

	padding: 10px 20px;

	line-height: 24px;

	font-weight: 400;

	font-size: 14px;

	color: #ffffff;

	text-align: left;

	text-transform: capitalize;

	border-left: 2px solid transparent;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.main-menu .navigation>li>ul>li:hover>a {

	border-left: 2px solid rgba(47, 46, 50, .90);

	background: #2D6998;;

	color: #ffffff;

}



.main-menu .navigation>li>ul>li.dropdown>a:after {

	font-family: 'FontAwesome';

	content: "\f105";

	position: absolute;

	right: 15px;

	top: 11px;

	width: 10px;

	height: 20px;

	display: block;

	line-height: 20px;

	font-size: 16px;

	color: #ffffff;

	font-weight: normal;

	text-align: center;

	z-index: 5;

}



.main-menu .navigation>li>ul>li>ul {

	position: absolute;

	left: 100%;

	top: 20px;

	width: 220px;

	padding: 0px 0px;

	z-index: 100;

	background: rgba(47, 46, 50, .95);

	border-top: 2px solid #2D6998;

	-webkit-transition: all 200ms linear;

	-moz-transition: all 200ms linear;

	-ms-transition: all 200ms linear;

	-o-transition: all 200ms linear;

	transition: all 200ms linear;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}



.main-menu .navigation>li>ul>li>ul>li {

	position: relative;

	width: 100%;

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

    list-style: none;

}



.main-menu .navigation>li>ul>li>ul>li:last-child {

	border-bottom: none;

}



.main-menu .navigation>li>ul>li>ul>li>a {

	position: relative;

	display: block;

	padding: 0px 20px;

	line-height: 24px;

	font-weight: 400;

	font-size: 13px;

	color: #ffffff;

	text-align: left;

	text-transform: initial;

	border-left: 2px solid transparent;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.main-menu .navigation>li>ul>li>ul>li>a:hover {

	color: #ffffff;

	background: #2D6998;

	border-left: 2px solid rgba(47, 46, 50, .90);

}



.main-menu .navigation>li.dropdown:hover>ul {

	visibility: visible;

	opacity: 1;

	top: 86%;

}



.main-menu .navigation li>ul>li.dropdown:hover>ul {

	visibility: visible;

	opacity: 1;

	top: 0;

}



.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {

	position: absolute;

	right: 10px;

	top: 8px;

	width: 34px;

	height: 30px;

	border: 1px solid #ffffff;

	text-align: center;

	font-size: 16px;

	line-height: 30px;

	color: #ffffff;

	cursor: pointer;

	z-index: 5;

	display: none;

}



.main-header .outer-box {

	position: relative;

	float: left;

}



/*search box btn*/



.main-header .search-box-outer {

	position: relative;

	float: left;

	padding: 18px 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-header .search-box-btn {

	position: relative;

	height: 40px;

	width: 40px;

	cursor: pointer;

	background: none;

	font-size: 16px;

	color: black;

	text-align: right;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.header-style-two .search-box-btn {

	text-align: left;

}



.main-header .search-box-btn:before {

	content: '';

	position: absolute;

	left: -5px;

	top: 50%;

	margin-top: -8px;

	height: 16px;

	border-left: 2px solid #dbdbdb;

}



.header-style-two .search-box-btn:before {

	display: none;

}



.main-header .search-box-btn:hover {

	color: #2D6998;

}



.dropdown-toggle::after {

	display: none;

}



.main-header .search-box-outer .dropdown-menu {

	top: 57px !important;

	left: auto !important;

	right: 0;

	padding: 0px;

	width: 280px;

	border-radius: 0px;

	transform: none !important;

	border-top: 3px solid #25262c;

}



.main-header .search-panel .form-container {

	padding: 25px 20px;

}



.main-header .search-panel .form-group {

	position: relative;

	margin: 0px;

}



.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {

	display: block;

	width: 100%;

	line-height: 24px;

	padding: 7px 40px 7px 15px;

	height: 40px;

	font-size: 14px;

	border: 1px solid #e0e0e0;

	background: #ffffff;

}



.main-header .search-panel input:focus, .main-header .search-panel select:focus {

	border-color: #25262c;

}



.main-header .search-panel .search-btn {

	position: absolute;

	right: 0px;

	top: 0px;

	width: 40px;

	height: 40px;

	text-align: center;

	color: #555555;

	font-size: 12px;

	background: none;

	cursor: pointer;

}



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



			Header Style Two



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



.header-style-two {

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	background-color: transparent;

}



.header-style-two .header-upper {

	background-color: transparent;

	position: relative;

}



.header-style-two .inner-container {

	padding: 0 70px;

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

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.header-style-two .header-upper .logo-outer {

	padding: 27px 0;

}



.header-style-two .main-menu .navigation>li {

	padding: 42px 0;

	margin-right: 0;

	margin-left: 40px;

}



.header-style-two .main-menu .navigation>li.dropdown>a:before, .header-style-two .main-menu .navigation>li>a {

	color: #ffffff !important;

}



.header-style-two .outer-box {

	margin-left: 30px;

	padding-left: 30px;

}



.header-style-two .outer-box:before {

	position: absolute;

	left: 0px;

	top: 50%;

	margin-top: -8px;

	line-height: 40px;

	font-size: 16px;

	height: 16px;

	border-left: 2px solid rgba(255, 255, 255, 0.50);

	font-weight: 400;

	content: "";

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.header-style-two .search-box-outer {

	padding: 37px 0;

}



.header-style-two .search-box-btn {

	color: #ffffff;

	width: 20px;

	text-align: left;

}



.header-style-two .nav-toggler {

	position: relative;

	float: right;

	padding: 37px 0;

	margin-left: 10px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.header-style-two .nav-toggler .nav-btn {

	position: relative;

	font-size: 16px;

	line-height: 40px;

	height: 40px;

	color: #ffffff;

	cursor: pointer;

	background-color: transparent;

	transition: all 300ms ease;

}



.header-style-two .search-box-btn:hover, .header-style-two .nav-toggler .nav-btn:hover {

	color: #2D6998;

}



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



			Sticky Header



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



.main-header.fixed-header .header-upper {

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

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

}



.main-header.fixed-header .logo-outer {

	padding: 16px 0;

}



.main-header.fixed-header .main-menu .navigation>li {

	padding: 18px 0;

	list-style: none;

}



.main-header.fixed-header .search-box-outer {

	padding: 12.5px 0;

}



.header-style-two.fixed-header .inner-container {

	background-color: rgba(47, 46, 50, .90);

	border-bottom: 1px solid transparent;

}



.header-style-two.fixed-header .nav-toggler, .header-style-two.fixed-header .search-box-outer {

	padding: 20px 0;

}



.main-header.fixed-header .search-box-outer .dropdown-menu {

	top: 60px !important;

}



.main-header .main-menu .navigation>li.current>a:before, 

.main-header .main-menu .navigation>li:hover>a:before, 

.main-header .main-menu .navigation>li.current>a,

 .main-header .main-menu .navigation>li:hover>a {

	color: #2D6998;

}



/***







====================================================================



	Hidden Sidebar style



====================================================================







***/



.hidden-bar {

	position: fixed;

	right: -500px;

	top: 0px;

	max-width: 100%;

	height: 100%;

	overflow-y: auto;

	z-index: 99999;

	opacity: 0;

	background-color: #222222;

	visibility: hidden;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.side-content-visible .hidden-bar {

	right: 0px;

	opacity: 1;

	visibility: visible;

}



.hidden-bar .inner-box {

	position: relative;

	background-color: #222222;

	padding: 55px 30px 50px;

}



.hidden-bar .inner-box .cross-icon {

	position: absolute;

	right: 30px;

	top: 30px;

	cursor: pointer;

	color: #ffffff;

	font-size: 20px;

}



.hidden-bar .inner-box h2 {

	position: relative;

	font-size: 28px;

	font-weight: 500;

	line-height: 1.2em;

	color: #ffffff;

	margin-bottom: 20px;

}



/*Appointment Form*/



.hidden-bar .appointment-form {

	position: relative;

}



.hidden-bar .appointment-form .form-group {

	position: relative;

	margin-bottom: 15px;

}



.hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"], .hidden-bar .appointment-form textarea {

	position: relative;

	display: block;

	width: 100%;

	line-height: 23px;

	padding: 10px 25px;

	height: 45px;

	color: #ffffff;

	font-size: 16px;

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

	background: none;

	transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

}



.hidden-bar .appointment-form input::placeholder, .hidden-bar .appointment-form textarea::placeholder {

	color: #bdbdbd;

}



.hidden-bar .appointment-form input:focus, .hidden-bar .appointment-form textarea:focus {

	border-color: #ffffff;

}



.hidden-bar .appointment-form textarea {

	height: 135px;

	resize: none;

}



.hidden-bar .appointment-form .form-group button {

	margin-top: 10px;

	display: block;

	width: 100%;

	border-radius: 0;

	font-weight: 500;

}



.contact-info-box {

	position: relative;

	padding-top: 20px;

}



.contact-info-box .info-list {

	position: relative;

	padding-bottom: 18px;

	margin-bottom: 25px;

}



.contact-info-box .info-list li {

	position: relative;

	color: #ffffff;

	font-size: 18px;

	font-weight: 500;

	margin-bottom: 5px;

}



.contact-info-box .info-list:before {

	position: absolute;

	content: '';

	left: 0px;

	bottom: 0px;

	width: 50px;

	height: 1px;

	background-color: #ffffff;

}



.contact-info-box .social-list {

	position: relative;

}



.contact-info-box .social-list li {

	position: relative;

	width: 50%;

	float: left;

	margin-bottom: 6px;

	display: inline-block;

}



.contact-info-box .social-list li a {

	position: relative;

	font-size: 15px;

	font-weight: 500;

	color: rgba(255, 255, 255, 0.50);

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.contact-info-box .social-list li a:hover {

	color: rgba(255, 255, 255, 0.80);

}



.form-back-drop {

	position: fixed;

	right: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	opacity: 0;

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

	visibility: hidden;

	z-index: 99999;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

}



.side-content-visible .form-back-drop {

	opacity: 1;

	visibility: visible;

}



.mCSB_inside>.mCSB_container {

	margin-right: 0;

}



/*** 







====================================================================



			Page Title



====================================================================







***/



.page-title {

	position: relative;

	padding: 70px 0;

	background-position: center top;

	background-repeat: no-repeat;

	background-size: cover;

}



.page-title:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	content: '';

	background-color: #03274a;

	opacity: 0.50;

}



.page-title .inner-container {

	position: relative;

}



.page-title h1 {

	position: relative;

	float: left;

	font-size: 38px;

	color: #ffffff;

	line-height: 55px;

	font-weight: 500;

}



.page-title .bread-crumb {

	position: relative;

	float: right;

	padding: 10px 0;

}



.page-title .bread-crumb li {

	position: relative;

	float: left;

	font-size: 14px;

	line-height: 35px;

	color: #ffffff;

	font-weight: 500;

	text-transform: capitalize;

	cursor: default;

	padding-right: 5px;

	margin-right: 15px;

	font-family: "Poppins", sans-serif;

	list-style: none;

}



.page-title .bread-crumb li:before {

	position: absolute;

	right: -8px;

	font-size: 16px;

	line-height: 35px;

	color: #ffffff;

	content: "/";

}



.page-title .bread-crumb li:last-child {

	padding-right: 0;

	margin-right: 0;

}



.page-title .bread-crumb li:last-child:before {

	display: none;

}



.page-title .bread-crumb li a {

	color: #ffffff;

	font-weight: 500;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.page-title .bread-crumb li a:hover {

	color: #2D6998;

}



/*** 







====================================================================



		Section Title



====================================================================







***/



.sec-title {

	position: relative;

	z-index: 1;

	margin-bottom: 60px;

}



.sec-title h1 {

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 600;

	padding-bottom: 23px;

}



.sec-title h2 {

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 600;

	padding-bottom: 23px;

}



.custom-sec-title h2 {

	font-size: 49px;

}



.custom-sec-title h2 span {

	background-color: #e02626;

	color: #fff;

	padding: 18px 15px;

}



.services-sec-title h2 {

	font-size: 40px;

	text-align: center;

}



.services-sec-title h2::before {

	content: "";

	background-color: transparent !important;

	height: 0px;

	width: 0px;

}



.sec-title h2:before {

	position: absolute;

	left: 0;

	bottom: 0;

	height: 3px;

	width: 50px;

	background-color: #e02626;

	content: "";

	z-index: 1;

}



.custom-btn-style-two {

	background-color: #e02626;

	color: #fff;

	border-color: transparent

}



.sec-title .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #787878;

	font-weight: 400;

	margin-top: 25px;

}



.sec-title.text-center h2:before {

	right: 0;

	margin: 0 auto;

}



.sec-title.light .text, .sec-title.light h2 {

	color: #ffffff;

}



/*** 







====================================================================



		Banner Section



====================================================================







***/



.banner-section {

	position: relative;

}



.banner-carousel {

	position: relative;

}



.banner-carousel .slide-item {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 250px 0 250px;

}



.banner-carousel .slide-item:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	content: "";

	opacity: 0.15;

}



.banner-carousel .content-box {

	position: relative;

}



.banner-carousel .content-box h3 {

	position: relative;

	display: block;

	font-size: 40px;

	line-height: 55px;

	color: #ffffff;

	font-weight: 400;

	opacity: 0;

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

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

	-ms-transform: translateY(-50px);

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

	transform: translateY(-50px);

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

}



.banner-carousel .active .content-box h3 {

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	-webkit-transition-delay: 300ms;

	-moz-transition-delay: 300ms;

	-ms-transition-delay: 300ms;

	-o-transition-delay: 300ms;

	transition-delay: 300ms;

}



.banner-carousel h2 {

	position: relative;

	display: block;

	font-size: 58px;

	line-height: 1.2em;

	color: #ffffff;

	font-weight: 700;

	opacity: 0;

	margin-bottom: 20px;

	text-transform: capitalize;

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

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

	-ms-transform: translateY(-50px);

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

	transform: translateY(-50px);

	text-align: center;

}



.banner-carousel .active h2 {

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transition-delay: 700ms;

	-moz-transition-delay: 700ms;

	-ms-transition-delay: 700ms;

	-o-transition-delay: 700ms;

	transition-delay: 700ms;

}



.banner-carousel .content-box .top-saperator::before {

	content: "";

	width: 80%;

	height: 1px;

	border-top: 1px solid #fff;

	display: block;

	margin: 0 auto;

	margin-top: 25px;

	margin-bottom: 20px;

}



.banner-carousel .content-box .text {

	position: relative;

	display: block;

	font-size: 29px;

	line-height: 1.6em;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 35px;

	opacity: 0;

	-webkit-transform: translateY(70px);

	-moz-transform: translateY(70px);

	-ms-transform: translateY(70px);

	-o-transform: translateY(70px);

	transform: translateY(70px);

	text-align: center;

}



.banner-carousel .active .text {

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transition-delay: 1200ms;

	-moz-transition-delay: 1200ms;

	-ms-transition-delay: 1200ms;

	-o-transition-delay: 1200ms;

	transition-delay: 1200ms;

}



.banner-carousel .link-box {

	position: relative;

	opacity: 0;

	-webkit-transform: translateY(70px);

	-moz-transform: translateY(70px);

	-ms-transform: translateY(70px);

	-o-transform: translateY(70px);

	transform: translateY(70px);

}



.banner-carousel .active .link-box {

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 1000ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transition-delay: 1500ms;

	-moz-transition-delay: 1500ms;

	-ms-transition-delay: 1500ms;

	-o-transition-delay: 1500ms;

	transition-delay: 1500ms;

}



.banner-carousel .active .custom-link-box {

	max-width: 335px;

	margin: 0 auto;

}



.banner-carousel .link-box a {

	position: relative;

	display: inline-block;

	margin-right: 20px;

	margin-bottom: 10px;

}



.banner-carousel .link-box a:last-child {

	margin-right: 0;

}



.banner-carousel .owl-dots {

	display: none;

}



.banner-carousel .owl-dots {

	position: absolute;

	left: 0;

	bottom: 50px;

	width: 100%;

	text-align: center;

	display: none;

}



.banner-carousel .owl-dot {

	position: relative;

	display: inline-block;

	height: 10px;

	width: 10px;

	margin: 0 4px;

	background: #7b7b7b padding-box content-box;

	border: 2px solid transparent;

	border-radius: 10px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.banner-carousel .owl-dot:hover, .banner-carousel .owl-dot.active {

	border-color: #d3994c;

	background-color: transparent;

}



.banner-carousel .owl-nav {

	position: absolute;

	width: 100%;

	top: 50%;

	margin-top: -27px;

	z-index: 99;

	opacity: 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.banner-carousel:hover .owl-nav {

	opacity: 1;

}



.banner-carousel .owl-prev, .banner-carousel .owl-next {

	position: absolute;

	top: 0;

	left: 50px;

	height: 55px;

	line-height: 55px;

	width: 55px;

	font-size: 20px;

	color: #ffffff;

	font-weight: 400;

	text-align: center;

	border-radius: 50%;

	background-color: rgba(255, 255, 255, 0.20);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.banner-carousel .owl-next {

	left: auto;

	right: 50px;

}



.banner-carousel .owl-prev:hover, .banner-carousel .owl-next:hover {

	background-color: #ffffff;

	color: #222222;

}



.banner-section.style-two .slide-item {

	padding: 415px 0 300px;

}



.banner-section.style-two .slide-item .content-box {

	text-align: center;

}



.banner-section.style-two .slide-item .text {

	font-size: 16px;

	line-height: 25px;

	font-weight: 400;

	margin-bottom: 30px

}



.banner-section.style-two .slide-item h2 {

	font-size: 52px;

	line-height: 1.2em;

	color: #ffffff;

	font-weight: 600;

	margin-bottom: 15px;

	text-transform: unset;

}



.banner-section.style-two .link-box a {

	text-transform: uppercase;

	min-width: 164px;

	text-align: center;

}



/*** 







====================================================================



			 About Section



====================================================================







***/



.about-section {

	position: relative;

	background-color: #294765;

}



.about-section .outer-container {

	position: relative;

	min-height: 400px;

}



.about-section .content-column {

	position: relative;

	float: left;

	width: 50%;

}



.about-section .content-column .inner-column {

	position: relative;

	float: right;

	max-width: 600px;

	padding: 110px 15px 90px 15px;

}



.about-section .content-column .sec-title {

	margin-bottom: 30px;

}



.about-section .content-column h2 {

	font-size: 35px;

	letter-spacing: 0.02em;

	line-height: 47px;

}



.about-section .content-column .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	padding-right: 20px;

	margin-bottom: 20px;

}



.about-section .content-column .info {

	position: relative;

}



.about-section .content-column .info h5 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 25px;

	color: #2D6998;

	font-weight: 400;

}



.about-section .content-column .info h5 span {

	position: relative;

	display: inline-block;

	font-size: 17px;

	color: #ffffff;

}



.about-section .content-column .info .sign-image {

	position: relative;

	margin-top: 20px;

}



.about-section .content-column .info .sign-image img {

	max-width: 100%;

	height: auto;

}



.about-section .image-column {

	position: absolute;

	float: right;

	right: 0px;

	top: 0px;

	width: 50%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: center left;

	background-size: cover;

}



.about-section .image-column .image-box {

	position: relative;

	display: none;

}



.about-section .image-column .image-box img {

	position: relative;

	display: block;

	width: 100%;

}



/*** 







====================================================================



			 About Section Two



====================================================================







***/



.about-section-two {

	position: relative;

}



.about-section-two .outer-container {

	position: relative;

	min-height: 400px;

}



.about-section-two .content-column {

	position: relative;

	float: left;

	width: 50%;

}



.about-section-two .content-column .inner-column {

	position: relative;

	float: right;

	max-width: 600px;

	padding: 110px 15px 90px 15px;

}



.about-section-two .content-column .sec-title {

	margin-bottom: 30px;

}



.about-section-two .content-column h2 {

	font-size: 35px;

	letter-spacing: 0.02em;

	line-height: 47px;

}



.about-section-two .content-column .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	padding-right: 20px;

	margin-bottom: 20px;

}



.about-section-two .content-column .info {

	position: relative;

}



.about-section-two .content-column .info h5 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 25px;

	color: #2D6998;

	font-weight: 600;

}



.about-section-two .content-column .info h5 span {

	position: relative;

	display: inline-block;

	font-size: 17px;

	color: #222222;

}



.about-section-two .content-column .info .sign-image {

	position: relative;

	margin-top: 20px;

}



.about-section-two .content-column .info .sign-image img {

	max-width: 100%;

	height: auto;

}



.about-section-two .features-column {

	position: absolute;

	float: right;

	right: 0px;

	top: 0px;

	width: 50%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: center left;

	background-size: cover;

}



.about-section-two .features-column .inner-column {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	display: table;

	vertical-align: middle;

	padding: 0 15px;

}



.about-section-two .features-column .features-tabs {

	position: relative;

	width: 100%;

	left: 0;

	right: 0;

	margin: 0 auto;

	vertical-align: middle;

	display: table-cell;

}



.about-section-two .features-tabs .inner {

	position: relative;

	background-color: rgba(255, 255, 255, .95);

	width: 100%;

	max-width: 775px;

	margin: 0 auto;

	padding: 60px 60px 50px;

}



.about-section-two .features-tabs .tab-btns {

	position: relative;

	text-align: center;

	border-bottom: 1px solid #dddddd;

	margin-bottom: 20px;

}



.about-section-two .features-tabs .tab-btn {

	position: relative;

	display: inline-block;

	font-size: 18px;

	line-height: 30px;

	color: #222222;

	font-weight: 600;

	padding: 10px 50px 10px;

	border-bottom: 1px solid transparent;

	margin-bottom: -1px;

	transition: all 300ms ease;

	font-family: "Poppins", sans-serif;

	cursor: pointer;

}



.about-section-two .features-tabs .tab-btn:before {

	position: absolute;

	left: 50%;

	bottom: 0;

	border-left: 5px solid transparent;

	border-right: 5px solid transparent;

	border-bottom: 4px solid transparent;

	margin-left: -4px;

	content: "";

}



.about-section-two .features-tabs .tab-btn.active-btn:before, .about-section-two .features-tabs .tab-btn.active-btn {

	border-bottom-color: #2D6998;

	color: #2D6998;

}



.about-section-two .features-tabs .text {

	position: relative;

	padding: 0 25px;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

	-webkit-transform: translateX(-20px);

	-ms-transform: translateX(-20px);

	transform: translateX(-20px);

}



.about-section-two .features-tabs .active-tab .text {

	-webkit-transform: translateX(0px);

	-ms-transform: translateX(0px);

	transform: translateX(0px);

}



.about-section-two .features-tabs .text p {

	position: relative;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

}



.about-section-two .features-tabs .text p strong {

	position: relative;

	font-size: 18px;

	line-height: 25px;

	color: #333333;

	font-weight: 600;

}



/*** 







====================================================================



		Features Section



====================================================================







***/



.features-section {

	position: relative;

	padding: 115px 0 80px;

}



.feature-block {

	position: relative;

	margin-bottom: 40px;

}



.feature-block .inner-box {

	position: relative;

	overflow: hidden;

}



.feature-block .image-box {

	position: relative;

}



.feature-block .image-box .image {

	position: relative;

	margin-bottom: 0;

	background: #101010;

	overflow: hidden;

}



.feature-block .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



.feature-block .inner-box:hover .image-box img {

	opacity: 0.70;

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}



.feature-block .image-box .icon-box {

	position: absolute;

	left: 30px;

	bottom: 20px;

}



.feature-block .image-box .icon {

	display: block;

	text-align: center;

	height: 60px;

	width: 60px;

	font-size: 34px;

	line-height: 60px;

	color: #ffffff;

	background-color: #2D6998;

}



.feature-block .caption-box {

	position: relative;

	padding: 30px 30px;

	border: 1px solid #d6d6d6;

	border-top: 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.feature-block .caption-box:before {

	position: absolute;

	right: -30px;

	bottom: 0px;

	font-size: 105px;

	color: rgba(0, 0, 0, 0.05);

	font-family: "Flaticon";

	content: "\f19d";

}



.feature-block:nth-child(2) .caption-box:before {

	content: "\f1a6";

}



.feature-block:nth-child(3) .caption-box:before {

	content: "\f1a7";

}



.feature-block .inner-box:hover {

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

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

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

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

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

}



.feature-block .caption-box h3 {

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 500;

	margin-bottom: 10px;

}



.feature-block .caption-box h3 a {

	color: #333333;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.feature-block .caption-box h3 a:hover {

	color: #2D6998;

}



.feature-block .caption-box .text {

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

}



/*** 







====================================================================



			Features Section Two



====================================================================







***/



.features-section-two {

	position: relative;

	padding: 120px 0 80px;

	background-color: #f3f3f3;

}



.feature-block-two {

	position: relative;

	margin-bottom: 40px;

}



.feature-block-two .inner-box {

	position: relative;

	background-color: #ffffff;

	transition: background-color 0.2s ease-in-out;

	box-shadow: 0px 27px 35px 0px rgba(0, 0, 0, 0.20);

}



.feature-block-two .image-box {

	position: relative;

}



.feature-block-two .image {

	position: relative;

	margin-bottom: 0;

	display: block;

	background: #101010;

	overflow: hidden;

}



.feature-block-two .image img {

	display: block;

	width: 100%;

	height: auto;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.feature-block-two .inner-box:hover .image img {

	opacity: 0.70;

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}



.feature-block-two .content-box {

	position: relative;

	padding: 45px 29px 25px;

	/* border: 1px solid #d6d6d6; */

	border-top: 0;

}



.feature-block-two .content-box .icon {

	position: absolute;

	left: 30px;

	top: -34px;

	height: 60px;

	width: 60px;

	text-align: center;

	background-color: #2D6998;

	font-size: 36px;

	line-height: 60px;

	color: #ffffff;

	font-weight: 400;

}



.feature-block-two .content-box h4 {

	position: relative;

	display: block;

	font-size: 19px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 500;

	margin-bottom: 10px;

}



.feature-block-two .content-box h4 a {

	color: #333333;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.feature-block-two .content-box h4 a:hover {

	color: #2D6998;

}



.feature-block-two .content-box .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 1.6em;

	color: #777777;

	padding-bottom: 15px;

	border-bottom: 1px solid #e2e2e2;

	margin-bottom: 15px;

}



.feature-block-two .content-box .link-box a {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 20px;

	color: #333333;

	font-weight: 600;

	font-family: "Poppins", sans-serif;

	text-transform: uppercase;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.feature-block-two .content-box .link-box a i {

	margin-left: 7px;

}



.feature-block-two .content-box .link-box a:hover {

	color: #2D6998;

}



/*** 







====================================================================



		History Section



====================================================================







***/



.history-section {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 100px 0;

}



.history-section:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #03274a;

	opacity: 0.85;

	content: "";

}



.history-section .content-box {

	position: relative;

	text-align: center;

}



.history-section .content-box .title {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 25px;

	color: #2D6998;

	font-weight: 400;

	text-transform: uppercase;

	padding-bottom: 25px;

	margin-bottom: 25px;

}



.history-section .content-box .title:before {

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	width: 50px;

	height: 3px;

	margin: 0 auto;

	background-color: #2D6998;

	content: "";

}



.history-section .content-box h2 {

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 47px;

	color: #ffffff;

	font-weight: 600;

	margin-bottom: 30px;

}



.history-section .content-box .link-box {

	position: relative;

}



/*** 







====================================================================



		History Section Two



====================================================================







***/



.history-section-two {

	position: relative;

}



.history-section-two .upper-box {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 170px 0 175px;

}



.history-section-two .upper-box:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #03274a;

	opacity: 0.85;

	content: "";

}



.history-tabs {

	position: relative;

}



.history-tabs .tab {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: auto;

	visibility: hidden;

	opacity: 0;

}



.history-tabs .tab.active-tab {

	position: relative;

	visibility: visible;

	opacity: 1;

}



.history-tabs .tab-buttons {

	position: relative;

	text-align: center;

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

}



.history-tabs .tab-buttons .tab-btn {

	position: relative;

	display: inline-block;

	min-width: 100px;

	text-align: center;

	padding-bottom: 20px;

}



.history-tabs .tab-buttons .tab-btn:before {

	position: absolute;

	left: 0;

	right: 0;

	bottom: -5px;

	margin: 0 auto;

	height: 10px;

	width: 10px;

	border-radius: 20px;

	background-color: #142a44;

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

	content: "";

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.history-tabs .tab-buttons .tab-btn span {

	display: block;

	font-size: 20px;

	line-height: 30px;

	color: #9aa9ae;

	font-weight: 400;

	cursor: pointer;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.history-tabs .tab-buttons .tab-btn.active-btn:before {

	background-color: #ffffff;

}



.history-tabs .tab-buttons .tab-btn.active-btn span {

	-webkit-transform-origin: bottom;

	-moz-transform-origin: bottom;

	-ms-transform-origin: bottom;

	-o-transform-origin: bottom;

	transform-origin: bottom;

	-webkit-transform: scale(1.8);

	-moz-transform: scale(1.8);

	-ms-transform: scale(1.8);

	-o-transform: scale(1.8);

	transform: scale(1.8);

	font-weight: 700;

	color: #ffffff;

}



.history-section-two .lower-content {

	position: relative;

}



.history-section-two .lower-content .inner-container {

	position: relative;

	margin: 0px 30px;

	margin-top: -110px;

	height: 500px;

}



.history-section-two .lower-content .owl-carousel {

	position: relative;

	max-width: 360px;

	margin: 0 auto;

}



.history-section-two .lower-content .owl-stage-outer {

	overflow: visible;

	height: 500px;

}



.history-section-two .owl-dots {

	display: none;

}



.history-section-two .owl-nav {

	position: absolute;

	left: 0;

	bottom: 100px;

	width: 100%;

	height: 0;

}



.history-section-two .owl-nav .owl-prev, .history-section-two .owl-nav .owl-next {

	position: absolute;

	left: -150px;

	font-size: 24px;

	opacity: 0.50;

	color: #101010;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.history-section-two .owl-nav .owl-next {

	left: auto;

	right: -150px;

}



.history-section-two .owl-nav .owl-prev:hover, .history-section-two .owl-nav .owl-next:hover {

	opacity: 1;

}



.history-block {

	position: relative;

	padding: 12px 0;

}



.history-block .inner-box {

	position: relative;

	display: block;

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

	border-radius: 6px 6px;

}



.history-block .image-box {

	position: relative;

	border-radius: 6px 6px;

	overflow: hidden;

}



.history-block .image-box .image {

	position: relative;

	margin: 0;

}



.history-block .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

}



.history-block .image-box .title-box {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	text-align: center;

	padding: 10px 15px;

	z-index: 1;

	background-color: #ffffff;

	border-radius: 0px 0px 6px 6px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.history-block .image-box .title-box h4 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 30px;

	color: #333333;

	font-weight: 600;

}



.history-block .content-box {

	position: absolute;

	height: 0;

	overflow: hidden;

	border-radius: 0px 0px 6px 6px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.active .history-block .content-box {

	position: relative;

	height: 170px;

}



.history-block .content-box .inner {

	position: relative;

	padding: 28px 25px;

	text-align: center;

	background-color: #ffffff;

}



.history-block .content-box h4 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 30px;

	color: #333333;

	font-weight: 600;

	margin-bottom: 10px;

}



.history-block .content-box .text {

	position: relative;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

}



.history-section-two .history-tabs .tab {

	top: 30px;

	visibility: hidden;

}



.history-section-two .history-tabs .tab.active-tab {

	top: 0px;

	visibility: visible;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	transition: all 500ms ease;

}



.active .history-block .inner-box .image-box .title-box {

	bottom: -60px;

}



.active .history-block .inner-box .content-box {

	height: 170px;

}



/*** 







====================================================================



		Chart Section



====================================================================







***/



.chart-section {

	position: relative;

	padding: 115px 0 80px;

	border-bottom: 1px solid #e4e4e4;

}



.chart-section .content-column {

	position: relative;

	margin-bottom: 40px;

}



.chart-section .content-column .sec-title {

	margin-bottom: 25px;

}



.chart-section .content-column .sec-title h2 {

	padding-bottom: 30px;

}



.chart-section .content-column .inner-column {

	position: relative;

	padding-right: 15px;

}



.chart-section .content-column .text {

	position: relative;

	margin-bottom: 30px;

}



.chart-section .content-column .link-box {

	position: relative;

}



.chart-section .graph-column {

	position: relative;

}



.chart-section .graph-column .inner-column {

	position: relative;

}



.chart-section .graph-column .graph-image {

	position: relative;

	margin-bottom: 0;

}



.chart-section .graph-column .graph-image img {

	display: block;

	max-width: 100%;

}



/*** 







====================================================================



				Cases Section



====================================================================







***/



.cases-section {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	background-attachment: fixed;

	padding: 115px 0 90px;

}



.case-block {

	position: relative;

	margin-bottom: 30px;

}



.case-block .image-box {

	position: relative;

	overflow: hidden;

}



.case-block .image-box figure {

	position: relative;

	display: block;

	margin-bottom: 0;

}



.case-block .image-box img {

	display: block;

	width: 100%;

}



.case-block .image-box a {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	text-align: center;

}



.case-block .image-box a:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #2D6998;

	content: "";

	opacity: .80;

	-webkit-transform-origin: bottom center;

	-moz-transform-origin: bottom center;

	-ms-transform-origin: bottom center;

	-o-transform-origin: bottom center;

	transform-origin: bottom center;

	-webkit-transform: scaleY(0);

	-moz-transform: scaleY(0);

	-ms-transform: scaleY(0);

	-o-transform: scaleY(0);

	transform: scaleY(0);

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



.case-block .image-box a span {

	position: absolute;

	top: 40%;

	left: 50%;

	height: 50px;

	width: 50px;

	margin-left: -25px;

	margin-top: -25px;

	font-size: 16px;

	line-height: 50px;

	color: #333333;

	background-color: #ffffff;

	border-radius: 50%;

	opacity: 0;

	visibility: hidden;

}



.case-block .image-box:hover a span {

	top: 50%;

	visibility: visible;

	opacity: 1;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	-webkit-transition-delay: 500ms;

	-moz-transition-delay: 500ms;

	-ms-transition-delay: 500ms;

	-o-transition-delay: 500ms;

	transition-delay: 500ms;

}



.case-block .image-box:hover a:before {

	-webkit-transform: scaleY(1);

	-moz-transform: scaleY(1);

	-ms-transform: scaleY(1);

	-o-transform: scaleY(1);

	transform: scaleY(1);

	opacity: .70;

}



/*** 







====================================================================



		Cases Section Two



====================================================================







***/



.cases-section-two {

	position: relative;

	padding: 115px 0 120px;

}



.cases-section-two .sec-title {

	margin-bottom: 0px;

}



.cases-tabs .tab {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: auto;

	visibility: hidden;

	opacity: 0;

}



.cases-tabs .tab.active-tab {

	position: relative;

	visibility: visible;

	opacity: 1;

}



.cases-tabs .tab.active-tab .case-block-two {

	-webkit-transform: scaleX(0);

	-ms-transform: scaleX(0);

	transform: scaleX(1);

	border: 1px solid #2D6998;;

}



.cases-tabs .tab .case-block-two {

	-webkit-transform: scaleX(0);

	-ms-transform: scaleX(0);

	transform: scaleX(0);

}



.cases-section-two .tab-btns-box {

	position: relative;

	margin-bottom: 45px;

}



.cases-section-two .tab-btns .tab-btn {

	position: relative;

	float: left;

	line-height: 25px;

	padding: 0px 0px;

	cursor: pointer;

	color: #222222;

	font-weight: 600;

	font-size: 15px;

	margin-right: 55px;

	font-family: "Poppins", sans-serif;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.cases-section-two .tab-btns .tab-btn:last-child {

	margin-right: 0;

}



.cases-section-two .tab-btns:hover, .cases-section-two .tab-btns .active-btn {

	color: #2D6998;

}



.cases-section-two .tabs-content {

	position: relative;

}



.cases-section-two .tabs-content .case-block-two {

	position: relative;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



.case-block-two {

	position: relative;

}



.case-block-two .image-box {

	position: relative;

	overflow: hidden;

}



.case-block-two .image-box figure {

	position: relative;

	margin: 0;

}



.case-block-two .image-box img {

	display: block;

	width: 100%;

}



.case-block-two .image-box a {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	text-align: center;

}



.case-block-two .image-box a:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	content: "";

	opacity: .70;

	-webkit-transform-origin: top center;

	-moz-transform-origin: top center;

	-ms-transform-origin: top center;

	-o-transform-origin: top center;

	transform-origin: top center;

	-webkit-transform: scaleY(0);

	-moz-transform: scaleY(0);

	-ms-transform: scaleY(0);

	-o-transform: scaleY(0);

	transform: scaleY(0);

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



.case-block-two .image-box a span {

	position: absolute;

	bottom: 40%;

	left: 35%;

	height: 50px;

	width: 145px;

	margin-left: -25px;

	margin-bottom: -25px;

	font-size: 18px;

	line-height: 50px;

	color: #333333;

	background-color: #ffffff;

	border-radius: 0;

	opacity: 0;

	visibility: hidden;

}



.case-block-two .image-box:hover a span {

	bottom: 50%;

	visibility: visible;

	opacity: 1;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	-webkit-transition-delay: 500ms;

	-moz-transition-delay: 500ms;

	-ms-transition-delay: 500ms;

	-o-transition-delay: 500ms;

	transition-delay: 500ms;

}



.case-block-two .image-box:hover a:before {

	-webkit-transform: scaleY(1);

	-moz-transform: scaleY(1);

	-ms-transform: scaleY(1);

	-o-transform: scaleY(1);

	transform: scaleY(1);

	opacity: .70;

}



.case-block-two .caption-box {

	position: relative;

	padding: 15px 0 0;

	text-align: center;

}



.case-block-two .caption-box h3 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 22px;

	color: #222222;

	font-weight: 500;

}



.case-block-two .caption-box h3 a {

	color: #222222;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.case-block-two .caption-box h3 a:hover {

	color: #2D6998;

}



.case-block-two .caption-box .tag {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 20px;

	color: #aaaaaa;

	font-weight: 400;

}



.case-block-two .caption-box .desc {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 20px;

	color: #aaaaaa;

	font-weight: 400;

	max-height: 60px;

	overflow-y: auto;

}



/*=== Mixitup Gallery ===*/



.cases-section-two .filters {

	margin-bottom: 45px;

}



.cases-section-two .filters .filter-tabs {

	position: relative;

	text-align: center;

}



.cases-section-two .filters li {

	position: relative;

	float: left;

	line-height: 25px;

	padding: 0px 0px;

	cursor: pointer;

	color: #222222;

	font-weight: 600;

	font-size: 15px;

	margin-right: 55px;

	font-family: "Poppins", sans-serif;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.cases-section-two .filters li:last-child {

	margin-right: 0;

}



.cases-section-two .filters .filter.active, .cases-section-two .filters .filter:hover {

	color: #2D6998;

}



.cases-section-two .row {

	margin: 0 -11px;

}



.cases-section-two .mixitup-gallery .case-block-two {

	position: relative;

	padding: 0 11px;

	margin-bottom: 45px;

}



.case-block-two.mix {

	display: none;

}



.cases-section-two .styled-pagination {

	margin-top: 15px;

}



/*** 







====================================================================



		Case Single



====================================================================







***/



.case-single {

	position: relative;

	padding: 120px 0;

}



.case-single .upper-box {

	position: relative;

}



.case-single .upper-box .image-box {

	position: relative;

}



.case-single .upper-box .image-box .image {

	position: relative;

	margin-bottom: 0;

}



.case-single .upper-box .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

}



.case-single .content-box {

	position: relative;

}



.case-single .content-box .title-column {

	position: relative;

}



.case-single .content-box .title-column .inner {

	position: relative;

	padding: 30px 0 0;

}



.case-single .title-column .title {

	position: relative;

	margin-bottom: 15px;

}



.case-single .title-column .title h2 {

	position: relative;

	display: block;

	font-size: 30px;

	line-height: 1.2em;

	color: #222222;

	font-weight: 500;

}



.case-single .title-column .title span {

	font-size: 18px;

	line-height: 28px;

	color: #aaaaaa;

	font-weight: 400;

}



.case-single .content-box p {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 25px;

}



.case-single .content-box p strong {

	font-size: 18px;

	color: #333333;

	font-weight: 600;

}



.case-single .info-column {

	position: relative;

	margin-top: -115px;

}



.case-single .info-column .inner {

	position: relative;

	padding: 0 22px;

}



.case-single .case-info {

	position: relative;

	background-color: #732eff;

	padding: 80px 85px;

	outline: 1px solid rgba(255, 255, 255, 0.13);

	outline-offset: -35px;

	font-family: "Poppins", sans-serif;

}



.case-single .case-info ul {

	position: relative;

}



.case-single .case-info ul li {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 26px;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 25px;

}



.case-single .case-info ul li:last-child {

	margin-bottom: 0;

}



.case-single .case-info ul li a {

	color: #ffffff;

}



.case-single .case-info ul li a:hover {

	text-decoration: underline;

}



.case-single .case-info ul li strong {

	font-size: 18px;

	line-height: 26px;

	font-weight: 500;

}



.case-single .case-info ul li .rating {

	position: relative;

	display: inline-block;

}



.case-single .case-info ul li .rating span {

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 26px;

	color: #ffe50a;

}



.case-single .text-column {

	position: relative;

	margin-bottom: 55px;

}



.tabs-box {

	position: relative;

}



.tabs-box .tab {

	display: none;

}



.tabs-box .tab.active-tab {

	display: block;

}



.case-info-tabs {

	position: relative;

}



.case-info-tabs .tab-btns {

	position: relative;

	z-index: 1;

}



.case-info-tabs .tab-btns .tab-btn {

	position: relative;

	float: left;

	font-size: 16px;

	line-height: 25px;

	color: #333333;

	font-weight: 500;

	cursor: pointer;

	text-transform: capitalize;

	padding: 15px 15px;

	min-width: 215px;

	border: 1px solid #e2e2e2;

	background-color: #f5f5f5;

	margin-right: -1px;

	text-align: center;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

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

}



.case-info-tabs .tab-btns .tab-btn:hover, .case-info-tabs .tab-btns .tab-btn.active-btn {

	color: #ffffff;

	border-color: #2D6998;

	background: #2D6998;

}



.case-info-tabs .tabs-content {

	position: relative;

	padding: 50px 50px 60px;

	border: 1px solid #e2e2e2;

	background-color: #f5f5f5;

}



.case-info-tabs .tabs-content .content {

	position: relative;

}



.case-info-tabs .tabs-content .content p {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 25px;

}



.case-info-tabs .tabs-content .content .list-style-one {

	margin-bottom: 25px;

	font-family: "Poppins", sans-serif;

}



.case-info-tabs .tabs-content .content .list-style-one li {

	font-weight: 400;

	color: #474646;

	padding-left: 20px;

}



.case-info-tabs .tabs-content .content .list-style-one li:before {

	height: 8px;

	width: 8px;

	top: 10px;

}



.case-info-tabs .tabs-content .content .text-box {

	position: relative;

	background-color: #ffffff;

	padding: 35px 70px;

	text-align: center;

}



.case-info-tabs .tabs-content .content .text-box p {

	font-size: 20px;

	line-height: 30px;

	color: #adadad;

	font-weight: 300;

	margin-bottom: 0;

}



/*** 







====================================================================



			Styled Pagination



====================================================================







***/



.styled-pagination {

	position: relative;

	display: block;

	width: 100%;

}



.styled-pagination ul {

	position: relative;

	width: 100%;

	text-align: center;

}



.styled-pagination li {

	position: relative;

	display: inline-block;

	margin: 0 4px 0;

	font-family: "Poppins", sans-serif;

}



.styled-pagination li a {

	position: relative;

	display: block;

	height: 50px;

	width: 50px;

	text-align: center;

	line-height: 50px;

	font-weight: 500;

	font-size: 14px;

	background: #ffffff;

	color: #222222;

	border-radius: 2px;

	border: 1px solid #e9e9e9;

	text-transform: uppercase;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.styled-pagination li a:hover {

	color: #ffffff;

	background: #2D6998;

	border-color: #2D6998;

}



.styled-pagination li.next-post a, .styled-pagination li.prev-post a {

	width: auto;

	padding: 0 20px;

}



/*** 







====================================================================



		Services Section



====================================================================







***/



.services-section {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 100px 0 50px;

}



.services-section:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #2D6998;

	opacity: 0.92;

	content: "";

}



.services-section .row {

	margin: 0 -5px;

}



.services-section .row .service-block, .services-section .row .column {

	padding: 0 5px;

}



.services-section .column {

	margin-bottom: 50px;

}



.services-section .image-box {

	position: relative;

}



.services-section .image-box .image {

	position: relative;

	margin-bottom: 0;

}



.services-section .image-box .image img {

	position: relative;

	display: block;

	width: 100%;

}



.service-block {

	position: relative;

	margin-bottom: 68px;

	margin-top: 24px;

}



.service-block .inner-box {

	position: relative;

	padding: 0px;

	text-align: center;

	background-color: transparent;

	vertical-align: middle;

	/* overflow: hidden; */

}



.service-block .icon-box {

	position: relative;

	display: block;

	width: 60px;

	height: 60px;

	background-color: #fff;

	float: left;

	border-radius: 50%;

}



.service-block .icon-box {

	color: #e02626;

	font-size: 25px;

	line-height: 60px;

}



.service-block .icon-box .icon {

	display: block;

	font-size: 60px;

	line-height: 1em;

	color: #2D6998;

}



.service-block h3 {

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 25px;

	color: #fff;

	font-weight: 500;

	text-align: left;

}



.service-block p {

	color: #d6d6d6;

	font-size: 14px;

	text-align: left;

}



.service-block .custom-content-box {

	float: left;

	width: calc( 100% - 60px);

	padding-left: 15px;

	margin-top: -10px;

}



.service-block .content-box {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	text-align: center;

	background-color: #ffffff;

	opacity: 0;

	-webkit-transform: scale(0);

	-ms-transform: scale(0);

	transform: scale(0);

	transform-origin: center;

	-webkit-transition: all 700ms ease;

	-moz-transition: all 700ms ease;

	-ms-transition: all 700ms ease;

	-o-transition: all 700ms ease;

	transition: all 700ms ease;

}



.service-block .inner-box:hover .content-box {

	opacity: 1;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}



.service-block .content-box:before {

	position: absolute;

	top: 0px;

	left: 0px;

	right: 0px;

	bottom: 0px;

	content: "";

	border: 4px solid #0eb7da;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.service-block .content-box .inner {

	position: absolute;

	padding: 0 20px;

	top: 50%;

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

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

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

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

	transform: translateY(-50%);

}



.service-block .content-box .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	letter-spacing: 0.02em;

	margin-bottom: 14px;

}



.service-block .content-box .read-more {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 24px;

	color: #2D6998;

	font-weight: 600;

	text-transform: uppercase;

	font-family: "Poppins", sans-serif;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.service-block .content-box .read-more i {

	margin-left: 7px;

}



/*** 







====================================================================



		Services Section Two



====================================================================







***/



.services-section-two {

	position: relative;

	padding: 115px 0 80px;

}



.custom-services-section-two {

	padding: 58px 0 101px;


	background-size: cover;

	background-position: center;

	filter: alpha(opacity=0.08);

}



.services-section-two .title-column {

	position: relative;

	margin-bottom: 40px;

}



.services-section-two .title-column .inner-column {

	position: relative;

	margin-top: -5px;

}



.services-section-two .title-column .sec-title {

	margin-bottom: 15px;

}



.services-section-two .title-column .sec-title h2 {

	line-height: 50px;

}



.services-section-two .title-column .text {

	position: relative;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

}



.services-section-two .title-column .btn-box a {

	text-transform: uppercase;

	font-size: 14px;

	font-family: "Poppins", sans-serif;

}



.services-section-two .services-column .row {

	margin: 0 -25px;

}



.services-section-two .services-column .service-block-two {

	padding: 0 25px;

}



.service-block-two {

	position: relative;

	margin-bottom: 40px;

}



.service-block-two .inner-box {

	position: relative;

	border: 1px solid;

	padding: 10px;

}



.service-block-two .title {

	position: relative;

	padding: 0 0px 15px 0px;

	/* border-bottom: 1px solid #dcdcdc; */

	/* margin-bottom: 10px; */

	min-height: 60px;

	margin-top: 10px;

}



.service-block-two .title .icon {

	position: absolute;

	left: 0;

	top: 5px;

	font-size: 40px;

	line-height: 1em;

	color: #2D6998;

}



.service-block-two .title h4 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 25px;

	color: #232323;

	font-weight: 500;

	text-align: center;

}



.service-block-two .title h4 a {

	color: #232323;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.service-block-two .title h4 a:hover {

	color: #2D6998;;

}



.service-block-two .text {

	position: relative;

	display: block;

	font-size: 12px;

	line-height: 22px;

	color: #5c5b5b;

	text-align: center;

}



.custom-btn-read-more {

	display: block;

	margin: 0 auto;

	width: 82px;

	font-size: 12px;

	padding: 0px 8px;

	background-color: #292929;

	margin-top: 15px;

}



.custom-btn-read-more:hover {

	background-color: #2D6998;;

}



/*** 







====================================================================



		Services Single



====================================================================







***/



.service-single {

	position: relative;

	margin-right: -15px;

}



.service-single .image-box {

	position: relative;

}



.service-single .image-box .image {

	position: relative;

	margin-bottom: 0;

}



.service-single .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

}



.service-single .content-box {

	position: relative;

	padding-top: 25px;

}



.service-single .content-box .title-box {

	position: relative;

	padding: 20px 0;

	/*padding-left: 90px;*/

}



.service-single .content-box .title-box h2 {

	position: relative;

	display: block;

	font-size: 25px;

	line-height: 35px;

	color: #333333;

}



.service-single .content-box .title-box .icon {

	position: absolute;

	left: 0;

	top: 0;

	font-size: 50px;

	line-height: 65px;

	color: #2D6998;

	font-weight: 400;

	padding-right: 20px;

	border-right: 1px solid #d9d9d9;

}



.service-single .content-box p {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 36px;

	color: #777777;

	margin-bottom: 25px;

}



.service-single .content-box h3 {

	position: relative;

	display: block;

	font-size: 25px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 500;

	margin-bottom: 15px;

}



.service-single .content-box .row {

	margin: 0 -6px;

}



.service-single .content-box .row .column {

	position: relative;

	padding: 0 6px;

	margin-bottom: 25px;

}



.service-single .content-box .image {

	margin-bottom: 0;

}



.service-single .content-box .image img {

	display: block;

	width: 100%;

	height: auto;

}



.features-box {

	position: relative;

}



.features-box .row {

	margin: 0 -3px;

}



.features-box .feature {

	position: relative;

	padding: 0 3px;

	margin-bottom: 30px;

}



.features-box .feature .inner {

	position: relative;

	padding: 45px 20px 50px;

	background-color: #f9f9f9;

	border: 1px solid #e4e4e4;

	text-align: center;

}



.features-box .feature .icon {

	position: relative;

	display: block;

	font-size: 50px;

	line-height: 1em;

	color: #2D6998;

	font-weight: 400;

	margin-bottom: 20px;

}



.features-box .feature h3 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 1.2em;

	color: #222222;

	font-weight: 500;

	margin-bottom: 10px;

}



.features-box .feature p {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

}



.profit-improvement {

	position: relative;

}



.profit-improvement h3 {

	position: relative;

	display: block;

	font-size: 25px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 500;

	margin-bottom: 70px;

}



.profit-improvement .graph {

	position: relative;

	text-align: center;

	margin-bottom: 40px;

}



.profit-improvement .graph img {

	display: inline-block;

	max-width: 100%;

	height: auto;

}



/*** 







====================================================================



		Team Section



====================================================================







***/



.team-section {

	position: relative;

	padding: 115px 0 80px;

}



.team-section .row {

	margin: 0 -4px;

}



.team-section .title-block {

	position: relative;

	padding: 0 4px;

	margin-bottom: 40px;

}



.team-section .title-block .sec-title {

	margin-bottom: 20px;

}



.team-section .title-block .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

}



.team-section .title-block .btn-box {

	position: relative;

}



.team-section .title-block .btn-box a {

	text-transform: uppercase;

	font-weight: 700;

}



.team-block {

	position: relative;

	padding: 0 4px;

	margin-bottom: 40px;

}



.team-block .inner-box {

	position: relative;

	padding: 25px 20px 30px;

	border: 1px solid #e1e1e1;

	text-align: center;

}



.team-block .image-box {

	position: relative;

	height: 123px;

	width: 123px;

	margin: 0 auto 18px;

}



.team-block .image-box:before {

	position: absolute;

	left: -5px;

	top: -3px;

	height: 130px;

	width: 130px;

	border-left: 1px dashed #2D6998;

	content: "";

	border-radius: 50%;

}



.team-block .image-box .image {

	position: relative;

	margin-bottom: 0;

}



.team-block .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

	border-radius: 50%;

}



.team-block .info {

	position: relative;

}



.team-block .info .name {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 600;

}



.team-block .info .designation {

	position: relative;

	display: block;

	font-size: 12px;

	line-height: 1.2em;

	color: #2D6998;

	font-weight: 400;

	margin-top: 3px;

}



.team-block .text {

	position: relative;

	border-top: 1px solid #dadada;

	padding-top: 12px;

	margin-top: 10px;

}



.team-block .text {

	font-size: 16px;

	line-height: 25px;

}



/*** 







====================================================================



			Testimonial Section



====================================================================







***/



.testimonial-section {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 120px 0;

}



.testimonial-section:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	content: "";

	opacity: 0.05;

}



.testimonial-box {

	position: relative;

	background-color: #ffffff;

	max-width: 550px;

	width: 100%;

	padding: 65px 60px 70px;

	border-radius: 5px;

}



.testimonial-box:before {

	position: absolute;

	left: 50%;

	top: 50%;

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

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

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

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

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

	font-size: 90px;

	color: #777777;

	font-family: "flaticon";

	content: "\f187";

	opacity: 0.10;

}



.testimonial-box:after {

	position: absolute;

	left: 100%;

	top: 40px;

	border-top: 22px solid transparent;

	border-bottom: 22px solid transparent;

	border-left: 22px solid #ffffff;

	content: "";

}



.testimonial-carousel {

	position: relative;

	padding-bottom: 35px;

}



.testimonial-block {

	position: relative;

	text-align: center;

}



.testimonial-block .info-box {

	position: relative;

	margin-bottom: 20px;

}



.testimonial-block .info-box .name {

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 1em;

	color: #333333;

	font-weight: 600;

	margin-bottom: 4px;

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

}



.testimonial-block .info-box .designation {

	position: relative;

	display: block;

	font-size: 13px;

	line-height: 1em;

	color: #9b9b9b;

	font-weight: 400;

}



.testimonial-block .text {

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	font-style: italic;

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

}



.testimonial-carousel .owl-nav {

	display: none;

}



.testimonial-carousel .owl-dots {

	position: absolute;

	left: 0;

	bottom: -10px;

	width: 100%;

	text-align: center;

}



.testimonial-carousel .owl-dot {

	position: relative;

	display: inline-block;

	height: 8px;

	width: 8px;

	margin: 0 6px;

	border-radius: 50%;

	background-color: #cccccc;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.testimonial-carousel .owl-dot:hover, .testimonial-carousel .owl-dot.active {

	background-color: #2D6998;

}



/*** 







====================================================================



		Testimonial Section Two



====================================================================







***/



.testimonial-section-two {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 115px 0;

}



.testimonial-section-two:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #03274a;

	content: "";

	opacity: .90;

}



.testimonial-section-two .testimonial-carousel {

	position: relative;

	padding-bottom: 0;

}



.testimonial-block-two {

	position: relative;

}



.testimonial-block-two .inner-box {

	padding-left: 180px;

	min-height: 160px;

	padding-right: 60px;

}



.testimonial-block-two .image-box {

	position: absolute;

	left: 35px;

	top: 0;

	max-width: 130px;

	text-align: center;

}



.testimonial-block-two .image-box .thumb {

	position: relative;

	height: 95px;

	width: 95px;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto 13px;

}



.testimonial-block-two .image-box .thumb img {

	display: block;

	width: 100%;

}



.testimonial-block-two .image-box .name {

	display: block;

	font-size: 18px;

	line-height: 22px;

	color: #ffffff;

	font-weight: 600;

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

}



.testimonial-block-two .image-box .designation {

	position: relative;

	display: block;

	font-size: 13px;

	line-height: 22px;

	color: #2D6998;

	font-weight: 400;

}



.testimonial-block-two .text-box {

	position: relative;

	padding-left: 45px;

	border-left: 1px solid rgba(255, 255, 255, 0.30);

	padding-top: 15px;

	padding-bottom: 55px;

}



.testimonial-block-two .text-box .text {

	position: relative;

	font-size: 19px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

	font-style: italic;

}



.testimonial-section-two .testimonial-carousel .owl-dots {

	right: auto;

	left: 220px;

	bottom: 15px;

	text-align: left;

	width: auto;

}



/*** 







====================================================================



		Fun Facts and Clients



====================================================================







***/



.fun-facts-and-clients {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 78px 0 70px;

}



.fun-facts-and-clients:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	content: "";

	opacity: 0.80;

}



.fun-facts-and-clients .title {

	position: relative;

	display: block;

	margin-bottom: 45px;

	text-align: center;

}



.fun-facts-and-clients .title h2 {

	position: relative;

	display: block;

	font-size: 30px;

	line-height: 40px;

	color: #f3f3f3;

	font-weight: 600;

}



.fun-facts-and-clients .title h2 span {

	color: #2D6998;

}



.fun-facts-and-clients .fact-counters {

	position: relative;

}



.custom-title-with-border::after {

	content: "";

	width: 50%;

	height: 1px;

	display: block;

	margin: 0 auto;

	margin-top: 12px;

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

}



.fact-counters {

	position: relative;

}



.fact-counters .text-column .text {

	position: relative;

	padding-left: 40px;

	margin-left: -30px;

	border-left: 1px solid rgba(255, 255, 255, 0.15);

	font-size: 16px;

	line-height: 25px;

	color: #f3f3f3;

	font-weight: 400;

}



.fact-counters .counter-column {

	position: relative;

	margin-bottom: 35px;

	text-align: center;

}



.fact-counters .counter-column .count-box {

	position: relative;

	font-size: 65px;

	line-height: 1.2em;

	color: #ffffff;

	font-weight: 700;

	font-family: Poppins, sans-serif;

}



.fact-counters .counter-column .count-box .count-text {

	position: relative;

	display: inline-block;

	font-size: 65px;

	line-height: 1.2em;

	color: #ffffff;

	font-weight: 700;

}



.fact-counters .counter-column .count-box .counter-title {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 25px;

	font-weight: 600;

	color: #2D6998;

	margin-top: 5px;

}



.clients-area {

	position: relative;

	padding: 77.5px 0;

}



.clients-area .sponsors-outer {

	position: relative;

}



.clients-area .slide-item {

	position: relative;

	list-style: none;

}



.clients-area .image-box {

	position: relative;

	margin: 0;

	text-align: center;

}



.clients-area .image-box img {

	display: inline-block;

	max-width: 100%;

	width: auto;

	height: auto;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.clients-area .sponsors-carousel .owl-dots, .clients-area .sponsors-carousel .owl-nav {

	display: none;

}



/*** 







====================================================================



			News Section



====================================================================







***/



.news-section {

	position: relative;

	padding: 115px 0 80px;

}



.news-section .row {

	margin: 0 -11px;

}



.news-list, .news-block {

	position: relative;

	padding: 0 11px;

	margin-bottom: 40px;

}



.news-block .inner-box {

	position: relative;

	display: block;

}



.news-block .image-box {

	position: relative;

}



.news-block .image {

	position: relative;

	display: block;

	overflow: hidden;

	background: #101010;

	margin-bottom: 0;

}



.news-block .image img {

	display: block;

	width: 100%;

	height: auto;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block .inner-box:hover .image img {

	opacity: 0.70;

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);

}



.news-block .lower-content {

	position: relative;

	padding: 20px 0 0;

}



.news-block .lower-content h3 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 26px;

	color: #333333;

	font-weight: 600;

	padding-bottom: 10px;

	border-bottom: 1px solid #e8e8e8;

	margin-bottom: 10px;

}



.news-block .lower-content h3 a {

	color: #333333;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block .lower-content h3 a:hover {

	color: #2D6998;

}



.news-block .lower-content .info {

	position: relative;

	display: block;

	margin-bottom: 7px;

}



.news-block .lower-content .info li {

	position: relative;

	float: left;

	font-size: 13px;

	line-height: 25px;

	color: #333333;

	font-weight: 400;

	margin-right: 25px;

	font-family: "Poppins", sans-serif;

}



.news-block .lower-content .info li i {

	margin-right: 5px;

	color: #2D6998;

}



.news-block .lower-content .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

}



.news-block .lower-content .link-box {

	position: relative;

}



.news-block .lower-content .link-box a {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 20px;

	color: #2D6998;

	font-weight: 600;

	text-transform: uppercase;

	transition: all 300ms ease;

}



.news-block .lower-content .link-box a i {

	margin-left: 10px;

}



.news-block .lower-content .link-box a:hover {

	color: #222222;

}



/* News Block Two */



.news-block-two {

	position: relative;

	border: 1px solid #dadada;

	border-bottom: 0;

}



.news-block-two:last-child {

	border-bottom: 1px solid #dadada;

}



.news-block-two .inner-box {

	position: relative;

	padding: 20px 25px;

}



.news-block-two h3 {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #333333;

	font-weight: 500;

}



.news-block-two h3 a {

	color: #333333;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-two h3 a:hover {

	color: #2D6998;

}



.news-block-two .info {

	position: relative;

	display: block;

	margin-bottom: 7px;

}



.news-block-two .info li {

	position: relative;

	float: left;

	font-size: 13px;

	line-height: 25px;

	color: #333333;

	font-weight: 400;

	margin-right: 25px;

	font-family: "Poppins", sans-serif;

}



.news-block-two .info li i {

	margin-right: 5px;

	color: #2D6998;

}



/*** 







====================================================================



			Blog Grid



====================================================================







***/



.blog-grid {

	position: relative;

	padding: 120px 0;

}



.news-block-three {

	position: relative;

	margin-bottom: 50px;

}



.news-block-three .inner-box {

	position: relative;

}



.news-block-three .image-box {

	position: relative;

}



.news-block-three .image-box .image {

	position: relative;

	margin-bottom: 0;

	overflow: hidden;

	width: 100%;

}



.news-block-three .image-box .image a:after {

	content: "";

	position: absolute;

	top: 0%;

	left: -100%;

	width: 100%;

	height: 100%;

	opacity: .30;

	background-color: #ffffff;

}



.news-block-three .inner-box:hover .image-box .image a:after {

	left: 100%;

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 1000ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

}



.news-block-three .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

}



.news-block-three .lower-content {

	position: relative;

	border-left: 2px solid #f1f1f1;

	border-right: 2px solid #f1f1f1;

	border-top: 1px solid #f1f1f1;

	border-bottom: 2px solid #f1f1f1;

}



.news-block-three .lower-content .title-box {

	position: relative;

	padding: 5px 30px 22px;

	border-bottom: 1px solid #e9e9e9;

}



.news-block-three .lower-content .title-box:after {

	content: "";

	display: table;

	clear: both;

}



.news-block-three .tags {

	position: relative;

	float: left;

}



.news-block-three .tags li {

	position: relative;

	display: inline-block;

	margin-right: 8px;

	margin-bottom: 8px;

}



.news-block-three .tags li a {

	position: relative;

	display: block;

	font-size: 13px;

	line-height: 18px;

	padding: 5px 25px;

	border-radius: 20px;

	color: #ffffff;

	font-weight: 600;

	background-color: #ff4669;

	text-transform: uppercase;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-three .tags li.bg-pink a {

	background-color: #ff4669;

}



.news-block-three .tags li.bg-green a {

	background-color: #34c252;

}



.news-block-three .tags li.bg-light-blue a {

	background-color: #4c83e7;

}



.news-block-three .tags li.bg-purple a {

	background-color: #db48d9;

}



.news-block-three .tags li.bg-steel-blue a {

	background-color: #6a6eb8;

}



.news-block-three .tags li.bg-yellow a {

	background-color: #cfbe2d;

}



.news-block-three .tags li.bg-sky a {

	background-color: #7cb7fa;

}



.news-block-three .tags li.bg-blue-violet a {

	background-color: #8346ff;

}



.news-block-three .tags li.bg-sea-green a {

	background-color: #34c2b0;

}



.news-block-three .tags li:hover a {

	background-color: #222222;

	color: #ffffff;

}



.news-block-three .date {

	position: relative;

	float: left;

	font-size: 14px;

	line-height: 30px;

	color: #aaaaaa;

	font-weight: 400;

	font-family: "Poppins", sans-serif;

}



.news-block-three .date i {

	position: relative;

	display: inline-block;

	color: #2D6998;

}



.news-block-three .title-box h4 {

	position: relative;

	font-size: 22px;

	line-height: 1.2em;

	color: #222222;

	font-weight: 500;

	float: left;

	width: 100%;

	margin-top: 16px;

}



.news-block-three .title-box h4 a {

	color: #222222;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-three .title-box h4 a:hover {

	color: #2D6998;

}



.news-block-three .text-box {

	position: relative;

	padding: 10px 30px 20px;

}



.news-block-three .text-box:after {

	display: table;

	content: '';

	clear: both;

}



.news-block-three .text-box .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

	height: 78px;

	overflow: hidden;

}



.news-block-three .text-box .link-box {

	position: relative;

	float: left;

}



.news-block-three .text-box .link-box a {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #333333;

	font-weight: 600;

	margin-bottom: 5px;

	font-family: "Poppins", sans-serif;

	letter-spacing: 0.02em;

	text-transform: uppercase;

	text-decoration: underline;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-three .text-box .link-box a:hover {

	color: #2D6998;

}



.news-block-three .text-box .social-links {

	position: relative;

	float: right;

}



.news-block-three .social-links li {

	position: relative;

	float: left;

	margin-left: 8px;

	color: #333333;

	font-size: 14px;

	line-height: 30px;

	font-weight: 600;

}



.news-block-three .social-links li:first-child {

	margin-left: 0;

}



.news-block-three .social-links li a {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-three .social-links li a:hover {

	color: #2D6998;

}



.news-block-three .bottom-box {

	position: relative;

	background-color: #f3f3f3;

	border: 1px solid #e4e4e4;

	padding: 10px 30px;

}



.news-block-three .bottom-box .meta {

	position: relative;

}



.news-block-three .meta li {

	position: relative;

	float: left;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	font-family: "Poppins", sans-serif;

	margin-right: 30px;

}



.news-block-three .meta li:last-child {

	float: right;

	margin-right: 0;

}



.news-block-three .meta li i {

	color: #2D6998;

	margin-right: 5px;

}



.news-block-three .meta li a {

	color: #222222;

	font-weight: 500;

	letter-spacing: -0.02em;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-three .meta li a:hover {

	color: #2D6998;

}



.blog-grid .styled-pagination {

	margin-top: 30px;

}



/*** 







====================================================================



			Blog Standard



====================================================================







***/



.blog-standard {

	position: relative;

}



.blog-standard .news-block-three {

	margin-bottom: 60px;

}



.blog-standard .news-block-three h4 {

	font-size: 25px;

	margin-top: 0px;

}



.blog-standard .news-block-three .text-box .text {

	margin-bottom: 15px;

}



.blog-standard .news-block-three .bottom-box .meta {

	text-align: center;

}



.blog-standard .news-block-three .bottom-box .meta li:nth-child(2) {

	float: none;

	display: inline-block;

	margin-left: -30px;

}



/*News Block Four*/



.news-block-four {

	position: relative;

	margin-bottom: 60px;

}



.news-block-four .inner-box {

	position: relative;

}



.news-block-four .image-box {

	position: relative;

}



.news-block-four .image-box .image {

	position: relative;

	overflow: hidden;

	margin-bottom: 0;

}



.news-block-four .image-box .image:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	opacity: .83;

	content: "";

	z-index: 1;

}



.news-block-four .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

	transition: all 1000ms ease;

}



.news-block-four .inner-box:hover .image img {

	-webkit-transform: scale(1.2);

	-moz-transform: scale(1.2);

	-ms-transform: scale(1.2);

	-o-transform: scale(1.2);

	transform: scale(1.2);

	-webkit-transition: all 10000ms ease;

	-moz-transition: all 10000ms ease;

	-ms-transition: all 10000ms ease;

	-o-transition: all 10000ms ease;

	transition: all 10000ms ease;

}



.news-block-four .info-box {

	position: absolute;

	left: 0;

	top: 50%;

	width: 100%;

	height: auto;

	padding: 0 15px;

	z-index: 9;

	text-align: center;

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

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

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

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

	transform: translateY(-50%);

}



.news-block-four .info-box .date {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 30px;

	color: #aaaaaa;

	font-weight: 400;

	font-family: "Poppins", sans-serif;

	margin-bottom: 10px;

}



.news-block-four .info-box .date i {

	position: relative;

	display: inline-block;

	color: #2D6998;

}



.news-block-four .info-box h4 {

	position: relative;

	font-size: 25px;

	line-height: 29px;

	color: #ffffff;

	font-weight: 500;

	margin-bottom: 10px;

}



.news-block-four .info-box h4 a {

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-four .info-box h4 a:hover {

	color: #2D6998;

}



.news-block-four .info-box .link-box {

	position: relative;

}



.news-block-four .info-box .link-box a {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 600;

	margin-bottom: 5px;

	font-family: "Poppins", sans-serif;

	letter-spacing: 0.02em;

	text-transform: uppercase;

	text-decoration: underline;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.news-block-four .info-box .link-box a:hover {

	color: #2D6998;

}



.blockquote-style-one {

	position: relative;

	margin-bottom: 60px;

	background-color: #3d67d4;

	border: 0;

	padding: 40px 45px;

}



.blockquote-style-one p {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	font-style: italic;

	margin-bottom: 5px;

}



.blockquote-style-one .name {

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	font-style: normal;

	font-family: "Poppins", sans-serif;

}



.blockquote-style-one .designation {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 20px;

	color: #61e27d;

	font-weight: 400;

	font-family: "Poppins", sans-serif;

	padding-left: 15px;

}



/*** 







====================================================================



			Blog Single



====================================================================







***/



.blog-single {

	position: relative;

}



.blog-single .news-block-three {

	margin-bottom: 25px;

}



.blog-single .news-block-three .lower-content, .blog-single .news-block-three .lower-content .title-box, .blog-single .news-block-three .text-box {

	padding-left: 0;

	padding-right: 0;

	border-left: 0;

	border-right: 0;

}



.blog-single .news-block-three .title-box h4 {

	font-size: 25px;

	margin-top: 3px;

}



.blog-single .news-block-three .text-box {

	padding: 15px 0 0;

}



.blog-single .news-block-three .text-box p {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 25px;

}



.blog-single .news-block-three .text-box sup {

	position: relative;

	float: left;

	font-size: 33px;

	line-height: 1em;

	font-weight: 800;

	color: #333333;

	top: 5px;

	margin-right: 3px;

}



.blog-single blockquote {

	position: relative;

	padding: 35px 40px;

	border-top: 55px solid #e8eae9;

	border-right: 70px solid #e8eae9;

	border-bottom: 55px solid #e8eae9;

	border-left: 70px solid #e8eae9;

	font-style: italic;

	text-align: center;

}



.blog-single blockquote p {

	position: relative;

	font-size: 20px !important;

	line-height: 35px !important;

	color: #777777 !important;

	margin-bottom: 0 !important;

}



.blog-single blockquote .icon {

	position: relative;

	display: block;

	font-size: 112px;

	margin-top: 20px;

	color: #2D6998;

	font-style: italic;

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

}



.blog-single .two-column {

	position: relative;

}



.blog-single .two-column .image-column {

	position: relative;

	margin-bottom: 30px;

}



.blog-single .two-column .image-column .image {

	position: relative;

}



.blog-single .two-column .image-column img {

	display: block;

	width: 100%;

	height: auto;

}



.blog-single .two-column .text-column {

	margin-bottom: 17px;

}



.blog-single .two-column .text-column .inner {

	margin-left: -5px;

}



.blog-single .two-column .text-column p {

	margin-bottom: 15px;

}



.blog-single .text-box figure {

	margin-bottom: 25px;

}



.blog-single .text-box figure img {

	display: block;

	width: 100%;

	height: auto;

}



.blog-single .text-box h5 {

	position: relative;

	display: block;

	font-size: 17px;

	line-height: 25px;

	color: #222222;

	font-weight: 600;

	margin-bottom: 15px;

	letter-spacing: -0.01em;

}



/*post share options*/



.blog-single .post-share-options {

	position: relative;

	margin-bottom: 20px;

	font-family: "Poppins", sans-serif;

}



.blog-single .post-share-options p {

	position: relative;

	color: #222222;

	font-size: 16px;

	line-height: 25px;

	font-weight: 500;

	margin: 0;

	display: inline-block;

}



.blog-single .post-share-options .tags {

	position: relative;

	display: inline-block;

}



.blog-single .post-share-options .tags li {

	position: relative;

	display: inline-block;

	margin-right: 12px;

}



.blog-single .post-share-options .tags a {

	position: relative;

	font-size: 16px;

	font-weight: 400;

	line-height: 30px;

	color: #777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.blog-single .post-share-options .tags li:hover a {

	color: #2D6998;

}



.blog-single .post-share-options .social-icon {

	position: relative;

	display: inline-block;

}



.blog-single .post-share-options .social-icon li {

	position: relative;

	display: inline-block;

	margin-left: 4px;

}



.blog-single .post-share-options .social-icon li a {

	display: inline-block;

	font-size: 14px;

	line-height: 30px;

	color: #2D6998;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.blog-single .post-share-options .social-icon li a:hover {

	color: #222222;

}



/* post-controls */



.blog-single .post-controls {

	position: relative;

	text-align: left;

	padding: 18px 0px;

	border-top: 1px solid #c1c1c1;

	border-bottom: 1px solid #c1c1c1;

	margin-bottom: 50px;

}



.blog-single .post-controls .inner {

	position: relative;

}



.blog-single .post-controls:before {

	position: absolute;

	left: 50%;

	top: 0;

	height: 100%;

	border-right: 1px solid #c1c1c1;

	content: "";

}



.blog-single .post-controls h5 {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 22px;

	color: #222222;

	font-weight: 500;

	max-width: 180px;

	font-family: "Poppins", sans-serif;

}



.blog-single .post-controls h5 a {

	display: inline-block;

	color: #222222;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.blog-single .post-controls h5 a:hover {

	color: #2D6998;

}



.blog-single .post-controls .icon {

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -20px;

	font-size: 34px;

	line-height: 40px;

	color: #d1d1d1;

}



.blog-single .post-controls .prev-post {

	position: relative;

	float: left;

	width: 50%;

	padding-left: 60px;

}



.blog-single .post-controls .prev-post h5 {

	text-align: right;

}



.blog-single .post-controls .next-post {

	position: relative;

	float: right;

	width: 50%;

	text-align: right;

	padding-right: 60px;

}



.blog-single .post-controls .next-post .icon {

	left: auto;

	right: 0;

}



.blog-single .post-controls .next-post h5 {

	text-align: left;

}



/*Author Box*/



.author-box {

	position: relative;

	background-color: #f5f5f5;

	padding: 45px 50px;

	margin-bottom: 60px;

}



.author-box .inner-box {

	position: relative;

	padding-left: 145px;

	min-height: 125px;

}



.author-box .thumb {

	position: absolute;

	left: 0px;

	top: 0px;

	height: 125px;

	width: 125px;

	border-radius: 50%;

	overflow: hidden;

	margin-bottom: 15px;

}



.author-box .thumb img {

	position: relative;

	display: block;

	width: 100%;

	height: auto;

}



.author-box .name {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 1.2em;

	color: #303031;

	font-weight: 500;

	font-family: "Poppins", sans-serif;

	margin-bottom: 2px;

}



.author-box .designation {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 21px;

	color: #2D6998;

	font-weight: 500;

	margin-bottom: 5px;

}



.author-box .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

}



/*** 







====================================================================



			Blog Single Full Width



====================================================================







***/



.blog-single.full-width {

	position: relative;

	padding: 120px 0;

}



.blog-single.full-width .news-block-three .date {

	float: left;

}



.blog-single.full-width .news-block-three .title-box h4 {

	font-size: 22px;

}



.blog-single.full-width .news-block-three .lower-content .title-box {

	padding-bottom: 15px;

}



.blog-single.full-width .news-block-three .text-box {

	padding: 10px 0 0;

}



.blog-single.full-width blockquote {

	border-color: transparent;

	background-image: url(../images/icons/quote-bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	border: 0;

	padding: 110px 140px 110px;

	margin: 50px 0;

}



.blog-single.full-width blockquote .icon, .blog-single.full-width blockquote p {

	z-index: 9;

}



.blog-single.full-width blockquote:after {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background: #ffffff padding-box content-box;

	padding: 55px 70px;

	opacity: .85;

	content: "";

	z-index: 0;

}



.blog-single.full-width .text-box h5 {

	font-size: 20px;

	line-height: 25px;

	color: #222222;

}



.blog-single .contact-box {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	margin-top: 5px;

}



.blog-single .contact-box:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #101010;

	opacity: .90;

	content: "";

}



.blog-single .contact-box:after {

	position: absolute;

	right: 24px;

	bottom: 0;

	width: 109px;

	height: 136px;

	background: url(../images/icons/map-pin.png) no-repeat center;

	content: "";

	opacity: .10;

	z-index: 1;

}



.blog-single .contact-box .inner-box {

	position: relative;

	padding: 40px 40px;

}



.blog-single .contact-box h5 {

	position: relative;

	display: block;

	font-size: 19px;

	line-height: 1.7em;

	color: #ffffff;

	font-weight: 600;

	margin-bottom: 10px;

}



.blog-single .contact-box .text {

	position: relative;

	font-size: 15px;

	line-height: 1.7em;

	color: #cccccc;

	font-weight: 400;

	margin-bottom: 30px;

}



.blog-single .contact-box .contact-info {

	position: relative;

}



.blog-single .contact-box .contact-info li {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 24px;

	color: #ffffff;

	font-weight: 400;

	padding-left: 30px;

	margin-bottom: 15px;

}



.blog-single .contact-box .contact-info li .icon {

	position: absolute;

	left: 0;

	top: 0;

	font-size: 15px;

	line-height: 24px;

	color: #ffffff;

}



.blog-single .contact-box .contact-info li:nth-child(1) .icon {

	color: #56d845;

}



.blog-single .contact-box .contact-info li:nth-child(2) .icon {

	color: #ff3052;

}



.blog-single .contact-box .contact-info li:nth-child(3) .icon {

	color: #9e5eff;

}



.blog-single .contact-box .contact-info li a {

	color: #ffffff;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.blog-single .contact-box .contact-info li a:hover {

	color: #2D6998;

}



/*** 







====================================================================



			Call Back Section



====================================================================







***/



.call-back-section {

	position: relative;

	padding: 115px 0 80px;

	background-color: #f6f6f6;

}



.call-back-section .content-column {

	position: relative;

	margin-bottom: 40px;

}



.call-back-section .content-column .inner-column {

	position: relative;

	padding-right: 15px;

}



.call-back-section .content-column .sec-title {

	position: relative;

	margin-bottom: 20px;

}



.call-back-section .content-column .text {

	position: relative;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

}



.call-back-section .content-column .info-box {

	position: relative;

	padding: 40px 40px;

	border: 1px solid #2D6998;

}



.call-back-section .content-column .info-box .inner {

	position: relative;

	padding-left: 70px;

}



.call-back-section .content-column .info-box .icon {

	position: absolute;

	left: 0;

	top: 30px;

	font-size: 42px;

	color: #2D6998;

}



.call-back-section .content-column .info-box .title {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #9e9e9e;

	font-weight: 400;

	margin-bottom: 10px;

}



.call-back-section .content-column .info-box h2 {

	position: relative;

	display: block;

	font-size: 40px;

	line-height: 1em;

	color: #f9c924;

	font-weight: 700;

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

}



.call-back-section .form-column .inner-column {

	position: relative;

	padding-top: 40px;

}



.callback-form {

	position: relative;

}



.callback-form .row {

	margin: 0 -7px;

}



.callback-form .form-group {

	position: relative;

	padding: 0 7px;

	margin-bottom: 10px;

}



.callback-form .form-group input[type="text"], .callback-form .form-group input[type="email"], .callback-form .form-group textarea, .callback-form .form-group select {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	padding: 16px 20px;

	width: 100%;

	height: 64px;

	background-color: transparent;

	border: 1px solid #d4d4d4;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.callback-form .form-group textarea {

	height: 140px;

	resize: none;

}



.callback-form .form-group input[type="submit"], .callback-form button {

	padding: 10px 50px;

	text-transform: uppercase;

}



.callback-form .form-group input:focus, .callback-form .form-group textarea:focus, .callback-form .form-group select:focus {

	border-color: #2D6998;

}



/*** 







====================================================================



			Call Back Section Two



====================================================================







***/



.call-back-section-two {

	position: relative;

	background-color: #f6f6f6;

}



.call-back-section-two .outer-container {

	position: relative;

}



.call-back-section-two .content-column {

	position: absolute;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	left: 0;

	top: 0;

	height: 100%;

	width: 50%;

	float: left;

}



.call-back-section-two .content-column:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #2D6998;

	opacity: 0.90;

	content: "";

}



.call-back-section-two .content-column:after {

	position: absolute;

	left: 60px;

	right: 60px;

	bottom: 60px;

	top: 60px;

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

	content: "";

	z-index: 1;

}



.call-back-section-two .content-column .inner-column {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	right: 0;

	max-width: 450px;

	padding: 0 15px;

	margin: 0 auto;

	display: table;

	vertical-align: middle;

	z-index: 9;

}



.call-back-section-two .content-column .info-box {

	position: relative;

	display: table-cell;

	vertical-align: middle;

	text-align: center;

}



.call-back-section-two .content-column .icon {

	position: relative;

	display: inline-block;

	font-size: 62px;

	line-height: 1em;

	color: #ffffff;

	margin-bottom: 15px;

}



.call-back-section-two .content-column h3 {

	position: relative;

	display: block;

	font-size: 30px;

	line-height: 1.2em;

	color: #04274a;

	font-weight: 700;

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

	margin-bottom: 15px;

}



.call-back-section-two .content-column .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #ffffff;

	margin-bottom: 20px;

}



.call-back-section-two .content-column .link-box {

	position: relative;

}



.call-back-section-two .content-column .link-box a {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 20px;

	color: #03274a;

	font-weight: 600;

	text-transform: uppercase;

	font-family: "Poppins", sans-serif;

	border-bottom: 1px solid;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}



.call-back-section-two .content-column .link-box a:hover {

	color: #ffffff;

}



.call-back-section-two .form-column {

	position: relative;

	float: right;

	width: 50%;

}



.call-back-section-two .form-column .inner-column {

	position: relative;

	padding: 85px 15px 80px;

	max-width: 600px;

	margin: 0 auto;

}



.call-back-section-two .form-column .sec-title {

	margin-bottom: 20px;

}



.call-back-section-two .form-column .text {

	font-size: 16px;

	line-height: 25px;

	margin-bottom: 30px;

}



.call-back-section-two .callback-form .form-group textarea {

	height: 66px;

	resize: none;

}



/*** 







====================================================================



				Branches Section



====================================================================







***/



.branches-section {

	position: relative;

	padding: 140px 0 30px;

}



.branches-section .row {

	margin: 0 -13px;

}



.branch-block {

	position: relative;

	padding: 0 13px;

	margin-bottom: 40px;

}



.branch-block .inner-box {

	position: relative;

}



.branch-block .inner-box:after {

	position: absolute;

	right: 20px;

	bottom: 20px;

	width: 73px;

	height: 90px;

	background-image: url(../images/icons/map-pin-2.png);

	content: "";

	opacity: .10;

}



.branch-block .image-box {

	position: relative;

}



.branch-block .image-box .location {

	position: absolute;

	left: 10px;

	bottom: 12px;

	font-size: 18px;

	line-height: 25px;

	padding: 10px 18px;

	background-color: #ffffff;

	color: #303031;

	font-weight: 500;

	font-family: "Poppins", sans-serif;

}



.branch-block .image-box .image {

	position: relative;

	display: block;

	background: #101010;

	overflow: hidden;

	margin-bottom: 0;

}



.branch-block .image-box .image img {

	display: block;

	width: 100%;

	height: auto;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



.branch-block .inner-box:hover .image-box .image img {

	opacity: 0.70;

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);

}



.branch-block .info-box {

	position: relative;

	border: 1px solid #e7e7e7;

	border-top: 0;

	padding: 30px 30px;

}



.branch-block .info-box li {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 28px;

	color: #777777;

	font-weight: 400;

	padding-left: 22px;

	margin-bottom: 18px;

}



.branch-block .info-box li a {

	color: #777777;

}



.branch-block .info-box li .icon {

	position: absolute;

	left: 0;

	top: 0;

	font-size: 15px;

	line-height: 28px;

	color: #2D6998;

}



.branch-block .info-box li a:hover {

	text-decoration: underline;

}



/*** 







====================================================================



			Contact Form Section



====================================================================







 ***/



.contact-form-section {

	position: relative;

	padding: 0 0 10px;

}



.contact-form-section .title {

	position: relative;

	text-align: center;

	margin-bottom: 30px;

}



.contact-form-section .title h2 {

	position: relative;

	display: block;

	font-size: 35px;

	line-height: 1.2em;

	color: #333333;

	font-weight: 500;

}



.contact-form {

	position: relative;

}



.contact-form .row {

	margin: 0 -12px;

}



.contact-form .form-group {

	position: relative;

	padding: 0 12px;

	margin-bottom: 25px;

}



.contact-form .form-group label {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 23px;

	color: #333333;

	font-weight: 400;

	font-style: italic;

	font-family: "Poppins", sans-serif;

	margin-bottom: 7px;

}



.contact-form .form-group:last-child {

	margin-bottom: 0px;

}



.contact-form .form-group input[type="number"],

.contact-form .form-group input[type="date"],

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="url"], .contact-form .form-group input[type="email"], .contact-form .form-group select {

	position: relative;

	display: block;

	width: 100%;

	font-size: 12px;

	line-height: 30px;

	padding: 2px 10px;

	color: #333333;

	font-weight: 400;

	border: 1px solid #bfbebe;

	background: transparent;

	height: 40px;

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

	border-radius: 12px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="url"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {

	border-color: #2D6998;

}



.contact-form .form-group textarea {

	position: relative;

	display: block;

	width: 100%;

	font-size: 12px;

	line-height: 30px;

	padding: 0px 10px;

	color: #333333;

	font-weight: 400;

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

	border-radius: 12px;

	border: 1px solid #bfbebe;

	background: transparent;

	height: 80px;

	resize: none;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	margin-bottom: 5px;

}



.contact-form .form-group input[type="submit"], .contact-form .form-group button {

	text-transform: uppercase;

	letter-spacing: 0.02em;

}



.contact-form .form-group label.error {

	color: #ff0000;

}



/*** 







====================================================================



		Map Section



====================================================================







***/



.map-section {

	position: relative;

	display: block;

}



.map-data {

	text-align: center;

	font-size: 14px;

	font-weight: 400;

	line-height: 1.8em;

}



.map-data a {

	display: block;

}



.map-data h6 {

	font-size: 16px;

	font-weight: 700;

	text-align: center;

	margin-bottom: 5px;

	color: #121212;

}



.map-canvas {

	height: 640px;

}



/***







==================================================================



				Main Footer



==================================================================







***/



.main-footer {

	position: relative;

	background-color: #242424;

}



.main-footer .widgets-section {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 110px 0 10px;

}



.main-footer .footer-column {

	position: relative;

}



.main-footer .footer-widget {

	position: relative;

	margin-bottom: 40px;

}



.main-footer .footer-column .widget-title {

	position: relative;

	font-size: 18px;

	color: #ffffff;

	line-height: 30px;

	margin-bottom: 10px;

}



.main-footer .about-widget {

	position: relative;

}



.main-footer .footer-logo {

	position: relative;

	margin-bottom: 35px;

}



.main-footer .footer-logo figure {

	margin: 0;

}



.main-footer .footer-logo img {

	display: block;

	max-width: 100%;

	margin-top: -20px;

}



.main-footer .about-widget .text {

	position: relative;

	font-size: 16px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 20px;

}



/*=== links Widget ===*/



.main-footer .info-widget {

	position: relative;

	padding-right: 10px;

}



.main-footer .info-widget .shedule {

	position: relative;

	padding-bottom: 14px;

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

	margin-bottom: 14px;

}



.main-footer .info-widget .shedule li {

	position: relative;

	font-size: 16px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	list-style-type: none;

}



.main-footer .info-widget .item-list {

	position: relative;

	padding-bottom: 10px;

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

	margin-bottom: 8px;

}



.main-footer .info-widget .item-list li {

	position: relative;

	float: left;

	width: 50%;

	font-size: 16px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 10px;

}



.main-footer .info-widget .item-list li a {

	display: inline-block;

	color: #ffffff;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}



.main-footer .info-widget .item-list li a:hover {

	color: #ff7979;

}



.main-footer .info-widget .social-links .widget-title {

	margin-bottom: 0px;

}



.social-icon-two {

	position: relative;

	display: block;

}



.social-icon-two li {

	position: relative;

	display: inline-block;

	font-size: 14px;

	margin-right: 15px;

	line-height: 30px;

	color: #ffffff;

}



.social-icon-two li a {

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-two li a:hover {

	color: #ff7979;

}



/*Recent Posts*/



.recent-posts {

	position: relative;

	padding-left: 20px;

}



.recent-posts .post {

	position: relative;

	padding-bottom: 15px;

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

	margin-bottom: 10px;

}



.recent-posts .post:last-child {

	margin-bottom: 0;

}



.recent-posts .post .text {

	position: relative;

	font-size: 16px;

	color: #ffffff;

	line-height: 25px;

	font-weight: 400;

	margin-bottom: 10px;

}



.recent-posts .post .text a {

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.recent-posts .post .text a:hover {

	color: #ff7979;

}



.recent-posts .post .date {

	position: relative;

	display: block;

	font-size: 13px;

	color: #ff7979;

	line-height: 20px;

}



/*=== Footer Bottom ===*/



.main-footer .footer-bottom {

	position: relative;

	background-color: #242424;

}



.main-footer .footer-bottom .footer-nav {

	position: relative;

	float: right;

	padding: 20px 0;

}



.main-footer .footer-bottom .footer-nav li {

	position: relative;

	float: left;

	margin-left: 24px;

	padding-left: 24px;

	font-size: 13px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

}



.main-footer .footer-bottom .footer-nav li:before {

	position: absolute;

	left: -2px;

	top: 0px;

	font-size: 14px;

	line-height: 30px;

	color: #ffffff;

	content: "|";

}



.main-footer .footer-bottom .footer-nav li:first-child:before {

	display: none;

}



.main-footer .footer-bottom .footer-nav li a {

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-footer .footer-bottom .footer-nav li a:hover {

	color: #ff7979;

}



.main-footer .footer-bottom .copyright-text {


	float: center  !important;

	padding: 20px 0;

}



.main-footer .footer-bottom .copyright-text p {


	font-size: 13px;

	line-height: 30px;

	color: #ffffff;
	
	padding-top:12px;

	font-weight: 400;

}



.main-footer .footer-bottom .copyright-text a {

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.main-footer .footer-bottom .copyright-text a:hover {

	text-decoration: underline;

}



/***







==================================================================



			Sidebar Page Container



==================================================================







***/



.sidebar-page-container {

	position: relative;

	padding: 25px 0 70px;

}



.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {

	position: relative;

	margin-bottom: 50px;

}



.sidebar-page-container .sidebar {

	padding-left: 40px;

}



.sidebar-page-container .services-sidebar {

	padding-left: 25px;

}



.sidebar-widget {

	position: relative;

	margin-bottom: 30px;

}



.sidebar-side .sidebar-widget:last-child {

	margin-bottom: 0;

}



.sidebar-page-container .sidebar-title {

	position: relative;

	padding-bottom: 14px;

	margin-bottom: 28px;

}



.sidebar-page-container .sidebar-title:before {

	position: absolute;

	left: 0;

	bottom: 0;

	height: 2px;

	width: 40px;

	background-color: #2D6998;

	content: "";

}



.sidebar-page-container .sidebar-title h3 {

	position: relative;

	font-size: 20px;

	color: #333333;

	font-weight: 500;

	line-height: 30px;

	letter-spacing: -0.02em;

}



.sidebar-page-container .widget-content {

	position: relative;

}



/*Search Box Widget*/



.sidebar .search-box {

	position: relative;

}



.sidebar .search-box .form-group {

	position: relative;

	margin: 0px;

	overflow: hidden;

}



.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {

	position: relative;

	display: block;

	font-size: 13px;

	color: #333333;

	line-height: 20px;

	padding: 20px 25px;

	padding-right: 75px;

	height: 60px;

	width: 100%;

	background-color: #f1f1f1;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



.sidebar .search-box .form-group input[type="submit"], .sidebar .search-box .form-group button {

	position: absolute;

	right: 0px;

	top: 0px;

	width: 60px;

	height: 60px;

	line-height: 60px;

	text-align: center;

	font-size: 16px;

	color: #333333;

	padding: 0;

	font-weight: 400;

	background-color: transparent;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.sidebar .search-box .form-group input[type="submit"]:hover, .sidebar .search-box .form-group button:hover {

	color: #2D6998;

}



/*=== Categories ===*/



.sidebar .categories {

	position: relative;

}



.category-list {

	position: relative;

}



.category-list li {

	position: relative;

	border-bottom: 1px solid #e0e0e0;

}



.category-list li:first-child a {

	padding-top: 0;

}



.category-list li a {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 20px;

	padding: 15px 0 14px;

	color: #777777;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.category-list li a:hover, .category-list li.current a {

	color: #2D6998;

}



/*=== Contact List ===*/



.contact-list {

	position: relative;

}



.contact-list li {

	position: relative;

	border-bottom: 1px solid #e0e0e0;

	font-size: 15px;

	line-height: 20px;

	padding: 15px 0 14px;

	color: #777777;

	font-weight: 400;

}



.contact-list li:first-child {

	padding-top: 0;

}



.contact-list li a {

	position: relative;

	color: #777777;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.contact-list li a:hover {

	color: #2D6998;

}



/*=== Brochures Widget ===*/



.brochures {

	position: relative;

}



.brochures .brochure-btn {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 600;

	padding: 15px 27px;

	background-color: #03274a;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.brochures .brochure-btn span {

	position: relative;

	float: right;

	line-height: 30px;

	color: #ffffff;

	font-size: 16px;

}



.brochures .brochure-btn:hover {

	background-color: #2D6998;

}



/*Quote Widget*/



.testimonial-widget {

	position: relative;

}



.testimonial-widget .widget-content {

	position: relative;

	padding: 45px 30px;

	background-color: #f8f8f8;

	border: 1px solid #efefef;

}



.testimonial-widget .single-item-carousel {

	position: relative;

	padding-bottom: 35px;

}



.testimonial-block-three {

	position: relative;

}



.testimonial-block-three .info-box {

	position: relative;

	padding-left: 95px;

	padding-top: 20px;

	margin-bottom: 28px;

	min-height: 80px;

}



.testimonial-block-three .thumb {

	position: absolute;

	top: 0;

	left: 0;

	height: 80px;

	width: 80px;

	border-radius: 50%;

	overflow: hidden;

}



.testimonial-block-three .thumb img {

	display: block;

	width: 100%;

}



.testimonial-block-three .name {

	position: relative;

	font-size: 18px;

	line-height: 22px;

	color: #333333;

	font-weight: 700;

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

}



.testimonial-block-three .designation {

	position: relative;

	display: block;

	font-size: 13px;

	line-height: 22px;

	color: #2D6998;

	font-weight: 400;

	margin-bottom: 20px;

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

}



.testimonial-block-three .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #333333;

	font-weight: 400;

	font-style: italic;

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

}



.testimonial-widget .owl-nav {

	display: none;

}



.testimonial-widget .owl-dots {

	position: absolute;

	left: 0;

	bottom: -5px;

}



.testimonial-widget .owl-dot {

	position: relative;

	display: inline-block;

	height: 8px;

	width: 8px;

	margin: 0 6px;

	border-radius: 50%;

	background-color: #cccccc;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.testimonial-widget .owl-dot:hover, .testimonial-widget .owl-dot.active {

	background-color: #2D6998;

}



/*=== Latest News ===*/



.post-widget {

	position: relative;

}



.post-widget .post {

	position: relative;

	padding-left: 115px;

	padding-bottom: 14px;

	margin-bottom: 15px;

	padding-top: 14px;

	min-height: 115px;

	border-bottom: 1px solid #e0e0e0;

}



.post-widget .post:last-child {

	margin-bottom: 0px;

}



.post-widget .post .thumb {

	position: absolute;

	left: 0;

	top: 0;

	height: 100px;

	width: 100px;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	border-radius: 50%;

	overflow: hidden;

}



.post-widget .post .thumb img {

	display: block;

	width: 100%;

}



.post-widget .post h3 {

	position: relative;

	font-size: 16px;

	line-height: 23px;

	color: #333333;

	font-weight: 600;

	margin-bottom: 4px;

}



.post-widget .post h3 a {

	color: #333333;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.post-widget .post h3 a:hover {

	color: #2D6998;

}



.post-widget .post .info {

	position: relative;

}



.post-widget .post .info li {

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 30px;

	color: #aaaaaa;

	font-weight: 400;

}



.post-widget .post .info li a {

	position: relative;

	color: #aaaaaa;

}



.post-widget .post .info li i {

	color: #2D6998;

	margin-right: 4px;

}



/*=== Contact Widget ===*/



.contact-widget {

	position: relative;

}



.contact-widget .widget-content {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 45px 50px;

}



.contact-widget .widget-content:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #2a57e8;

	opacity: .90;

	content: "";

	outline: 1px solid rgba(255, 255, 255, 0.40);

	outline-offset: -10px;

}



.contact-widget .contact-info {

	position: relative;

}



.contact-widget .contact-info li {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 20px;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 28px;

}



.contact-widget .contact-info li:last-child {

	margin-bottom: 0;

}



.contact-widget .contact-info li a {

	color: #ffffff;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.contact-widget .contact-info li strong {

	font-weight: 700;

}



.contact-widget .contact-info li a:hover {

	color: #2D6998;

}



/*=== Tags ===*/



.tags-widget {

	position: relative;

}



.tag-list {

	position: relative;

	display: block;

	margin-right: -1px;

}



.tag-list li {

	position: relative;

	float: left;

	margin-right: 1px;

	margin-bottom: 1px;

}



.tag-list li a {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 20px;

	color: #333333;

	font-weight: 400;

	text-align: center;

	overflow: hidden;

	text-transform: capitalize;

	background-color: #ebebeb;

	padding: 15px 20px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.tag-list li a:hover {

	background-color: #2D6998;

	color: #ffffff;

}



/*=== Meta tags ===*/



.sidebar .meta-widget {

	position: relative;

}



.sidebar .meta-widget .sidebar-title {

	margin-bottom: 5px;

}



.meta-list {

	position: relative;

}



.meta-list li {

	position: relative;

}



.meta-list li a {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 27px;

	color: #888888;

	font-weight: 400;

	padding: 10px 0 10px;

	padding-left: 16px;

	border-bottom: 1px solid #d9d9d9;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.meta-list li a:before {

	position: absolute;

	left: 2px;

	top: 0;

	font-size: 14px;

	color: #2D6998;

	line-height: 28px;

	padding: 10px 0 10px;

	font-family: "FontAwesome";

	content: "\f0da";

}



.meta-list li a span {

	color: #5dbafc;

	display: inline-block;

}



.meta-list li a:hover {

	color: #5dbafc;

}



/*** 







====================================================================



				Comment Area



====================================================================







 ***/



.comments-area {

	position: relative;

	margin-bottom: 50px;

}



.group-title {

	position: relative;

	margin-bottom: 30px;

}



.group-title h4 {

	position: relative;

	font-size: 20px;

	color: #333333;

	line-height: 1.2em;

	font-weight: 500;

}



.comment-block {

	position: relative;

}



.comment-block .inner-box {

	position: relative;

	padding: 30px 35px 35px;

	border: 1px solid #e4e4e4;

	text-align: center;

}



.comment-block .thumb {

	position: relative;

	height: 115px;

	width: 115px;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto 20px;

}



.comment-block .thumb img {

	display: block;

	width: 100%;

}



.comment-block .info {

	position: relative;

	margin-bottom: 10px;

}



.comment-block .info .name {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 21px;

	color: #303031;

	font-weight: 500;

}



.comment-block .info .designation {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 21px;

	color: #2D6998;

	font-weight: 400;

}



.comment-block .text {

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	margin-bottom: 18px;

}



.comment-block .link-box {

	position: relative;

}



.comment-block .link-box a {

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 20px;

	color: #2D6998;

	font-weight: 600;

	text-transform: uppercase;

	text-decoration: underline;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.comment-block .link-box a:hover {

	color: #222222;

}



.comments-area .owl-carousel {

	padding-bottom: 50px;

}



.comments-area .owl-nav {

	display: none;

}



.comments-area .owl-dots {

	position: absolute;

	left: 0;

	width: 100%;

	text-align: center;

	bottom: -5px;

}



.comments-area .owl-dot {

	position: relative;

	display: inline-block;

	height: 8px;

	width: 8px;

	margin: 0 6px;

	border-radius: 50%;

	background-color: #cccccc;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.comments-area .owl-dot:hover, .comments-area .owl-dot.active {

	background-color: #2D6998;

}



/*** 







====================================================================



			Comment Form



====================================================================







 ***/



.comment-form {

	position: relative;

}



.comment-form .row {

	margin: 0 -9px;

}



.comment-form .form-group {

	position: relative;

	padding: 0 9px;

	margin-bottom: 25px;

}



.comment-form .form-group label {

	position: relative;

	display: block;

	font-size: 15px;

	line-height: 23px;

	color: #333333;

	font-weight: 400;

	font-style: italic;

	font-family: "Poppins", sans-serif;

	margin-bottom: 7px;

}



.comment-form .form-group:last-child {

	margin-bottom: 0px;

}



.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="url"], .comment-form .form-group input[type="email"], .comment-form .form-group select {

	position: relative;

	display: block;

	width: 100%;

	font-size: 16px;

	line-height: 30px;

	padding: 15px 25px;

	color: #333333;

	font-weight: 400;

	border: 1px solid #f4f4f4;

	background: #f4f4f4;

	height: 60px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="url"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {

	border-color: #2D6998;

}



.comment-form .form-group textarea {

	position: relative;

	display: block;

	width: 100%;

	font-size: 16px;

	line-height: 30px;

	padding: 15px 25px;

	color: #333333;

	font-weight: 400;

	border: 1px solid #f4f4f4;

	background: #f4f4f4;

	height: 170px;

	resize: none;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	margin-bottom: 5px;

}



.comment-form .form-group input[type="submit"], .comment-form .form-group button {

	text-transform: uppercase;

}



/*** 







====================================================================



				Error Page



====================================================================







***/



.error-page-section {

	position: relative;

	text-align: center;

	padding: 200px 0px 150px;

}



.error-page-section .error-image {

	position: relative;

	margin-bottom: 30px;

}



.error-page-section .error-image img {

	display: inline-block;

	max-width: 100%;

	height: auto;

}



.error-page-section h4 {

	position: relative;

	display: block;

	font-size: 19px;

	line-height: 30px;

	color: #222222;

	font-weight: 700;

	margin-bottom: 15px;

	text-transform: uppercase;

}



.error-page-section h4 span {

	color: #2D6998;

}



.error-page-section .text {

	font-size: 15px;

	color: #777777;

	font-weight: 400;

	line-height: 25px;

	margin-bottom: 27px;

}



.error-page-section .btn-box {

	position: relative;

	display: block;

}



.error-page-section .btn-box a {

	text-transform: uppercase;

	padding: 10px 38px;

}



/* 



-------------------------------------------------------------------



				Custom style - 3/13/2019 - 11:42 AM - by Umar Farooq



-------------------------------------------------------------------



*/



.btn-custom-style-one {

	border: 1px solid #fff;

	background-color: transparent;

	color: #fff;

	text-transform: uppercase;

}



.btn-custom-style-two {

	background-color: #fff;

	color: #2D6998;

	text-transform: uppercase;

	border: 1px solid #fff;

}



.inner-box{

	text-align: center;

	margin: 0 auto;

	font-size: 24px;

}



.inner-box h1 i {

	width: 60px;

	height: 60px;

	border: 1px solid #292929;

	border-radius: 50%;

	line-height: 60px;

}



.custom-owl-next, .custom-owl-prev {

	position: absolute;

	top: 50%;

	right: 0;

	margin-right: -88px;

	background: url('../images/resource/news-sprite.png') 61px;

	height: 61px;

	width: 61px;

	cursor: pointer;

}



.custom-owl-prev {

	left: 0;

	right: initial;

	margin-right: initial;

	margin-left: -88px;

	background-position-x: 0px;

}



.custom-news-sec {

	padding-top: 47px;

	background-image: url('../images/background/news-section.jpg');

	background-size: cover;

	background-position: center;

}



.custom-news-sec:before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	background-color: #fff;

	width: 100%;

	height: 100%;

	display: block;

	opacity: 0.94;

}



.custom-news-sec .sec-title h2 {

	text-align: center;

	padding-bottom: 15px;

}



.custom-news-sec .sec-title p {

	text-align: center;

	padding-bottom: 20px;

	margin: 0px;

}



.custom-news-sec .sec-title h2::before {

	background-color: transparent;

	height: 0px;

	width: 0px;

}



#amazingcarousel-container-1 {

	padding: 0px;

}



#amazingcarousel-1 {

	max-width: 100% !important;

}



#amazingcarousel-1 .amazingcarousel-title {

	font-size: 18px;

	color: #000;

	margin: 6px;

	text-align: center;

	font-weight: 700;

	height: 40px;

	margin-top: 27px;

	margin-bottom: 14px;

}



#amazingcarousel-1 .amazingcarousel-description {

	font-size: 12px;

	color: #333333;

	text-align: center;

	line-height: 17px;

	height: 74px;

	padding-left: 30px;

	padding-right: 30px;

	/* margin-bottom: 20px; */

	overflow: hidden;

}



#amazingcarousel-1 .amazingcarousel-item-container {

	border: 1px solid #2D6998;

	-moz-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.08);

	-webkit-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.08);

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

	margin-right: 10px !important;

	margin-left: 10px !important;

	margin: 16px !important;

	padding: 0px;

}



#amazingcarousel-1 .amazingcarousel-list-container {

	padding: 0;

}



.btn-download-link {

	margin-bottom: 24px;

}



.news-date {

	background-color: #2D6998;

	color: #fff;

	font-size: 14px;

	padding: 4px 22px;

	border-radius: 28px;

	width: 180px;

	margin: 0 auto;

	display: block;

	margin-top: -17px;

	position: relative;

	z-index: 1;

}



#amazingcarousel-1 .amazingcarousel-prev {

	margin-left: -100px;

}



#amazingcarousel-1 .amazingcarousel-next {

	margin-right: -100px;

}



.team-section {

	padding-top: 36px;

}



.team-section {

	background-image: url('../images/background/team-section.jpg');

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}



.team-section h2 {

	color: #fff;

	font-size: 40px;

}



.team-section h2::before {

	content: "";

	width: 0px;

	height: 0px;

	background-color: transparent;

}



.team-section p {

	color: #fff;

}



.team-section .link-box {

	margin-top: -50%;

	position: relative;

	z-index: 1;

}



.team-section .link-box a {

	color: #fff;

	margin: 0 auto;

	width: 95px;

	display: block;

	opacity: 0;

	transition: opacity 0.3s ease-in-out;

}



.team-section .inner-box:hover .link-box a {

	opacity: 1;

}



.feature-block-two .content-box {

	padding-top: 137px;

	padding-bottom: 12px;

}



.feature-block-two .content-box h4, .feature-block-two .content-box .text {

	text-align: center;

}



.feature-block-two .content-box h4 {

	margin-bottom: 0px;

}



.feature-block-two .content-box h4::after {

	content: "";

	border-bottom: 1px solid #d8d8d8;

	width: 120px;

	height: 1px;

	display: block;

	margin: 0 auto;

	padding-top: 5px;

	margin-bottom: 5px;

}



.feature-block-two .content-box .text {

	margin-bottom: 0px;

	border-bottom: 0px;

	padding-bottom: 0px;

}



.feature-block-two .inner-box:hover {

	background-color: #363638;

}



.feature-block-two .inner-box .content-box h4, .feature-block-two .inner-box .content-box .text {

	transition: color 0.2s ease-in-out;

}



.feature-block-two .inner-box:hover .content-box h4, .feature-block-two .inner-box:hover .content-box .text {

	color: #fff;

}



.view-all-btn {

	width: 116px;

	border: 1px solid #fff;

	border-radius: 20px;

	background-color: #363638;

	color: #fff;

	font-weight: 300;

	font-size: 14px;

	padding: 6px 17px;

	margin: 0 auto;

	display: block;

	transition: all 0.2s ease-in-out;

}



.view-all-btn:hover {

	background-color: rgba(54, 54, 56, 0.40);

	color: #fff;

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

}



.client-section {

	padding-top: 40px;

	padding-bottom: 70px;

	background-color: #e6ebf0;

}



.client-section .sec-title {

	margin-bottom: 0px;

}



.client-section .sec-title h2 {

	color: #585656;

	padding-bottom: 17px;

}



.client-section .sec-title h2::before {

	width: 0px;

	height: 0px;

	background-color: transparent;

}



.lang-icon {

	width: 22px;

	height: auto;

	margin-right: 10px;

}



.long-dropdown-menu, .long-dropdown-navigation {

	position: initial !important;

}



.long-dropdown-navigation li a {

	padding-left: 0px;

}



.long-dropdown {

	overflow: hidden;

}



.long-dropdown:hover {

	position: initial !important;

}



.long-dropdown>ul {

	width: calc(100% - 30px) !important;

	margin-left: 15px !important;

	padding: 0px 15px !important;

	overflow-x: auto;

}



.long-dropdown>ul>li {

	display: inline-block;

	width: initial !important;

	float: left;

}



.long-dropdown>ul>li>a {

	padding-left: 0px !important;

	color: white !important;

	font-size: 14px !important;

	font-weight: 700 !important;

	font-family: Arial, Helvetica, sans-serif;

}



.long-dropdown>ul>li>a:after, .child-service>li>a:after {

	content: "";

	height: 1px;

	width: 0%;

	background-color: transparent;

	display: block;

	transition: all 0.3s ease-in-out;

}



.long-dropdown>ul>li:hover>a:after, .child-service>li>a:hover::after {

	width: 100%;

	background-color: #fff;

}



.long-dropdown>ul>li:hover>a {

	background: transparent !important;

}



.child-service {

	position: initial !important;

	opacity: 1 !important;



	background: transparent !important;

	top: 0px;

	border-top: none !important;

	box-shadow: none !important;

	-webkit-box-shadow: none !important;

	counter-reset: my-counter;

}



.child-service>li:before {

	/* counter-increment: my-counter;



	content: counter(my-counter); */

	content: "";

	width: 5px;

	height: 5px;

	border-radius: 20px;

	position: absolute;

	left: 0;

	top: 10px;

	font-size: 14px;

	color: rgba(255, 255, 255, 0.30);

	background-color: #fff;

}



.child-service>li::after {

	content: "";

	height: 1px;

	width: calc( 100% - 5px) !important;

	display: block;

	background-color: #404040;

}



.child-service>li {

	width: calc( 100% - 5px) !important;

}



.child-service li a:hover {

	background: transparent !important;

	border-left: 2px solid transparent !important;

}



.child-service li a {

	padding-left: 16px !important;

}



/*



-------------------------------------------------------------------------



					Responsive style



-------------------------------------------------------------------------



*/



@media screen and (min-width: 1200px) and ( max-width: 1280px) {}



@media screen and (min-width: 1106px) and ( max-width: 1199px) {

	.feature-block-two .content-box {

		padding-top: 246px;

	}

}



@media screen and (min-width: 1080px) and ( max-width: 1105px) {

	.main-header .header-upper .logo-outer {

		margin: 0 auto;

		display: block;

		width: 166px;

		float: initial;

	}

	.team-section .link-box {

		margin-top: -30%;

	}

}



@media screen and (min-width: 1024px) and ( max-width: 1079px) {

	.main-header .header-upper .logo-outer {

		margin: 0 auto;

		display: block;

		width: 166px;

		float: initial;

	}

	.team-section .link-box {

		margin-top: -30%;

	}

}



@media screen and ( min-width: 960px) and ( max-width: 1023px) {

	#amazingcarousel-1 .amazingcarousel-prev {

		margin-left: -62px;

	}

	#amazingcarousel-1 .amazingcarousel-next {

		margin-right: -61px;

	}

	.feature-block-two .content-box {

		padding-top: 211px

	}

}



@media screen and ( min-width: 800px) and ( max-width: 959px) {

	#amazingcarousel-1 .amazingcarousel-prev {

		margin-left: -62px;

	}

	#amazingcarousel-1 .amazingcarousel-next {

		margin-right: -61px;

	}

	.feature-block-two .content-box {

		padding-top: 180px;

	}

}



@media screen and ( min-width: 860px) and ( max-width: 900px) {

	.feature-block-two .content-box {

		padding-top: 192px;

	}

}



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

	.feature-block-two .content-box {

		padding-top: 160px;

	}

	.fact-counters .counter-column .count-box .count-text {

		font-size: 59px;

	}

}



@media screen and (min-width: 320px) and ( max-width: 767px) {

	.long-dropdown-navigation, .long-dropdown, .long-dropdown:hover {

		position: relative !important

	}

	.long-dropdown>ul>li {

		display: block;

		width: 100% !important;

	}

	.long-dropdown>ul>li:hover>.child-service {

		display: block !important;

	}

	.team-section .link-box {

		margin-top: -22%;

	}

}



@media screen and (min-width: 500px) and ( max-width: 600px) {

	.feature-block-two .content-box {

		padding-top: 105px;

	}

}



@media screen and (min-width: 360px) and ( max-width: 480px) {

	.team-section .link-box {

		margin-top: -146px;

	}

	.banner-carousel .slide-item .link-box a {

		margin-right: 9px !important;

	}

}



@media screen and (min-width: 320px) and ( max-width: 359px) {

	.team-section .link-box {

		margin-top: -146px;

	}

	.banner-carousel .slide-item .link-box a {

		margin-right: 10px;

	}

	.banner-carousel .link-box a {

		position: relative;

		display: inline-block;

		margin-right: 20px;

		margin-bottom: 10px;

	}

	.btn-custom-style-one {

		border: 1px solid #fff;

		background-color: transparent;

		color: #fff;

		text-transform: uppercase;

	}

	.btn-style-one {

		padding: 10px 19px;

	}

	.custom-btn-read-more {

		width: 109px;

		text-align: center;

	}

}



.my-accordion {

	margin-bottom: 20px;

}



.my-accordion .card {

	margin-bottom: 10px;

}



.my-accordion .card-header a {

	color: #777777;

	font-weight: 700;

}



.profile-detail-sec {

	margin-top: 65px;

	margin-bottom: 100px;

}



.profile-detail-sec .member-profile-pic {

	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.13);

	width: 100%;

	height: 377px;

	border: 2px solid #fff;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

}



.profile-detail-sec .member-profile-pic::before {

	content: "";

	position: absolute;

	right: 34px;

	top: 20px;

	width: calc( 100% - 30px);

	height: 377px;

	border: 3px solid red;

	z-index: -1;

}



.profile-desc-col h1 {

	font-weight: 700;

	text-transform: uppercase;

	font-size: 31px;

	color: #525252;

	margin: 0px;

}



.profile-desc-col h1:after {

	content: "";

	width: 100%;

	display: block;

	border-bottom: 1px solid #000;

	margin: 10px 0px;

}



.profile-desc-col h3 {

	font-size: 18px;

	color: red;

	margin: 0px;

	margin-bottom: 0px;

	margin-bottom: 24px;

}



.profile-desc-col p {

	text-align: justify;

	text-align-last: left;

}



.profile-desc-col h4 {

	margin: 20px 0px 10px 0px;

	font-weight: 700;

}



.profile-desc-col ul, .profile-desc-col ol {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-direction: column;

	flex-direction: column;

	padding-left: 0;

	margin-bottom: 0;

}



.profile-desc-col ul li, .profile-desc-col ol li {

	border: none;

	border-bottom-color: currentcolor;

	border-bottom-style: none;

	border-bottom-width: medium;

	border-bottom: 1px solid #d8d8d8;

	margin-bottom: 0px;

	border-radius: 0px;

	color: #5f5f5f;

	font-size: 14px;

	font-weight: 600;

	position: relative;

	display: block;

	padding: .75rem 1.25rem;

	padding-left: 20px;

}



.profile-desc-col ul li:before, .profile-desc-col ol li:before {

	content: url("./images/list-check.png");

	position: absolute;

	left: 0;

	top: 9px;

}



.skills-col h1 {

	font-size: 33px;

	color: #5f5f5f;

	font-weight: 500;

	margin-bottom: 20px;

}



.skills-col .list-group .list-group-item {

	border: none;

	border-bottom: 1px solid #d8d8d8;

	margin-bottom: 0px;

	border-radius: 0px;

	color: #5f5f5f;

	font-size: 14px;

	font-weight: 600;

}



.skills-col .list-group .list-group-item::before {

	content: url("../images/resource/list-check.png");

	position: absolute;

	left: 0;

	top: 14px;

}



.desc-top-spacer {

	margin-top: 40px;

	margin-bottom: 20px;

}



.vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right {

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

	transform: translate3d(0, 0, 0);

}



.vert .carousel-item-next, .vert .active.carousel-item-right {

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

	transform: translate3d(0, 100% 0);

}



.vert .carousel-item-prev, .vert .active.carousel-item-left {

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

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

}



.carousel-control-next, .carousel-control-prev {

	height: 30px;

}



.carousel-control-prev {

	right: 22px;

	left: initial;

}



.btn-contact {

	background-color: #222222;

}



.btn-contact:hover {

	background-color: #6f6f6f;

}



.branch-block:nth-child(1) .info-box {

	border: 1px solid #2D6998;

}



.branch-block:nth-child(1) .info-box li .icon {

	color: #2D6998

}



.branch-block:nth-child(2) .info-box {

	border: 1px solid #34c2b0;

}



.branch-block:nth-child(2) .info-box li .icon {

	color: #34c2b0;

}



.branch-block:nth-child(3) .info-box {

	border: 1px solid #c234bb;

}



.branch-block:nth-child(3) .info-box li .icon {

	color: #c234bb;

}



.accordion-slider img {

	width: 150px !important;

	margin: 0 auto;

}



.btn-accor-car-nav {

	color: #474747;

	position: absolute;

	top: 84px;

}



.prev-btn {

	left: 0;

}



.next-btn {

	right: 0;

}



.show {

	visibility: visible !important;

	opacity: 1;

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

}



.sub-btn-group {

	width: 100%;

	padding-bottom: 14px;

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

}



.sub-btn-group .btn {

	padding: 0px;

	font-size: 20px;

	color: #fff;

	cursor: pointer;

}



.sub-btn-group input[type="text"] {

	border: none;

	border-radius: 0px;

}



.sub-btn-group .input-group-addon {

	background-color: #2D6998;

	border: none;

	border-radius: 0px;

	padding: 0px 31px 0px 10px;

}



.bottom-carous-prev, .bottom-carous-next {

	right: 0px;

	top: -39px;

}



.bottom-carous-prev {

	right: 34px;

}



.news-title {

	position: relative;

	font-size: 22px;

	line-height: 1.2em;

	font-weight: 500;

	float: left;

	width: 100%;

	margin-bottom: 16px;

}



.news-title a {

	color: #222222;

}

.radio-col-setter .form-check-label{

	margin-left: 20px;

}

.radio-col-setter .form-check{

	padding-left: 0px;

}

.other-form-inline-field .form-check{

	width: 100%;

}

.other-form-inline-field label{

	margin-right: 10px;

}

input[type="date"]{

	padding: 2px 10px !important;

}

.initial-form-control .form-control{

	width: initial !important;

}

.initial-form-control .input-group-text{

	height: 32px;

    background-color: transparent;

	border: none;

	padding-top: 10px;

}

.initial-form-control{

}

.custom-footer-bottom{

	    position: relative;

    background-color: #242424;

}

.custom-footer-bottom .auto-container {

  

    max-width: 1300px;

    padding: 0px 15px;

    margin: 0 auto;

}

.custom-footer-bottom .copyright-text {

   float: center;
    padding: 20px 0;

}

.custom-footer-bottom .copyright-text p {

 
float: center !important;
    font-size: 13px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 400;

}

.custom-mt-50{

	margin-top: 50px;

}

.custom-mt-20{

	margin-top: 20px;

}

.table-job-listing thead tr th,

.table-job-listing tbody tr td{

	border-right: 5px solid #ffffff;

	border-right-color: #ffffff;



}

.table-job-listing tbody tr th{

	border-right: 5px solid #ffffff;

	border-right-color: #ffffff !important;

}

.table-job-listing thead tr th{

	border-color: #ffffff !important;

}

.table-job-listing tbody tr th,

.table-job-listing tbody tr td{

	background-color: #f7f7f7;

}

.table-job-listing thead tr th:last-child,

.table-job-listing tbody tr td:last-child{

	border-right: 1px solid transparent;

	border-right-color: transparent;

	border-left-color: transparent;

}

.modal-backdrop{

	    display: none !important;

}

.branch-block .info-box {

	min-height: 228px;

	height: 228px;

}

.collapse.show{

	background: transparent;

}

.success-check {

    font-size: 60px;

    color: green;

    text-align: center;

    width: 100%;

    display: block;

}

.success-msge p {

    text-align: center;

}

.modal-dialog {

    position: relative !important;

    top: 35%;

}

.haroon-ca-img {

    padding: 270px 0 280px !important;

    height: 750px;

    background-size: cover;

    background-repeat: no-repeat;

}

.haroon-ca-img:before{

background-color: transparent !important;

}

.haroon-ca-img .auto-container{

max-width: 80%;

}

.haroon-ca-img .auto-container h2{

color: #2D6998;

text-align: left;

line-height: 29px;

}

.haroon-ca-img .auto-container .top-saperator{

width: 30%;

}

.haroon-ca-img .auto-container .top-saperator p{

color: #000000;

text-align: left;

}

.haroon-ca-img .auto-container .top-saperator::before{

border-top-color: #000000;

width: 100%;

}

.haroon-ca-slide-btn{

max-width: 200px;

float: left;

}

.haroon-ca-slide-btn a{

background-color: #2D699 !important;

color: #fff !important;

}

.banner-carousel .owl-prev, .banner-carousel .owl-next {

color: #222222;

}

.banner-carousel .slide-item{

	height: 100% !important;

}

.other-qual-check{

	width: 70px !important;

}

#other_qualification{

    float: left;

    width: calc(100% - 70px);

}

.left-padding-check-label{

	padding-left: 18px;

}

.remove-left-padding{

	padding-left: 0px !important;

}

.credit-in-fix .input-group-text{

	padding-left: 0px !important;

}



@media screen and (min-width: 1280px) and (max-width: 1366px){

	.banner-carousel .slide-item,

	.haroon-ca-img {

		height: 530px;

		background-size: cover;

		background-repeat: no-repeat;

	}

	.haroon-ca-img {

	    padding: 158px 0 280px !important;

	}

	.haroon-ca-img .auto-container {

	    max-width: 90%;

	}

	.haroon-ca-img .auto-container h2 {

	    font-size: 30px;

	}

	.haroon-ca-img .auto-container .top-saperator {

	    width: 400px;

	    margin-bottom: 20px;

	}

	.haroon-ca-img .auto-container .top-saperator p {

	    font-size: 13px;

	}

	.haroon-ca-img .link-box a:last-child {

	    margin-right: 0;

	    padding-top: 5px;

	    padding-bottom: 5px;

	}

	.banner-carousel .owl-prev, .banner-carousel .owl-next {

	    height: 40px;

	    line-height: 40px;

	    width: 40px;

	}

	.banner-carousel h2{

		font-size: 30px;

	}

	.banner-carousel .link-box a {

	    padding-top: 5px;

	    padding-bottom: 5px;



	}

	.banner-carousel .slide-item {

	    padding: 213px 0 245px;



	}

	.banner-carousel .owl-nav {

	    top: 54%;



	}

}

@media screen and (min-width: 823px) and (max-width: 1279px){

	.haroon-ca-img .auto-container .top-saperator {

		width: 500px;

	}

	.banner-carousel .slide-item, .haroon-ca-img {

		height: 390px;

		background-size: cover;

		background-repeat: no-repeat;

	}

	.haroon-ca-img {

		padding: 120px 0 150px !important;

	}

	.banner-carousel .slide-item {

		padding: 138px 0 250px;

	}

	.haroon-ca-img{

		padding: 49px 0 70px !important;

	}

}

@media screen and (min-width: 834px) and (max-width: 1024px){

	.services-section-two .services-column .service-block-two {

		flex: 0 0 50%;

		max-width: 50%;

	}

}

@media screen and (min-width: 1024px) and (max-width: 1105px){

	.main-header .header-upper .logo-outer{

		float: left;

		width: 80px;

	}

	.main-header .logo-outer .logo img {

		max-width: initial;

	}

	.haroon-ca-img{

		height: 390px;

	}

	.banner-carousel .slide-item,

	.haroon-ca-img{

		background-size: cover;

	}

}

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

	.main-header .header-upper .logo-outer {

		width: 80px !important;

	}

	.main-header .header-upper .nav-outer {

		width: initial !important;

	}

	.main-header .logo-outer .logo img{

		max-width: initial;

	}

	.main-menu .navigation > li > a{

		font-size: 12px;

	}

	.banner-carousel .slide-item,

	.haroon-ca-img{

		background-size: cover;

	}

}

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

	.main-header .main-menu .navigation > li {

		margin-right: 17px !important;

	}

}

@media screen and (min-width: 769px) and (max-width: 833px){

	.haroon-ca-img {

		padding: 49px 0 280px !important;

	}

	.services-section-two .services-column .service-block-two {

		flex: 0 0 33.3%;

		max-width: 33.3%;

	}

	.services-section .image-box .image img {

		width: 316px;

		margin: 0 auto;

	}

	.feature-block-two {

		flex: 0 0 25%;

		max-width: 25%;

	}

	.team-section .link-box{

		position: relative;

		bottom: 63px;

	}

	.feature-block-two .content-box{

		padding-top: 61px;

	}

	.feature-block-two .content-box h4 {

		font-size: 16px;

	}

}

@media (max-width: 834px){

	.initial-form-control .form-control{

		width: calc(100% - 30px) !important;

	}

}

@media (max-width: 768px){

	.banner-carousel .slide-item {

	    height: 337px !important;

	}

	

	.haroon-ca-img .auto-container {

	    max-width: 90% !important;

	}

	.haroon-ca-img .auto-container h2 {

	    font-size: 30px !important;

	}

	.haroon-ca-img .auto-container .top-saperator {

	    width: 400px !important;

	    margin-bottom: 20px !important;

	}

	.haroon-ca-img .auto-container .top-saperator p {

	    font-size: 13px !important;

	}

	.haroon-ca-img .link-box a:last-child {

	    margin-right: 0 !important;

	    padding-top: 5px !important;

	    padding-bottom: 5px !important;

	}

	.banner-carousel .owl-prev, .banner-carousel .owl-next {

	    height: 30px !important;

		line-height: 30px !important;

		width: 30px !important;

	}

	.banner-carousel h2{

		font-size: 30px !important;

	}

	.banner-carousel .link-box a {

	    padding-top: 5px !important;

	    padding-bottom: 5px !important;



	}

	.banner-carousel .slide-item {

	    padding: 94px 0 !important;



	}

	.haroon-ca-img {

		padding: 28px 0 10px !important;

		height: 337px !important;

	}

	.banner-carousel .owl-nav {

	    top: 54% !important;



	}

	.banner-carousel h2 {

	    font-size: 30px !important;

	}

	.feature-block-two ,

	.services-section-two .services-column .service-block-two{

		flex: 0 0 100%;

		max-width: 100%;

	}

	#amazingcarousel-1 .amazingcarousel-prev{

		left: 110px;

		top: -30px;

	}

	#amazingcarousel-1 .amazingcarousel-next {

		right: 112px;

		top: -29px;

	}

	#amazingcarousel-1 .amazingcarousel-prev,

	#amazingcarousel-1 .amazingcarousel-next{

		z-index: 9999;

	}

	.banner-carousel .slide-item,

	.banner-carousel .haroon-ca-img {

		height: 385px !important;

	}

	.owl-prev{

		left: 5px !important;

	}

	.owl-next{

		right: 5px !important;

	}

	.banner-carousel .active .haroon-ca-slide-btn{

		max-width: 150px;

	}

	.custom-news-sec .amazingcarousel-next,

	.custom-news-sec .amazingcarousel-prev{

		width: 40px !important;

		height: 40px !important;

		background-size: cover !important;

		top: -7px !important;

	}

	.chart-section .content-column .sec-title h2 {

		width: 261px;

		margin: 0 auto;

	}

	.chart-section p{

		text-align: center;

	}

	.chart-section .content-column .link-box {

		width: 162px;

		margin: 0 auto;

	}

	.chart-section .graph-column .graph-image img {

		margin: 0 auto;

	}

	.feature-block-two, .services-section-two .services-column .service-block-two {

		flex: 0 0 50%;

		max-width: 50%;

	}

	.initial-form-control .form-control{

		width: calc(100% - 30px) !important;

	}

}

@media (max-width: 767px){

	.feature-block-two {

		flex: 0 0 50%;

		max-width: 50%;

	}

	.services-section-two .services-column .service-block-two{

		flex: 0 0 50%;

		max-width: 50%;

	}

	.haroon-ca-img {

		padding: 38px 0 78px !important;

	}

	.chart-section .graph-column .graph-image img {

		margin: 0 auto;

	}

	.chart-section .content-column .sec-title h2 {

		text-align: center;

		width: 160px;

		margin: 0 auto;

	}

	.chart-section .content-column .link-box {

		width: 163px;

		margin: 0 auto;

	}

	.chart-section p{

		text-align: center !important;

	}

}

@media (max-width: 480px){

	.feature-block-two ,

	.services-section-two .services-column .service-block-two{

		flex: 0 0 100%;

		max-width: 100%;

	}

	#amazingcarousel-1 .amazingcarousel-prev{

		left: 110px;

		top: -30px;

	}

	#amazingcarousel-1 .amazingcarousel-next {

		right: 112px;

		top: -29px;

	}

	#amazingcarousel-1 .amazingcarousel-prev,

	#amazingcarousel-1 .amazingcarousel-next{

		z-index: 9999;

	}

	.banner-carousel .slide-item,

	.banner-carousel .haroon-ca-img {

		height: 385px !important;

	}

	.banner-carousel .haroon-ca-img{

		padding-top: 26px !important;

		}

	.owl-prev{

		left: 5px !important;

	}

	.owl-next{

		right: 5px !important;

	}

	.haroon-ca-img .auto-container .top-saperator {

		width: 100% !important;

	}

	.haroon-ca-img .auto-container h2,

	.haroon-ca-img .auto-container .top-saperator p {

		text-align: center;

	}

	.haroon-ca-slide-btn {

		max-width: 150px;

		float: initial;

		margin: 0 auto;

	}

	.banner-carousel .active .haroon-ca-slide-btn{

		max-width: 150px;

	}

	.custom-news-sec .amazingcarousel-next,

	.custom-news-sec .amazingcarousel-prev{

		width: 40px !important;

		height: 40px !important;

		background-size: cover !important;

		top: -7px !important;

	}

}



li.shedule {

    position: relative;

    padding-bottom: 14px;

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

    margin-bottom: 14px;

    list-style-type: none;

}



.service-block-two:hover {

  -ms-transform: scale(2.5); /* IE 9 */

  -webkit-transform: scale(2.5); /* Safari 3-8 */

  transform: scale(2.5); 

}



.card.img-zoom:hover {

 

  transform: scale(1.1); 

}



td, th {

    margin: 16px;

}



 #four{

  



  /* background: linear-gradient(40deg,#ff6ec4,#7873f5)!important; */

  background-image:url(../images/background/team-section.jpg);

  background-repeat: round;

  

}

.pricing-table .card {

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-border-radius: 15px;

  border-radius: 15px; }



  .pricing-table .card .card-title {

    font-size: 3rem;

    letter-spacing: .2rem;

    font-weight: 500;



    background-color:#2D6998;;

    color: white;

   

    border-radius: 4px;



     }



  .pricing-table .card .card-price {

    font-size: 2.5rem; }



    .pricing-table .card .card-price .term {

      font-size: 1.875rem; }



  .pricing-table .card .fa-ul li:not(:last-child) {

    margin-bottom: 1rem; }





@media (min-width: 992px) {

  .pricing-table .card:hover {

    margin-top: -.25rem;

    margin-bottom: .25rem;

    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);

    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } }





    .btn-purple {

    background-color: #2D6998!important;

    color: #fff;

}

/* .card{

	width: 270px;

} */



input.btn.btn-block.btn-purple.z-depth-0.btn-rounded.my-2{

    font-size: 18px;

    border-radius: 25px;

}

i.fas.fa-check {

    color: #37b731;

}



i.fas.fa-times {

    color: #db1414;

}



@media all and (max-width: 564px) and (min-width: 300px) {

	.content-box {

    margin-top: -80px;

}

p.text-white {

    font-size: 12px;

}

  

}



@media screen and (min-width: 900px) {

	.text.slider_text{



	width: 40% !important;

}





}



@media screen and (max-width: 425px) {



	.graph-image {

		display: none;



}





.fact-counters .counter-column .count-box .count-text{

	font-size: 40px;

}



span.percentage {

    font-size: 40px;

}

	



}

  







.text.slider_text{



	width: 100%;

}

h2.department {



    font-size: 40px;

    text-decoration: underline solid red;

}



h1.department {



    font-size: 40px;

    text-decoration: underline solid red;

}

ul.list_dir > li{

    margin-left: 30px;

   

}

/* new css */



.card.team {

	border-color: #2D6998;

}



.card-header.team{





	background-color:#2D6998;

	color: white;

	font-size: 18px;

	font-weight: bold;



}



li.list-group-item {

    font-size: 15px;

    color: black;

    border-color: #2D6998;



}



.card.team:hover {

	transform: scale(1.1);

}



.card.mb-30 {

    margin-bottom: 30px;

}





.profile-desc-col h2 {

	font-weight: 700;

	text-transform: uppercase;

	font-size: 31px;

	color: #525252;

	margin: 0px;

}



.profile-desc-col h2:after {

    content: "";

    width: 100%;

    display: block;

    border-bottom: 1px solid #000;

    margin: 10px 0px;

}


.contact-div-style{
	padding: 3% 10%;
    box-shadow: 0 0 10px rgba(0,0,0,.1607843137254902);
    border-radius: 25px;
}





