/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800|Rubik:400,400i,500,500i,700,700i');
 body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6e6e6e;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

li.hovermenu>a {
	padding: 30px 10px 24px 10px!important;
}

.hovermenu:hover {
    background: #01AFEE;
    color: rgb(234, 235, 255);
    transform: scale(1.05);
	
  }

  .hovermenu:hover .sub-menu {
  	display: block;
  	position: relative;
  }
  
  .hovermenu:hover, .dropdown:hover {
    background: #01AFEE;
    color: #011B54;
    /*transform: scale(1.1);*/
  }

 .mobile-menu li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

  .oval {
	height: 247px;
	width: 466px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
  }

  .greenBar{
    height: 22vh;
    background-color: #45807e;
    text-align: center;
    display: flex;
}

.BorderRounding1{
	border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.BorderRounding2{
	border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.BorderRounding3{
	border-top-left-radius: 30%;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 10%;
    border-bottom-left-radius: 10%;
}

.shadowToImage
{
	box-shadow: 10px 10px 5px #ccc;
      -moz-box-shadow: 10px 10px 5px #ccc;
      -webkit-box-shadow: 10px 10px 5px #ccc;
      -khtml-box-shadow: 10px 10px 5px #ccc;
}

#circle {
    width: 20vh;
    height: 20vh;
    background: #fbfeff;
    border-radius: 50%;
    border: 1px solid #3b3838;
    position: relative;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 11vw;
    margin-right: 11vw;
}

#circleIcon1{
	margin-top:30%;
	transform: scale(1.3);
}

#RoundedBoxesContainer{
    display: flex;
}
#RoundedBox{
    background-color: #3b3838;
    margin-top: 10px;
    height: auto;
    width: 20vw;
    margin-right: 6vw;
    margin-left: 6vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
}

#faqContainer{
    background-image: url('../images/FAQ.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#ManagementFeatures{
    background-image: url('../images/FAQ.png');
    width: 100%;
    height: 180vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#FinancialFeatures{
    background-image: url('../images/FAQ.png');
    width: 100%;
    height: 152vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#RentalsFeatures{
    background-image: url('../images/FAQ.png');
    width: 100%;
    height: 150vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#RentalFeutures h2{
    background-color: #3b3838;
    margin-right: 35vw;
    margin-left: 35vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
	color: white;
    font-weight: 500;
    border-radius: 12px;
}

.yellowBar{
    height: 22vh;
    background-color: #f7be26;
    text-align: center;
    display: flex;
}

#FinancialFeutures h2{
    background-color: #009be1;
    margin-right: 25vw;
    margin-left: 25vw;
    padding-top: 10px;
	color: white;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}

#Clients h2{
    background-color: #009be1;
    margin-right: 25vw;
    margin-left: 25vw;
    padding-top: 10px;
	color: white;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}

#RentalFeutures h2{
	background-color: #009be1;
	margin-right: 35vw;
	margin-left: 35vw;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
	border-radius: 12px;
}

#SchemeManagementFeatures h2{
    background-color: #009be1;
    margin-right: 10vw;
    margin-left: 10vw;
	color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}

.orangeBar{
    height: 22vh;
    background-color: #f79a28;
    text-align: center;
    display: flex;
}

.SchemeManagementButton {
	background-color: #289ee5; /* Green */
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.SchemeManagementButton1 {
	background-color: white; 
	color: black; 
	border: 2px solid #289ee5;
}
  
.SchemeManagementButton1:hover {
	background-color: #289ee5;
	color: white;
}

#whiteSpacer{
	height: 18vh;
}
#RoundedBox h4{
    font-weight: 600;
	color: white;
    text-decoration: underline
}
#RoundedBox p{
    font-size: 18px;
	color: white;
    margin-left: 40px;
    margin-right: 40px;
}

#orangeButton{
	background-color: #d76213;
	color: #ebfbff;
	width: 10vw;
	position: relative;
	margin-left: 5vw;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar {
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 89px;
	z-index: 1;
}
.ManagementDropdown1{
	display: none;
    margin:0;
    margin-top: 0px;
    /*margin-left: 24.4%;*/
    position: fixed;
    border-top: 1px solid #ebfbff;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 320px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  .ManagementDropdown2{
	display: none;
    margin:0;
    margin-top: 40px;
    /*margin-left: 24.4%;*/
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 320px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  .ManagementDropdown3{
	display: none;
    margin:0;
    margin-top: 80px;
    /*margin-left: 24.4%;*/
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 320px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  #ManagementDropdown1:hover{
    background-color: #30afee;
  }
  #ManagementDropdown2:hover{
    background-color: #30afee;
  }
  #ManagementDropdown3:hover{
    background-color: #30afee;
  }

  .FeaturesDropdown1{
    display: none;
    margin:0;
    margin-top: 0px;
    /*margin-left: 33.1%;*/
    position: fixed;
    border-top: 1px solid #ebfbff;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 380px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  .FeaturesDropdown2{
    display: none;
    margin:0;
    margin-top: 40px;
    /*margin-left: 33.1%;*/
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 380px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  .FeaturesDropdown3{
    display: none;
    margin:0;
    margin-top: 80px;
    /*margin-left: 33.1%;*/
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 380px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  #FeaturesDropdown1:hover{
    background-color: #30afee;
  }
  #FeaturesDropdown2:hover{
    background-color: #30afee;
  }
  #FeaturesDropdown3:hover{
    background-color: #30afee;
  }

  .lightblue{
	color: #01AFEE;
  }

  #myBackToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 38px;
    border: none;
    outline: none;
    background-color:#30afee;
    color: white;
    cursor: pointer;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  
  #myBackToTop:hover {
    background-color: rgb(119, 119, 119);
  }

	#AbouUsHeading{
		color: #ffffff;
		margin: 0px;
		padding-top: 60px;
		padding-bottom: 20px;
		margin-right: 10vw;
		font-size: 37px;
		margin-left: 10vw;
		font-weight: 500;
	}
	#AbouUsText{
		color: #ffffff;
		margin: 0px;
		font-weight: 500;
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 10vw;
		margin-left: 10vw;
	}

.addPointer{
	cursor: pointer;
}

#HomeContainer{
    background-image:url(../images/skyScrapers.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
    color: #ffffff;
    text-align: center;
}

#HeroSectionIntro{
    color: #ffffff;
    margin: 15px;
    opacity: 100%;
}

#HeroHeading{
    background-color: black;
    color: #ffffff;
    background-color: #30afeeb5;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: none;box-shadow: none;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #252525;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #6e6e6e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #009EE5;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 45px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
.btn::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	height: 100%;
	width: 100%;
	background: #011B54;
	z-index: -1;
	border-radius: 50px;
	transition: all .3s;
	opacity: 1;
}
.btn:hover{color: #fff;}
.btn:hover::before{opacity: 0;}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
#scrollUp {
	background: #009EE5;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}
#scrollUp:hover {
	background: #011B54;
}
.single-cta h5 {
	color: #011B54;
}
/* 2. header */

.header-top {
	display: none!important;
	border-bottom: 1px solid #e6e6e6;
	font-size:13px;
}

.header-top i.fa {
	color: #011B54!important;
}
.innder-ht {
	padding: 10px 0;
}
.wellcome-text p {
	margin-bottom: 0;
	color: #8a8a8a;
}
.header-cta ul li {
	display: inline-block;
	margin-left: 35px;
}
.header-cta ul li:first-child{margin-left: 0;}
.header-cta ul li i {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.header-top-cta ul li {
	display: inline-block;
	width: 240px;
	margin-right: 20px;
}
.header-top-cta ul li:last-child {margin-right: 0;}
.h-cta-icon {
	float: left;
	display: block;
	margin-right: 20px;
}
.h-cta-content {
	overflow: hidden;
}
.h-cta-content h5 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.h-cta-content p {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 18px;
}
.main-menu ul li {
	display: inline-block;
	/*margin-left: 5px;*/
	position: relative;
	z-index: 9999;
}
.main-menu ul li.active a {
	color: #011B54;
}
.main-menu ul li a {
	display: block;
	color: #6a6a6a;
	font-family: 'Poppins', sans-serif;
	/*font-weight: 500;*/
	padding: 20px 0;
	position: relative;
	font-size: 13px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.menu-area .menu-tigger {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 40px;
	margin-top: 27px;
}
.menu-area .menu-tigger span {
	height: 2px;
	width: 30px;
	background: #2935bb;
	display: block;
	margin: 7px 0;
	transition: .3s;
}
.main-menu ul li:hover a {
	color: #011B54;
}
.main-menu ul li:hover > a::before{width: 100%;}
.display-ib{display: inline-block;}
.header-btn{margin-left: 40px;}
.header-social a {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	height: 40px;
	width: 40px;
	background: #009EE5;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
}
.header-social a:hover{color: #fff;background: #011B54;}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 9999;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {display: none;}
#mobile-menu {
	display: block;
}
.second-header {
	border: none;
	padding-bottom: 50px;
	background: #f4f4fe;
	padding-top: 10px;
}
.second-menu {
	background: #fff;
	position: relative;
	z-index: 9;
	margin-bottom: -85px;
	box-shadow: 0px 10px 30px 0px rgba(36, 33, 106, 0.41);
	padding: 15px 50px;
	margin-top: -35px;
}
.second-menu::before {
	content: "";
	position: absolute;
	left: 17px;
	right: 17px;
	bottom: -10px;
	background: #c0bfd4;
	height: 10px;
	z-index: -1;
	box-shadow: 0px 10px 30px 0px rgba(36, 33, 106, 0.41);
}
.sticky-menu .second-menu {
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.sticky-menu .second-menu::before{content: none;}
.second-menu .main-menu ul li{margin-left: 18px;}
.second-menu .main-menu ul li:first-child{margin-left: 0;}
.second-menu .main-menu ul li a::before{content: none;}
.second-header-btn .btn {
	background: transparent;
	border: 2px solid #011B54;
	font-size: 16px;
	text-transform: uppercase;
	color: #252525;
}
.second-header-btn .btn:hover {
	color: #fff;
	background: #011B54;
}
.second-header-btn .btn::before{content: none;}
.offcanvas-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 300px;
	z-index: 999;
	background: #00081b;
	top: 0;
	padding: 30px;
	transition: .5s;
	transform: translateX(100%);
}
.offcanvas-menu.active{
	transform: translateX(0)
}
.menu-close i {
	font-size: 18px;
	color: #fff;
	transition: .3s;
	cursor: pointer;
}
.menu-close:hover i{
	color: #009EE5;
}
.offcanvas-menu ul {
	margin-top: 30px;
}
.offcanvas-menu ul li {
	border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	padding: 6px 0;
	display: block;
}
.offcanvas-menu ul li:hover a{
	color: #009EE5;
}
.side-social a {
	color: #fff;
	margin-right: 10px;
}
.side-social {
	margin-top: 30px;
}
.side-social a:hover{
	color: #009EE5;
}
.offcanvas-menu form {
	position: relative;
	margin-top: 30px;
}
.offcanvas-menu form input {
	width: 100%;
	background: none;
	border: 1px solid #2d3547;
	padding: 7px 10px;
	color: #fff;
}
.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #009EE5;
    padding: 8px 14px;
	top: 0;
	cursor: pointer;
}
.offcanvas-menu form button i {
	color: #fff;
}
.offcanvas-overly {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active{
	opacity: .5;
	visibility: visible;
}
.off-logo {display: none;}
/* breadcrumb */
.breadcrumb-area {
	min-height: 600px;
	background-position: center;
	background-size: cover;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
	font-size: 16px;
	color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	color: #ddd;
	content: ">";
}
.breadcrumb-title h2 {
	font-size: 70px;
	margin-bottom: 25px;
	line-height: 1;
	color: #fff;
}
.breadcrumb-title p {
	margin-bottom: 0;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}
.breadcrumb > .active {
	color: #009EE5;
	font-weight: 500;
}
/* 3. slider */
.slider-bg {
	min-height: 650px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background: #000;*/
	/*opacity: .4;*/
	z-index: -1;
}
.slider-content > span {
	font-size: 16px;
	font-weight: 500;
	color: #009EE5;
	text-transform: uppercase;
	letter-spacing: 6px;
	display: block;
	margin-bottom: 20px;
}
.slider-content h2 {
	font-size: 50px;
	color: #fff;
	letter-spacing: -2px;
	line-height: 1.1;
	margin-bottom: 40px;
	margin-top: -280px;
	text-align: center;
	text-shadow: 1px 1px #000;
}
.slider-content h2 span {
	color: #009EE5;
	text-shadow: 1px 1px #000;
}
.slider-content p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #009EE5;
	margin-right: 20px;
	position: relative;
	top: -4px;
	text-shadow: 1px 1px #000;
}
.slider-content p {
	color: #011B54;
	font-size: 18px;
	margin-bottom: 0;
	text-shadow: 1px 1px #000;
}
.slider-btn .btn {
	background: #fff;
	color: #011B54;
}
.slider-btn .btn::before {
	content: none;
}
.slider-btn .btn {
	box-shadow: 3px 3px 0 0 #009EE5;
}
.slider-btn .btn:hover{box-shadow: none;}
.p-relative{position: relative;}
.down-arrow {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	height: 60px;
	width: 30px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 18px;
}
.down-arrow:hover{color: #fff;}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	height: 60px;
	width: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 65px;
	border: none;
	background: #009EE5;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	padding: 0;
	box-shadow: 4px 2px 0 0 transparent;
	transition: .5s;
}
.slider-active .slick-next {
	right: 70px;
	left: auto;
}
.slider-active .slick-arrow:hover {
	box-shadow: 4px 2px 0 0 #011B54;
}
.second-slider-content h2 {
	font-size: 90px;
	margin-bottom: 20px;
}
.second-slider-bg::before{opacity: .85;}
.second-slider-content {
	padding-top: 85px;
	padding-bottom: 5px;
}
.s-slider-content h2{margin-bottom: 25px;}
.s-slider-content p {
	font-size: 16px;
	text-align: center;
}
.btn.ss-btn {
	background: #009EE5;
	box-shadow: none;
	margin-left: 20px;
}
.btn.ss-btn:hover {background: #fff;}
.slider-shape{position: absolute !important;z-index: 9;}
.ss-one {
	top: 180px !important;
	left: 115px !important;
}
.ss-two {
	top: 60% !important;
	left: 18% !important;
}
.ss-three {
	top: 80% !important;
	left: 8% !important;
}
.ss-four {
	top: 85% !important;
	left: 30% !important;
}
.ss-five {
	left: 61% !important;
	top: 83% !important;
}
.ss-six {
	left: 88% !important;
	top: 80% !important;
}
.ss-seven {
	top: 20% !important;
	left: 89% !important;
}
/* 4. about */
.about-img {
	margin-left: -50px;
}
.about-text {
	position: absolute;
	bottom: 65px;
	right: 30px;
	height: 105px;
	width: 265px;
	text-align: center;
	background: #011B54;
	box-shadow: 5px 5px 0 0 #009EE5;
}
.about-text span {
	font-size: 24px;
	color: #fff;
	font-style: italic;
	top: 20px;
	position: relative;
}
.about-title > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #011B54;
	height: 30px;
	display: inline-block;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.about-title h2 {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 35px;
	color: #011B54;
}
.about-title p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #009EE5;
	margin-right: 20px;
	position: relative;
	top: -5px;
}
.about-title p {
	font-size: 18px;
	margin-bottom: 0;
	color: #009ee5;
}
.about-content p {
	margin-bottom: 45px;
}
.section-t h2 {
	font-size: 350px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
	color: #252525;
	opacity: .05;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-style: italic;
	top: -35px;
	line-height: 1;
}
.second-about {
	top: 40%;
	transform: translate(-50%,-50%);
	left: 50%;
	right: 0;
	bottom: 0;
}
.second-atitle > span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #011B54;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
	background: transparent;
}
.s-about-content p {
	margin-bottom: 28px;
}
/* 5. features */
.features-content h4 {
	font-size: 24px;
	margin-bottom: 17px;
}
.features-content p {
	padding: 0 40px;
	margin-bottom: 25px;
}
.s-btn {
	font-size: 14px;
	font-weight: 500;
	color: #252525;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 9px 30px;
	border-radius: 50px;
}
.s-btn:hover {
	background: #009EE5;
	border-color: #009EE5;
	color: #fff;
}
.section-title span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #009EE5;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.section-title h2 {
	font-size: 55px;
	letter-spacing: -2px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	position: relative;
	color: #011B54;
}
.section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #011B54;
	margin: auto;
	transition: .3s;
}
.cta-title h2 {
	font-size:55px;
}
section:hover .section-title h2::before{width: 100px;}
.features-p {
	padding-top: 380px;
}
.features-icon img {
	border: 5px solid transparent;
	border-radius: 50%;
	transition: .5s;
}
.s-features:hover .features-icon img {
	border: 5px solid #009EE5;
}
.features-shape{position: absolute;z-index: -1;}
.fshape-one {
	left: 120px;
	top: 25%;
}
.fshape-two {
	left: 15%;
	top: 51%;
}
.fshape-three {
	top: 69%;
	left: 6%;
}
.fshape-four {
	top: 40%;
	left: 89%;
}
.fshape-five {
	top: 71%;
	left: 83%;
}
/* 6. services */
.services-area.gray-bg{position: relative;z-index: 1;overflow: hidden;}
.single-services {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}
.single-services::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #43d4a9;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.service-t h2 {
	top: 55px;
}
.services-thumb img {
	width: 100%;
}
.services-content span {
	display: block;
	height: 2px;
	width: 150px;
	background: #011B54;
	transition: .3s;
	margin-bottom: 55px;
}
.services-content {
	padding: 60px 40px;
	padding-bottom: 55px;
}
.services-content small {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.services-content h4 {
	font-size: 24px;
	margin-bottom: 23px;
}
.services-content h4:hover a{color: #009EE5;}
.services-content p{margin-bottom: 0;}
.single-services:hover .services-content span {background: #009EE5;}
.single-services:hover::before{opacity: 1;}
.services-active .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	line-height: 1;
}
.services-active .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	height: 5px;
	width: 20px;
	background: #011B54;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
}
.services-active .slick-dots li.slick-active button {
	width: 50px;
	background: #009EE5;
}
.services-active .slick-track {
	padding-bottom: 10px;
}
.services-icon {
	margin-bottom: 35px;
}
.second-services-content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: .3s;
	color: #011B54;
}
.second-services-content p {
	margin-bottom: 18px;
}
.second-services-content a {
	font-size: 14px;
	font-weight: 500;
	color: #009ee5;
	position: relative;
	transition: .5s;
}
.second-services-content a::before,.second-services-content a::after {
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 30px;
	background: #6e6e6e;
	transition: .5s;
	opacity: 1;
}
.second-services-content a::after {
	left: -40px;
	right: unset;
	opacity: 0;
}
.s-single-services {
	transition: .3s;
	padding: 60px 40px;
}
.s-single-services:hover {background: #fff;}
.s-single-services:hover .second-services-content h5{color: #1696e7;}
.s-single-services:hover .second-services-content a{padding-left: 50px;color: #011B54;}
.s-single-services:hover .second-services-content a::before{right: -60px;opacity: 0;}
.s-single-services:hover .second-services-content a::after{left: 0;opacity: 1;background: #009EE5;}
.s-single-services.active {background: #fff;}
.s-single-services.active .second-services-content h5{color: #009EE5;}
.s-single-services.active .second-services-content a{padding-left: 50px;color: #009EE5;}
.s-single-services.active .second-services-content a::before{right: -60px;opacity: 0;}
.s-single-services.active .second-services-content a::after{left: 0;opacity: 1;background: #011B54;}
.services-bg {
	background-position: center;
	background-size: cover;
}
/* 7. video */
.video-position {
	position: absolute;
	bottom: -170px;
	left: 50px;
}
.video-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.video-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #011B54;
	opacity: .65;
}
.video-img a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	font-size: 14px;
	color: #009EE5;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
}
.video-img a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: rgba(255, 255, 255, 0.479);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.left-align h2::before{margin: unset;}
.video-content p {
	margin-bottom: 30px;
}
.v-list ul li {
	margin-bottom: 20px;
}
.v-list ul li:last-child {
	margin-bottom: 0px;
}
.v-list ul li i {
	color: #011B54;
	display: inline-block;
	margin-right: 5px;
}
.v-padding {
	padding-top: 35px;
}
.s-video-wrap {
	background-position: center;
	background-size: cover;
	margin-bottom: -415px;
	height: 550px;
	display: flex;
	align-items: center;
	margin-top: 55px;
}
.s-video-content {
	padding-left: 200px;
}
.s-video-content a {
	z-index: 9;
	font-size: 14px;
	color: #009EE5;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 25px;
	position: relative;
}
.s-video-content a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: rgba(255, 255, 255, 0.479);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
.s-video-content h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
.s-video-content p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}
/* 8. choose */
.chosse-img {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.choose-content p {
	margin-bottom: 30px;
	color: #fff;
}
.choose-list ul li {
	margin-bottom: 20px;
	color: #fff;
}
.choose-list ul li i {
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}
.choose-area {
	background-size: cover;
	background-position: center;
}
.choose-content p {
	margin-bottom: 30px;
	color: #fff;
	padding-right: 150px;
}
/* 9. brand */
.single-brand {text-align: center;}
.single-brand img {display: inline-block;}
/* 10. work-process */
.wp-bg {
	background-position: center;
	background-size: cover;
}
.w-title h2{color: #fff;}
.w-title h2::before{background-color: #fff;}
.wp-list {
	background: #232c8e;
	box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
	padding: 80px 50px;
	padding-bottom: 75px;
}
.wp-list ul li {
	display: flex;
	align-items: start;
	overflow: hidden;
	margin-bottom: 45px;
}
.wp-list ul li:last-child {
	margin-bottom: 0px;
}
.wp-icon {
	margin-right: 25px;
}
.wp-content h5 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}
.wp-content p{color: #fff;margin-bottom: 0;}
.wp-tag {
	position: absolute;
	left: 70px;
	top: 90px;
	animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
}
.wp-img {
	margin-right: -60px;
	margin-top: -60px;
	margin-bottom: -15px;
}
.wp-thumb img {
	width: 100%;
}
.inner-wp-icon {
	float: left;
	display: block;
	margin-right: 30px;
}
.inner-wp-c {
	overflow: hidden;
	display: block;
}
.inner-wp-c h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.inner-wp-c p{margin-bottom: 0;}
/* 11. team */
.team-thumb{margin-bottom: 5px;}
.team-thumb img {
	width: 100%;
}
.team-info {
	margin-left: 15px;
	margin-right: 20px;
	background: #fff;
	transform: translateY(0);
	padding: 20px;
	box-shadow: 5px 5px 0 0 #fff;
	transition: .3s;
}
.team-info h4 {
	font-size: 20px;
	margin-bottom: 5px;
	transition: .3s;
}
.team-info span {
	font-size: 16px;
	transition: .3s;
}
.team-social a {
	font-size: 14px;
	color: #6e6e6e;
	margin: 0 5px;
	display: inline-block;
}
.single-team:hover .team-info{transform: translateY(-45px);background: #011B54;box-shadow: 5px 5px 0 0 #009EE5;}
.single-team:hover .team-info h4{color: #fff;}
.single-team:hover .team-info span{color: #fff;}
.single-team:hover .team-info a{color: #fff;}
.team-t h2 {
	top: 50px;
}
/* 12. counter */
.count {
	font-size: 55px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 13px;
	line-height: 1;
	display: inline-block;
}
.counter small {
	font-size: 44px;
	font-weight: 500;
	color: #009EE5;
	line-height: 1;
	position: relative;
	top: -35px;
	right: 0;
	font-family: 'Poppins', sans-serif;
}
.single-counter p {
	font-size: 22px;
	margin-bottom: 0;
}
/* 13. cta */
.cta-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.cta-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #011B54;
	opacity: .8;
	z-index: -1;
}
.cta-title h2{color: #fff;padding-bottom: 0;}
.cta-title h2::before{content: none;}
.cta-content p {
	color: #fff;
	padding-right: 80px;
	margin-bottom: 35px;
}
.cta-btn .btn::before{background: #fff;}
.cta-right p {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.call-tag {
	margin-bottom: 20px;
	animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.single-counter>p {
	color: #fff;
}

/* 14. testimonial */
.ta-bg {
	height: 475px;
	width: 475px;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.author-one.now-in-view {
	top: -25px;
	left: 110px;
}
.author-two.now-in-view {
	top: 21%;
	left: 69%;
}
.author-three.now-in-view {
	left: 67%;
	top: 66%;
}
.author-four.now-in-view {
	top: 77%;
	left: 53px;
}
.author-five.now-in-view {
	left: 50px;
	top: 41%;
}
.testi-author img {
	float: left;
	display: block;
	margin-right: 20px;
	height: 60px;
}
.ta-info {
	overflow: hidden;
	display: block;
}
.ta-info h6 {
	font-size: 20px;
	margin-bottom: 5px;
}
.ta-info span {
	font-size: 14px;
	color: #009EE5;
}
.testi-author {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.single-testimonial p {
	margin-bottom: 25px;
}
.testimonial-active .slick-arrow {
	position: absolute;
	bottom: -80px;
	left: 0;
	border: none;
	background: none;
	padding: 0;
	font-size: 24px;
	color: #009EE5;
	z-index: 9;
	cursor: pointer;
	transition: .3s;
}
.testimonial-active .slick-next {
	left: 40px;
}
.testimonial-active .slick-arrow:hover {color: #011B54;}
.testimonial-avatar.p-relative {
	min-height: 455px;
	display: block;
	overflow: hidden;
}
.testimonial-avatar .ta {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}
.avatar-one.now-in-view {
	top: 0%;
	left: 28%;
}
.avatar-two.now-in-view {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.avatar-three.now-in-view {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.avatar-four.now-in-view {
	top: 20%;
	left: 70%;
}
.avatar-five.now-in-view {
	top: 70%;
	left: 25%;
}
.avatar-six.now-in-view {
	top: 59%;
	left: 64%;
}
/* faq */
.faq-btn {
	font-size: 16px;
	color: #252525;
	font-weight: 500;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	padding: 20px 30px;
	width: 100%;
	text-align: left;
	padding-right: 55px;
}
.faq-wrap .card-header:first-child {
	border-radius: 0;
}
.faq-wrap .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: none;
}
.faq-wrap .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: unset;
	padding: 25px 30px;
	padding-top: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.faq-wrap .card-header h2 {
	font-size: unset;
}
.faq-wrap .card {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	margin-bottom: 15px;
}
.faq-wrap .card:last-child {margin-bottom: 0;}
.faq-wrap .card-header h2 button::after {
	position: absolute;
	content: "\f06e";
	top: 19px;
	right: 30px;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #252525;
}
.faq-wrap .card-header h2 button.collapsed::after {
	content: "\f070";
}
/* 15. blog */
.blog-thumb img {
	width: 100%;
}
.blog-content {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}
.b-meta ul li {
	display: inline-block;
	margin-right: 5px;
}
.b-meta ul li:last-child{margin-right: 0;}
.b-meta ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #6e6e6e;
}
.b-meta ul li a.corpo{color: #011B54;}
.b-meta ul li a:hover {color: #011B54;}
.blog-content h4 {
	font-size: 19px;
	margin-bottom: 30px;
	line-height: 1.3;
}
.blog-content h4:hover a{color: #011B54;}
.blog-btn {
	background: #f4f4fe;
	color: #252525;
}
.blog-btn:hover{color: #fff;background: #009EE5;}
.blog-content p {
	margin-bottom: 35px;
}
.single-post{background: #fff;transition: .3s;}
.single-post:hover {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post:hover .blog-btn{color: #fff;background: #009EE5;}
.single-post.active {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post.active .blog-btn{color: #fff;background: #009EE5;}

.bsingle__post-thumb img {
	  width: 100%;
}
.bsingle__post .video-p {
  	position: relative;
}
.bsingle__post .video-p .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #009EE5;
}
.blog-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
	left: auto;
}
 .blog-active .slick-arrow:hover {
	opacity: 1;
}
.bsingle__content {
	padding: 50px;
	border: 2px solid #dadeff;
}
.bsingle__content .meta-info ul {
	margin-bottom: 7px;
}
.bsingle__content .meta-info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}
.bsingle__content .meta-info ul li a {
	color: #5f708f;
	text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
	margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
	color: #009EE5;
}
.bsingle__content .meta-info ul li i {
	margin-right: 5px;
}
.bsingle__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 500;
}
.bsingle__content h2:hover a {
	color: #011B54;
}
.bsingle__content p {
	padding-right: 35px;
	margin-bottom: 25px;
}
.bsingle__content .blog__btn .btn {
  background: transparent;
	border: 2px solid #011B54;
	font-size: 16px;
	text-transform: uppercase;
	color: #252525;
}
.bsingle__content .blog__btn .btn::before {
  content: none;
}
.bsingle__content .blog__btn .btn:hover {
	background: #011B54;
	color: #fff;
}
.quote-post {
	background-position: center;
	background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
	margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
	margin-bottom: 0;
}
.widget {
	padding: 35px 25px 35px 25px;
	border: 2px solid #dadeff;
	overflow: hidden;
}
.widget-title {
  	margin-bottom: 40px;
}
.widget-title h4 {
	font-size: 28px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 500;
}
.slidebar__form {
  	position: relative;
}
.slidebar__form input {
	background: #f2f1ff;
	border: none;
	width: 100%;
	padding: 18px 30px;
}
.slidebar__form input::placeholder {
	font-size: 12px;
	color: #8f8bb8;
}
.slidebar__form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #011B54;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 100%;
}
.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
	opacity: .7;
}
.widget-insta-post li a {
    position: relative;
	display: block;
}
.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #011B54;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget-social a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #dadeff;
	color: #8f8bb8;
	margin: 0 3px;
}
.widget-social a:hover {
	background: #011B54;
	color: #ffffff;
	border-color: #011B54;
}
.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border: none;
}
.cat__list li:hover a {
	color: #011B54;
}
.cat__list li a {
    font-size: 14px;
	color: #7886a0;
}
.cat__list li a span {
	float: right;
	display: block;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget__post ul li:last-child {
	margin-bottom: 0;
}
.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.widget__post-content {
	overflow: hidden;
	display: block;
}
.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
	font-weight: 500;
}
.widget__post-content h6:hover a {
	color: #011B54;
}
.widget__post-content span {
	font-size: 14px;
}
.widget__post-content span i {
	margin-right: 8px;
}
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget__tag ul li:hover a {
	background: #011B54;
	border-color: #011B54;
	color: #ffffff;
}
.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	color: #8f8bb8;
	padding: 9px 20px;
}
.widget.widget__banner {
	border: none;
	padding: 0;
	position: relative;
}
.widget__banner-thumb img {
	width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
	text-align: center;
}
.widget__banner-overly > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 160px;
}
.widget__banner-overly h3 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 129px;
	font-weight: 500;
}
.widget__banner-overly h3 span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.widget__banner-overly .btn {
	border-radius: unset;
	background: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 17px 35px;
	color: #011B54;
}
.widget__banner-overly .btn:hover {
	background: transparent;
	color: #fff;
}
.meta__info ul {
  	margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
	margin-right: 30px;
}
.meta__info ul li a {
	color: #7886a0;
	text-transform: capitalize;
}
.meta__info ul li a i {
	margin-right: 5px;
}
.meta__info ul li a:hover {
	color: #009EE5;
}
.meta__info ul li i {
	margin-right: 5px;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
	font-weight: 500;
}
.details__content p {
  	margin-bottom: 18px;
}
.details__content blockquote {
	background: #152136;
	padding: 30px 35px;
	padding-left: 90px;
	position: relative;
	font-size: 14px;
	padding-right: 50px;
	margin-top: 45px;
	margin-bottom: 45px;
	line-height: 1.7;
	color: #99a7c0;
	z-index: 1;
}
.details__content blockquote::before {
	position: absolute;
	content: "";
	left: 19px;
	top: 29px;
	background: url(../img/icon/blockquote_d.png);
	height: 86px;
	width: 92px;
	z-index: -1;
}
.details__content blockquote footer {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
}
.details__content-img {
  	margin: 45px 0;
}
.details__content-img img {
	width: 100%;
}
.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
	margin-right: 30px;
}
.post__tag h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}
.post__tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.post__tag ul li a {
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 12px 18px;
	font-weight: 500;
	display: inline-block;
	border-radius: 3px;
	color: #7886a0;
}
.post__tag ul li a:hover {
	border-color: #011B54;
	background: #011B54;
	color: #ffffff;
}
.post__share h5 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 500;
}
.post__share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
	color: #b5becc;
}
.post__share ul li a:hover {
	color: #011B54;
}
.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 2px;
}
.posts_navigation .prev-link h4 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: capitalize;
}
.posts_navigation .prev-link h4:hover a {
	color: #011B54;
}
.posts_navigation .next-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 24px;
	margin-bottom: 0;
	font-weight: 500;
}
.posts_navigation .next-link h4:hover a {
	color: #011B54;
}
.related__post .post-title {
  	margin-bottom: 35px;
}
.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.related-post-wrap .post-thumb img {
  	width: 100%;
}
.related-post-wrap .rp__content {
	padding: 44px;
	border: 2px solid #f4f3fb;
	border-top: none;
}
.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
	color: #011B54;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
	font-size: 14px;
}
.avatar__wrap {
	background: #f3f1ff;
	padding: 50px 80px;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
	margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
	margin-bottom: 0;
}
.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 500;
}
.avatar__info-social {
  	margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #9498b6;
    display: inline-block;
	margin: 0 5px;
}
.avatar__info-social a:hover {
	color: #011B54;
}

.comment__wrap {
  	border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
	margin-bottom: 35px;
}
.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single__comment.children {
 	margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
	margin-left: 20px;
}
.comment-text {
  	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: 500;
}
.comment-text .avatar-name span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #009EE5;
}
.comment-text .avatar-name .comment-reply {
	float: right;
	display: inline-block;
	border: 2px solid #f4f4ff;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 14px;
	margin-top: -23px;
	color: #7886a0;
}
.comment-text .avatar-name .comment-reply:hover {
	border-color: #011B54;
	background: #011B54;
	color: #ffffff;
}
.comment-text .avatar-name .comment-reply i {
	margin-right: 5px;
}
.comment-text p {
    font-size: 14px;
	margin-bottom: 0;
}
.comment__form {
	padding: 50px;
	background: #f8f6ff;
}
.comment__form .comment-field {
	position: relative;
}
.comment__form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment__form .comment-field i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #011B54;
	font-size: 14px;
}
.comment__form .comment-field textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment__form .comment-field textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment__form .comment-field textarea:focus {
	outline: 1px solid #011B54;
}
.comment__form .comment-field input {
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment__form .comment-field input::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment__form .comment-field input:focus {
	outline: 1px solid #011B54;
}
.comment__form .btn {
	background: transparent;
	border: 2px solid #011B54;
	font-size: 14px;
	text-transform: uppercase;
	color: #252525;
}
.comment__form .btn::before{content: none;}
.comment__form .btn:hover {
	color: #fff;
	background: #011B54;
}
/* 16. pagination */
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
}
.pagination .page-item a.page-link {
	border-radius: 50%;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #f8f8f8;
	color: #9fa7c5;
	font-size: 14px;
	border: none;
	font-weight: 500;
}
.pagination .page-item:hover a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination .page-item.active a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination-wrap .pagination {
	display: block;
	border-radius: unset;
}
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
	background: #011B54;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #b9bff5;
	border-radius: 50%;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.pagination-wrap .pagination li a:hover {
	color: #ffffff;
	background: #011B54;
}
/* 17. f-cta */
.f-cta-area {
	display: none!important;
	background: #fff;
	margin-left: 260px;
	margin-right: 260px;
	position: relative;
	top: -70px;
	margin-bottom: 30px;
	box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}
.f-cta-icon i {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #b5f2e0;
	border-radius: 50%;
	color: #011B54;
	font-size: 14px;
	margin-bottom: 15px;
}
.single-cta h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
.single-cta p{margin-bottom: 0;}
.single-cta p a{color: #011B54;}
.s-cta-btn .btn{background: #fff;color: #011B54}
.s-cta-btn .btn::before{content: none;}

/* 18. pricing */
#pricing {
	background: #D8E3FA;
}

.pricing-box {
	border: 1px solid #e9e9e9;
	padding: 40px;
	background: #fff;
	border-radius: 4px;
}

.pricing-box:hover {
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 3px 0 rgba(0,0,0,.11), 0 3px 3px -1px rgba(0,0,0,.1), 0 20px 30px -3px rgba(0,0,0,.1);
	transform: translateY(-5px);
	transition: transform .3s ease,box-shadow .3s ease;
	border-radius: 4px;
}
.pricing-head h4 {
	font-size: 24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #009EE5;
	margin-bottom: 20px;
}
.price-count {
	color: #fff!important;
}
.price-count h2 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 0;
	color: #011B54!important;
}
.price-count small {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: -20px;
	margin-right: 3px;
}
.price-count span {
	font-size: 18px;
	font-weight: 400;
	color: #6e6e6e;
}
.pricing-body p {
	margin-bottom: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding: 35px 3px;
	border-top: 1px solid #009EE5;
	border-bottom: 1px solid #009EE5;
}
.pricing-btn .btn {
	border: 2px solid #2f3784;
	background: transparent;
	color: #2f3784;
}
.pricing-btn .btn::before{content: none;}
.pricing-btn .btn:hover{background: #009EE5;color: #fff;border-color: #009EE5;}
.pricing-box.active{background: #011B54;border-color: #011B54;}
.pricing-box.active .pricing-head h4{color: #cfd3ff;}
.pricing-box.active .price-count span{color: #cfd3ff;}
.pricing-box.active .price-count h2{color: #fff;}
.pricing-box.active .pricing-body p{color: #fff;}
.pricing-box.active .pricing-btn .btn {background: #009EE5;color: #fff;border-color: #009EE5;}
/* 19. contact */
.contact-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-wrapper textarea {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 200px;
	width: 100%;
	transition: .3s;
	background: #f4f4fe;
	padding: 25px 20px;
}
.contact-wrapper textarea::-moz-placeholder {
	color: #b3bdcd;
	font-size: 14px;
}
.contact-wrapper textarea::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.c-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	color: #009EE5;
	font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input[type="text"], input[type="email"] {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 50px;
	text-transform: capitalize;
	width: 100%;
	padding: 0 20px;
	transition: .3s;
	background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-wrapper input::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-name {
	position: relative;
}
.contact-field label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #252525;
	margin-bottom: 20px;
	cursor: unset;
}
.contact-field input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 20px 40px;
	transition: .3s;
}
.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 14px;
	text-align: center;
	right: 25px;
	color: #011B54;
	bottom: 22px;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
	content: "\f303";
	font-weight: 700;
	top: 65px;
	bottom: unset;
}
.contact-field input::placeholder{color: #9e9e9e;}
.contact-field textarea {
	width: 100%;
	border: none;
	background: #fff;
	padding: 20px 40px;
	transition: .3s;
	height: 240px;
}
.contact-bg {
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact-img {
	position: absolute;
	bottom: 0;
	right: 170px;
	z-index: -1;
}
/* 20. footer */
.footer-bg {
	background-image: url(../img/bg/footer_bg.jpg);
	background-size: cover;
	background-position: center;
}
.f-cta-area.gray-bg {
	background: #f4f4fe;
	border-top: 3px solid #009EE5;
}
.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}
.footer-social span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin-right: 20px;
}
.footer-social a {
	font-size: 16px;
	color: #ddd;
	margin-right: 15px;
	display: inline-block;
}
.footer-social a:hover{color: #009EE5;}
.f-widget-title h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
}
.f-widget-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background: #fff;
}
.footer-link ul li a {
	color: #ddd;
	font-size: 14px;
	display: inline-block;
}
.footer-link ul li a:hover{padding-left: 5px;color: #009EE5;}
.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 7px;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
	content: "\e035";
	font-family: "dripicons-v2" !important;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #011B54;
	transition: .3s;
	opacity: 0;
	z-index: 9;
}
.f-insta ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #009EE5;
	opacity: 0;
	transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.copyright-wrap {
	border-top: 1px solid #fff;
	padding: 20px 0;
}
.copyright-text p {
	margin-bottom: 0;
	color: #ddd;
}

@media screen and (max-width: 1920px){
	.navbar>.container .navbar-brand{
		margin-left: -15px;
	  }

	  .MobileView{
		display: none;
	}

	.MarginRight-245px{
		margin-right: -150px;
	}

	.ShowFBANDLINK{
		display: none;
	}

	.Height176vh{
		height: 73vh;
		background-color: #289ee5;
		text-align: center;
	}

	#MobileVersion{
		display: none;
	}

	#LoginButton{
		border: 1px solid rgb(112, 118, 124);
		color:white;
		background-color: #289ee5;
		padding: 16px; margin: 16px;
		padding-top: 10px;
		/*margin-top: 22px;*/
		padding-bottom: 10px;
		/*margin-bottom: 22px;*/
		transition: 0.3s;
		z-index: 9999;
		border-radius: 20%;
	  }
	
	  #LoginButton:hover {
		background: rgb(112, 118, 124);
		color: rgb(234, 235, 255);
		transform: scale(1.1);
	  }
}

@media screen and (max-width: 1550px){
	.navbar>.container .navbar-brand{
		margin-left: -15px;
	  }

	  .MobileView{
		display: none;
	}

	.MarginRight-245px{
		margin-right: -150px;
	}

	.ShowFBANDLINK{
		display: none;
	}

	.Height176vh{
		height: 73vh;
		background-color: #289ee5;
		text-align: center;
	}

	#MobileVersion{
		display: none;
	}

	#LoginButton{
		border: 1px solid rgb(112, 118, 124);
		color:white;
		background-color: #289ee5;
		padding: 16px; margin: 16px;
		padding-top: 10px;
		/*margin-top: 22px;*/
		padding-bottom: 10px;
		/*margin-bottom: 22px;*/
		transition: 0.3s;
		z-index: 9999;
		border-radius: 20%;
	  }
	
	  #LoginButton:hover {
		background: rgb(112, 118, 124);
		color: rgb(234, 235, 255);
		transform: scale(1.1);
	  }
}

.TextAlignCenter{
	text-align: center;
}

.colorWhite{
	color: white;
}

.FontSize40px{
	font-size: 40px;
}

.pt-120{
	padding-top: 120px;
}



.pb-80{
	padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
	.MobileView{
		width: 100%;
		display: block;
	}

	.WebView{
		display: none;
	}

	#MobileVersion{
		display: block;
	}

	#LoginButton{
		border: 1px solid rgb(112, 118, 124);
		color:white;
		background-color: #289ee5;
		padding: 16px; margin: 16px;
		padding-top: 10px;
		/*margin-top: 22px;*/
		padding-bottom: 10px;
		/*margin-bottom: 22px;*/
		transition: 0.3s;
		z-index: 9999;
		width: 67%;
		text-align: center;
	  }
	
	  #LoginButton:hover {
		background: rgb(112, 118, 124);
		color: rgb(234, 235, 255);
		transform: scale(1.1);
	  }

	#NotMobileVersion{
		display: none;
	}

	.paddingRightLeft15PX{
		padding-left: 35px;
    	padding-right: 35px;
		
	}

	.CookieAcceptButtonMobile{
		float: none!important;
		margin: 230px 0px 0px 0px!important;
	}

	#cookieConsent{
		min-height: 346px!important;
	}

	.paddingBottom50px{
		padding-bottom: 50px;
	}

	.MarginBottom25px{
		margin-bottom: 25px;
	}

	.pt-120{
		padding-top: 0px;
	}

	.Height0px{
		height: 0px!important;
	}

	.pb-80{
		padding-bottom: 0px;
	}

	.Height176vh{
		height: 195vh;
		background-color: #289ee5;
		text-align: center;
	}

	.FontSize30px{
		font-size: 30px;
	}

	.row{
		margin-right: 0px;
	}

	.LandingPageOval2 {
		height: 352px;
		width: 363px;
		background-color: rgb(255, 255, 255);
		border-radius: 50%;
	}

	.LandingPageOval1 {
		height: 359px;
		width: 362px;
		background-color: rgb(255, 255, 255);
		border-radius: 50%;
	}
	
	.LandingPageOval3 {
		height: 405px;
		width: 370px;
		background-color: rgb(255, 255, 255);
		border-radius: 50%;
	}
}

.LandingPageOval2 {
	height: 390px;
	width: 398px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
}

.LandingPageOval1 {
	height: 390px;
	width: 398px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
}

.LandingPageOval3 {
	height: 390px;
	width: 398px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
}

.hide-block {
	display: none;
}

.service_icon { 
	background:#009EE5;
	border-radius: 100%;
	color: #fff;
	font-size: 44px;
	height: 84px;
	width: 84px;
	line-height: 54px;
	padding: 15px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}

.s-single-services:hover .service_icon{	
	color: #009EE5;
	border: 2px solid #009EE5;
	background-color: #fff;
}

/*ul.slides {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.slides li {
  margin: 0;
  background: rgba(10, 10, 90, 0.5);
  padding: 10%;
  color: #fff;
  font-size: 40pt;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  transition: transform 1.4s cubic-bezier(0.01, 1, 0.91, 1) 0.5s;
}
 @media all and (max-width: 760px) {

ul.slides li { font-size: 20vw; }
}

ul.slides li.active { z-index: 10; }

ul.slides li.active.slide-left { transform: translate3d(100%, 0, 0); }

ul.slides li.active.slide-right { transform: translate3d(-100%, 0, 0); }

ul.slides li.last-active { z-index: 9; }

ul.slides li:first-child {
  left: 0;
  opacity: 1;
}

section#main-body {
	background:url("../img/slider/slider_img01.jpg") no-repeat;
}*/

.fab {
	font-size: 20px;
	margin-top: 10px;
}


.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: 0px;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}
.mask {
    display:none;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

figcaption.mask h4 {
    margin: 0;
    color: #fff;
}
ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    /*top: -47px;*/
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a
{
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #C1C1C1;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    margin: 0 50px;
    padding: 15px;
    text-align: center;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}
.fancybox-item.fancybox-close {
    background: url("/img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.primary-bg {
	background-color: #011B54!important;
}

.c-icon i.fa-user {
	right: 26px;
}

.interested {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 50px;
	text-transform: capitalize;
	width: 100%;
	padding: 0 20px;
	transition: .3s;
	background: #f4f4fe;
	position: relative;
}
.interested span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.top-bar {
	display: block;
}

.top-bar li {
	float: left;
	display: inline;
	border-right: 1px solid #C1C1C1;
}

.top-bar a {
	height: 40px;
	line-height: 40px;
	padding: 10px;	
}

.social-media {
	width: 40px;
	text-align: center;
}

li.social-media:hover i {
	color: #fff!important;
}

.fab.fa-facebook-f {
	color: #4a6d9d;
}
.facebook:hover, .social-media li:hover {
	color: #fff!important;
	background: #4a6d9d;
}

.fab.fa-linkedin-in {
	color: #0b7bb5;
}

.linkedin:hover, .social-media li:hover {
	color: #fff!important;
	background: #0b7bb5;
}
.portfolio-items,.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  margin-top: 30px;
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
}
.text {
  height: 247px;
  vertical-align: middle;
  /*line-height: 267px;*/
}

.textMobile {
	height: 175px;
	vertical-align: middle;
	/*line-height: 267px;*/
  }
.textMobile span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.text span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	width: 100%;
  }
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  max-width: 80%;
  max-height: 130px;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
.portfolio-item-text {
  display: inline-block;
}

.sub-menu {
	display: none;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
#cookieConsent a {
    color: #00ABF5;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
#cookieConsent .text {
  width: 70%;
  margin: 0 auto;
  height: 30px;
}
/*Cookie Consent End*/