body, p {
    color: #666;
}
.btn.btn-blue, .btn.btn-warning, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
ul.clearul, ul.menu {
    list-style: none;
}
body, html {
    height: 100%}
body {
    font-family: Lato, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
::-moz-selection {
    color: #fff;
    background: #313a45;
}
::selection {
    color: #fff;
    background: #313a45;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignleft-md {
    float: left;
    margin-right: 58px;
}
.alignleft-sm {
    float: left;
    margin-right: 33px;
}
.alignleft-20 {
    float: left;
    margin-right: 20px;
}
.alignright-20 {
    float: right;
    margin-left: 20px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.content-center {
    text-align: center;
}
.content-left {
    text-align: left;
}
.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul.clearul, ul.menu {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.fix {
    overflow: hidden;
}
a:focus {
    outline: solid 0;
}
a {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #ee5735;
    text-decoration: none;
}
.btn {
    border: 2px solid #63c2ea;
    border-radius: 0;
    color: #63c2ea;
    font-size: 14px;
    padding: 8px 17px;
}
a.btn:hover {
    background: #159589;
    color: #fff;
}
a.btn.btn-black {
    border: 2px solid #777;
    color: #777;
}
a.btn.btn-black:hover {
    background: #777;
    color: #fff;
}
.btn.btn-warning {
    background: #fe5d5d;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 27px;
    border: 1px solid #fe5d5d;
}
.btn.btn-warning:hover {
    color: #fe5d5d;
    background: #fff;
    border: 1px solid #fe5d5d;
}
.btn.btn-blue, .btn.btn-info:hover, .btn.btn-success:hover {
    color: #fff;
}
.btn.btn-info, .btn.btn-info:hover {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
}
.btn.btn-success, .btn.btn-success:hover {
    background: #88d54f;
    border: 1px solid #88d54f;
}
.btn.btn-primary {
    background: #ee5735;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding: 13px 25px;
    border: none;
    outline: 0;
}
.btn.btn-blue {
    background: #2fb3e7;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #2fb3c7;
}
.btn.btn-blue:hover {
    background: #fff;
    color: #2fb3c7;
    border: 1px solid #2fb3c7;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #f7c411;
    background: #000;
    border: none;
    outline: 0;
}
.content-page .btn-primary, .content-page .btn-primary:hover {
    color: #fff;
    margin-left: 0;
}
.btn.btn-sm {
    padding: 8px 30px;
}
.btn.btn-md {
    padding: 9px 22px;
}
.btn.btn-lg {
    padding: 19px 43px;
}
.uk-overlay-icon::before {
    background: #fff;
    border-radius: 50%;
    color: #313a45;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    top: 50%}
.nav>li>a:focus, .nav>li>a:hover, .no_bg {
    background: 0 0;
}
h1, h2, h3, h4, h5 {
    color: #131e2a;
}
ul.menu>li {
    float: left;
}
.border-right-whitesmoke {
    border-right: solid 1px #e1e1e1;
}
.border-left-whitesmoke {
    border-left: solid 1px #e1e1e1;
}
.border-bottom-whitesmoke {
    border-bottom: solid 1px #e1e1e1;
}
.border-top-whitesmoke {
    border-top: solid 1px #e1e1e1;
}
.border-whitesmoke {
    border: 1px solid #e1e1e1;
}
.border-brl-whitesmoke, .border-rl-whitesmoke, .border-trl-whitesmoke {
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}
.border-brl-whitesmoke {
    border-bottom: solid 1px #e1e1e1;
}
.border-trl-whitesmoke {
    border-top: solid 1px #e1e1e1;
}
.border-right-blue {
    border-right: solid 1px #87ddfe;
}
.border-dark-1 {
    border: 1px solid #475362;
}
.border-right-dark-1 {
    border-right: solid 1px #475362;
}
.border-bottom-dark-2 {
    border-bottom: solid 1px #046969;
}
.border-bottom-yellow {
    border-bottom: solid 1px #e8d661;
}
.border-right-dark-3 {
    border-right: solid 1px #444b55;
}
.border-left-dark-3 {
    border-left: solid 1px #444b55;
}
.border-right-dark-4 {
    border-right: solid 1px #585959;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.breadcrumb_main.nice_title>h2::after, .section_title.nice_title>h3::after {
    bottom: -30%;
    content: "";
    height: 50%;
    left: calc(50% - 51.5px);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 44px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 14px;
    color: #424c55;
}
p {
    line-height: 25px;
}
.welcome_area
{
	background: url(../img/img02.jpg) no-repeat;
	padding: 0px 0 50px; 
	background-size: cover;
}

.grey-bg {
    background: #dcf4fd;
    padding: 4em 0;
}
.section_title.nice_title>h3 {
    display: inline-block;
    line-height: 25px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section_title.nice_title .title {
    color: #202020;
}
.section_title.nice_title>h3 span {
    color: #159589;
}
.section_title.nice_title>h3::after {
    background: url(../img/nice-title.png) no-repeat rgba(0, 0, 0, 0);
    position: absolute;
    width: 103px;
}
.breadcrumb_main.nice_title>h2 {
    display: block;
    line-height: 25px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%}
.margin-bottom-0, .no-bottom-mp {
    margin-bottom: 0;
}
.breadcrumb_main.nice_title>h2::after {
    background: url(../img/nice-title-breadcrumb.png) no-repeat rgba(0, 0, 0, 0);
    position: absolute;
    width: 103px;
}
.section-padding {
    padding: 60px 0;
}
.section-gray {
    background-color: #F7F7F7;
}
.section-dark {
    background-color: #110C09;
    color: #fff;
}
.no-bottom-mp {
    padding-bottom: 0;
}
.no-top-mp {
    padding-top: 0;
    margin-top: 0;
}
.no-space-mp {
    margin: 0;
    padding: 0;
}
.no-text-shadow {
    text-shadow: none;
}
.no-margin {
    margin: 0;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-45 {
    margin-bottom: 45px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-55 {
    margin-bottom: 55px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-65 {
    margin-bottom: 65px;
}
.margin-bottom-70 {
    margin-bottom: 70px;
}
.margin-bottom-75 {
    margin-bottom: 75px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-bottom-84 {
    margin-bottom: 84px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.margin-bottom-110 {
    margin-bottom: 110px;
}
.margin-bottom-115 {
    margin-bottom: 115px;
}
.margin-bottom-125 {
    margin-bottom: 125px;
}
.margin-bottom-128 {
    margin-bottom: 128px;
}
.margin-bottom-140 {
    margin-bottom: 140px;
}
.margin-bottom-150 {
    margin-bottom: 150px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-35, .margin-top-40 {
    margin-top: 35px;
}
.margin-top-45 {
    margin-top: 45px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-65 {
    margin-top: 65px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-115 {
    margin-top: 115px;
}
.margin-top-110 {
    margin-top: 110px;
}
.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.margin-tb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.margin-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-tb-200 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.margin-tb-170 {
    margin-top: 170px;
    margin-bottom: 170px;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-rl-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.margin-right-0 {
    margin-right: 0;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-50 {
    margin-right: 50px;
}
.margin-left--15 {
    margin-left: -15px;
}
.margin-right--15 {
    margin-right: -15px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-right-33 {
    margin-right: 33px;
}
.margin-right-40 {
    margin-right: 40px;
}
.margin-left-20 {
    margin-left: 20px;
}
.no-padding {
    padding: 0;
}
.padding-13 {
    padding: 13px;
}
.padding-22 {
    padding: 22px;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-top-padding {
    padding-top: 0;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-25 {
    padding-top: 25px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-35 {
    padding-top: 35px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-45 {
    padding-top: 45px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-115 {
    padding-top: 115px;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-left-50 {
    padding-left: 50px;
}
.padding-left-60 {
    padding-left: 60px;
}
.padding-left-70 {
    padding-left: 70px;
}
.padding-left-80 {
    padding-left: 80px;
}
.padding-left-90 {
    padding-left: 90px;
}
.padding-left-100 {
    padding-left: 100px;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-right-50 {
    padding-right: 50px;
}
.padding-right-60 {
    padding-right: 60px;
}
.padding-right-70 {
    padding-right: 70px;
}
.padding-right-80 {
    padding-right: 80px;
}
.padding-right-90 {
    padding-right: 90px;
}
.padding-right-100 {
    padding-right: 100px;
}
.padding-bottom-10, .padding-bottom-25 {
    padding-bottom: 25px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb>li+li::before {
    color: #fff;
    content: ">";
    font-size: 10px;
    padding: 0 5px;
}
.breadcrumb>li>a {
    color: #fff;
}
.breadcrumb_main_area {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.breadcrumb_main {
    padding: 100px 0 50px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
}
.breadcrumb_main>h2 {
    color: #fff;
    line-height: 40px;
    position: relative;
    text-shadow: 0 0 20px #000;
    z-index: 150;
}
.breadcrumb_main>.breadcrumb>li>a {
    font-size: 14px;
    line-height: 20px;
}
.breadcrumb_main .special_offer_main {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.breadcrumb_main .special_offer_main .container {
    position: relative;
}
.special_offer_sub>img {
    position: absolute;
    right: 0;
    top: 0;
}
#pro-slider .post-slide {
    padding: 0 15px;
}
#pro-slider .post-slide .post-img {
    overflow: hidden;
    height: 250px;
}
#pro-slider .post-slide .post-img img {
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transition: all .3s ease-in-out 0s;
}
#pro-slider .post-slide:hover .post-img img {
    transform: scale(1.2, 1.2);
    filter: none;
    opacity: 1;
}
#pro-slider .post-slide .post-content {
    padding: 20px 25px;
    position: relative;
    background: #fff;
}
#pro-slider .post-slide .post-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: #08f3f0;
    position: absolute;
    top: -30px;
    left: 30px;
    border-radius: 10px;
}
#pro-slider .post-slide .month {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
    background: #5c9cd5;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}
#pro-slider .post-slide .date {
    color: #fff;
    font-size: 14px;
}
#pro-slider .post-slide .post-title {
   margin: 20px 0;
    color: #5c9cd5;
    font-size: 21px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 350px;
}
#pro-slider .post-slide .post-title:hover {
    color: #333;
    text-decoration: none;
}
#pro-slider .post-slide .post-description {
    color: #999;
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}
#pro-slider .post-slide .post-bar li, #pro-slider .post-slide .post-bar li a {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    transition: .2s ease;
}
#pro-slider .post-slide .post-bar {
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #3e74a5;
}
#pro-slider .post-slide .post-bar li {
    display: inline-block;
    margin: 0 5px;
}
#pro-slider .post-slide .post-bar li a:hover {
    text-decoration: none;
    color: #333;
}
#pro-slider .post-slide .post-bar li i {
    color: #fff;
    margin-right: 5px;
}
#pro-slider .owl-controls .owl-buttons {
    margin: 10px;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}
#pro-slider .owl-controls .owl-next, #pro-slider .owl-controls .owl-prev {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid #e0dfdf;
    margin-right: 30px;
    transition: background .5s ease;
}
#pro-slider .owl-controls .owl-prev {
    float: left;
    margin-left: -65px;
}
#pro-slider .owl-controls .owl-next {
    float: right;
    margin-right: -45px;
}
#pro-slider .owl-controls .owl-next:hover, #pro-slider .owl-controls .owl-prev:hover {
    background: #3498db;
    border-color: #3498db;
}
#pro-slider .owl-controls .owl-next:after, #pro-slider .owl-controls .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #444;
    font-size: 26px;
    line-height: 26px;
}
#pro-slider .owl-controls .owl-next:after {
    content: "\f105"}
#pro-slider .owl-controls .owl-next:hover:after, #pro-slider .owl-controls .owl-prev:hover:after {
    color: #fff;
}
@media only screen and (max-width:480px) {
    #pro-slider .post-slide .post-date {
    width: 70px;
}
#pro-slider .post-content {
    padding-left: 85px;
}
}#things-slider .box {
    overflow: hidden;
    position: relative;
}
#things-slider .box img {
    width: 100%;
    height: auto;
}
#things-slider .box .box-layer {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .2s linear 0s;
}
#things-slider .box:hover .box-layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#things-slider .box .box-icon {
    font-size: 30px;
    color: #383636;
    opacity: 1;
    transition: all 10ms linear .2s;
}
#things-slider .box:hover .box-icon {
    opacity: 0;
    transition-delay: 0s;
}
#things-slider .box .border-outer {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 10ms linear 0s;
}
#things-slider .box .box-inner {
    background: #383636;
    position: absolute;
    transition: all .3s linear 0s;
}
#things-slider .box .border-outer .top {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
}
#things-slider .box .border-outer .left {
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
}
#things-slider .box .border-outer .bottom {
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
}
#things-slider .box .border-outer .right {
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0;
}
#things-slider .box .border-inner {
    width: 88%;
    height: 88%;
    position: absolute;
    top: 6%;
    left: 6%;
    opacity: 0;
    transition: all 10ms linear 0s;
}
#things-slider.box .border-inner .top {
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
}
#things-slider .box .border-inner .left {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}
#things-slider .box .border-inner .bottom {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
}
#things-slider .box .border-inner .right {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
}
#things-slider .box:hover .bottom, #things-slider .box:hover .top {
    width: 100%;
    transition-delay: .2s;
}
#things-slider .box:hover .left, #things-slider .box:hover .right {
    height: 100%;
    transition-delay: .2s;
}
#things-slider .box .box-content {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#things-slider .box .description, #things-slider .box .title {
    width: 80%;
    font-weight: 400;
    background: rgba(0, 0, 0, .8);
    color: #fff;
}
#things-slider .box:hover .box-content {
    opacity: 1;
}
#things-slider .box .title {
    padding: 6px 0;
    margin: 21% auto 0;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    transition: all .2s linear 0s;
}
#things-slider .box:hover .title {
    transition-delay: .75s;
}
#things-slider .box .title:before {
    content: "";
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, .8);
    position: absolute;
    top: 100%;
    left: 42%}
#things-slider .box .description {
    font-size: 14px;
    padding: 6px 10px;
    margin: 40px auto 0;
    opacity: 0;
    transition: all .2s linear 0s;
}
#things-slider .box:hover .description {
    transition-delay: .65s;
}
#things-slider .box .read-more {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 7px 20px;
    margin: 30px auto 0;
    background: #1b667f;
    box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: all .2s linear 0s;
}
#things-slider .box:hover .read-more {
    transition-delay: .55s;
}
#things-slider .box:hover .border-inner, #things-slider .box:hover .border-outer, #things-slider .box:hover .description, #things-slider .box:hover .read-more, #things-slider .box:hover .title {
    opacity: 1;
}
@media only screen and (max-width:990px) {
    #things-slider .box {
    margin-bottom: 30px;
}
}@media only screen and (max-width:479px) {
    #things-slider .box .title {
    margin-top: 12%}
#things-slider .box .description {
    margin-top: 20px;
}
#things-slider .box .border-outer {
    width: 92%;
    height: 92%;
    top: 4%;
    left: 4%}
#things-slider .box .title:before {
    border: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .8);
}
}.client-testi {
    padding: 4em 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .uk-overlay-icon: :before {
    padding: 5.7% 0;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    body {
    font-size: 12px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
.btn, h6 {
    font-size: 13px;
}
.btn {
    padding: 7px 14px;
}
.btn.btn-blue {
    font-size: 7px;
    padding: 4px;
}
.btn.btn-primary {
    font-size: 11px;
    padding: 8px 16px;
}
a.btn.btn-black {
    padding: 9px;
    font-size: 11px;
}
.btn.btn-md {
    padding: 8px 16px;
}
}@media only screen and (max-width:767px) {
    .special_offer_sub>img {
    height: auto;
    position: absolute;
    right: calc(50% - 117px);
    top: 0;
    width: 150px;
}
}@media only screen and (min-width:480px) and (max-width:767px) {
    .special_offer_sub>img {
    height: auto;
    position: absolute;
    right: calc(50% - 138px);
    top: 0;
    width: 150px;
}
}