@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
}
.custom_container {
    max-width: 1150px;
}
.p0 {
    padding: 0;
}
.block-con {
    width: 100%;
    display: block;
}
.inner-pages-content {
    padding: 55px 0px;
}
.new-pages {
    width: 100%;
    float: left;
}
.new-pages .inner-pages-title {
    width: 100%;
    display: block;
    margin-top: 40px;
}
.new-pages .inner-pages-title h1 {
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    font-size: 34px;
    margin: 45px auto 45px;
    display: table;
    padding-bottom: 20px;
}
.border-bottom {
    position: relative;
}
.border-bottom:after {
    background: #d70000;
    content: '';
    height: 4px;
    width: 50%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}
.image-link {
    float: left;
    width: 100%;
    position: relative;
}
.image-link span {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    z-index: 99999;
    padding: 20px;
    left: 0;
}
.last_link {
    margin-top: 3px;
}
/*------------------------------<<Founder Blog starts here >>--------------------------------*/
.Founder_Blog {
    background-image: url(../../assets/images/main.png);
    width: 65.5%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
    min-height: 401px;
    margin-right: 19px;
	    background-size: 100% 100%!important;
    height:482px;
}
#n_content .holder {
    text-align: center;
    float: left;
    width: 100%;
}
.Founder_Blog:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 1;
}
.main-founder-blog-section .fb_main {
    display: block;
}
.fb_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.Founder_Blog .content {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 0;
    padding: 20px;
    max-width: 510px;
    width: 100%;
}
.Founder_Blog .content span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d70000;
    padding: 2px 5px;
    line-height: 1;
}
.Founder_Blog .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
}
.Founder_Blog .content a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
.Blog_outer {
    width: 32.3%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
    margin-right: 13px;
}
.Blog_outer:nth-child(3n) {
    margin-right: 0;
}
.Blog_outer .content {
    background-color: #fafafa;
    padding: 20px;
}
.Blog_outer .content span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000000;
    padding: 2px 5px;
    line-height: 1;
    color: #fff;
}
.Blog_outer .content h4 {
	
    color: #545454;
    font-weight: 600;
	margin: 10px 0px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Blog_outer .content p {
    color: #545454;
    font-size: 16px;
	  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Blog_outer .content a {
    color: #545454;
    text-decoration: underline;
    font-size: 16px;
}
button.view {
    margin: 30px auto;
    background: none;
    box-shadow: none;
    border: 1px solid #ff0000;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 203px;
    width: 100%;
    color: #ff0000;
    line-height: 1.5;
    position: relative;
    text-align: left;
    padding: 10px 40px;
}
button.view:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(-135deg);
    border-left: 4px double #ff0000;
    border-top: 4px double #ff0000;
    right: 15px;
}
.new-pages .inner-pages-title h4 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.Sponsored h1 {
    margin: 0 auto !important;
    padding-bottom: 0 !important;
}
.imge {
    width: 49%;
    position: relative;
    border: 4px solid #cccccc;
    overflow: hidden;
}
.ad_text {
    position: absolute;
    top: 50%;
    right: 0;
    color: #d70000;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 20px;
    transform: translateY(-50%);
}
.Blog_outer img {
    width:100%;
}
.ad_text h1 {
    font-weight: 800;
    display: block;
    font-size: 35px;
    line-height: 1;
}
.ad_text h1:nth-child(3) {
    padding-left: 100px;
}
.ad_text h1:nth-child(2) {
    padding-left: 100px;
}
.ad_text span {
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    font-style: italic;
    padding-left: 50px;
    line-height: 1;
}
.ad_text button.Click_here {
    background: none;
    border: 1px solid #d70000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    float: right;
    padding: 6px 14px;
    margin-top: 10px;
    line-height: 1;
}
.Latest_Posts {
    float: left;
    width: 100%;
}
.Latest_Posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 60px 0 30px 0;
}
.outer_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.Latest_Posts .post {
    width: 49.8%;
    position: relative;
    margin-bottom: 4px;
}
.Latest_Posts .post .post_inner {
        position: absolute;
    bottom: 2%;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    min-height: 110px;
    overflow: hidden;
    -webkit-transition: 0.5s;
}
.Latest_Posts .post img{
      height: 500px;
    width: 100%;
}
.Latest_Posts .post .post_inner h4 {
    font-size: 20px;
    margin: 10px auto;
    line-height: 1.2;
    color: #545454;
}
.Latest_Posts .post .post_inner p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.Latest_Posts .post:hover .post_inner {
    height: 96%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.Latest_Posts .post:hover .post_inner p {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*------------------------------<< video page starts here >>--------------------------------*/
.video_main ul.nav.nav-pills {
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 35px;
}
.nav-pills>li {
    width: 100%;
    text-align: center;
}
.video_main .nav-pills li a {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    color: #545454;
    line-height: 1;
    padding: 20px 10px;
    border-radius: 0;
    position: relative;
}
.video_main .nav-pills li a:after {
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(192,193,194,1) 50%, rgba(195,195,195,0.98) 51%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(192,193,194,1) 50%, rgba(195,195,195,0.98) 51%, rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(192,193,194,1) 50%, rgba(195,195,195,0.98) 51%, rgba(125,185,232,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=0 );
    height: 70%;
    top: 15%;
    right: 0;
    content: '';
    position: absolute;
    width: 1px;
}
.video_main .nav-pills li:last-child a:after, .video_main .nav-pills li.active a:after {
    display: none;
}
.video_main .nav-pills li.active a, .video_main .nav-pills li a:hover {
    background: #d70000;
    color: #fff;
}
.video_main .nav-pills li.active a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: -10px;
    transform: rotate(45deg);
    background: #d70000;
}
.video_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video_post_outer {
    width: 33%;
    border: 1px solid #d70000;
    margin-bottom: 10px;
}
.video_post_outer .thumbnail {
    margin-bottom: 0px;
    border: none;
}
.video_text {
    background: #d70000;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    min-height: 125px;
}
.video_text h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.video_text p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.video_post_outer .thumbnail iframe {
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
    height: 207px;
    display: block;
}
.video_pagination {
    text-align: center;
    margin: 0 auto;
}
.video_pagination nav ul.pagination li a {
    background: #545454;
    color: #fff;
    font-size: 18px;
    border: none;
    margin: 0px;
}
.video_pagination nav ul.pagination li a.previous, .video_pagination nav ul.pagination li a.next {
    background: #d70000;
}
.video_pagination nav ul.pagination li a:after {
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(192,193,194,1) 50%, rgba(195,195,195,0.98) 51%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(192,193,194,1) 50%, rgba(195,195,195,0.98) 51%, rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(192,193,194,1) 50%, rgba(195,195,195,0.98) 51%, rgba(125,185,232,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=0 );
    height: 70%;
    top: 15%;
    right: 0;
    content: '';
    position: absolute;
    width: 1px;
}
.video_pagination nav ul.pagination li a.previous:after, .video_pagination nav ul.pagination li a.next:after {
 display;
none;
    background: none;
}
.video_pagination nav ul.pagination li:nth-child(6) a:after {
 display;
none;
    background: none;
}
.video_post_outer .thumbnail img {
    width:100%;
    cursor: pointer;
}
/*------------------------------<< video page ends here >>--------------------------------*/


/*-- Blog Detail Page --*/
.blog-detail-section {
    margin-top: 125px;
}
.blog-detail-content {
    float: left;
    width: 100%;
    background: #f7f7f7;
    position: relative;
    padding: 210px 60px 70px 60px;
}
.blog-img-section {
    max-width: 200px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 20px 10px;
    float: left;
    position: absolute;
    top: -70px;
    left: -90px;
}
.blog-img-section span {
    float: left;
    width: 100%;
}
span.posted-by {
    font-size: 15px;
    font-style: italic;
    font-family: "Montserrat";
    font-weight: 300;
    padding-bottom: 10px;
}
span.client-name {
    font-size: 17px;
    font-family: "Montserrat";
    font-weight: 300;
    padding-top: 10px;
    text-transform: uppercase;
}
span.client-desi {
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}
span.blog-heading {
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 48px;
}
.bottom-heading-blog {
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: 0.7px;
    padding-top: 10px;
}
.bottom-heading-blog span.red-text-blog {
    color: #d70000;
    text-transform: uppercase;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #545454;
}
span.date-blog {
    color: #545454;
    font-style: italic;
}
.blog-main-img {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.blog-main-img img {
    width: 100%;
}
.content-blog {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.content-blog span.second-heading-blog {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}
span.paragraph-blog {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 200;
    line-height: 33px;
}
.content-blog-para-sec {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.paragraph-blog.with-magrin-top-para {
    margin-top: 40px;
}
.blog-img-right {
    position: absolute;
    right: 0;
    top: 0;
}
.post-share-sec {
    float: left;
    width: 100%;
}
.post-share-sec ul {
    padding: 0;
    margin: 0;
 line-height:;
    list-style: none;
    width: auto;
    float: left;
}
.post-share-sec span {
    float: left;
}
ul.social-icons-blog li {
    float: left;
    padding: 0 10px;
}
.social-icons-blog li a i {
    font-size: 20px;
    color: #545454;
}
.post-share-sec {
    float: left;
    width: 100%;
    margin-top: 15px;
}
/*-- Blog Detail Page -End-*/

/*-- Video Pop Up --*/
.video-modal .modal-dialog {
    max-width: 820px;
    margin: 30px auto;
}
.video-modal .modal-body {
    padding: 0;
}
.video-modal .modal-body iframe {
    width: 100%;
    min-height: 450px;
}
.video-modal .modal-content {
    border: 4px solid #ffffff;
    border-radius: 0;
}
.video-modal .modal-header {
    position: relative;
}
.video-modal .close {
    opacity: 1;
    position: absolute;
    top: -25px;
    right: -25px;
}
.video-modal .modal-header {
    position: relative;
    background: #d70000;
    border-bottom: 3px solid #ffffff;
}
.video-modal .modal-header h4 {
    font-size: 16px;
    color: #ffffff;
}
/*-- Video Pop Up -End-*/
div#itemContainer .Blog_outer:nth-child(2) {
    display: none !important;
}
.just-f-f {
    display: none;
}
.events {
    display: none;
}
.maintenance {
    display: none;
}
.parts-show {
    display: none;
}
button#view_Less {
    display: none;
}
.new-pages .tab-content {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.new-pages .tab-content p {
    color: #fff;
}
.view-jff-less:before {
    border-right: 4px double #ff0000;
    border-bottom: 4px double #ff0000;
    right: 15px;
    top: 16px;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(-135deg);
}
.view-jff-less {
    margin: 30px auto;
    background: none;
    box-shadow: none;
    border: 1px solid #ff0000;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 203px;
    width: 100%;
    color: #ff0000;
    line-height: 1.5;
    position: relative;
    text-align: left;
    padding: 10px 40px;
}
.bottom {
    width: 100%;
    text-align: center;
}
.Founder_Blog {
    cursor: pointer;
}
.holder a {
    background: #d70000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin: 0 2px;
    padding: 8px 12px;
    text-decoration: none;
    transition: all .5s ease;
}

/* Responsive CSS */
@media only screen and (max-width:1199px) {
.links-main .p0 {
    padding: 2px;
}
.links-main .col-md-5.p0 {
    padding-right: 18px;
}
    .Latest_Posts .post img {
	height: 350px;
	width: 100%;
}
}

@media only screen and (max-width:1023px) {
.links-main .col-md-5.p0 {
    padding-right: 15px;
}
.video_main .nav-pills li a {
    font-size: 14px;
}
.video_main .nav-pills li.active a::before {
    width: 15px;
    bottom: -7px;
}
    .outer_post{
        padding: 0px;
    }
    .Latest_Posts .post .post_inner h4 {
	font-size: 15px;
}
    .Latest_Posts .post .post_inner p {
	font-size: 14px;
	line-height: 18px;
}
    .imge img {
	height: 165px;
}
}

@media(max-width:767px) 
{
	span.blog-heading {
    font-size: 14px;
    line-height: 23px;
}
	.Founder_Blog{height:auto;float:none;}
	
	.video-modal .modal-header h4 {
    font-size: 13px;
}
	
	.video-modal .close {
    right: -18px!important;
}
	.modal-dialog{width: 100%!important;
    padding: 0px 15px;}
	.Founder_Blog, .Blog_outer{width:100%;}
	.imge {
    width: 100%!important;
		margin-bottom:10px;
}
	.imge img{
    height: 170px;
}
    	
	.Latest_Posts .post {
    width: 100%;
}
.image-link img {
    width: 100%;
}
.col-md-7.col-sm-7.p0 .image-link {
    margin-bottom: 3px;
}
.links-main .col-md-5.p0 {
    padding-right: 2px;
}
.video_main .nav-pills li a {
    font-size: 12px;
}
.video_post_outer {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
.video_main {
    padding: 0px 10px;
}
    .imge img {
	height: auto;
	width: 100%;
}
    .Latest_Posts .post img {
	height: auto;
	width: 100%;
}
}

@media only screen and (max-width:567px) {
.new-pages .inner-pages-title h1 {
    font-size: 22px;
}
.image-link span {
    font-size: 18px;
}
.video_post_outer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.video_main ul.nav.nav-pills {
    display: block;
}
.video_main .nav-pills li a {
    font-size: 10px;
    padding: 12px 5px;
    width: auto;
}
.video_main .nav-pills li.active a::before {
display: none;
}
    .video_main .nav-pills > li {
	width: 49% !important;
	text-align: center;
	float: left;
        margin-left: 0px;
}
    .video_main .nav-pills li:nth-child(2) a::after, .video_main .nav-pills li:nth-child(3) a::after
    {
        background: none !important;
    }
    .imge img {

	min-height: 150px;
}
}
@media(min-width:768px) and (max-width:1024px)
{
	.Blog_outer {
    width: 32%!important;
}
	.Founder_Blog {
   width: 100%;
	}
	.imge img{
    height: 190px;
}
	.video_text {
    min-height: 185px;
}

.Blog_outer img {
    width:100%;
	        height: 200px!important;
}
}
@media (min-width: 992px) and (max-width:1024px)
{
#n_home .container.custom_container {
    width: 750px;
}
}
@media (min-width:768px) and (max-width:1024px)
{
	.Blog_outer img {height:auto;}
#n_home .image-link.last_link img{height: 210px;}
}


