.post-slide{
    background:#020635;
    background: #e4581a;
    margin: 0 15px;
    /* padding:27px 30px; */
    padding: 5px;
    border: 1px solid #fcfafb;
    box-shadow: 0px 0px 5px #000;
}
/* .post-slide .post-header{
    margin-bottom: 10px;
} */
.post-slide .subtitle{
    color:#0b99bc;
    font-size:14px;
    display: inline-block;
    margin-bottom:5px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.post-slide .subtitle:hover{
    color:#333;
    text-decoration: none;
}
.post-slide .post-title{
    margin: 0;
    background: #031138;
    background:#353965;
    background:#772c0a;
    margin-bottom: 10px;
    text-align:center;
}
.post-slide .post-title a{
    font-family: 'ZCOOL XiaoWei', serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.4s ease 0s;
}
.post-slide .post-title a:hover{
    color:#520306;
    text-decoration: none;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.9s ease 0s;
    border: 1px solid #f1efe5;
    border: 4px solid #772c0a;
}
.post-slide:hover img{
    transform: rotate(-2deg) scale(1.1,1.1);
}
.post-slide .pic:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
 
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .post-bar{
    list-style: none;
    padding:12px 0;
    margin: 0;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right:3px;
    color:#aaa;
}
.post-slide .post-bar li:last-child{
    margin-right: 0;
}
.post-slide .post-bar li a{
    color:#aaa;
    transition:0.3s ease;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#0b99bc;
}
.post-slide .post-description{
    font-size: 14px;
    line-height: 24px;
    margin-bottom:15px;
    color:#ffffff;
}
.post-slide .read-more{
    color:#fff;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
}
.post-slide .read-more:hover{
    color:#efd204;
    text-decoration:none;
}
.post-slide h5{
    margin-bottom: 0;
    text-align: center;
    background: #353965;
    background:#772c0a;
}
@media only screen and (max-width: 479px) {
    .post-slide{
        padding: 15px;
    }
    .post-slide .post-bar li{
        margin-bottom: 5px;
    }
    .post-slide .post-bar li:last-child{
        margin-bottom: 0;
    }
}

#service-in{
    padding:30px 0px;
    background:#1f1f1f;
    background:#eaeee6;
    background-size: cover;
}
#service-in .service-in .service-in-head h4{
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #1f2b77;
    margin-bottom: 40px;
}
#service-in .service-in .service-in-inr .service-in-inr-sec .service-in-inr-sec-img img{
    width:100%;
    /* border: 2px solid #fff; */
    border: 2px solid #0093d3;
    box-shadow: 0px 0px 9px #00000052;
}
#service-in .service-in .service-in-inr .service-in-inr-sec .service-in-inr-sec-content h4{  
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
}
#service-in .service-in .service-in-inr .service-in-inr-sec .service-in-inr-sec-content h4 a{
    color:#ffffff;
}
#service-in .service-in .service-in-inr .service-in-inr-sec .service-in-inr-sec-content p{
    color: rgba(255,255,255,.6);
    font-size: 1.1em;
    font-weight:400;
}
#service-in .service-in .service-in-inr .service-in-inr-block {
    background:transparent;
    border-radius: 5px;
    padding:8px;
    margin-bottom:20px;
    background:#1f1f1f;
    background:#554a90;
    background:#0093d3;
}
.service-in-inr-sec-content p a:nth-child(1){
    padding:8px;
    border-radius:3px;
    color:#fff;
    background:#0093d3;
    text-transform: capitalize;
}
.service-in-inr-sec-content p a:nth-child(2){
    padding:8px;
    border-radius:3px;
    color:#fff;
    background:#036f03;
    text-transform: capitalize;
}
.service-in-inr-sec-content p a:nth-child(3){
    padding:8px;
    border-radius:3px;
    color:#fff;
    background:#b30606;
    text-transform: capitalize;
}


.testimonial{
    /* border-left: 4px solid #d45113; */
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    /* border-top: 25px solid #d45113; */
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    /*font-style: italic;*/
    color: rgb(255 255 255 / 95%);
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d45113;
    color:#0093d3;
    color:#f6f6f6;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size:12px;
    color:rgba(255, 255, 255, .7)
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    border:2px solid #0093d3;
    border:2px solid #f6f6f6;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background:#0093d3;
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
/* footer start */
footer {
	min-height: auto;
   
    background: -webkit-Radial-gradient(#f6f6f6 , #f6f6f6);
	padding: 30px 0px;
	background-position: bottom center;
	background-size: auto;
	background-repeat: no-repeat;
}

.footer_heading {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}

.footer_inner_blog {
	float: left;
	width: 100%;
}

.social_f,
.footer_info_f {
	float: left;
	width: 100%;
}

.social_f ul.socials {
	margin-top: 15px;
}

.social_f ul.socials li {
	
	display: inline;
}

.social_f ul.socials li a {
	float: left;
	width: 40px;
	height: 40px;
	background: #0093d3;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
	transition: ease all 1s;
}

.social_f ul.socials li a i {
	transition: ease all 1s;
}

.social_f ul.socials li a:hover,
.social_f ul.socials li a:focus {
	transform: rotateY(180deg);
	background: #fa6742;
}

.social_f ul.socials li a:hover i,
.social_f ul.socials li a:focus i {
	transform: rotateY(-180deg);
}

.footer_info_f p {
	color: rgb(31 31 31);
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}

.footer_heading h3 {
	color: #1f1f1f;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 21px;
	width: 100%;
	padding-bottom: 0;
    position: relative;
    font-family: 'Raleway', sans-serif;

}

.footer_heading h3 i {
	width: 35px;
	/* background: #ac0c0c; */
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50px;
	font-size: 16px;
	margin-right: 5px;
	font-weight: 400;
}


/**-- 
.footer_heading h3::after {
    width: 40px;
    background: #07b9ae;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    transition: ease all 0.5s;
}
--**/

.footer_info {
    /* padding: 35px 0 0; */
    float: left;
    width: 100%;
}

.tweet-blog+div {
	margin-bottom: 0;
}

.footer_info ul {
	list-style: none;
	float: left;
	width: 100%;
}

.footer_info.footer_menu li {
	margin: 3px 0;
	float: left;
	width: 100%;
}

.footer_info.footer_menu li a {
	color: rgb(31 31 31);
	font-weight: 300;
	font-size: 15px;
}

.footer_info.footer_menu li a span {
	margin-right: 5px;
}

.footer_info.footer_menu li:hover a,
.footer_info.footer_menu li:focus a {
	color: #fa6742;
	padding-left: 10px;
}

.footer_logo {
	margin: 0 0 20px;
}

/* .footer_logo img {
	background:#fff;
} */

.footer_info ul li {
	float: left;
	width: 100%;
	margin: 10px 0 15px;
	position: relative;
}

.footer_info.footer_contact ul li .icon_info {
    width: 21px;
    background: transparent;
    height: 13px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 19px;
    /* border: solid rgba(255, 255, 255, .1) 1px; */
}

.footer_info.footer_contact ul li span.infor_cont {
	font-size: 14px;
	margin-left: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, .7);
	margin-top: 0;
	float: left;
	height: 42px;
	display: flex;
	align-items: center;
	line-height: normal;
}

.footer_info.footer_contact ul {
	float: left;
	width: 100%;
}

.footer_info.footer_contact ul li {
	margin: 5px 0;
}

.footer_info.footer_contact ul li:nth-child(3) {
	font-family: 'Roboto', sans-serif;
}

.footer_info ul li .left_icon {
	float: left;
	width: 50px;
	height: 45px;
	border-right: dotted #333 1px;
	margin-right: 25px;
	color: #fff;
	font-size: 40px;
	padding: 0;
	line-height: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_info ul li i.fa-angle-right {
	font-size: 16px;
	font-weight: 600;
}

.tweet-blog {
	display: flex;
	margin-bottom: 25px;
}

.tweet-cont {
	color: #fff;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.tweet-cont a {
	margin-top: 5px;
	float: left;
}

.tweet-cont a {
	color: #07b9ae;
}

.tweet-blog i {
	color: #fff;
	font-size: 25px;
	margin-right: 16px;
	margin-top: 5px;
	width: auto;
	float: left;
	margin-left: 6px;
}

.footer_bottom {
	text-align: center;
	padding: 0;
}

.footer_bottom p {
	margin: 0;
	min-height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
}

.footer_bottom p a {
	color: #fff;
}

footer h4 {
	margin: 0 0 25px 0;
}

.footer_menu_ul {
	float: left;
	width: 33.33%;
	font-size: 14px;
}

.footer_menu_ul li {
	margin: 0 0 5px 0;
}

.footer_menu_ul li a:hover,
.footer_menu_ul li a:focus {
	transition: ease all 0.5s;
	margin-left: 8px;
}

.social_icon ul {
	list-style: none;
	float: left;
}

.social_icon ul li {
	display: inline;
	font-size: 15px;
	margin-right: 5px;
}

.social_icon {
	float: left;
	margin: 2px 0 0 0;
}

.bottom_footer {
	background: #273a47;
	padding: 10px 0;
	min-height: 50px;
}

.bottom_menu {
	font-size: 14px;
}

.cpy p {
	margin: 0;
}

.bottom_menu li {
	float: left;
	margin: 0 20px 0 0;
}

.footer_style_2 {
	background: #fff;
	padding: 45px 0 60px;
}

.bottom_footer_style_2 {
	background: #f8f8f8;
}

.footer_style_2 .footer_logo {
	margin: 0;
}

.footer_top {
	border-bottom: solid #e1e1e1 1px;
	padding-bottom: 65px;
	padding-top: 20px;
	margin-bottom: 65px;
}

.footer_top ul.footer_menu {
	padding-left: 0;
	margin: 20px 0 0;
}

.footer_top .social_icon {
	margin-top: 20px;
}

.footer_top ul.footer_menu li {
	font-weight: 600;
}

.footer_top ul.footer_menu li {
	font-weight: 600;
	float: left;
	font-size: 14px;
	margin: 0 14px;
}


.footer_info.footer_contact ul li span.infor_cont {
    font-size: 14px;
    margin-left: 15px;
    font-weight: 300;
	color: #fff;
    margin-top: 0;
    float: left;
    height: 42px;
    display: flex; 
    align-items: center;
    line-height: normal;
}
#footer-top{
    padding: 20px 0px;
    background: #f38700;
    box-shadow: inset 0px 0px 9px #fff;
}
#footer-top .footer-top h3{
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    text-transform:uppercase;
    color:#fff;
    text-align:center
}

#footer-top .footer-top button{
    background: #042b50;
    padding: 7px 25px;
    border-radius: 30px;
    border-color: #eeeff3;
    border-width: 5px;
    margin:2px 7px;
}
#footer-top .footer-top .second{
    background:#087508;
}
#footer-top .footer-top button a{
    color:#fff;
    font-size: 20px;
    text-transform: capitalize;
}

/* footer end */

#disclimer{
    padding:7px 0px;
    background:#ac0c0c;
    color:#fff;
    text-align: center;
}
#disclimer .disclaimer p{
    font-family: 'Raleway', sans-serif;
    font-size:16px; 
    color:#fff;
}

/* contact form styles start */
.form-container{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0;
    box-shadow: 0 0 25px -15px rgba(0,0,0,0.3);
}
.form-container .left-content{
    background-color: #2E323B;
    font-family: 'Oswald', sans-serif;
    width: 40%;
    padding: 66px 50px;
    display: inline-block;
    vertical-align: top;
}
.form-container .left-content .title{
    color: #FF97A8;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 55px;
}
.form-container .left-content .sub-title{
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.form-container .right-content{
    text-align: center;
    width: 60%;
    padding: 30px 50px;
    display: inline-block;
}
.form-container .right-content .form-title{
    color: #888;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0 0 30px;
    border-bottom: 2px solid #FF97A8;
}
.form-container .right-content .form-horizontal {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin: 0 0 15px;
}
.form-container .form-horizontal .form-group{ margin: 0 0 20px; }
.form-container .form-horizontal .form-group:nth-of-type(2){ margin-bottom: 35px; }
.form-container .form-horizontal .form-group label{ font-weight: 500; }
.form-container .form-horizontal .form-control{
    color: #888;
    background: #f9f9f9;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #FF97A8; }
.form-container .form-horizontal .signin{
    color: #fff;
    background: linear-gradient(to right, #FF638E, #FF97A8);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
    box-shadow: 0 0 10px #FF97A8;
    outline: none;
}
.form-container .form-horizontal .remember-me{
    width: calc(100% - 105px);
    display: inline-block;
}
.form-container .form-horizontal .remember-me .check-label{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}
.form-container .form-horizontal .remember-me .checkbox{
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 1px 0 0;
    border: 2px solid #FF97A8;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .remember-me .checkbox:before{
    content: '';
    height: 5px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all 0.3s ease;
}
.form-container .form-horizontal .remember-me .checkbox:checked{ background-color: #FF97A8; }
.form-container .form-horizontal .remember-me .checkbox:checked:before{ opacity: 1; }
.form-container .form-horizontal .remember-me .checkbox:not(:checked):before{ opacity: 0; }
.form-container .form-horizontal .remember-me .checkbox:focus{ outline: none; }
.form-container .form-horizontal .forgot{
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 100px;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .forgot:hover{ text-decoration: underline; }
.form-container .right-content .separator{
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}
.form-container .right-content .social-links{
    text-align: center;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}
.form-container .right-content .social-links li{
    margin: 0 2px 5px;
    display: inline-block;
}
.form-container .right-content .social-links li a{
    color: #fff;
    background-color: #F16262;
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease 0s;
}
.form-container .right-content .social-links li:nth-child(2) a{ background-color: #3B5897; }
.form-container .right-content .social-links li a i{ margin-right: 10px; }
.form-container .right-content .social-links li a:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.5); }
.form-container .right-content .signup-link{
    color: #999;
    font-size: 13px;
}
.form-container .right-content .signup-link a{
    color: #F16262;
    transition: all 0.3s ease 0s;
}
.form-container .right-content .signup-link a:hover{ text-decoration: underline; }
@media only screen and (max-width:767px){
    .form-container .left-content,
    .form-container .right-content{
        width: 100%;
        padding: 30px;
    }
    .form-container .left-content .title{ margin: 0 0 20px; }
    .form-container .left-content .sub-title{ font-size: 40px; }
}
/* breadcrumb styles start */
.breadcrumb{
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 5px 25px 25px 5px;
    overflow: hidden;
}
.breadcrumb li{
    float: left;
    margin-right: 3px;
    position: relative;
    z-index: 1;
}
.breadcrumb li:before{ display: none; }
.breadcrumb li:after{
    content: "";
    width: 40px;
    height: 100%;
    background: #428dff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: -1;
}
.breadcrumb li:nth-last-child(2):after,
.breadcrumb li:last-child:after{ display: none; }
.breadcrumb li a,
.breadcrumb li:last-child{
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 25px 25px 0;
    box-shadow: 5px 0 5px -5px #333;
}
.breadcrumb li a{ background: #428dff; }
.breadcrumb li:last-child{
    background: #ebf3fe;
    color: #428dff;
    margin-right: 0;
}
@media only screen and (max-width: 479px){
    .breadcrumb li a,
    .breadcrumb li:last-child{ padding: 8px 10px; }
}
@media only screen and (max-width: 359px){
    .breadcrumb li a,
    .breadcrumb li:last-child{ padding: 8px 7px; }
}
