/***themify-icons***/
@charset "UTF-8";

@-webkit-keyframes logo-shape-animation {
  from {
    opacity: 0 !important;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
  }

  to {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@keyframes logo-shape-animation {
  from {
    opacity: 0 !important;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
  }

  to {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.logo-shape-animation {
  -webkit-animation-name: logo-shape-animation 0.5s 1.5s forwards;
  animation-name: logo-shape-animation 0.5s 1.5s forwards;
}

/*** for fancybox video ***/
.section-title {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.section-title > span,
.section-title-s2 > span {
	font-size: 16px;
	color: #D92228;
	display: block;
	margin-top: -1em;
	line-height: 1.85;
}
.section-title h2,
.section-title-s2 h2 {
	font-size: 48px;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.section-title h2,
	.section-title-s2 h2 {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}
@media (max-width: 767px) {
	.section-title h2,
	.section-title-s2 h2 {
		font-size: 32px;
		font-size: 2.13333rem;
	}
}
.section-title-s2 {
	margin-bottom: 55px;
	position: relative;
}
.section-title-s2:before {
	content: "";
	background: url("../images/add/line.png") center center/auto no-repeat local;
	width: 200px;
	height: 16px;
	position: absolute;
	right: 18%;
	top: 114%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
.section-title-s2 h2 {
	margin-bottom: 25px;
}
.section-title p {
	font-size: 16px;
	margin-top: 45px;
	position: relative;
}
.section-title p:before {
	content: "";
	background: url("../images/add/line.png") center center/auto no-repeat local;
	width: 200px;
	height: 16px;
	position: absolute;
	top: -30px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
@media (max-width: 991px) {
	.section-title p {
		font-size: 15px;
		font-size: 1rem;
	}
}
.theme-btn,
.theme-btn-s2 {
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #222a35;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: 0;
	outline: none;
	display: inline-block;
	border-radius: 50px;
}
@media (max-width: 991px) {
	.theme-btn,
	.theme-btn-s2 {
		font-size: 17px;
		font-size: 1.13333rem;
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
	background-color: #051429;
	color: #fff;
}
.theme-btn-s2 {
	background-color: #051429;
	color: #fff;
}
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
	background-color: #D92228;
	color: #fff;
}
.theme-btn-s7 {
	background-color: #D92228;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: 0;
	outline: none;
	display: inline-block;
	border-radius: 50px;
}
.theme-btn-s7:hover,
.theme-btn-s7:active {
	background-color: #fff;
	color: #051429;
}

/******************************
#page title
******************************/
.page-title {
	background: url("../images/page-title.jpg") center center/cover no-repeat local;
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
	padding-top: 100px;
}
@media (max-width: 1199px) {
	.page-title {
		padding-top: 0px;
		height: 350px;
	}
}
@media (max-width: 991px) {
	.page-title {
		height: 300px;
		padding-top: 0px;
	}
}
.page-title:before {
	content: "";
	background-color: rgba(5, 20, 41, 0.70);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.page-title .container {
	height: 100%;
	display: table;
	padding: 0;
}
.page-title .container > .row {
	vertical-align: middle;
	display: table-cell;
}
.page-title h2,
.page-title ol {
	color: #fff;
}
.page-title h2 {
	font-size: 50px;
	color: #fff;
	margin: 0;
	float: right;
}
@media (max-width: 767px) {
	.page-title h2 {
		float: none;
		font-size: 36px;
	}
}
.page-title .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-top: 36px;
	float: left;
}
@media (max-width: 767px) {
	.page-title .breadcrumb {
		text-align: center;
		float: none;
	}
}
.page-title .breadcrumb li {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #fff;
	margin-left: 5px;
	position: relative;
}
@media (max-width: 767px) {
	.page-title .breadcrumb li {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}
.page-title .breadcrumb li a {
	color: #D92228;
}
.page-title .breadcrumb li a:hover {
	color: #ddb205;
}
.page-title .breadcrumb > li + li {
	margin-right: 20px;
	padding-right: 15px;
}
.page-title .breadcrumb > li + li:before {
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	padding: 0;
	position: absolute;
	right: -10px;
	top: 9px;
}
.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}
.preloader .sk-cube-grid {
	width: 60px;
	height: 60px;
	position: absolute;
	right: calc(50% - 30px);
	top: calc(50% - 30px);
}
.preloader .sk-cube-grid .sk-cube {
	width: 100%;
	height: 100%;
	background-color: #D92228;
	float: right;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.preloader .sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.preloader .sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.preloader .sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.preloader .sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.preloader .sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.preloader .sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.preloader .sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.preloader .sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.preloader .sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
	position: relative;
	height: 90vh;
	/** slider controls **/
	/*** hero slider animation ***/
}
@media (max-width: 767px) {
	.hero {
		min-height: 420px;
	}
}
.hero .slide {
	height: 90vh;
	position: relative;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width: 767px) {
	.hero .slide {
		min-height: 420px;
	}
}
.hero .slide .slider-bg {
	display: none;
}
.hero .slide:focus {
	outline: none;
}
.hero .slide .container {
	height: 100%;
	display: table;
	padding: 0;
}
.hero .slide .row {
	display: table-cell;
	vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
	background-color: transparent;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	z-index: 10;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.hero .slick-prev:hover,
.hero .slick-next:hover {
	opacity: 1;
}
@media (max-width: 991px) {
	.hero .slick-prev,
	.hero .slick-next {
		display: none !important;
	}
}
.hero .slick-prev {
	right: 25px;
}
.hero .slick-prev:before {
	font-family: "themify";
	content: "\e649";
	opacity: 1;
}
.hero .slick-next {
	left: 25px;
}
.hero .slick-next:before {
	font-family: "themify";
	content: "\e64a";
	opacity: 1;
}
.hero .slick-dots {
	bottom: 30px;
}
@media screen and (min-width: 992px) {
	.hero .slick-dots {
		display: none !important;
	}
}
.hero .slick-dots li {
	margin: 0;
}
.hero .slick-dots button {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.hero .slick-dots .slick-active button {
	background-color: #D92228;
}
.hero .slick-dots button:before,
.hero .slick-dots button:before {
	display: none;
}
.hero .slide-caption > div * {
	-webkit-animation: fadeOutRight 1.5s both;
	animation: fadeOutRight 1.5s both;
}
.hero .slide-caption > div.slide-title * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero .slide-caption > div.slide-subtitle * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero .slide-caption > div.btns * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero .hero-slider .slick-current .slide-caption > div * {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.hero .hero-slider .slick-current .slide-caption > div.btns * {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/*-------------------------------------------
#hero style 3
--------------------------------------------*/

.hero-style-3 {
	min-height: 700px;
}
@media (max-width: 991px) {
	.hero-style-3 {
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.hero-style-3 {
		min-height: 450px;
	}
}
.hero-style-3 .slide {
	min-height: 700px;
}
@media (max-width: 991px) {
	.hero-style-3 .slide {
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.hero-style-3 .slide {
		min-height: 450px;
	}
}
.hero-style-3 .slide:before {
	content: "";
	background: rgba(5, 20, 41, 0.66);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.hero-style-3 .slide-caption {
	text-align: right;
}
@media screen and (min-width: 1200px) {
	.hero-style-3 .slide-caption {
		padding-top: 65px;
	}
}
.hero-style-3 .slide-caption .slide-subtitle p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.hero-style-3 .slide-caption .slide-subtitle p {
		font-size: 18px;
	}
}
.hero-style-3 .slide-caption .slide-title h2 {
	font-size: 46px;
	color: #fff;
	margin: 0.38em 0 0.63em;
}
@media (max-width: 767px) {
	.hero-style-3 .slide-caption .slide-title h2 {
		font-size: 34px;
	}
}
.hero-style-3 .slide-caption .slide-title h2 span {
	color: #D92228
}
.hero-style-3 .slide-caption .btns > a:first-child {
	margin-left: 10px;
}
.slide-title span{
	text-shadow: 1px 1px 1px #722c2c;

}
/*--------------------------------------------------------------
#0.7  about-section
--------------------------------------------------------------*/

.about-section {
	padding-top: 100px;
}
.about-text {
	margin-bottom: 90px;
	text-align: justify;
}
@media (max-width: 991px) {
	.dis-none {
		display: none;
	}
}
@media (max-width: 991px) {
	.about-section .about-info {
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.about-section .section-title-s2:before {
		display: none;
	}
}
.about-section .about-text h3 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}
.about-section .about-text h3 span {
	font-weight: bold;
}
.about-info .img-holder {
	text-align: center;
}

/*--------------------------------------------------------------
#2.5  experience-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
cta
----------------------------------------------------------------*/

.cta {
	background-color: #051429;
	padding: 50px 0;
}
@media (max-width: 991px) {
	.cta {
		text-align: center;
	}
}
.cta .container {
	position: relative;
}
.cta h3 {
	font-size: 23px;
	color: #fff;
	margin: 0;
	position: relative;
	top: 3px;
	font-weight: 500;
}
@media (max-width: 991px) {
	.cta h3 {
		margin: 0 0 1.5em;
		top: 0;
	}
}
@media (max-width: 767px) {
	.cta h3 {
		font-size: 17px;
		font-size: 1.13333rem;
	}
}
.cta h2 {
	color: #fff;
}
.cta p {
	color: #d6d6d6;
}

/***************************************************
advisor style 1
****************************************************/

/*--------------------------------------------------------------
#1.0  project-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.0  project-section-s2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
.services-section-s4
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.services-section-s4 .about-features {
		margin: 0 -22px;
	}
}
.services-section-s4 .grid {
	width: 33.33%;
	float: right;
	padding: 60px 100px 0px 35px;
	position: relative;
}
@media (max-width: 1199px) {
	.services-section-s4 .grid {
		width: calc(50% - 30px);
	}
}
@media (max-width: 600px) {
	.services-section-s4 .grid {
		width: 100%;
		float: none;
	}
}
.services-section-s4 .grid i:before {
	font-size: 50px;
	font-size: 3.33333rem;
	color: #D92228;
}
@media (max-width: 767px) {
	.services-section-s4 .grid i:before {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}
.services-section-s4 .grid .icon {
	position: absolute;
	right: 30px;
	top: 70px;
}
.services-section-s4 .details {
	position: relative;
	margin-top: -45px;
}
.services-section-s4 .count {
	font-size: 200px;
	color: #f7f7f7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
@media (max-width: 767px) {
	.services-section-s4 .count {
		font-size: 62px;
		font-size: 4.13333rem;
	}
}
.services-section-s4 .details h3 {
	font-size: 26px;
	font-weight: 600;
	padding: 2.6em 0 0;
	/*font-family: "secondary-font", "primary-font", "segoe ui", "tahoma"; */
}
@media (max-width: 767px) {
	.services-section-s4 .details h3 {
		font-size: 18px;
	}
}
.services-section-s4 .details p {
	margin: 0;
}

/*--------------------------------------------------------------
video-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.6  social-newsletter-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.3  partners-section
--------------------------------------------------------------*/

.partners-section {
	margin-bottom: 100px;
}
@media (max-width: 991px) {
	.partners-section {
		margin-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.partners-section {
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.partners-section .partner-grids {
		padding: 40px 20px 33px;
	}
}

/*--------------------------------------------------------------
#1.2  contact-section
--------------------------------------------------------------*/

.contact-section {
	position: relative;
	padding-bottom: 105px;
}
@media (max-width: 991px) {
	.contact-section {
		padding-bottom: 85px;
	}
}
@media (max-width: 767px) {
	.contact-section {
		padding-bottom: 75px;
	}
}
.contact-section .contact-form {
	position: relative;
}
.contact-section .contact-form form > div {
	margin-bottom: 35px;
}
.contact-section .contact-form form > div:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.contact-section .contact-form form > div.half_size {
		width: calc(50% - 10px);
	}
	.contact-section .contact-form form > div.half_size.right_side {
		float: right;
	}
	.contact-section .contact-form form > div.half_size.left_side {
		float: left;
	}
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
	font-size: 15px;
	font-size: 1rem;
	background: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 2px solid #e4e4e4;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
}
.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.contact-section .contact-form input,
	.contact-section .contact-form textarea {
		font-size: 14px;
		font-size: calc(14);
	}
}
.contact-section .contact-form textarea {
	height: 150px;
}
.contact-section .contact-form .submit-btn-wrapper {
	margin-bottom: 0;
}
.contact-section .contact-form .submit-btn-wrapper button {
	border: 0;
}
@media (max-width: 1199px) {
	.contact-section .contact-form {
		margin-top: 50px;
	}
}
.contact-section .contact-form h3 {
	margin-bottom: 30px;
	/* font-family: "secondary-font", "primary-font", "segoe ui", "tahoma"; */
}
.contact-section .contact-title h2 {
	margin-bottom: 20px;
}
.contact-section .details {
	padding-left: 25px;
}
.contact-section .details ul {
	list-style: none;
	margin-top: 50px;
}
.contact-section .details ul li {
	width: 50%;
	float: right;
	position: relative;
	padding-right: 75px;
	padding-top: 10px;
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	.contact-section .details ul li {
		padding-right: 60px;
		padding-top: 5px;
	}
}
@media (max-width: 600px) {
	.contact-section .details ul li {
		width: 100%;
	}
}
.contact-section .details ul h5 {
	font-size: 16px;
	font-weight: normal;
	color: #484848;
	margin: -9px 0 0.38em;
}
@media (max-width: 767px) {
	.contact-section .details ul h5 {
		font-size: 14px;
		margin-top: -5px;
	}
}
.contact-section .details ul span {
	font-size: 15px;
	font-weight: normal;
	color: #8f9aa7;
}
@media (max-width: 767px) {
	.contact-section .details ul span {
		font-size: 13px;
	}
}
.contact-section .details ul > li:nth-child(3n) {
	margin-right: 0;
}
.contact-section .details .icon {
	width: 60px;
	height: 60px;
	line-height: 57px;
	text-align: center;
	border: 1px solid #f7f4f4;
	border-radius: 12px;
	-webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 767px) {
	.contact-section .details .icon {
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
}
.contact-section .details .icon i {
	font-size: 25px;
	color: #D92228;
}
@media (max-width: 767px) {
	.contact-section .details .icon i {
		font-size: 20px;
	}
}

[class^="ti-"] {
	vertical-align: middle;
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.slide-caption {
		padding-right: 65px;
		padding-left: 65px;
	}
}
@media (min-width: 992px) and (max-width: 1102px) {
	.slide-caption {
		padding-right: 70px;
		padding-left: 70px;
	}
}

.activities-icon {
	font-size: 3.33rem;
	color: #D92228;
}
.j-format {
	text-align: justify;
}

.below-images {
	text-align: center;
	align-items: center;
}
.below-images img{
	width: auto !important;
	height: 88px !important;
	display: inline-block !important;
}