@font-face {
    font-family: 'D-DIN Italic';
    src: url('../fonts/fonts/D-DIN-Italic.eot');
    src: url('../fonts/fonts/D-DIN-Italic.eot#iefix') format('embedded-opentype'),
        url('../fonts/fonts/D-DIN-Italic.woff') format('woff2'),
        url('../fonts/fonts/D-DIN-Italic.woff') format('woff'),
        url('../fonts/fonts/D-DIN-Italic.ttf') format('truetype'),
        url('../fonts/fonts/D-DIN-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN Bold';
    src: url('../fonts/fonts/D-DIN-Bold.eot');
    src: url('../fonts/fonts/D-DIN-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/fonts/D-DIN-Bold.woff') format('woff2'),
        url('../fonts/fonts/D-DIN-Bold.woff') format('woff'),
        url('../fonts/fonts/D-DIN-Bold.ttf') format('truetype'),
        url('../fonts/fonts/D-DIN-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/fonts/D-DIN.eot');
    src: url('../fonts/fonts/D-DIN.eot#iefix') format('embedded-opentype'),
        url('../fonts/fonts/D-DIN.woff') format('woff2'),
        url('../fonts/fonts/D-DIN.woff') format('woff'),
        url('../fonts/fonts/D-DIN.ttf') format('truetype'),
        url('../fonts/fonts/D-DIN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body{
margin: 0;
padding: 0;
font-family: 'D-DIN';
overflow-x: hidden;
}
body::-webkit-scrollbar {
width: 8px;
}
body::-webkit-scrollbar-track {
background-color: #fff;
}
body::-webkit-scrollbar-thumb {
background-color: #005bb2;
}
@media(min-width: 1300px){
.container{max-width: 1200px;}
}
h1,h2,h3,h4,h5,h6{
font-family: 'Mulish', sans-serif;
}
.header{
width: 100%;
position: absolute;
top: 0;
z-index: 100;
}
.header .container{
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.header .top_logo{margin-top: 20px;}
.menu_hamburger {display: flex;justify-content: flex-end;}
#nav-icon2{
width: 30px;
height: 35px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.menu_hamburger b{
color: #fff;
font-size: 20px;
text-transform: uppercase;
margin-right: 15px;
font-weight: normal;
margin-top: -3px;
}
.header .head_right{
display: flex;
display: -ms-flexbox;
}
.header .head_right .home{
color: white;
font-weight: bold;
display: inline-block;
margin-right: 30px;
text-decoration: none;
font-size: 15px;
position: relative;
}
.header .head_right .home::after{
content: "";
width: 1px;
height: 14px;
background: #ffffff;
position: absolute;
right: -15px;
top: 3px;   
}
/* Icon 2 */
#nav-icon2 span {
display: block;
position: absolute;
height: 2px;
width: 50%;
background: #ffffff;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;

}
#nav-icon2 span:nth-child(odd) {
left:0px;

}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 10px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 20px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 2px;
top: 6px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 2px);
top: 5px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 2px;
top: 15px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(46% - 2px);
top: 15px;
}
.home_banner{position: relative;}
.home_banner .about_author{
font-size: 25px;
margin-bottom: 35px;
}
.home_banner  img.mobile-img{display: none;}
.home_banner .mobile-btn{display: none;}
.home_banner .container{
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 65%;
transform: translateY(-60%);
z-index: 10;
}
.home_banner .banner_description{
padding-left: 100px;
}
.home_banner h1,.about_block_under h3,.aboutme_block h3{
font-size: 80px;
color: #fff;
text-transform: uppercase;
font-weight: 900;
line-height: 73px;
margin-bottom: 30px;
transition: all 0.5s ease-in-out;
}
.home_banner h1{min-height: 146px;margin-bottom: 25px;}
.home_banner p{
color: #fff;
font-size: 17px;
margin-bottom: 30px;
}
.home_banner p.author{font-size: 17px;}
.global_btn{
background: #1da185 url('../images/button_arrow.png') 100% 100% no-repeat;
color: #fff;
width: 150px;
height: 150px;
display: inline-block;
text-transform: uppercase;
font-size: 18px;
line-height: 26px;
/*font-family: roboto;*/
transition: all 0.5s ease;
}
.global_btn span{
display: block;
padding: 26px 18px;
}
.global_btn:hover{
color: #fff;
text-decoration: none;
background: #0f75d9  url('../images/button_arrow.png') 103% 103% no-repeat;
}
.hover2.global_btn:hover{
color: #1da084;	
background: #fff  url('../images/button_arrow2.png') 103% 103% no-repeat;
}
.any_qustion .hover2.global_btn:hover span{color: #1da084;}
.about_section{
padding-top: 150px;
}
.about_section .about_block{
background: #0070c0;
padding-bottom: 140px;
position: relative;
}
.about_book{
position: absolute;
left: -250px;
top: -50px;
}
.about_block_under{padding: 70px 60px 0 190px;}
.about_block_under h4,.about_block_under h5,.about_block_under p{
color: #fff;
font-size: 17px;
}
.about_block_under h5{margin-bottom: 50px;}
.about_block_under h3{margin-bottom: 6px;}
.about_block .global_btn,.about_me .global_btn,.blog_section .global_btn{
position: absolute;
right: 0;
bottom: 0;
}
.about_me{
background: #b9dcff;
padding-top: 190px;
padding-bottom: 90px;
margin-top: -85px;
}
.aboutme_block{
padding: 30px 40px;
padding-right: 20px;
overflow: hidden;
}
.aboutme_block h3{
color: #404245;
font-size: 62px;
margin-bottom: 5px;
}
.aboutme_block p{
font-size: 17px;
color: #404245;
}
.about_me .col-sm-10{
-ms-flex: 0 0 85.333333%;
flex: 0 0 85.333333%;
max-width: 85.333333%;
}
.about_me .aboutme_img{
height: 640px;
object-fit: cover;
}
.newsletter_section{
background: #f4f4f4  url('../images/newslatter_bg.jpg') center top no-repeat;
background-size: cover;
padding: 90px 0;
}
.newsletter_section .emaillist .es_caption{display: none;}
.newsletter_section .emaillist form{
display: flex;
max-width: 600px;
margin: 40px auto 0;
position: relative;
}
.newsletter_section .emaillist .es-field-wrap{flex: 1;margin-bottom: 0;}
.newsletter_section .emaillist form label{margin-bottom: 0;display: block;}
.newsletter_section .emaillist form label input{
border: none;
border-radius: 0;
padding: 19px 30px;
height: auto;
box-shadow: 0 20px 28px rgb(0 0 0 / 10%);
width: 100%;
display: block;
}
.newsletter_section .emaillist form label input:focus{outline: none;}
.newsletter_section .emaillist form input[type="submit"]{
background: #1da185;
border-radius: 0;
color: #fff;
border: none;
padding: 0 45px;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.newsletter_section .emaillist .es_subscription_message.success{
max-width: 600px;
display: block;
margin: 10px auto 0;
}
.newsletter_section .emaillist .es_spinner_image{
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
top: -40px;
}
.newsletter_section h4{
color: #404245;
font-size: 18px;
margin: 0;
}
.newsletter_section h3{
color: #404245;
font-size: 60px;
font-weight: 800;
margin: 0;
}
.newsletter_section .input-group{
max-width: 600px;
margin: 40px auto 0;
}
.newsletter_section .input-group .btn.btn-theme{
background: #1da185;
border-radius: 0;
color: #fff;
border: none;
padding: 20px 45px;
text-transform: uppercase;
font-weight: bold;
}
.newsletter_section .input-group .btn.btn-theme:hover{
background: #0f75d9 ;
}
.newsletter_section .input-group .form-control{
border: none;
border-radius: 0;
padding: 0px 30px;
height: auto;
box-shadow: 0 20px 28px rgb(0 0 0 / 10%);
}
.footer{
border-top: 1px solid #cccc;    
padding: 70px 0;
background: #f4f4f4;
}
.followuson,.footer_menu{
list-style: none;
margin: 20px 0;
padding: 0;
}
.followuson li{
display: inline-block;
}
.followuson li:first-child{margin-right: 10px;font-weight: bold;}
.followuson li a{
width: 28px;
height: 28px;
border-radius: 100%;
background: #000000;
display: block;
line-height: 28px;
color: #fff;
margin: 0 2px;
}
.followuson li a:hover{
background: #0f75d9;
}
.footer_menu{
border-bottom: 1px solid #d8d9dc;
border-top: 1px solid #d8d9dc;
padding: 14px 0;
margin-top: 30px;
}
.footer_menu li{
display: inline-block;
margin: 0 16px;
}
.footer_menu li a{
color: #000000;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.footer_menu li a:hover{color: #0f75d9;text-decoration: none;}
.footer .copyright{
font-size: 13px;
color: #3d4351;
padding-top: 40px;
}
.blog_section{
padding: 90px 0;
overflow-x: hidden;
}
.blog_home_content .aboutme_block p{font-size: 28px;} 
.blog_section .owl-carousel .owl-nav{
display: flex;
display: -ms-flexbox;
margin-top: 15px;
justify-content: center;   
display: none; 
}
.blog_section .owl-carousel .owl-nav button{
width: 50px;
height: 50px;
background: #43b09a;
color: white;
border-radius: 100%;
font-size: 20px;
margin: 0 5px;
line-height: 41px;
transition: all 0.5s ease;
}
.blog_section .owl-carousel .owl-nav button:focus{background: #0462c6;}
.blog_section .owl-carousel .owl-nav button:focus{outline: none;}
.blog_bx{
min-height: 300px;
background: #eff2f8;
}
.blog_section .global_btn.mobile-btn{display: none;}
.blog_home_content{position: relative;}
.blog_home_content .aboutme_block{
float: right;
max-width: 370px;
padding: 0 50px 0 0;
}
.blog_bx_desc{
padding: 20px 22px 30px 22px;
}
.blog_bx_desc h3{
font-size: 22px;
font-family: 'D-DIN Bold';
min-height: 80px;
}
.blog_bx_desc .blog-content{min-height: 80px;}
.blog_bx_desc p{font-size: 16px;}
.blog_bx_desc a{color: #1da185; position: relative;}
.blog_bx_desc p b{color: #0070c0;font-weight: normal; }
.blog_bx_desc a:after{
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #1da185;
left: 0;
bottom: -6px;
}
.blog_bx_desc a:hover{text-decoration: none;}
.blog_section .owl-dots{
position: absolute;
right: 30%;
bottom: -40px;
display: none;
}
.blog_section .owl-dots .owl-dot{
width: 30px;
height: 3px;
background: #000000;
margin: 0 4px;
border-radius: 0;
outline: none;
}
.blog_section .owl-dots .owl-dot.active{
background: #1da185;
}
.blog_section .col-sm-7{overflow: hidden;}
.blog_section .owl-carousel{width: 1300px;}
.blog_section .owl-stage-outer{overflow: visible!important;}
.main_menu{
width: 50%;
background: #0070c0;
height: 100%;
position: fixed;
right: -50%;
top: 0;
z-index: 9999;
transition: all 0.35s ease;
}
.overlay_menu{
width: 100%;
background: rgba(255, 255, 255, 0.85);
height: 100%;
position: fixed;
right: 0;
top: 0;
bottom: 0;
z-index: 12;
visibility: hidden;
transition: all 0.5s ease-in-out;
opacity: 0;
}
.overlay_menu.open{visibility: visible;transition: all 0.5s ease-in-out; opacity: 1;}
.main_menu.open{right: 0;}
.water_markname{
margin: 100px 40px 0 40px;
visibility: hidden;
position: absolute;
}
.water_markname.open {
-webkit-animation: fadeInRight 0.2s ease forwards;
animation: fadeInRight 2s ease forwards;
visibility: visible;
}
.main_menu_under .menu_hamburger{
position: fixed;
top: 30px;
z-index: 999;
right: 166px;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.main_menu_under .menu_hamburger.open{
opacity: 1;
visibility: visible;
}
.main_menu_under{
position: relative;
text-align: right;
padding-right: 165px;
padding-top: 75px;
}
.main_menu_under ul,.menu_social{
margin: 0;
padding: 0;
list-style: none;
}
.main_menu_under ul li{
display: block;
padding: 5px 0;
visibility: hidden;
opacity: 0;
position: relative;
}
.main_menu_under ul li a:after{
content: '';
width: 0%;
height: 2px;
background: #fff;
position: absolute;
right: 0;
bottom: -7px;
transition: all 0.3s ease-in-out;
}
.main_menu_under ul li a{
font-size: 36px;
color: #fff;
font-weight: 300;
position: relative;
font-family: 'D-DIN Bold';
}
.main_menu_under ul li.contact{display: none!important;}
.main_menu_under ul li a:hover{text-decoration: none;}
.main_menu_under ul li a:hover:after{
width: 100%;
}
.main_menu_under.open ul li {
-webkit-animation: fadeInRight 0.5s ease forwards;
animation: fadeInRight 0.5s ease forwards;
visibility: visible;
}
.main_menu_under.open ul li:nth-of-type(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.main_menu_under.open ul li:nth-of-type(3) {
-webkit-animation-delay: 0.22s;
animation-delay: 0.22s;
}
.main_menu_under.open ul li:nth-of-type(4) {
-webkit-animation-delay: 0.33s;
animation-delay: 0.33s;
}
.main_menu_under.open ul li:nth-of-type(5) {
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}
.any_qustion{
margin-top: 30px;
opacity: 0;
}
.main_menu_under.open .any_qustion{
-webkit-animation: fadeInRight 0.5s ease forwards;
animation: fadeInRight 0.5s ease forwards;
visibility: visible;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s;
}
.any_qustion span{color: #fff; font-size: 20px; margin-right: 10px;vertical-align: top;}
.any_qustion .global_btn{
box-shadow: 0 0 30px rgb(0 0 0 / 20%);
text-align: left;
}
.menu_social{
margin: 30px 0 0;
opacity: 0;
}
.main_menu_under.open .menu_social{
-webkit-animation: fadeInRight 0.5s ease forwards;
animation: fadeInRight 0.5s ease forwards;
visibility: visible;
-webkit-animation-delay: 0.66s;
animation-delay: 0.66s;
}
.menu_social a{
display: inline-block;
width: 28px;
height: 28px;
border-radius: 100%;
background: #fff;
line-height: 28px;
color: #006ebc;
margin: 0 2px;
text-align: center;
}
.menu_social a:hover{
background: #1da185;
color: #fff;
}
/*..............bio-section............*/
.bio-section .bio-right img{
width: 100%;
height: 1020px;
object-fit: cover;
object-position: 0 0;
}
.bio-section .bio-left{
background: #0070c0;
color: white;    
}
.bio-section .bio-left .bio-content{
max-width: 600px;
margin-left: auto;
padding: 140px 30px 10px 20px;
font-size: 18px;
}
.bio-section .bio-left .bio-content strong{
font-family: 'D-DIN Bold';
}
.bio-left .bio-content h3{
font-size: 48px;
margin-bottom: 20px;   
text-transform: uppercase;
font-weight: 900; 
}
.bio-left .bio-content h3 span{font-size: 30px;}
/*..............blog-detail-banner.............*/
.blog-detail-banner{
background:#005bb2 url('../images/blog-detail-banner.jpg') right top no-repeat;
background-size: cover;
color: white;
min-height: 500px;
padding: 140px 0 200px;    
}
.blog-detail-banner .back-btn{
display: flex;
align-items: center;
margin-bottom: 65px;
width: 125px;
font-size: 18px;
color: white;
font-family: 'D-DIN Bold';
text-decoration: none;
}
.blog-detail-banner .back-btn img{margin-right: 15px;}
.blog-detail-banner h2{
font-size: 80px;
font-weight: 900;   
margin-bottom: 50px;
margin-left: -5px; 
}
.blog-detail-banner .author-date{
display: flex;
display: -ms-flexbox;    
margin-bottom: 15px;
text-transform: uppercase;
}
.blog-detail-banner .author-date .author{
display: inline-block;
position: relative;
margin-right: 12px;
padding-right: 12px; 
}
.blog-detail-banner .author-date .author::after{
content: "";
width: 1px;
height: 13px;
background: #ffffff;
position: absolute;
right: 0;
top: 5px;    
display: none;
}
.blog-detail-banner h4{
font-family: 'D-DIN Bold';
font-size: 42px;
line-height: 1.1;
margin-bottom: 15px;  
}
.blog-detail-banner .share-article{
display: flex;
display: -ms-flexbox;
align-items: center;    
text-transform: uppercase; 
}
.blog-detail-banner .share-article ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
display: -ms-flexbox;
align-items: center;  
margin-left: 5px;  
}
.blog-detail-banner .share-article ul li a{
display: inline-block;
width: 27px;
height: 27px;
border-radius: 100%;
text-align: center;
color: #005bb2;
margin: 0 5px;
background: #ffffff;
line-height: 27px; 
transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
}
.blog-detail-banner .share-article ul li a:hover{
background: #1da185;
color: #ffffff;    
}
.blog-detail-content{
margin-top: -175px;
font-size: 18px;
}
.blog-detail-content .blog-img img{
height: auto;
width: 100%;
margin-bottom: 20px;    
}
.blog-detail-content .blog-content{
border-bottom: 1px solid #0b0b0b;
padding-bottom: 20px;
margin-bottom: 30px;    
}
.blog-detail-content .blog-content h4{
color: #005bb2;
font-size: 24px;
font-family: 'D-DIN Bold';
margin-bottom: 15px;
}
.blog-detail-content .blog-content em{color: #005bb2;}
.blog-detail-content .blog-content ol{
counter-reset: list;
list-style: none;
padding: 0;
}
.blog-detail-content .blog-content ol li{
padding-left: 30px;
position: relative;
margin-bottom: 15px;
}
.blog-detail-content .blog-content ol li::before{
counter-increment: list;
content: counter(list);
position: absolute;
left: 0;
top: 5px;
width: 21px;
height: 21px;
background: #005bb2;
color: white;
text-align: center;
line-height: 21px;
border-radius: 100%;
font-family: 'D-DIN Bold';  
}
.blog-detail-content .blog-content blockquote{
padding-left: 20px;
margin-left: 70px;
border-left: 2px solid #005bb2;    
position: relative;
}
.blog-detail-content .blog-content blockquote::before{
content: "";
width: 54px;
height: 38px;    
background: url('../images/blockquote.png') center top;
background-size: 54px;
position: absolute;
left: -72px;
top: 0;
}
.blog-detail-content #post-like-btn{margin-left: 0;}
.blog-detail-content .comment-box{margin-bottom: 50px;}
.blog-detail-content .comment-box h4{
text-transform: uppercase;
margin-bottom: 25px;
font-size: 18px;
font-family: 'D-DIN Bold';
}
.blog-detail-content .comment-box #reply-title,
.blog-detail-content .comment-box .comment-notes,
.blog-detail-content .comment-box .comment-form-author label,
.blog-detail-content .comment-box .comment-form-email label,
.blog-detail-content .comment-box .comment-form-comment label{display: none!important;}
.blog-detail-content .comment-box input[type="text"],
.blog-detail-content .comment-box textarea{
display: block;
width: 100%;
height: auto;
border: 1px solid #0b0b0b;
background: white;
padding: 15px 20px;
font-size: 14px;   
box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.14);
-webkit-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.14);
-o-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.14);
}
.blog-detail-content .comment-box input[type="text"]::-webkit-input-placeholder,
.blog-detail-content .comment-box textarea::-webkit-input-placeholder { 
color: #0b0b0b;
text-transform: uppercase;
}
.blog-detail-content .comment-box input[type="text"]:-ms-input-placeholder,
.blog-detail-content .comment-box textarea:-ms-input-placeholder{ 
color: #0b0b0b;
text-transform: uppercase;
}
.blog-detail-content .comment-box input[type="text"]::placeholder,
.blog-detail-content .comment-box textarea::placeholder {
color: #0b0b0b;
text-transform: uppercase;
}
.blog-detail-content .comment-box .comment-form{
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
justify-content: space-between;    
}
.blog-detail-content .comment-box .comment-form-author{
width: 49%;
width: calc(50% - 7px);
}
.blog-detail-content .comment-box .comment-form-email{
width: 49%;
width: calc(50% - 7px);
}
.blog-detail-content .comment-box .comment-form-comment{width: 100%;}
.blog-detail-content .comment-box .form-submit{
display: block;
width: 100%;    
}
.blog-detail-content .comment-box input:focus,
.blog-detail-content .comment-box textarea:focus{outline: none;}
.blog-detail-content .comment-box .form-submit input{
display: block;
width: 100%;
background: #1da084;
color: white;
text-transform: uppercase;
padding: 15px 10px;
border: 0;
cursor: pointer;
font-family: 'D-DIN Bold';
box-shadow: 4px 6px 8px 0px rgb(0 0 0 / 14%);
-webkit-box-shadow: 4px 6px 8px 0px rgb(0 0 0 / 14%);
-moz-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.14);
-o-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.14);
}
.blog-detail-content .comment-box h3#comments{
font-size: 18px;
border-bottom: 1px solid #d5d5d5;
padding-bottom: 15px;
margin-bottom: 15px;
}
.blog-detail-content .comment-box .comment-reply-link{
background: black;
color: white;
display: inline-block;
padding: 3px 10px;
font-size: 13px;
border-radius: 2px;
}
.blog-detail-content .comment-box .comment-body{font-size: 15px;}
.blog-detail-content .comment-box .commentmetadata a{color: #3d4745;}
/*..........media-banner.........*/
.media-banner{
background: #0070c0 url('../images/media-banner.jpg') center top no-repeat;
background-size: cover;
min-height: 400px;
position: relative;
color: white;
text-align: center;
padding-top: 200px;    
}
.media-banner h2{
font-size: 80px;
font-weight: 900;
margin-bottom: 0;  
text-transform: uppercase;
}
/*...........media-section...........*/
.media-section{
background: #ffffff;
padding: 40px 0 30px;    
}
.media-section .container{padding: 0 35px;}
.media-card{
box-shadow: 0px 20px 59px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 20px 59px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 20px 59px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 20px 59px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
}
.media-card .media-img{
position: relative;
overflow: hidden;
display: block;
}
.media-card .media-img img{
width: 100%;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.media-card .media-img:hover img{
transform: scale(1.2);
-webkit-transform: scale(1.2); 
-moz-transform: scale(1.2); 
-o-transform: scale(1.2);     
}
.media-card .media-desc{
background: #006cb9;
color: white;
padding: 12px 18px;   
font-family: 'D-DIN Bold';
font-size: 17px; 
}
.media-card .media-desc p:last-child{margin-bottom: 0;}
.video-play-button {
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
box-sizing: content-box;
display: block;
width: 32px;
height: 44px;
border-radius: 50%;
padding: 38px 20px 18px 43px;
pointer-events: none;
}
.video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 50px;
height: 50px;
background: rgba(255,255,255,1);
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 50px;
height: 50px;
background: rgba(255,255,255,1);
border-radius: 50%;
transition: all 200ms;
}
.video-play-button span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 15px solid #2e2522;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
/*.............contact-banner...............*/
.contact-banner{
background: #0065b7 url('../images/contact-banner.jpg') center center no-repeat;
background-size: cover;
min-height: 642px; 
}
/*...........contact-section..........*/
.contact-section .container{
padding: 0 50px;
margin-bottom: 60px;
margin-top: -500px;
position: relative;
z-index: 5;
}
.contact-section .contact-img{margin-right: -50px;}
.contact-section .contact-img img{width: 100%;}
.contact-section .contact-form{
background: #1da084;
color: white;
padding: 40px 40px 50px;
margin-top: 85px;    
}
.contact-section .contact-form h2{
font-size: 48px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 18px;
}
.contact-form .contact-info{
padding-left: 30px;
position: relative;   
margin-bottom: 18px;
} 
.contact-form .contact-info a{color: white;text-decoration: none;}
.contact-form .contact-info p{margin-bottom: 0;}
.contact-form .contact-info::after{
content: "";
background: url('../images/location-icon.png') left 0 no-repeat; 
width: 20px;
height: 50px;
position: absolute;
left: 0;
top: 2px;
}
.contact-form .contact-info.email::after{
background: url('../images/email-icon.png') left 0 no-repeat; 
top: 5px;  
}
.contact-section .contact-form h4{
font-size: 30px;
text-transform: uppercase;
font-family: 'D-DIN Bold';    
}
.contact-form .form-control{
height: auto;
border-radius: 0;
padding: 20px 0;
color: white;
border: 0;
border-bottom: 1px solid #ffffff;
background: transparent;    
}
.contact-form .form-control:-webkit-autofill {
-webkit-background-clip: text;
-webkit-text-fill-color: white;
}
.contact-form .form-group{margin-bottom: 0;}
.contact-form .form-control:focus{
outline: none;
box-shadow: none;    
}
.contact-form .form-control::-webkit-input-placeholder { 
color: white;
}
.contact-form .form-control:-ms-input-placeholder {
color: white;
}
.contact-form .form-control::placeholder {
color: white;
}
.contact-form .submit-btn input{
display: inline-block;
border: 0;
outline: none;
text-transform: uppercase;
margin-top: 40px;
color: #1da084;
font-size: 18px;
background: white;
font-family: 'D-DIN Bold';
padding: 18px 60px;
cursor: pointer;
}
.contact-form .wpcf7 form .wpcf7-response-output{
margin: 0;
text-align: center;
margin-top: 10px;    
}
.contact-form .wpcf7-not-valid-tip{color: #ffffff;}
.contact-form .attend-event {margin-top: 25px;}
.contact-form .attend-event br{display: none;}
.contact-form .wpcf7-radio input[type=radio] {
position: relative;
visibility: hidden;
}
.contact-form .wpcf7-radio label {
position: relative;
cursor: pointer;
}
.contact-form .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
padding-left: 14px;
}
.contact-form .wpcf7-radio input[type=radio] + span:before {
display: block;
position: absolute;
content: "";
border-radius: 100%;
height: 20px;
width: 20px;
top: 1px;
border: 1px solid #ffffff;
}
.contact-form .wpcf7-radio input[type=radio] + span:after {
display: block;
position: absolute;
content: "";
border-radius: 100%;
height: 10px;
width: 10px;
top: 6px;
left: 5px;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
background: white;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.contact-form .wpcf7-radio input[type=radio]:checked + span:after {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
}
/*................bloglisting-banner................*/
.bloglisting-banner{
background: #005bb2 url('../images/blog-detail-banner.jpg') center top no-repeat;
background-size: cover;
text-align: center;
color: white;
padding-top: 120px;
padding-bottom: 50px;    
}
.bloglisting-section .container{padding: 0 50px;}
.bloglisting-banner h2{
font-size: 80px;
margin-bottom: 0;
font-weight: 900;    
text-transform: uppercase;
}
.bloglisting-section{margin: 40px 0;}
.blog-card{
box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.13); 
-moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.13);  
-o-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.13);   
margin-bottom: 30px;
}
.blog-card .blog-content{min-height: 185px;}
.blog-card .blog-img{
overflow: hidden;
display: block;
}
.blog-card .blog-img img{
width: 100%;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;    
}
.blog-card .blog-img:hover img{
 transform: scale(1.2);
-webkit-transform: scale(1.2); 
-moz-transform: scale(1.2); 
-o-transform: scale(1.2);   
}
.blog-card .blog-details{
background: white;
padding: 25px;    
}
.blog-card .blog-details h5{
font-family: 'D-DIN Bold';
font-size: 28px;
margin-bottom: 10px;    
}
.blog-card .blog-details .author-date{
display: flex;
display: -ms-flexbox;
font-size: 14px; 
margin-bottom: 10px; 
text-transform: uppercase;  
}
.blog-card .blog-details .author-date a{
display: inline-block;
color: #005bb2;    
padding-right: 10px;
margin-right: 10px;
position: relative;
text-decoration: none;
}
.blog-card .blog-details .author-date .author::after{
content: "";
width: 1px;
height: 10px; 
background: #005bb2;
position: absolute;
right: 0;
top: 5px;   
display: none;
}
.blog-card .blog-details .readmore{
display: inline-block;
background: #1da084;
color: white;
text-decoration: none;
padding: 9px 32px;
}
.bloglisting-section .row .col-sm-6:first-child{
flex: 0 0 100%;
max-width:100%;    
}
.bloglisting-section .row .col-sm-6:first-child .blog-card{
display: flex;
display: -ms-flexbox;    
}
.bloglisting-section .row .col-sm-6:first-child .blog-card .blog-img{
flex: 0 0 60%;
max-width: 60%;    
}
.bloglisting-section .row .col-sm-6:first-child .blog-card .blog-details{
flex: 0 0 40%;
max-width: 40%; 
padding: 35px 30px;   
}
.bloglisting-section .row .col-sm-6:first-child .blog-card .blog-details h5{
margin-bottom: 15px;    
}
.bloglisting-section .row .col-sm-6:first-child .blog-card .author-date{
margin-bottom: 15px;    
}
.bloglisting-section .row .col-sm-6:first-child .blog-card .readmore{
margin-top: 15px;    
}
/*...........loader...........*/
.loader-container .loader3 {
width:50px;
height:50px;
display:inline-block;
padding:0px;
text-align:left;
position: relative;
}
.loader-container .loader3 span {
position:absolute;
display:inline-block;
width:100px;
height:100px;
border-radius:100%;
background:rgba(255, 255, 255,1);
-webkit-animation:loader3 1.5s linear infinite;
animation:loader3 1.5s linear infinite;
left: -17px;
}
.loader-container .loader3 span:last-child {
animation-delay:-0.9s;
-webkit-animation-delay:-0.9s;
}
@keyframes loader3 {
0% {transform: scale(0, 0);opacity:0.8;}
100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes loader3 {
0% {-webkit-transform: scale(0, 0);opacity:0.8;}
100% {-webkit-transform: scale(1, 1);opacity:0;}
}
.loader-container{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999;
background: #005bb2;
display: flex;
justify-content: center;
align-items: center;  
}
.page-not-found{
padding: 100px 0 150px;
text-align: center;    
}
.page-not-found h1{
font-size: 150px;
font-weight: 900;
color: #1da185;
margin-bottom: 0;
}
.page-not-found h4{
font-size: 48px;
color: #015bb3;
font-weight: 700;
margin-bottom: 20px;
}
.page-not-found p{
font-size: 24px;
margin-bottom: 15px;    
}
.page-not-found a{
color: white;
text-transform: uppercase;
background: #1da185;
padding: 10px 30px;
display: inline-block;
font-size: 18px;
text-decoration: none;
margin-top: 30px;
}
/*..............grow-business-section............*/
.grow-business-section{
background: #0062b6 url('../images/grow-business-bg.jpg') center center no-repeat;
background-size: cover;
padding: 90px 0;
text-align: center;
color: white;    
}
.grow-business-section h3{
font-size: 48px;
font-weight: 900;
margin-bottom: 40px;    
}
.grow-business-section .btn{
color: white;
font-size: 20px;
text-transform: uppercase;
background: #1da185;
display: inline-block;
padding: 18px 46px;
text-decoration: none;
box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.11);
-webkit-box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.11);  
-moz-box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.11);  
-o-box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.11); 
border-radius: 0;   
transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
}
.grow-business-section .btn:hover{background: white;color: #1da185;}
/*...............testimonial-section.................*/
.testimonial-section{
background: #eff2f8;
padding: 80px 0;   
color: #404245; 
}
.testtmonial-right video{
width: 100%;
height: auto;  
box-shadow: 9px 15px 24px 0px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 9px 15px 24px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 9px 15px 24px 0px rgba(0, 0, 0, 0.06);
-o-box-shadow: 9px 15px 24px 0px rgba(0, 0, 0, 0.06);  
cursor: pointer;
}
.testtmonial-right .owl-stage{left: -150px;}
.testtmonial-right .video-box .video{position: relative;}
.testtmonial-right .video-box .video iframe{width: 100%;}
.testtmonial-right .video-play-button:before,
.testtmonial-right .video-play-button:after{
background: rgba(255,255,255,0.7);    
}
.testtmonial-right .video-box .name{
font-size: 24px;
margin-bottom: 0;
margin-top: 10px;    
}
.testtmonial-right .video-box .name strong{font-family: 'D-DIN Bold';}
.testimonial-section .testtmonial-left{
max-width: 390px;
padding-right: 80px;
padding-left: 20px;
margin-left: auto; 
padding-bottom: 40px;
}
.testimonial-section .testtmonial-left h3{
font-size: 42px;
font-weight: 900;
color: #404245;
margin-top: 25px;
margin-bottom: 20px;
}
.testtmonial-left .owl-nav{
display: flex;
display: -ms-flexbox; 
position: absolute;
bottom: 0;   
}
.testtmonial-left .owl-nav button{
width: 35px;
height: 35px;
background: #1da185;
color: white;
text-align: center;
margin-right: 10px;
border-radius: 0;  
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease; 
}
.testtmonial-left .owl-nav button:hover{background: #0070c0;}
.testtmonial-left .owl-nav button:focus{outline: none;box-shadow: none;}
.contact-section ul.followuson li{text-align: center;}
.contact-section ul.followuson li a{}