/* =================reset css starts here================= */
* { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin:0; padding:0; outline:none; border:0 }
form, fieldset { width:100% }
img { border:0; }
a { text-decoration:none; border:0; outline:0; }
.clear { clear:both; width:auto !important }
ul { list-style:none; }
a:focus, input:focus, textarea:focus, *:focus { outline:0 !important; box-shadow:none !important; }
.nobg { background:transparent !important; }
/* =================reset css ends here================= */
html, body{height:100%;}
body {  font-size:15px; line-height:27px;  font-weight:400; font-family:'Quicksand'; color:#686868; background:#fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.container { width:100%; max-width:1000px;}
a, input, button { text-decoration:none; color: inherit; outline:none; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color:#013488; text-decoration: none;}
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color:inherit; }
::-webkit-input-placeholder {color:#999; opacity: 1;}
::-moz-placeholder {color:#999; opacity: 1;}
:-moz-placeholder {color:#999; opacity: 1;}
:-ms-input-placeholder {color:#999; opacity: 1;}
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; margin-bottom:15px; line-height:1.3; font-weight:600;  color:inherit;}
h1 {font-size: 54px; line-height:1.2;}
h2 {font-size: 40px;}
h3 {font-size: 35px;}
h4 {font-size: 28px;}
h5 {font-size: 22px; line-height:1.5; margin-bottom:10px;}
h6 {font-size: 18px; line-height:1.5; margin-bottom:0;}
p { margin:0px; padding:0px; margin-bottom:25px; }
b{font-weight:600;}
strong{font-weight:700;}
p:last-child { margin-bottom:0; }
.large-para{font-size:18px; line-height:27px; color:#000;}
.mar-40{margin-bottom:40px !important;}
.mar-30{margin-bottom:30px !important;}
.no-mar{margin:0 !important;}
.btn{border-radius:50px;font-weight:600;padding: 12px 30px;font-size: 16px;box-shadow:none;}
.btn-default {color: #fff; background-color:#013488;  border:solid 1px #013488;  }
.btn-default:hover, .btn-default:focus, .btn-default:active{ color:#013488 ; background-color: transparent; border-color: #013488;}
.btn-primary {color: #013488; background-color:transparent;  border:solid 1px #013488;  }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{ color: #fff; background-color: #013488; border-color: #013488;}
.btn-second {color: #fff; background-color:#013488;  border:solid 1px #013488;  }
.btn-second:hover, .btn-second:focus, .btn-second:active{ color: #fff; background-color: #000; border-color: #000;}
.btn.btn-lg{padding:18px 40px !important;}
.btn + .btn{margin-left:10px;}
/* ===================== PRELOADER  start======================== */
.preloader{position:fixed;z-index:99999;top:0;left:0;background:#fff;width:100%;height:100%;text-align:center}.spinner{position:relative;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);display:inline-block;background-color:#000;width:40px;height:40px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}.loaded .preloader{visibility:hidden;opacity:0;-webkit-transition:ease-out .2s;-moz-transition:ease-out .2s;-o-transition:ease-out .2s;transition:ease-out .2s}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}
/* ===================== PRELOADER  end======================== */
/* ================= Header start ================= */
header{ background:transparent;width: 100%;position:fixed;top:0px;left:0;top:0;color: inherit;-webkit-backface-visibility: hidden;backface-visibility: hidden; z-index: 9999; font-size:14px; color: #686868; transition: all 0.1s ease-in;border-bottom: solid 1px rgba(255,255,255,0);} 
header.fixed{border-bottom:solid 1px rgba(0,0,0,0.05); color:#666; }
header:after{content:''; position:absolute; left:0; top:0; right:0; height:0; width:100%; background:#fff; transition: all 0.1s ease-in; }
.header-bar{display:block; margin:0 -15px; position:relative; z-index:999;}
header.fixed:after{height:100%;}
.logo{float:left;width: 274px;padding: 1px;height: 70px; position:relative; z-index:20;}
.logo a{float:left;}
.logo small{position:absolute;left:100%;top:50%;text-align:center;margin-top: -8px;border-left: solid 1px #ccc;font-size: 10px;line-height: 10px;padding: 5px 10px;}
.navbar-default .navbar-nav > li > a{color:inherit; padding:10px 15px; font-weight:600;}
.navbar-default .navbar-nav > li > a.hero-btn{background:#013488 !important; border-radius:40px; color:#fff !important; padding:10px 20px;}
.navbar-default .navbar-nav > li > a.hero-btn:hover, .navbar-default .navbar-nav > li > a.hero-btn:focus{color:#fff !important; background:#013488 !important;}
.navbar-default .navbar-nav > li > a:hover{color:#013488;}
.navbar-default .navbar-nav > li > a:focus{color:inherit;}
.navbar-right{margin:0;}
.navbar-default{background:transparent; border:0; margin:0; box-shadow:none; z-index:10;}
.navbar-nav > li{padding:10px 2px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{color:#013488; background:transparent;}
.navbar-toggle { padding:0; border:0; background:transparent; right:0; left:auto; margin-top:18px; margin-left:12px; position:absolute;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background:transparent; }
.navbar-toggle { width:30px; height:24px; cursor:pointer; text-decoration:none; }
.navbar-toggle .icon-bar { position:relative; display:inline-block; width:28px; height:1px; color:#243238; text-indent:-55px; background:transparent!important; transition:all .2s ease-out; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -ms-transition:all .2s ease-out; vertical-align:middle; }
.navbar-toggle .icon-bar:before, .navbar-toggle .icon-bar:after { content:''; width:28px; height:1px; background:#000; position:absolute; left:0; transition:all .2s ease-out; }
.navbar-toggle.collapsed .icon-bar { background:#000!important; }
.navbar-toggle.collapsed .icon-bar:before, .navbar-toggle.collapsed .icon-bar:after { background:#000; }
.fixed .navbar-toggle.collapsed .icon-bar { background:#000 !important; }
.fixed .navbar-toggle.collapsed .icon-bar:before, .fixed .navbar-toggle.collapsed .icon-bar:after, .fixed .navbar-toggle .icon-bar:before, .fixed .navbar-toggle .icon-bar:after { background:#000; }
.navbar-toggle.collapsed .icon-bar:before { top:-8px; -webkit-transform:rotateZ(0deg); -moz-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -o-transform:rotateZ(0deg); transform:rotateZ(0deg); }
.navbar-toggle .icon-bar:before { top:0; -webkit-transform:rotateZ(45deg); -moz-transform:rotateZ(45deg); -ms-transform:rotateZ(45deg); -o-transform:rotateZ(45deg); transform:rotateZ(45deg); }
.navbar-toggle.collapsed .icon-bar:after { bottom:-8px; -webkit-transform:rotateZ(0deg); -moz-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -o-transform:rotateZ(0deg); transform:rotateZ(0deg); }
.navbar-toggle .icon-bar:after { bottom:0; -webkit-transform:rotateZ(-45deg); -moz-transform:rotateZ(-45deg); -ms-transform:rotateZ(-45deg); -o-transform:rotateZ(-45deg); transform:rotateZ(-45deg); }
/* ================= Header end ================= */
.main-container-outer{clear:both;}
/* ================= Hero Section start ================= */
.intro-container{padding:210px 0 150px; background:#f6f6f6 url(../images/home-banner.jpg) no-repeat center top; background-size:cover;  position:relative;}
.intro-container:before{content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:#f6f6f6; opacity:0.5;}
.subtitle, h1 span, .about-left-text p{color:#013488;}
.intro-container h1, .intro-container h2{margin:0;}
.intro-container p{font-weight:500;}
/* ================= Hero Section end ================= */
.grey-bg{background:#f6f6f6;}
hgroup{margin-bottom:50px;}
.project-container, .project-detail-container{width:100%; display:inline-block; vertical-align:top; padding:100px 0;}
ul.work-category{margin-bottom:40px; }
ul.work-category li{ display:inline-block; padding:0; margin:0;}
ul.work-category li a{float:left; padding:5px 20px; position:relative;  border-radius:50px; font-weight:600;  transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
ul.work-category li a:hover, ul.work-category li a.active{   color:#fff; background:#013488;}
ul.my-work{width:100%; display:inline-block; vertical-align:top; }
ul.my-work li{  position:relative; overflow:hidden; }
.grid-sizer, .grid-item {width: 50%;}
.gutter-sizer { width: 0px; }
.grid-item {float: left; margin-bottom:0px; padding:1px;}
.grid-item img {display: block; float:left; width:100%;}
.work-box{float:left; width:100%; position:relative; overflow:hidden;}
.work-box img {width:100%; position:relative; z-index:1; -webkit-transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms; -moz-transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms; transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;}
.work-heading{width:100%; display:inline-block; vertical-align:top; padding:15px; position:absolute; left:0; right:0; bottom:0; z-index:99;}
.work-heading h6{margin-bottom:0; position:relative; color:#fff; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; top:150px;}
ul.my-work li:hover .work-heading h6{top:0;}
.work-heading p{color:#fff; margin-bottom:0; position:relative;transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; top:150px;}
ul.my-work li:hover .work-heading p{top:0;}
.work-box a:before{content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); z-index:9; opacity:0;  transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in;}
ul.my-work li:hover .work-box a:before{opacity:1;}
.work-box a:after {content:"\e61a"; font-family:'themify'; position:absolute; top:50%; opacity:0; z-index:10; left:50%; width:30px; height:30px; line-height:30px; margin:-15px 0 0 -15px; color:#fff; font-size:24px; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -o-transform: scale(0.4);-ms-transform: scale(0.4); transform: scale(0.4); -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear;  -ms-transition: all 200ms linear; transition: all 200ms linear; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s;}
ul.my-work li:hover .work-box a:after{ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:1; }
ul.my-work li:hover .work-box img{-webkit-transform: scale(1.25); -moz-transform:scale(1.25); transform: scale(1.25);}
.pagination-container{width:100%; display:inline-block; vertical-align:top; text-align:center; margin-top:40px;}
.pagination > li > a, .pagination > li > span{background:transparent; border:0; color:#999; font-size:18px; font-weight:700; padding:12px 17px;  margin:3px;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0; border-radius:0;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-radius:0;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,
.pagination .active , .pagination .active, .pagination .active:hover, .pagination .active:hover, .pagination .active:focus, .pagination .active:focus{color: #013488;background-color: transparent;  }
.client-container{padding:100px 0; }
ul.client-list{width:100%; float:left; display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;text-align:center;border-top: solid 1px #eee;border-left: solid 1px #eee;}
ul.client-list > li{width:20%; height:auto; float:left; padding:40px 15px; display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; border-right: solid 1px #eee; border-bottom: solid 1px #eee;  align-items: center;}
ul.client-list > li div{width:100%;}
ul.client-list li img{width:100%;max-width:100px;}
.stat-container{width:100%; display:inline-block; vertical-align:top; padding:100px 0; text-align:center; }
ul.stat-list{width:100%; display:inline-block; vertical-align:top; }
ul.stat-list li{width:33.3%; float:left;}
ul.stat-list li h3{font-size:72px; line-height:1;color:#013488;   }
ul.stat-list li h6{font-size:15px;color:#243238; }
.bottom-container{clear:both; padding:120px 0; text-align:center; background:#f6f6f6;}
/* ================= Footer start ================= */
footer{ position:relative;  font-weight:500; padding:120px 0; text-align:center; background:#222;  } 
ul.social-links{width:100%; display:inline-block; vertical-align:top; margin-bottom:15px;}
ul.social-links li{display:inline-block; padding:5px 10px;}
/* ================= Footer end ================= */
/* ================= go top start ================= */
.go-top{position:fixed; border-radius:50%; right:25px; bottom:-15px;  width:40px; height:40px; float:left; text-align:center; line-height:40px; opacity:0; visibility:hidden; font-size: 18px;  background: #fff; line-height: 44px;  z-index:99999;}
.go-top.show{opacity:1; visibility:visible; bottom:25px;}
/* ================= go top end ================= */
/* ============WORK PAGE START================= */
.back-home{float:right;font-size: 34px;line-height: 40px;padding: 15px;}
.project-slider{margin-bottom:70px;}
.project-outline{width:100%; display:inline-block; vertical-align:top; margin-top:20px;}
.outline-list{float:left; width:100%; }
.outline-list li {float:left; width:100%;margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #f1f1f1; font-weight: 600; }
.outline-list li span{color:#013488; display:block;}
.outline-list li:last-child{border-bottom:0;}
/* ============WORK PAGE END================= */
/* ============ABOUT PAGE START================= */
.about-container{padding:100px 0; }
.about-box{width:100%; display:inline-block; vertical-align:top; width:100%;}
.service-container{padding:100px 0; }
ul.service-list{ height:auto; float:left; display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin:0 -15px;}
ul.service-list > li{width:33.3%; height:auto; float:left; padding:15px; display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom:30px; }
.service-box{width:100%;}
.icon{font-size:40px; margin-bottom:20px; color:#013488;}
.team-container{padding:100px 0;}
ul.team-list{margin:0 -15px; }
ul.team-list > li{width:33.3%; float:left; padding:15px;}
.member-info{text-align:center; padding:15px;}
.member-info h6{margin:0;}
.member-info p{margin:0; color:#013488; font-weight:400;}
ul.member-social{width:100%; display:inline-block; vertical-align:top;}
ul.member-social li{display:inline-block; padding:5px 7px; font-size:12px;}
.testimonial-container{padding:100px 0;}
blockquote{font-size:22px; line-height:1.5; padding:0; border:0;}
/* ============ABOUT PAGE END================= */
/* ============BLOG PAGE START================= */
.blog-container, .blog-detail-container{padding:100px 0; }
.blog-container .grid-sizer, .blog-container .grid-item {width: 33.3%;}
.blog-container .grid-item {padding:10px;}
.blog-post, .blog-post-upper, .blog-post-lower{width:100%; display:inline-block; vertical-align:top; position:relative;}
.blog-post{background:#f6f6f6;}
.blog-post a:hover{color:#686868;}
.blog-post-upper img{width:100%;}
.blog-post-lower{padding:30px 15px;}
.blog-post a:hover h6{color:#013488;}
.post-date{font-weight:500; font-size:12px;}
ul.bottom-nav{width:100%;display:inline-block;vertical-align:top; margin-top:60px; background:#f6f6f6; border-radius:4px;}
ul.bottom-nav li{width:33.3%;float:left;overflow:hidden;}
ul.bottom-nav li:nth-child(2){text-align:center;font-size:20px;}
ul.bottom-nav li a{display:inline-block;padding:20px 15px;position:relative;}
ul.bottom-nav li:last-child{text-align:right;}
.post-thumbnail-container{margin-bottom:40px;}
.post-thumbnail-container img{width:100%;}
.sidebar{padding:25px 15px; background:#f6f6f6; border-radius:4px;}
.widget-box{width:100%; display:inline-block; margin:0 0 40px 0; font-weight:400;}
.widget-box h5{color:#013488;}
.search-container{width:100%; position:relative; padding-left:10px; padding-right:50px; border:solid 1px rgba(0,0,0,0.1); border-radius:4px;}
.search-container:before{content:"\e610"; font-family:'themify'; font-size:20px; position:absolute; top:0px; right:0; width:45px; text-align:center; line-height:40px; color:#013488; }
.search-input{width:100%; height:40px; background:transparent; border:0; box-shadow:none;}
.search-submit{position:absolute; top:0; right:0; width:45px; height:100%; background:transparent; border:0; cursor:pointer;}
ul.list li{margin-bottom:10px; border-bottom:1px solid #f1f1f1; padding-bottom:10px; }
ul.list li a{ display:inline-block; width:100%;font-weight:600;  }
ul.list li small{font-weight:400; font-size:11px; display:block;}
.tag-box a {position: relative; display:inline-block; vertical-align:top; padding: 3px 3px;margin: 0;font-size: 12px;line-height: 15px;margin: 2px 0px 2px 0; font-weight:600;}
.comments { margin:0; padding:0; margin:60px 0 15px }
.comments ul { margin-left:0px }
.comments ul li ul { margin-left:65px; margin-top:15px }
.comments ul>li { padding:0 }
.comments ul > li ul li { padding:0 }
.comments ul > li .post-comment { margin:0 }
.comment-body {min-height:80px;position:relative;padding:15px;margin-left: 30px;margin-bottom:20px;padding-left: 40px;}
.comment-body .comment-author img{width:48px;height: 48px;left: -30px;top: 10px;z-index:1;position:absolute; border-radius:50%; }
.comment-body .desc { position:relative }
.comment-body .desc h5 { margin-bottom:5px; font-size:18px }
.comment-body .desc .date { margin-bottom:10px }
.reply{text-align:right;}
.comment-reply-link{ padding:5px; font-size: 12px; font-weight:700; }
.comment-author{font-weight:700; color:#013488;}
.comment-meta{font-size:80%;}
/* ============BLOG PAGE END================= */
/* ============CONTACT PAGE START================= */
.contact-form-container{padding:100px 0;}
.form-group{margin-bottom:25px;}
label{ display:block; }
.form-control{border-radius: 4px;height:48px;border-color:#eee;color:#222;box-shadow:none;-webkit-apperance:none;background: #f6f6f6; font-weight:400;}
.form-control:focus{border-color:#eee;}
textarea.form-control{height:160px; resize:none;}
.contact-detail-container{padding:100px 0; text-align:center;}
.map-container{height:400px; position:relative; margin:0; padding:0; }
#map-canvas{height:100%;}
/* ============CONTACT PAGE END================= */


/* ============================= */
/* ! Layout for ipad lanscape */
/* ============================= */
@media only screen and (max-width: 1048px) {
.header-right{margin-right:60px;}
.navbar-collapse{border:0; border-top:solid 1px rgba(255,255,255,0.2); background: #fff;color: #000;text-align: center;}
.navbar-right{margin:10px 0;}
.navbar-nav > li{padding:0;}
ul.my-work li .work-box a:before{opacity:0.3;}
ul.my-work li .work-heading h6{top:0;}
ul.my-work li .work-heading p{top:0;}
.project-container, .project-detail-container, .stat-container, .client-container, .about-container, .service-container, .team-container, .testimonial-container, .blog-container, .blog-detail-container, .contact-form-container, .contact-detail-container{padding:80px 0;}
.bottom-container, footer{padding:100px 0;}
}
/*============================= 
! Layout for ipad portrait  
============================= */
@media only screen and (max-width: 991px) {
h1 {font-size: 44px;}
h2 {font-size: 32px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
.intro-container{padding:180px 0 120px} 
}
/* ============================= */
/* ! Layout for mobile(lanscape) version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
	body{font-size:14px;}
h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;} 
h5 {font-size: 19px;} 
ul.work-category li a{padding:5px 15px; font-size:13px;}
ul.stat-list li h3{font-size:48px; margin:0;}
ul.client-list > li{width:25%;}
.about-box{margin:15px 0;}
ul.service-list > li, .blog-container .grid-sizer, .blog-container .grid-item{width:50%;}
blockquote{font-size:18px;}
.contact-detail-container .icon{margin-top:30px;}
.map-container{height:280px;}
.project-container, .project-detail-container, .stat-container, .client-container,  .about-container, .service-container, .team-container, .testimonial-container, .blog-container, .blog-detail-container, .contact-form-container, .contact-detail-container{padding:60px 0;}
.bottom-container, footer{padding:80px 0;}
.intro-container{padding:130px 0 50px}
}


@media only screen and (max-width: 650px) {
 ul.my-work li{width:100%;}
 ul.stat-list li{width:100%; margin-bottom:10px;}
 ul.client-list > li{width:33.3%;}
 .pagination > li > a, .pagination > li > span{font-size:15px; padding:8px;}
 ul.service-list > li, ul.team-list > li, .blog-container .grid-sizer, .blog-container .grid-item{width:100%;}
 .blog-container .grid-item{padding:0; margin-bottom:20px;}
 .comments ul li ul{margin-left:25px;}
}
/* ============================= */
/* ! Layout for mobile(portrait) version   */
/* ============================= */
@media only screen and (max-width: 479px) {
h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;} 
h5 {font-size: 18px;}
}
