
body{
    line-height: 30px;
        font-family: 'Lato-Regular';
        font-size: 14px;
}
h2.section-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}
p.section-subtitle {
    font-size: 17px;
}
.area-title {
    font-size: 35px;
    line-height: 1.2;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}
.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #4ac4f3;
    position: relative;
    z-index: 1;
    left: 10px;
}
.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #4ac4f3;
}
.site-heading p {
    margin: 0;
    margin-top: 10px;
    color: #666666;
}
.margin-bottom-20 {
  margin-bottom: 45px !important;
    margin-left: 86px !important;
}
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f44;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #ff4b4b;
    border-radius: 10px;
}
/* Carousel */

.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: #e0e0e0;
	width: 16px;
	height: 16px;
}

.carousel.carousel1 .carousel-indicators.small li {
	background-color: #e0e0e0;
	width: 10px;
	height: 10px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #007ADF;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	width: 16px;
	height: 16px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #3498db;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
.section-grey{
	background-color: #f6f7f8;
	padding:55px 0;
}

/* end carousel */

/* ========================================================== */
/* 				  		   04. SERVICES                       */
/* ========================================================== */
.service-box{
	margin: 20px 5px; 
	border-radius:5px; 
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.service-title {
	background-color: #f9f9f9;
	padding: 25px 25px 25px 25px;
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.service-box:hover .service-title{
	cursor: pointer;
	background: #279BFC; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(left top, #00457F, #279BFC); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(bottom right, #00457F, #279BFC); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom right, #00457F, #279BFC); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to bottom right, #00457F, #279BFC); /* Standard syntax */
}

.service-box h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px!important;
}

.service-box:hover h3{
	color: #fff;
}

.service-box i.ico-gradient{
	font-size: 52px!important;
}

.ico-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#00457F), to(#279BFC));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-box:hover .ico-gradient{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

ul.service-features {
	padding: 0 20px!important;
	text-align: left;
}

ul.service-features li {
	margin-bottom: 5px;
	font-size: 16px!important;
	font-family: 'Lato', sans-serif;
}

ul.service-features li i {
	margin-right: 10px;
	color: #007adf;
}

.service-wrapper {
	position: relative;
	border: 1px solid #f9f9f9;
	border-radius: 5px;
	padding: 0 15px 10px 15px;
	z-index: 1;
	margin: 40px 10px 0 10px;
}

.service-wrapper:before,
.service-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.service-wrapper:before{
	width: 100%;
	height: 100%;
	border-left: 2px solid #007adf;
	border-right: 2px solid #007adf;
	border-radius: 5px;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transition: transform 0.3s linear;
	transition-delay: 0.2s;
}

.service-wrapper:after{
	width: 0;
	border-bottom: 2px solid #007adf;
	border-top: 2px solid #007adf;
	border-radius: 5px;
	transition: .25s ease-in-out;
	transition-delay: 0.1s;
}

.service-wrapper:hover:before,
.service-wrapper:focus:before {
	transform: scale(1);
	cursor: pointer;
}

.service-wrapper:hover:after,
.service-wrapper:focus:after{
	width: 100%;
	cursor: pointer;
}

.ico-wrap{
	background: #fff;
    z-index: 100;
    position: relative;
    width: 80px;
    height: 60px;
    margin: 0 auto;
    margin-top: -40px;
}

.ico-unicolor {
	background: -webkit-gradient(linear, left top, left bottom, from(#434a43), to(#434a43));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 100;
}

.service-wrapper i {
	font-family: "Flaticon";
    font-size: 46px;
    line-height: 60px;
	transition: .65s ease-in-out;
	transition-delay: 0.2s;
}

.service-wrapper:hover .ico-unicolor {
	background: -webkit-gradient(linear, left top, left bottom, from(#00457F), to(#279BFC));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.service-wrapper h3 {
	font-size: 22px;
	margin-top: 15px!important;
	margin-bottom: 10px;
}

.service-wrapper2 {
	position: relative;
	padding: 0 15px 10px 15px;
	z-index: 1;
	margin: 10px 10px;
}

.ico-wrap2{
    z-index: 100;
    position: relative;
    width: 80px;
    height: 60px;
}

.service-wrapper2 i {
	font-family: "Flaticon";
    font-size: 58px;
    line-height: 60px;
	transition: .65s ease-in-out;
	transition-delay: 0.2s;
}

.ico-unicolor2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#00457F), to(#279BFC));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-wrapper2 h3 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 20px!important;
	z-index: 10000;
	position: relative;
}

.service-nb{
	font-family: 'Lobster', cursive;
	font-size: 44px;
	color: #dddedf;
	float: left;
	position: relative;
	margin-right: -10px;
	z-index: 10;
}

.service-box2{
	padding: 10px 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.service-box3{
	width: 500px;
	padding: 10px 10px;
	position: relative;
	left: -60%;
	margin-top: 100px;
	background: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.service-box3-bg{
	background: #f1f7f7;
	padding: 10px 20px;
	border: 1px solid #f1f7f7;
}

.inner-wrapper{
	padding: 40px 40px;
	background: #050e06;
    opacity: 0.80;
    border-radius: 5px;
}

.service-wrapper3 {
	position: relative;
	padding: 40px 40px;
	z-index: 1;
}

.service-wrapper3-bg {
	position: relative;
	padding: 40px 40px;
	z-index: 1;
	background: #f3f3f3;
}

.ico-wrap3{
    z-index: 100;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.service-wrapper3 i, .service-wrapper3-bg i {
	font-family: "Flaticon";
    font-size: 56px;
    line-height: 60px;
	transition: .65s ease-in-out;
	transition-delay: 0.2s;
}

.service-wrapper3 h3, .service-wrapper3-bg h3 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}

.service-box4{
	padding: 35px 15px 20px 15px;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.serv-img1{
	background-color:#000777  ;
	background-size: cover;
	width: 100%;
		width: 111%;
	height:205px;
}

.serv-img2{
	background-color:#000777  ;
	background-size: cover;
	width: 100%;
		width: 111%;
	height:205px;
}

.serv-img3{
	background-color:#000777  ;
	background-size: cover;
	width: 111%;
	height:205px;
}

.serv-img4{
		background-color:#000777  ;
	background-size: cover;
	width: 100%;
		width: 111%;
	height:205px;
}

.service-box4-overlay{
	background: #e7e7e7;
  	position: absolute;
  	margin: 0 15px;
  	top:0;
  	left:0;
  	right: 0;
  	height:205px;
  	width:103%;
  	bottom: 0;
  	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  	border-radius: 3px;
  	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.service-box4-text{
	position: relative;
}

.service-box4 i{
	font-size: 48px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.service-box4 a.title-link{
	font-size: 22px;
	font-weight: 500;
	color: #000438;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.service-box4:hover .service-box4-overlay{
	opacity: 0;
}

.service-box4:hover a.title-link,
.service-box4:hover p{
	color: #fff;
}

.service-box4:hover i.ico-unicolor2{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a8d7fd));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-inner-big{
	float: left;
	padding: 30px 0;
	width: 90%;
}

.service-inner{
	float: left;
	padding: 30px 0;
}

.service-sngl {
	margin-bottom: 30px; 
}


ul.hero-list-checked.sidebar-list li p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height:16px!important;
	color: #7c8595;
	cursor: pointer;
}

ul.hero-list-checked.sidebar-list li i{
	display: inline-block; 	
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #007adf;
	margin-right: 7px;
	vertical-align: center!important;
}

ul.hero-list-checked.sidebar-list li:hover i{
	color: #003059;
	cursor: pointer;
}

.sidebox{
	margin-bottom:40px; 
}

ul.list-categories{
	margin-bottom:30px;
}

ul.list-categories li a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height:16px!important;
	color: #7c8595;
	cursor: pointer;
}

ul.list-categories li a:hover{
	color:#007adf;
}

--------- Stat Section Styling ---------
--------------------------------------*/

.yd-stats {
    padding: 100px 0;
    background: #FFFFFF;
}

.yd-stats .intro h4 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.yd-stats .intro h2 {
font-size: 35px;
    font-weight: 700;
    color: #364655;
    line-height: 1.2;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: -18px;
}

.yd-stats .intro p {
    font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
    letter-spacing: 0.01em;
    color: #959597;
    max-width: 630px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.yd-stats .counter-up {
    margin-top: 50px;
}

.counter-icon {
  padding: 15px;
}

.counter-icon img {
  width: 80px;
    height: 80px;
}

.counter-text {
  margin: 10px 0;
}

.counter-up h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000777;
    margin: 0;
}

.counter-text h2 {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em;
  color: black;
  letter-spacing:0.5px;
   
}
/* ydEnd */


/* ============================================================== 
     # Faq
=================================================================== */
.faq-items .row {
    align-items: center;
  }
  
  .faq-items .faq-content h5 {
    color: #4ac4f3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 16px;
  }
  
  .faq-items .faq-content h2 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    margin-top: -5px;
  }
  
  .faq-area .thumb {
    padding-right: 35px;
  }
  
  .accordion .card-header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: 30px;
    top: 0;
    font-weight: 600;
  }
  
  .accordion .card-header h4.collapsed:after {
    content: "\f105";
    font-weight: 600;
    color: #999999;
  }
  
  .faq-area .faq-content .card {
    border: none;
    margin-bottom: 31px;
    overflow: inherit;
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
  }
  
  .faq-area .faq-content .card:last-child {
    margin-bottom: 0;
  }
  
  .faq-area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
  }
  
  .faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  
  .faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding: 0;
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
  }
  
  .faq-area .faq-content .card .card-body p:last-child {
    margin-bottom: 0;
  }
  img {
    border: none;
    outline: none;
    max-width: 100%;
}
.site-heading h2 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .blog-grid, 
.blog-area .single-item {
  margin-bottom: 30px;
}

.about-area .tab-content ul li i.fa-check-circle {
    font-weight: 300;
}

.about-area .tab-content ul li i {
    color: #f71735;
    padding-right: 8px;
    padding-top: 5px;
}

.blog-area .blog-item-box {
  margin-top: -30px;
}

.blog-area.single .blog-item-box {
  margin-top: 0;
}

.blog-area.full-blog .single-item {
  margin-top: 30px;
  margin-bottom: 0;
}

.blog-area .blog-grid .item {
  margin-bottom: 30px;
  border-radius: 7px;
}

.blog-area .blog-grid .item:last-child {
  margin-bottom: 0;
}

a.btn-simple {
  text-transform: uppercase;
  font-weight: 800;
}

a.btn-simple:hover {
  color: #4ac4f3;
}

.blog-area .item .thumb {
  position: relative;
  z-index: 1;
}
@media (min-width:1100px) and (max-width:1399px)
{
.blog-area .item .info {
  padding: 30px;
  padding-top: 45px;
  padding-top: 60px;
height: 280px;
}
} 
@media (min-width:1400px) and (max-width:1999px)
{
  .blog-area .item .info {
  padding: 30px;
  padding-top: 45px;
  padding-top: 60px;
height: 364px;
}
 
}  
@media (min-width:1100px) and (max-width:1399px)
{
.blog-area .thumb-less .item .info {
  padding-top: 60px;
/*height: 235px;*/
}
}
@media (min-width:1400px) and (max-width:1999px)
{
.blog-area .thumb-less .item .info {
  padding-top: 60px;
/*height: 341px;*/
}
}
.content1 {
    line-height: 24px;
    font-size: 18px !important;
}
.blog-area .item {
  box-shadow: 0 0 10px #e7e7e7;
  border:3px solid #e4e4e4;
  background: #ffffff;
}

.blog-area .item .thumb .date {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  bottom: -20px;
  background: #4ac4f3;
  color: #ffffff;
  padding: 5px 20px;
}

.blog-area .item .info .date {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: #4ac4f3;
  color: #ffffff;
  padding: 5px 20px;
}

.blog-area .item .info .date i {
  margin-right: 5px;
  font-weight: 500;
}

.blog-area.full-blog .item .info .meta ul {
  display: block;
}

.blog-area.full-blog .item .info .meta ul li {
  display: inline-block;
  margin-right: 20px;
}

.blog-area .item .info .meta {
  margin-bottom: 15px;
  margin-top: -10px;
}

.blog-area .item .info .meta li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}

.blog-area .item .info .meta a, 
.blog-area .item .info .meta li {
  color: #666666;
  font-weight: 700;
}

.blog-area .item .info .meta li i {
  margin-right: 4px;
  color: #4ac4f3;
}

.blog-area.full-blog .item .info .meta li i {
  font-weight: 500;
}

.blog-area .item .info h4 {
  line-height: 1.3;
}

.blog-area .item .info h4 a {
 color: black;
    text-transform: initial;
    font-size: 23px;
}

.blog-area .item .info p:last-child {
  margin-bottom: 0;
}

.blog-area .item .info a {
  margin-top: 5px;
}

.blog-area h1,
.blog-area h2,
.blog-area h3,
.blog-area h4,
.blog-area h5,
.blog-area h6 {
  font-weight: 700;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 10px;
  color: #4ac4f3;
}

.blog-area .pagi-area .pagination li.active a {
  background: #4ac4f3;
  border-color: #4ac4f3;
  color: #ffffff;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-left: 35px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 3px;
  width: 15px;
  background: #4ac4f3;
  margin-top: -2px;
}

.blog-area .sidebar .title h4::before {
  position: absolute;
  left: 19px;
  top: 50%;
  content: "";
  height: 3px;
  width: 5px;
  background: #4ac4f3;
  margin-top: -2px;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #4ac4f3;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #4ac4f3 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 10px #e7e7e7;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  position: relative;
  margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #4ac4f3;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  background: #f1f1f1;
  top: 10px;
  color: #232323;
  font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
  color: #4ac4f3;
}

.sidebar-item.recent-post li a:hover {
  color: #4ac4f3;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #4ac4f3;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #4ac4f3 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info > ul li {
  margin-bottom: 15px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 18px;
}

.blog-area .blog-items .info > ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  background: #666666;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
  border-left: 3px solid #4ac4f3;
  font-style: italic;
  padding-top: 115px;
  text-align: center;
  background: #4ac4f3;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 600;
}

.blog-area .item blockquote::after {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  left: 50%;
  font-size: 50px;
  top: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #4ac4f3;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 45px;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  color: #4ac4f3;
}

.blog-area.single .post-pagi-area a h5 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}

.blog-area.single .post-pagi-area a h5:hover {
  color: #4ac4f3;
}

.blog-area.single .post-pagi-area a:hover {
  color: #4ac4f3;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 30px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 5px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  margin-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #cccccc;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: #4ac4f3;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: linear-gradient(90deg, rgba(74,196,243,1) 48%, rgba(1,135,186,1) 100%);
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 30px;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #4ac4f3;
  border: 1px solid transparent;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}
.bg-gray {
    background-color: #edf5ff;
}
.item a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    /*color: white;*/
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
/* ============================================================== 
     # About
=================================================================== */
.about-area .tab-navs .nav-pills li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .about-area .tab-navs .nav-pills li:last-child {
    margin-bottom: 0;
  }
  
  .about-area .tab-navs .nav-pills li a {
    border: 1px solid #e7e7e7;
    padding: 13px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: inherit;
    background: #f4f4f4;
    color: #000777 !important;
        font-size: 15px !important;
  }
  
  .about-area .tab-navs .nav-pills li a i {
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
  }
  
  .about-area .tab-navs .nav-pills li.active a {
    background: transparent;
    color: #000777;
  }
  
  .about-area .tab-navs .nav-pills li.active a::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-right: 3px solid #cd2027;
    height: 100%;
  }
  
  .about-area .tab-content ul li {
    float: left;
    width: 50%;
    text-transform: initial;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    font-size: 18px;
    display: flex;
    border:0px;
  }
  
  .about-area .tab-content ul li:first-child, 
  .about-area .tab-content ul li:nth-child(2) {
    margin-top: 0;
  }
  
  .about-area .tab-content ul li i {
      color: red;
      padding-right: 8px;
      padding-top: 5px;
  }
  
  .about-area .tab-content ul li i.fa-check-circle {
    font-weight: 300;
  }
  
  .about-area .tab-content ul {
    overflow: hidden;
    margin-top: 25px;
    font-size: 14px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  
  .about-area .tab-content .info h3,
  .about-area .info > h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .about-area .tab-content .info td {
    padding: 15px;
    border-color: #e7e7e7;
  }
  
  .about-area .tab-content .info table {
    margin-top: 10px;
  }
  
  .about-area .tab-content .info h4,
  .about-area .info > h4 {
    text-transform: uppercase;
    color: #999999;
  }
  
  .about-area .tab-content .info h2,
  .about-area .info > h2 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top:-4px;
  }
  
  .about-area .tab-content .info p:last-child {
    margin-bottom: 0;
  }
  
  .about-area .tab-content .info > a,
  .about-area .info > a {
    margin-top: 10px;
  }
  
  .about-area .content > .info {
      padding-left: 20px;
  }
  
  /* About including features */
  
  .about-items .info .founder {
    margin-top: 35px;
  }
  
  .about-items .info .founder img {
    height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
  }
  
  .about-items .info .founder h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .about-items .info .founder span {
    text-transform: capitalize;
    color: #f71735;
  }
  
  .about-items .our-features {
    border-top: 1px solid #e7e7e7;
  }
  
  .about-items .info h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .about-items .info a {
    margin-top: 10px;
  }
  
  .about-items .info {
    margin-bottom: 50px;
  }
  
  .about-items .our-features .single-item:last-child {
    border: none;
  }
  
  .about-items .our-features .single-item {
    border-right: 1px solid #e7e7e7;
  }
  
  .about-items .our-features .item {
    padding: 80px 15px;
  }
  
  .about-items .our-features .item i {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 25px;
    background: #f71735;
    height: 80px;
    width: 80px;
    line-height: 78px;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    border: 1px solid transparent;
  }
  
  .about-items .our-features .item:hover i {
    background: #ffffff;
    color: #f71735;
    border: 2px solid #f71735;
  }
  
  .about-items .our-features .item h4 {
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .about-items .our-features .item p {
    margin: 0;
  }
  
  .about-items .our-features .item > a {
    display: block;
    font-family: 'Roboto', sans-serif;
  }
  .btn-theme.border {
    background-color: transparent;
    color: #232323 !important;
    border: 2px solid #f71735;
}
.btn-theme.border:hover {
    background-color: #f71735;
    color: #ffffff !important;
    border: 2px solid #f71735;
}
.about-area .tab-content .info > a, .about-area .info > a {
    margin-top: 10px;
}
.btn-md.btn-theme {
    padding: 10px 40px 10px;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: inherit;
    overflow: hidden;
}
.about-area .tab-navs .nav-pills li.active a {
    background: transparent;
    color: #000777 !important;
}
/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:0px 0px 0px;
	background:#e4e4e4;
}

.sponsors-section .slider-outer{
	position:relative;
	/*border:1px solid #e0e0e0;*/
	margin:0px 0px;
}

.sponsors-section .sponsors-slider{
	position:relative;
}

.sponsors-section .sponsors-slider li img{
	position:relative;
	right:-1px;
	margin-top:15px;
	margin-bottom:15px;
	/*border-right:1px solid #e0e0e0;	*/
}

.sponsors-section .owl-controls{
	margin:0px !important;	
}

.sponsors-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0px 0px -1px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:50%;
	margin:-21px -1px 0px 0px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-prev .fa:before,
.sponsors-section .owl-nav .owl-next .fa:before{
	font-size:24px;
	color:#223555;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.sponsors-section .owl-nav .owl-prev:hover .fa:before,
.sponsors-section .owl-nav .owl-next:hover .fa:before{
	color:#ffffff;	
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover{
	background:#223555 !important;
}

.sponsors-section .owl-dots{
	display:none !important;	
}


.owl-carousel .owl-item {   
    list-style: none !important;
}

.avatar.avatar-ex-sm {
    max-height: 25px;
}

/* solution */

/****************************************************** */
/******************* 21. Footer Area ****************** */
/****************************************************** */
.footer-section .newsletter-inner {
    transform: translateY(-220px);
    margin-bottom: -140px;
    margin-top: 0;
}

.footer-section .newsletter-email button {
    background: var(--yellow-color);
    color: var(--heading-color);
    font-weight: 700;
}

.footer-section .bg-yellow-shape {
    top: -100px;
}

.call-to-action {
    border-radius: 7px;
    padding: 0px 90px 5px;
    transform: translateY(1px);
    display: flex;
}

.call-to-action-btns .theme-btn:not(:last-child) {
    border: 2px solid white;
    margin-right: 15px;
}

.call-to-action-btns .theme-btn.style-three {
    background: transparent;
    border-color: white;
    color: white;
}

.call-to-action-btns .theme-btn.style-three:hover {
    color: #5138ee;
    background: white;
}

.call-to-action .white-circle {
    left: 2%;
    bottom: 42%;
    position: absolute;
}

.call-to-action .white-dots {
    position: absolute;
    bottom: 25%;
    left: 10%;
}

.call-to-action .white-dots-circle {
    position: absolute;
    z-index: -1;
    right: 7%;
    top: 0;
}

/* Footer Widgets */
.footer-widget {
    margin-bottom: 50px;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-widget {
    max-width: 235px;
}

.about-widget p b {
    font-weight: 600;
    text-decoration: underline;
    color: #5138ee;
}

/* Copyright Area */
.copyright-area {
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: 1px solid #dfdbfa;
}

.copyright-area p a {
    color: #5138ee;
}

.left-circles,
.right-circles,
.left-circles:after,
.right-circles:after {
    height: 500px;
    width: 500px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    animation: slideUpDown 4s infinite linear;
}

.left-circles:after,
.right-circles:after {
    content: '';
    top: 50%;
    animation-delay: 2s;
}

.left-circles {
    left: -350px;
    top: 5%;
}

.right-circles {
    right: -300px;
    bottom: 5%;
}

.right-circles:after {
    right: -150px;
    top: 0
}

/* Footer Style Two */
.footer-section.text-white p span,
.footer-section.text-white .copyright-area p,
.footer-section.text-white .list-style-two a,
.footer-section.text-white .list-style-three li span {
    opacity: 0.7;
}

.footer-section.text-white p b,
.footer-section.text-white .list-style-two a,
.footer-section.text-white .copyright-area p a,
.footer-section.text-white .social-style-one a,
.footer-section.text-white .list-style-three li i,
.footer-section.text-white .list-style-three li a {
    color: white;
}

.footer-section.text-white .list-style-two a:hover  {
    opacity: 1;
}

.footer-section.text-white .social-style-one a {
    background: rgba(255, 255, 255, 0.1);
}

.footer-section.text-white .social-style-one a:hover {
    background: #5138ee;
}

.footer-section.text-white .copyright-area {
    border-color: #394153;
}

.footer-two:before {
    content: '';
    left: 0;
    top: 100px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    filter: blur(100px);
    background: #ee9a38;
}

.footer-two:after {
    content: '';
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 250px;
    opacity: 0.5;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    filter: blur(100px);
    background: #00ff12;
}

.inner-page .footer-section .newsletter-email button {
    background: #5138ee;
    color: white;
}

.inner-page .slider-arrow-btns button:hover,
.inner-page .slider-arrow-btns button:focus {
    background: #5138ee;
}
.bg-blue {
    background: #000777;
}
@media (min-width: 1200px){
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}}

@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.mb-20, .my-20 {
    margin-bottom: 20px;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.align-items-center
{
    align-items: center !important;
}
.call-to-action-btns .theme-btn:not(:last-child) {
    border: 2px solid white;
    margin-right: 15px;
}

.theme-btn:hover, a.theme-btn:hover, .theme-btn.style-two, a.theme-btn.style-two {
    background: #f3f1fe;
    color: #000777;
    font-size:20px;
}

#accordion .panel-title a
{
    background-color:#e4e4e4 !important;
}
#accordion .panel-body
{
 background-color:#e4e4e4 !important;
}

.theme-btn, a.theme-btn, .theme-btn.style-two:hover, a.theme-btn.style-two:hover {
    color: #000777;
    background: #f3f1fe;
}
.theme-btn, a.theme-btn {
    z-index: 1;
    cursor: pointer;
    font-weight: 700;
    transition: 0.5s;
    position: relative;
    text-align: center;
    padding: 11px 30px;
    border-radius: 5px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: capitalize;
}
.call-to-action-btns .theme-btn.style-three {
    background: transparent;
    border-color: white;
    color: white;
}

.theme-btn.style-three, a.theme-btn.style-three {
    background: white;
    color: #5138ee;
    border: 2px solid #5138ee;
}
.text-white h2{
    color:#fff !important;
}
.text-white {
    color: #fff!important;
}
@media only screen and (max-width: 400px)
{
.call-to-action {
    text-align: center;
}
.call-to-action-btns .theme-btn:not(:last-child) {
    margin-right: 0;
}
}
@media only screen and (max-width: 575px){
blockquote, .contact-form, .call-to-action {
    padding-left: 25px;
    padding-right: 25px;
}
}
@media only screen and (max-width: 1400px){
.call-to-action {
    padding-left: 65px;
    padding-right: 65px;
}
}
@media only screen and (max-width: 991px){
.rmb-15, .rmy-15 {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 513px){
.call-to-action-btns .theme-btn:not(:last-child) {
    margin-right: 0;
}
}

/* solution End */


/****************************************************** */
/**************** 22. Custom Animations *************** */
/****************************************************** */
/* Menu Sticky */
@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  translate(0px,150px)  rotate(90deg) ;
            transform:  translate(0px,150px)  rotate(90deg) ;
  }
  50% {
    -webkit-transform:  translate(150px,150px)  rotate(180deg) ;
            transform:  translate(150px,150px)  rotate(180deg) ;
  }
  75% {
    -webkit-transform:  translate(150px,0px)  rotate(270deg) ;
            transform:  translate(150px,0px)  rotate(270deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  translate(-150px,-0px)  rotate(270deg) ;
            transform:  translate(-150px,-0px)  rotate(270deg) ;
  }
  50% {
    -webkit-transform:  translate(-150px,-150px)  rotate(180deg) ;
            transform:  translate(-150px,-150px)  rotate(180deg) ;
  }
  75% {
    -webkit-transform:  translate(-0px,-150px)  rotate(90deg) ;
            transform:  translate(-0px,-150px)  rotate(90deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  translate(50px,150px)  rotate(90deg) ;
            transform:  translate(50px,150px)  rotate(90deg) ;
  }
  50% {
    -webkit-transform:  translate(150px,150px)  rotate(180deg) ;
            transform:  translate(150px,150px)  rotate(180deg) ;
  }
  75% {
    -webkit-transform:  translate(150px,50px)  rotate(270deg) ;
            transform:  translate(150px,50px)  rotate(270deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  translate(-150px -50px)  rotate(90deg) ;
            transform:  translate(-150px -50px)  rotate(90deg) ;
  }
  50% {
    -webkit-transform:  translate(-150px,-150px)  rotate(180deg) ;
            transform:  translate(-150px,-150px)  rotate(180deg) ;
  }
  75% {
    -webkit-transform:  translate(-50px,-150px)  rotate(270deg) ;
            transform:  translate(-50px,-150px)  rotate(270deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  translate(-100px -100px)  rotate(90deg) ;
            transform:  translate(-100px -100px)  rotate(90deg) ;
  }
  50% {
    -webkit-transform:  translate(100px, 50px)  rotate(180deg) ;
            transform:  translate(100px, 50px)  rotate(180deg) ;
  }
  75% {
    -webkit-transform:  translate(-100px,150px)  rotate(270deg) ;
            transform:  translate(-100px,150px)  rotate(270deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
  }
}

.shapeAnimationOne {
    animation: shapeAnimationOne 20s infinite linear;
}

.shapeAnimationTwo {
    animation: shapeAnimationTwo 20s infinite linear;
}

.shapeAnimationThree {
    animation: shapeAnimationThree 20s infinite linear;
}

.shapeAnimationFour {
    animation: shapeAnimationFour 20s infinite linear;
}

.shapeAnimationFive {
    animation: shapeAnimationFive 20s infinite linear;
}


@keyframes circleRotated {
  0% {
    -webkit-transform: rotate(0deg) ;
            transform: rotate(0deg) ;
  }
  100% {
    -webkit-transform: rotate(360deg) ;
            transform: rotate(360deg) ;
  }
}

.circleRotated {
    animation: circleRotated 10s infinite linear;
}


@keyframes slideLeftRight {
  0% {
    -webkit-transform: translate(0) ;
            transform: translate(0) ;
  }
  50% {
    -webkit-transform: translate(20px) ;
            transform: translate(20px) ;
  }
  100% {
    -webkit-transform: translate(0) ;
            transform: translate(0) ;
  }
}

.slideLeftRight {
    animation: slideLeftRight 5s infinite linear;
}

@keyframes slideUpDown {
  0% {
    -webkit-transform:  translate(0px,0px);
            transform:  translate(0px,0px);
  }
  50% {
    -webkit-transform:  translateY(-20px);
            transform:  translateY(-20px);
  }
  100% {
    -webkit-transform:  translate(0px,0px);
            transform:  translate(0px,0px);
  }
}

.slideUpDown {
    animation: slideUpDown 5s infinite linear;
}

@keyframes slideUpRight {
  0% {
    -webkit-transform:  translate(0px,0px);
            transform:  translate(0px,0px);
  }
  50% {
    -webkit-transform:  translate(-20px,20px);
            transform:  translate(-20px,20px);
  }
  100% {
    -webkit-transform:  translate(0px,0px);
            transform:  translate(0px,0px);
  }
}

.slideUpRight {
    animation: slideUpRight 5s infinite linear;
}


/* Circle Animation */
@-webkit-keyframes circleAnimation {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes circleAnimation {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.circleAnimation {
    animation: circleAnimation 8s ease-in-out infinite;
}

/* Animation Delay */
.delay-0-1s {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-3s {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-7s {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-9s {
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1-0s {
    -webkit-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay-2-0s {
    -webkit-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth) {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -9px;
}
 /*h1,h2,h3 { color:black !important; }*/
    

#cf7md-form .cf7md-item {
    margin-top: 5px;
    margin-bottom: 15px;
}
.main-content.text-black
{
    color:#000 !important;
}
.main-content {
    margin-top: 50px;
    color: white;
}
#cf7md-form .mdc-button--primary.mdc-button--raised:hover{
     background-color: #b71111 !important;
     border:1px solid red !important;
    color: white !important;
}
#accordion .panel-body {
    padding: 10px 20px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: black;
    line-height: 25px;
}
.btn:after {

     /*background-color: #b71111 !important;*/
    color: white !important; 
}
.btn {
    display: inline-block;
    border: 2px solid #b71111 !important;
}

.home-btn:hover, .form-inline:hover
{
    background-color: white !important;
    color: #b71111 !important;
    border:1px solid white !important;
}

.contact_form {
    font-family: "Lato Regurar";
    width: 560px;
    height:645px;
    margin: 106px auto 0;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
    padding: 20px 20px;
    border-radius: 10px;
    color: #555;
    background: #fff;
    text-align: center;
  }
@media only screen and (max-width: 419px)
{
.contact_form {
    font-family: "Lato Regurar";
    width: 369px;
    height: 518px;
    margin: 106px auto 0;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
    padding: 20px 20px;
    border-radius: 10px;
    color: #555;
    background: #fff;
    text-align: center;
}
}
@media only screen and (min-width: 1279px) and (max-width:1390px)
{
.contact_form {
    font-family: "Lato Regurar";
    width: 460px;
    height: 518px;
    margin: 106px auto 0;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
    padding: 20px 20px;
    border-radius: 10px;
    color: #555;
    background: #fff;
    text-align: center;
}
}

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font: inherit;
    -webkit-transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  
  input,
  textarea {
    font: inherit;
    font-size: 0.95em;
    margin: 10px 0px;
    width: 100%;
    display: block;
    border: none;
    padding: 9px 7px 9px;
    border: solid 1px #cbcbcb;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #03A9F4 4%); */
    background-position: -400px 0;
    background-size: 400px 100%;
    background-repeat: no-repeat;
    transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    resize: none;
    overflow: hidden;
    border-radius: 3px;
  }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: black;
  }
  input:focus, input:valid, textarea:focus, textarea:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
    border: solid 2px #646464;
    background: unset;
}
  input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  textarea:valid::-webkit-input-placeholder {
    font-size: 0.8em;
    transform: translateY(-20px);
    visibility: visible !important;
    opacity: 1;
  }
  
  input[type=email] {
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #03A9F4 4%); */
    background-position: -400px 0;
    background-repeat: no-repeat;
    transition: border-bottom 0.3s ease, background 0.3s ease;
  }
  input[type=email] ~ span.validation-text {
    position: absolute;
    visibility: hidden;
    font-family: "roboto", sans-serif;
    font-size: 0.6em;
    width: 400px;
    margin-left: 25px;
    margin-top: -5px;
    color: white;
    transition: color 0.3s ease-in-out;
  }
  input[type=email]:not([value=""])::-webkit-input-placeholder {
    font-size: 0.8em;
    transform: translateY(-20px);
    visibility: visible !important;
    opacity: 1;
  }
  input[type=email]:not([value=""]):focus::-webkit-input-placeholder {
    color: black;
  }
  input[type=email]:not([value=""]):focus:not(:valid)::-webkit-input-placeholder {
    color: #E91E63;
  }
  input[type=email]:focus {
    background-position: 0 0;
  }
  input[type=email]:focus:not(:valid):not([value=""]) {
    border-bottom: solid 1px #E91E63;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
  }
  input[type=email]:not(:focus):not(:valid):not([value=""]) {
    border-bottom: solid 1px #E91E63;
    background-position: 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
  }
  input[type=email]:not(:focus):not(:valid):not([value=""])::-webkit-input-placeholder {
    color: #E91E63;
  }
  input[type=email]:not(:focus):not(:valid):not([value=""]) ~ span.validation-text {
    visibility: visible;
    color: #E91E63;
  }
  
  .flex {
    display: flex;
    align-items: stretch;
  }
  .flex textarea {
    line-height: 120%;
  }
  
  button {
    font-family: "roboto", sans-serif;
    transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), box-shadow 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border: none;
    background: #03A9F4;
    cursor: pointer;
    border-radius: 3px;
    padding: 6px;
    width: 400px;
    color: white;
    margin: 30px 0 0 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  }
  button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  }
  