.page-title{
padding: 140px 0px 120px 0px;
overflow: hidden;
}
.page-title .bg-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-title .bg-layer:before{
position: absolute;
content: '';
background: #022D1F;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.7;
}
.page-title h1{
position: relative;
display: block;
font-size: 26px; color: #fff;
font-weight: 700;
margin-bottom: 14px;
}
.page-title .bread-crumb li{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 26px;
color: #a4ffd1;
font-weight: 500;
padding-right: 15px;
margin-right: 5px;
}
.page-title .bread-crumb li:last-child{
padding: 0px !important;
margin: 0px !important;
}
.page-title .bread-crumb li a{
display: inline-block;
color: #fff;
}
.page-title .bread-crumb li a:hover{
color: var(--theme-color);
}
.page-title .bread-crumb li:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
top: 0px;
right: 0px;
}
.page-title .bread-crumb li:last-child:before{
display: none;
}
.page-title .pattern-layer .pattern-1{
position: absolute;
left: 157px;
bottom: -70px;
width: 180px;
height: 180px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.page-title .pattern-layer .pattern-2{
position: absolute;
top: 45px;
right: 160px;
width: 180px;
height: 180px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.page-title .pattern-layer .pattern-3 {
position: absolute;
left: 70px;
bottom: 80px;
width: 113px;
height: 108px;
background-repeat: no-repeat;
}
.page-title .pattern-layer .pattern-4 {
position: absolute;
right: 70px;
top: 165px;
width: 115px;
height: 115px;
background-repeat: no-repeat;
}.news-section{
position: relative;
padding-bottom: 140px;
}
.news-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
}
.news-block-one .inner-box .image-box{
position: relative;
display: block;
}
.news-block-one .inner-box .image-box .image{
position: relative;
display: block;
overflow: hidden;
border-radius: 20px;
}
.news-block-one .inner-box .image-box .image img{
width: 100%;
border-radius: 20px;
transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box .image img{
transform: scale(1.05);
}
.news-block-one .inner-box .image-box .post-date{
position: absolute;
right: 30px;
bottom: -20px;
width: 70px;
text-align: center;
background: var(--theme-color);
border-radius: 10px;
padding: 13px 0px;
}
.news-block-one .inner-box .image-box .post-date h3{
display: block;
font-size: 22px;
line-height: 22px;
color: #fff;
}
.news-block-one .inner-box .lower-content{
position: relative;
display: block;
padding-top: 25px;
}
.news-block-one .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
float: left;
margin-right: 30px;
padding-left: 25px;
color: #101A30;
}
.news-block-one .inner-box .lower-content .post-info li:last-child{
margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li i{
position: absolute;
left: 0px;
top: 5px;
font-size: 16px;
color: var(--theme-color);
}
.news-block-one .inner-box .lower-content .post-info li a{
display: inline-block;
color: #101A30;
}
.news-block-one .inner-box .lower-content .post-info li a:hover{
color: var(--theme-color);
}
.news-block-one .inner-box .lower-content h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 16px;
}
.news-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: #101A30;
}
.news-block-one .inner-box .lower-content h3 a:hover{
color: var(--theme-color);
}
.news-block-one .inner-box .lower-content p{
margin-bottom: 20px;
}
.news-block-one .inner-box .lower-content .link a{
position: relative;
display: inline-block;
font-size: 20px;
color: #222;
}
.news-block-one .inner-box .lower-content .link a:hover{
color: var(--theme-color);
} .news-style-two{
position: relative;
}
.news-block-two .inner-box{
position: relative;
display: block;
}
.news-block-two .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.news-block-two .inner-box .image-box .image{
position: relative;
display: block;
overflow: hidden;
border-radius: 20px;
}
.news-block-two .inner-box .image-box .image img{
width: 100%;
border-radius: 20px;
transition: all 500ms ease;
}
.news-block-two .inner-box:hover .image-box .image img{
transform: scale(1.05);
}
.news-block-two .inner-box .image-box .post-date{
position: absolute;
left: 0px;
bottom: 30px;
font-size: 16px;
line-height: 28px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
background: var(--theme-color);
padding: 2px 17px 0px 17px;
border-radius: 0px 20px 20px 0px;
}
.news-block-two .inner-box .lower-content{
position: relative;
display: block;
padding-top: 22px;
}
.news-block-two .inner-box .lower-content .category{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 28px;
padding-left: 24px;
color: var(--theme-color);
margin-bottom: 2px;
}
.news-block-two .inner-box .lower-content .category:before{
position: absolute;
content: '';
background: var(--theme-color);
width: 15px;
height: 2px;
left: 0px;
top: 10px;
}
.news-block-two .inner-box .lower-content h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 16px;
}
.news-block-two .inner-box .lower-content h3 a{
display: inline-block;
color: #101A30;
}
.news-block-two .inner-box .lower-content h3 a:hover{
color: var(--theme-color);
}
.news-block-two .inner-box .lower-content p{
margin-bottom: 21px;
}
.news-block-two .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
float: left;
font-size: 16px;
line-height: 30px;
color: #101A30;
margin-right: 40px;
padding-left: 25px;
}
.news-block-two .inner-box .lower-content .post-info li:last-child{
margin: 0px !important;
}
.news-block-two .inner-box .lower-content .post-info li a{
color: #101A30;
}
.news-block-two .inner-box .lower-content .post-info li a:hover{
color: var(--theme-color);
}
.news-block-two .inner-box .lower-content .post-info li i{
position: absolute;
left: 0px;
top: 5px;
color: var(--theme-color);
}
.news-block-two .inner-box .lower-content .post-info li.author-box{
padding-left: 39px;
}
.news-block-two .inner-box .lower-content .post-info li .author-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 30px;
height: 30px;
border-radius: 50%;
}
.news-block-two .inner-box .lower-content .post-info li .author-thumb img{
width: 100%;
border-radius: 50%;
}
.news-block-two .inner-box .lower-content .post-info li:before{
position: absolute;
content: '';
background: #D9D9D9;
width: 1px;
height: 24px;
top: 3px;
right: -20px;
}
.news-block-two .inner-box .lower-content .post-info li:last-child:before{
display: none;
}
.blog-grid{
position: relative;
}
.blog-grid .news-block-two .inner-box{
margin-bottom: 60px;
}
.sidebar-page-container{
position: relative;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h3{
font-size: 30px;
}
.blog-classic-content .news-block-one .inner-box{
margin-bottom: 70px;
padding-bottom: 65px;
border-bottom: 1px solid #e5e5e5;
}.default-sidebar .sidebar-widget{
position: relative;
display: block;
background: #EBF5E9;
border-radius: 10px;
padding: 20px;
margin-bottom: 40px;
}
.default-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.default-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 10px;
}
.default-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.default-sidebar .category-widget .category-list li a{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #101A30;
background: #fff;
padding: 4px 10px;
border-radius: 5px;
}
.default-sidebar .category-widget .category-list li a.current,
.default-sidebar .category-widget .category-list li a:hover{
color: #fff;
background: var(--theme-color);
}
.default-sidebar .category-widget .category-list li a span{
position: relative;
transition: all 500ms ease;
}
.default-sidebar .category-widget .category-list li a span:before{
position: absolute;
content: '\e928';
font-family: 'icomoon';
font-size: 12px;
font-weight: 400;
opacity: 0;
left: 0px;
top: 0px;
color: #fff;
transition: all 500ms ease;
}
.default-sidebar .category-widget .category-list li a.current span,
.default-sidebar .category-widget .category-list li a:hover span{
padding-left: 24px;
}
.default-sidebar .category-widget .category-list li a.current span:before,
.default-sidebar .category-widget .category-list li a:hover span:before{
opacity: 1;
}
.default-sidebar .widget-title{
position: relative;
display: block;
margin-bottom: 21px;
}
.default-sidebar .widget-title h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 600;
}
.service-sidebar .question-widget .form-inner .form-group{
position: relative;
display: block;
margin-bottom: 20px;
}
.service-sidebar .question-widget .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.service-sidebar .question-widget .form-inner .form-group input[type='text'],
.service-sidebar .question-widget .form-inner .form-group input[type='email'],
.service-sidebar .question-widget .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
background: #fff;
border-radius: 5px;
border: 1px solid #fff;
font-size: 16px;
color: #101A30;
padding: 10px 30px;
transition: all 500ms ease;
}
.service-sidebar .question-widget .form-inner .form-group textarea{
height: 170px;
resize: none;
}
.service-sidebar .question-widget .form-inner .form-group .theme-btn,
.service-sidebar .question-widget .form-inner .form-group .theme-btn span{
width: 100%;
}
.service-sidebar .question-widget{
padding-top: 33px;
}
.service-sidebar .question-widget .form-inner .form-group input:focus,
.service-sidebar .question-widget .form-inner .form-group textarea:focus{
border-color: var(--theme-color);
}
.default-sidebar .contact-widget{
position: relative;
display: block;
background: #003121;
box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
border-radius: 10px;
padding: 80px 30px 30px 30px;
}
.default-sidebar .contact-widget .icon-box{
position: relative;
display: inline-block;
font-size: 80px;
color: var(--theme-color);
margin-bottom: 43px;
}
.default-sidebar .contact-widget .icon-box:before{
position: absolute;
content: '';
width: 100px;
height: 100px;
left: -17px;
top: -20px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
}
.default-sidebar .contact-widget h3{
display: block;
font-size: 24px;
line-height: 30px;
color: #fff;
font-weight: 700;
margin-bottom: 44px;
}
.default-sidebar .contact-widget .lower-box{
position: relative;
display: block;
padding: 36px 10px;
border: 1.5px dashed rgba(255, 255, 255, 0.3);
border-radius: 10px;
}
.default-sidebar .contact-widget .lower-box p{
display: block;
font-size: 18px;
line-height: 18px;
font-weight: 500;
margin-bottom: 16px;
}
.default-sidebar .contact-widget .lower-box p a{
display: inline-block;
color: #fff;
}
.default-sidebar .contact-widget .lower-box p a:hover{
text-decoration: underline;
}
.default-sidebar .contact-widget .lower-box h2{
display: block;
font-size: 30px;
line-height: 30px;
font-weight: 700;
}
.default-sidebar .contact-widget .lower-box h2 a{
display: inline-block;
color: #fff;
}
.default-sidebar .contact-widget .lower-box h2 a:hover{
text-decoration: underline;
} .blog-sidebar .search-widget .search-form .form-group{
position: relative;
margin: 0px;
}
.blog-sidebar .search-widget .search-form .form-group input[type='search']{
position: relative;
display: block;
width: 100%;
height: 60px;
background: #fff;
border: 1px solid #fff;
border-radius: 5px;
font-size: 16px;
color: #222;
padding: 10px 60px 10px 30px;
transition: all 500ms ease;
}
.blog-sidebar .search-widget .search-form .form-group button[type='submit']{
position: absolute;
top: 19px;
right: 20px;
font-size: 18px;
color: #222;
cursor: pointer;
transition: all 500ms ease;
}
.blog-sidebar .search-widget .search-form .form-group input:focus{
border-color: var(--theme-color);
}
.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button{
color: var(--theme-color);
}
.blog-sidebar .sidebar-widget{
margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.blog-sidebar .post-widget .post{
position: relative;
display: block;
padding-left: 100px;
min-height: 80px;
margin-bottom: 30px;
}
.blog-sidebar .post-widget .post:last-child{
margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 80px;
height: 80px;
border-radius: 10px;
}
.blog-sidebar .post-widget .post .post-thumb img{
width: 100%;
border-radius: 10px;
}
.blog-sidebar .post-widget .post h5{
display: block;
font-size: 18px;
line-height: 24px;
margin-bottom: 4px;
font-weight: 600;
}
.blog-sidebar .post-widget .post h5 a{
display: inline-block;
color: var(--title-color);
}
.blog-sidebar .post-widget .post h5 a:hover{
color: var(--theme-color);
}
.blog-sidebar .gallery-widget .image-list{
position: relative;
margin: 0px -5px;
}
.blog-sidebar .gallery-widget .image-list li{
position: relative;
display: inline-block;
float: left;
margin: 0px 5px 10px 5px;
}
.blog-sidebar .gallery-widget .image-list li .image{
position: relative;
display: block;
width: 90px;
border-radius: 10px;
}
.blog-sidebar .gallery-widget .image-list li .image img{
width: 100%;
border-radius: 10px;
}
.blog-sidebar .gallery-widget{
padding-bottom: 30px;
}
.blog-sidebar .tags-widget .tags-list li{
position: relative;
display: inline-block;
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.blog-sidebar .tags-widget .tags-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #101A30;
font-weight: 500;
background: #fff;
border-radius: 5px;
padding: 6px 17px;
}
.blog-sidebar .tags-widget .tags-list li a:hover{
color: #fff;
background: var(--theme-color);
}
.blog-sidebar .tags-widget{
padding-bottom: 25px;
}.blog-details-content{
position: relative;
}
.blog-details-content .news-block-one .inner-box .image-box .image img{
transform: scale(1) !important;
}
.blog-details-content .news-block-one .inner-box .lower-content h3{
font-size: 22px;
line-height: 40px;
}
.blog-details-content .news-block-one .inner-box .lower-content p{
margin-bottom: 26px;
}
.blog-details-content .news-block-one .inner-box{
overflow: visible;
margin-bottom: 60px;
}
.blog-details-content blockquote{
position: relative;
display: block;
background: #FFFFFF;
box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 37px 120px 37px 50px;
margin: 60px 0px 0px 0px;
}
.blog-details-content blockquote .icon-box{
position: absolute;
font-size: 40px;
color: var(--theme-color);
top: 50%;
transform: translateY(-50%);
right: 40px;
}
.blog-details-content blockquote p{
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin-bottom: 15px;
}
.blog-details-content blockquote h4{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 28px;
font-weight: 600;
padding-left: 45px;
}
.blog-details-content blockquote h4:before{
position: absolute;
content: '';
background: var(--theme-color);
width: 30px;
height: 2px;
left: 0px;
top: 13px;
}
.blog-details-content .group-title{
position: relative;
display: block;
margin-bottom: 18px;
}
.blog-details-content .group-title h3{
display: block;
font-size: 30px;
line-height: 30px;
font-weight: 600;
}
.blog-details-content .content-one p{
margin-bottom: 19px;
}
.blog-details-content .content-one .list-style-one{
margin-bottom: 35px;
}
.blog-details-content .content-one .tags-list li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.blog-details-content .content-one .tags-list li:last-child{
margin: 0px !important;
}
.blog-details-content .content-one .tags-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #101A30;
font-weight: 500;
background: #fff;
border-radius: 5px;
padding: 8px 22px;
box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
}
.blog-details-content .content-one .tags-list li a:hover{
color: #fff;
background: var(--theme-color);
}
.blog-details-content .author-box{
position: relative;
display: block;
background: #EBF5E9;
border-radius: 10px;
padding: 31px 50px 40px 210px;
}
.blog-details-content .author-box .author-thumb{
position: absolute;
display: inline-block;
left: 40px;
top: 40px;
width: 140px;
height: 140px;
border-radius: 50%;
}
.blog-details-content .author-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.blog-details-content .author-box h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 6px;
}
.blog-details-content .author-box .designation{
position: relative;
display: block;
margin-bottom: 13px;
}
.blog-details-content .author-box p{
display: block;
margin-bottom: 21px;
}
.blog-details-content .author-box .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 15px;
}
.blog-details-content .author-box .social-links li:last-child{
margin: 0px !important;
}
.blog-details-content .author-box .social-links li a{
position: relative;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background: #fff;
font-size: 16px;
color: #676767;
text-align: center;
border-radius: 50%;
}
.blog-details-content .author-box .social-links li a:hover{
color: #fff;
background: var(--theme-color);
}
.blog-details-content .comment-box .group-title{
margin-bottom: 35px;
}
.blog-details-content .comment-box .comment{
position: relative;
display: block;
padding-left: 110px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.blog-details-content .comment-box .comment:last-child{
border-bottom: none;
margin-bottom: 0px;
}
.blog-details-content .comment-box .comment .comment-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 80px;
height: 80px;
border-radius: 50%;
}
.blog-details-content .comment-box .comment .comment-thumb img{
width: 100%;
border-radius: 50%;
}
.blog-details-content .comment-box .comment h4{
display: block;
font-size: 20px;
line-height: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.blog-details-content .comment-box .comment .post-date{
display: block;
margin-bottom: 13px;
}
.blog-details-content .comment-box .comment p{
margin-bottom: 21px;
}
.blog-details-content .comment-box .comment .reply-btn{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #101A30;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 9px 27px;
}
.blog-details-content .comment-box .comment .reply-btn:hover{
color: #fff;
background: var(--theme-color);
border-color: var(--theme-color);
}
.blog-details-content .comment-box .comment.replay-comment{
padding-left: 220px;
}
.blog-details-content .comment-box .comment.replay-comment .comment-thumb{
left: 110px;
}
.blog-details-content .comment-form-area .group-title{
margin-bottom: 35px;
}