/*===============================

TEMPLATE NAME: Rano | One Page Parallax HTML Template
AUTHOR: theme_village
VERSION: 1.0

--------------------------------
    
CSS INDEX
=========

1. BASE CSS
2. FONT INIT
3. COMMON CSS
4. HEADER AREA
4.1 STICKY MENU
5. HOME SLIDER
5.1 HOME SLIDER 2
5.2 HOME SLIDER 3
6. ABOUT US AREA
7. CHOOSE AREA
8. FUN AREA
9. SERVICE AREA
10. SKILL AREA
10. SKILL AREA
11. PORTFOLIO AREA
12. TRIAL AERA
13. TEAM AREA
14. PRICE AREA
15. CLIENT AREA
16. BLOG AREA
17. QUESTION AREA
18. BRAND AREA
19. CONTACT AREA
20. FOOTER AREA
21. BLOG PAGE CSS
21.1 SINGLE ARTICLE
22. SIDEBAR AREA
22.1 SEARCH WIDGET
22.2 CATEGORY WIDGET
22.3 CONTACT WIDGET
22.4 FEATURE WIDGET
22.5 TAGS WIDGET
23. SINGLE BLOG PAGE
23.1 ABOUT AUTHOR
23.2 COMMENTS AREA
24. ERROR PAGE
================================*/
/* ============================================
1. BASE CSS
===============================================*/
:root {
    --primary-color: #ffa000;
    --accent-color: #001453;
    --background-color: #fff;
    --text-color: #585c68;
    --heading-color: #010f36;
    --mute-color: #838383;
    --alt-bg: #fefdf8;
    --hover-color: #e08f02;
}

/* =========================================
2. FONT INIT
===========================================*/

@font-face {
    font-family: 'Thai Sans';
    src: url('fonts/thaisansneue-light-font.eot');
    src: url('fonts/thaisansneue-light-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisansneue-light-font.woff') format('woff'),
         url('fonts/thaisansneue-light-font.ttf') format('truetype'),
         url('fonts/thaisansneue-light-font.svg#thaisans_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Thai Sans';
    src: url('fonts/thaisansneue-lightitalic-font.eot');
    src: url('fonts/thaisansneue-lightitalic-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisansneue-lightitalic-font.woff') format('woff'),
         url('fonts/thaisansneue-lightitalic-font.ttf') format('truetype'),
         url('fonts/thaisansneue-lightitalic-font.svg#thaisans_neuelightitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Thai Sans';
    src: url('fonts/thaisansneue-bold-font.eot');
    src: url('fonts/thaisansneue-bold-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisansneue-bold-font.woff') format('woff'),
         url('fonts/thaisansneue-bold-font.ttf') format('truetype'),
         url('fonts/thaisansneue-bold-font.svg#thaisans_neueregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans Thick';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body {
    color: var(--text-color);
  /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
	font-size: 16px;
    line-height: 1.7;
    background-color: var(--background-color);
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.text-info {
    color: var(--primary-color) !important;
}

a:focus {
    outline: 0 solid;
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fix {
    overflow: hidden;
}

html {
    text-rendering: optimizeLegibility;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
   /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    margin: 0 0 15px;
}

html,
body {
    height: 100%;
}

a:focus,
a:hover {
    color: var(--primary-color);
}

a,
a:hover,
a:focus {
    outline: medium none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

input,
textarea {
    color: #4a4a4a;
    padding: 15px;
    width: 100%;
}

input {
    padding: 10px 15px;
}

input:focus,
textarea:focus {
    outline: none !important;
    border-color: #fff;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5);
}

input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.content , #main-body{width: 1119px; margin: 0 auto;}   

.txthead {
        font-size: 40px;
    color: #0833BA;
}

.txtcontent {
    font-size: 24px;
}

/* ==========================================
PRELODER AREA 
=============================================*/

#rano-preloader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.rano-preloader {
    text-align: center;
    width: 100px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -31px;
}

.rano-preloader span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 31px auto;
    background: var(--primary-color);
    border-radius: 60px;
    -webkit-animation-name: bubble-anim;
    animation-name: bubble-anim;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.bubble-01 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.bubble-02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.bubble-03 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #c77d00;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 30px;
        height: 30px;
        background-color: var(--primary-color);
        -webkit-transform: translateY(-26px);
    }
}

@keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #c77d00;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        width: 30px;
        height: 30px;
        background-color: var(--primary-color);
        -webkit-transform: translateY(-26px);
        transform: translateY(-26px);
    }
}

/* =========================================
3. COMMON CSS
===========================================*/

.section-intro {
    margin: 0 auto 70px;
    max-width: 530px;
    text-align: center;
}

.section-title {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    text-transform: uppercase;
    z-index: 1;
    color: var(--heading-color);
    position: relative;
    display: inline-table;
    margin-bottom: 20px;
}

.section-title::after {
    background: var(--primary-color) none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 50%;
    opacity: 0.85;
    position: absolute;
    top: 55px;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: -1;
    border-radius: 50px;
}

.skill-details .section-title::after,
.client-area .section-title::after,
.contact-area .section-title::after {
    background: transparent;
}

.sec-half {
    margin-top: 15px;
    font-size: 18px;
}

.section-padding {
    padding: 80px 0;
}

.padding20 {
    padding-left: 10px;
    padding-right: 10px;
}

.nopadding {
    padding: 0;
}

.overly-bg {
    position: relative;
    z-index: 1;
}

.overly-bg:before,
.client-area:before,
.quote-details:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.custom-btn {
    border: 0 none;
    color: #fff;
    background-color: var(--primary-color);
    display: inline-block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    letter-spacing: 1px;
    padding: 12px 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.custom-btn:hover {
    background-color: #0F172A;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:visited {
    color: #fff;
}

.service-details ul,
.member-social,
.portfolio-menu ul,
.price-body ul,
.b-item-meta ul,
.brand-wrap ul,
.footer-social ul,
.ar-social ul,
.author-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tooltip.top .tooltip-inner {
    background-color: var(--primary-color);
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--primary-color);
}

/* =========================================
4. HEADER AREA
===========================================*/

.header-area {
    background-color: #ffdd2e;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom: 3px solid #d8c14a;
}

.main-menu nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
}

.header-area .nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.main-menu .navbar-default .navbar-nav li {
    z-index: 1;
}

.main-menu .navbar-default .navbar-nav li a {
    color: var(--heading-color);
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    padding: 18px 30px;
    text-transform: uppercase;
    font-size: 15px;
}
header.header-area.index-header .main-menu .navbar-default .navbar-nav li a.active{
    color: var(--primary-color);
}
header.header-area.index-header {
    background: transparent;
    border: 0;
}

header.header-area.index-header .navbar-toggler {
    border: 1px solid #fff;
    background: #fff;
}

header.header-area.index-header .main-menu .navbar-default .navbar-nav li a {
    color: #fff;
    padding: 35px 30px;
}

.is-sticky .header-area.index-header .main-menu .navbar-default .navbar-nav li a {
    padding: 18px 30px;
}

.is-sticky header.header-area.index-header {
    background-color: rgba(0, 0, 0, 0.9);
}

.main-menu .navbar-default .navbar-nav li:last-child a,
.is-sticky .main-menu .navbar-default .navbar-nav li:last-child a {
    padding-right: 0;
}

.header-area,
.header-area .navbar-default .navbar-nav li a,
.header-area .navbar-brand,
.main-menu .navbar-toggle,
.main-menu .navbar-default .navbar-nav li.active {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu .navbar-default .navbar-nav .active a,
.main-menu .navbar-default .navbar-nav .active a:focus,
.main-menu .navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent none repeat scroll 0 0;
    color: var(--primary-color)
}

.main-menu .navbar-default .navbar-collapse,
.main-menu .navbar-default .navbar-form {
    border-color: transparent;
}

.main-menu .navbar-toggle {
    border-color: var(--primary-color);
    margin-top: 20px;
}

.main-menu .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--primary-color);
}

/* ==========================================
4.1 STICKY MENU
============================================*/

.sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}

.is-sticky .header-area {
    box-shadow: 0px 0 25px 5px rgba(0, 0, 0, 0.15);
    z-index: 999
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 36px;
}

.is-sticky .navbar-brand {
    padding: 0;
}

.is-sticky .navbar-brand img {
    display: block;
    height: 30px;
}

.is-sticky .main-menu .navbar-default .navbar-nav li a {
    padding: 12px 30px;
}

.is-sticky .main-menu .navbar-default .navbar-nav li a:after {
    top: 24px;
    -webkit-transition: .4s;
    transition: .4s;
}

.navbar-brand img,
.main-menu .navbar-default .navbar-nav li a {
    -webkit-transition: .4s;
    transition: .4s;
}

#scrollUp {
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    padding: 0 5px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    background-color: var(--primary-color);
}
#scrollUp:hover{
    background-color: var(--heading-color);
}

/* ==============================
5. HOME SLIDER
=================================*/

.slide-area {
    position: relative;
    z-index: 1;
}

.slide-area:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.slide-area .nivo-caption {
    background: transparent none repeat scroll 0 0;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 10;
    height: 315px;
}

.slide-area .custom-btn {
    padding: 15px 25px;
    line-height: 20px;
}

.slide-area .custom-btn:hover,.trial-wrap .custom-btn:hover {
    background-color: var(--hover-color);
}

.slider-txt {
    max-width: 800px;
}

.slider-txt .slide-title {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fffbfb;
}

.slider-txt .slide-para {
    color: #fff;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.slide-area .nivo-prevNav {
    left: 20px;
}

.slide-area .nivo-nextNav {
    right: 20px;
}

.slide-area .nivo-directionNav a {
    color: #fff;
    display: inline-table;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    z-index: 11;
    top: 50%;
}

.slide-area .nivo-directionNav a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--primary-color);
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transition: .4s;
    transition: .4s;
}

.slide-area .nivo-directionNav a i {
    display: table-cell;
    vertical-align: middle;
}

.slide-area .nivo-directionNav a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ===========================================
5.1 HOME SLIDER 2
==============================================*/

.slide-thumb {
    position: relative;
    z-index: 1;
    background-size: cover
}

.slide-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.slide-area-2 img {
    height: 700px;
    width: 100%;
}

.slide-text {
    left: 50%;
    padding: 45px 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 50%;
    z-index: 1;
}

.slide-text:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-area-2 .slide-title {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    text-shadow: 1px 1px 1px #000;
}

.slide-area-2 .slide-title,
.slide-area-2 .slide-para {
    color: #fff;
}

.slide-area-2 .slide-para {
    font-size: 18px;
}

.slide-area-2 .owl-pagination {
    position: absolute;
    right: 7%;
    top: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    z-index: 99;
}

.slide-area-2.owl-theme .owl-controls .owl-page {
    display: block;
    margin: 10px 0;
}

.slide-area-2.owl-theme .owl-controls .owl-page span,
.slide-area-3 .owl-theme .owl-controls .owl-page span {
    background: var(--primary-color) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
    -webkit-transition: .4s;
    transition: .4s;
}

.slide-area-2.owl-theme .owl-controls .owl-page.active span,
.slide-area-2.owl-theme .owl-controls.clickable .owl-page:hover span {
    height: 40px;
    border-radius: 15px;
}

/* ======================================
5.2 HOME SLIDER 3
=========================================*/

.slide-area-3 {
    position: relative;
    z-index: 1;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.slide-area-2 .slide-text:before {
    border-radius: 15px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.slide-section .divider {
    position: relative;
    margin-top: -100px;
    width: 100%;
    z-index: 9;
}

.slide-area-3:before,
.promo-parallax:before,
.single-slide::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.promo-parallax:before{
    opacity: .85;
}
.single-slide {
    height: 800px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-slide::before {
    z-index: 1;
}

.slide-area-3 .owl-pagination div {
    display: inline-block;
    margin: 0 5px;
}

.s-single-text {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    padding-top: 50px;
}

.slide-area-3 .slide-title {
    color: #fff;
    font-size: 55px;
    line-height: 1.1;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.slide-area-3 .slide-title strong {
    color: var(--primary-color);
}

.slide-area-3 .slide-para {
    color: #fff;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 30px auto 60px;
    max-width: 700px;
}

.slide-area-3 .custom-btn:hover {
   background-color: var(--hover-color);
}



.slide-area-3 .owl-pagination {
    bottom: -30%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.slide-area-3 .owl-theme .owl-controls .owl-page.active span,
.slide-area-3 .owl-theme .owl-controls .owl-page:hover span {
    border-radius: 20px;
    width: 40px;
}

/* ===========================================
6. ABOUT US AREA
==============================================*/

.about-area {
    padding-top: 100px;
}

.vedio-thumb {
    position: relative;
    z-index: 1;
}

.about-vedio {
    position: relative;
}

.vedio-box {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.vedio-thumb:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.vedio-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
}

.vedio-thumb img {
    max-height: 420px;
    width: 100%;
}

.pretty span {
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    display: inline-table;
    height: 50px;
    text-align: center;
    width: 50px;
}

.pretty span i {
    display: table-cell;
    vertical-align: middle;
}

.about-intro {
    padding-left: 50px;
}

.about-intro h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-intro p:last-child {
    margin: 0;
}

/* ===========================================
7. CHOOSE AREA
==============================================*/

.choose-area.section-padding {
    background-color: var(--alt-bg);

}

.choose-single {
    margin-bottom: 20px;
    padding: 60px 30px 30px;
    text-align: center;
}


.choose-single,
.team-single {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(30, 34, 40, 0.05);
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-price:hover,
.blog-item:hover,
.choose-single:hover {
    box-shadow: 0 8px 50px rgba(30, 34, 40, .08);
    -webkit-transition: .4s;
    transition: .4s;
    transform: translateY(-5px);
}

.single-icon {
    background: var(--primary-color);
    box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.05);
    display: inline-table;
    height: 80px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 80px;
    transition: .4s;
}

.single-icon i {
    color: #fff;
    display: table-cell;
    font-size: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    transition: .4s;
}

.choose-2 .single-icon,
.choose-2 .single-icon i {
    transform: rotate(0);
    background-color: transparent;
    color: var(--primary-color);
}

.choose-2 .choose-single:hover .single-icon {
    background-color: var(--primary-color);
}

.choose-2 .choose-single:hover .single-icon i {
    color: #fff;
}

.single-heading {
    font-size: 24px;
    margin: 25px 0 20px;
    text-transform: uppercase;
    color: #0a1537;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 40px;
    margin-left: 0;
}

/* =======================================
8. FUN AREA
==========================================*/

.skill-area,
.fun-area,
.trial-area,
.client-area {
    background-size: cover;
}

.fun-area,
.trial-area {
    padding: 100px 0;
}

.single-fun,
.single-contact {
    color: #fff;
    min-height: 200px;
    padding-top: 45px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.single-contact {
    padding-bottom: 45px;
    min-height: 260px;
}

.single-fun {
    height: auto;
    padding: 15px 10px;
}

.single-fun:after,
.single-contact:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-fun .counter {
    display: block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 40px;
    margin: 20px 0 0;
}

.single-fun i {
    font-size: 45px;
    line-height: 60px;
}

.single-fun p {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==========================================
9. SERVICE AREA
=============================================*/
.divider {
    color: rgb(255 251 244);
    margin-top: 100px;
}

.bg-gr {
    background: rgb(255 251 244);
    background: linear-gradient(rgb(255 251 244) 50%, rgb(255, 255, 255) 100%)
}

.service-area.section-padding {
    padding: 80px 0 55px;
}

.single-service {
    margin: 0 10px 30px;
    text-align: center;
/*    border: 1px solid #ebebeb;*/
    border-radius: 10px;
}

.service-head {
    background: #151515 none repeat scroll 0 0;
    padding: 30px 15px 15px;
    border-radius: 10px 10px 0px 0px;
}

.service-head i {
    font-size: 30px;
    margin-right: 10px;
}

.service-head h4 {
    color: #fff;
    font-size: 28px;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.service-head p {
    color: #fff;
    margin: 0 auto 10px;
    max-width: 315px;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
}

.service-details li {
    color: var(--mute-color);
}

.service-details {
    padding: 20px 0 30px;
}

.service-details li,
.price-body li {
    font-size: 18px;
    line-height: 50px;
    text-transform: capitalize;
}

.single-service .custom-btn {
    margin-bottom: 30px;
}

.service-area .owl-controls .owl-buttons div,
.team-area .owl-controls .owl-buttons div,
.article-carousel .owl-controls .owl-buttons div {
    display: inline-table;
    height: 45px;
    left: -5%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    border-radius: 0;
    z-index: 1;
    color: #fff;
    margin: 0;
}

.service-area .owl-buttons div.owl-next,
.team-area .owl-buttons div.owl-next,
.article-carousel .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -5%;
}

.service-area .owl-controls .owl-buttons div:before,
.team-area .owl-controls .owl-buttons div:before,
.article-carousel .owl-controls .owl-buttons div:before {
    background: var(--primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    width: 100%;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
}

.service-area .owl-controls .owl-buttons div i,
.team-area .owl-controls .owl-buttons div i,
.article-carousel .owl-controls .owl-buttons div i {
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
}

.service-area .owl-controls .owl-buttons div:hover:before,
.team-area .owl-controls .owl-buttons div:hover:before,
.article-carousel .owl-controls .owl-buttons div:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* =============================================
10. SKILL AREA
================================================*/

.skill {
    padding-top: 40px;
    overflow: hidden;
}

.skill-details .section-title,
.skill-details p {
    color: #fff;
}

.service-text {
    margin-top: 30px;
}

.our-skill {
    padding: 50px 0 0 50px;
}

.skill .progress {
    border: 0 none;
    box-shadow: none;
    height: 10px;
    margin-bottom: 60px;
    overflow: visible;
    position: relative;
    border-radius: 0px;
}

.skill .progress:last-child {
    margin: 0;
}

.skill .progress .meta {
    color: #fff;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 18px;
    left: 0;
    text-transform: uppercase;
    position: absolute;
    top: -28px;
}

.progress-bar {
    background: var(--primary-color);
    box-shadow: none
}

.skill .progress-bar span {
    background: var(--primary-color) none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
    color: #fff;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
}

.skill .progress-bar span:before,
.skill .progress-bar span:after {
    border: medium solid transparent;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.skill .progress-bar span:before {
    border-top-color: var(--primary-color);
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

/* =======================================
11. PORTFOLIO AREA
==========================================*/

.portfolio-wrap {
    position: relative;
}

.portfolio-menu {
    margin-bottom: 60px;
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    padding-right: 15px;
}

.portfolio-menu ul li a {
    color: #0F172A;
    display: block;
    padding: 7px 22px;
    position: relative;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 1;
    border: 1px solid #0F172A;
}


.portfolio-menu ul li.active a,
.portfolio-menu ul li:hover a {
    background: var(--primary-color) none repeat scroll 0 0;
    color: #fff;
    border-color: var(--primary-color);
}

.single-portfolio {
    float: left;
    margin: 0.5%;
    width: 24%;
    overflow: hidden;
}

.port-hover {
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .4s;
    transition: .4s;
}

.overly {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.port-hover span {
    background: var(--primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    display: inline-table;
    text-align: center;
}

.port-hover span i {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.port-hover h4 {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.port-hover h4,
.port-hover p {
    color: #fff;
}

.port-hover p {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    letter-spacing: 1px;
}

.single-portfolio img {
    height: 250px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}

.single-portfolio:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-portfolio:hover .overly {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-portfolio:hover .port-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.load-more {
    margin: 55px 0 5px;
    text-align: center;
}


/* =======================================
12. TRIAL AERA
==========================================*/

.trial-wrap {
    text-align: center;
}

.trial-wrap h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;

}

.trial-wrap h2 strong {
    color: var(--primary-color);
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    letter-spacing: 2px;
}

.trial-wrap P {
    color: #fff;
    margin: 0 auto 45px;
    font-size: 18px;
    max-width: 700px;
}

.trial-wrap .custom-btn:hover,.contact-area .custom-btn:hover {
   background-color: var(--hover-color);
}

/* =======================================
13. TEAM AREA
==========================================*/

.team-area {
    padding-top: 100px;
}

.team-single {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: .4s;
    transition: .4s;
}

.team-single h4 {
    background: #fbf7f2 none repeat scroll 0 0;
    color: #0a1537;
    font-size: 20px;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.team-hover {
    background: #fbf7f2 none repeat scroll 0 0;
    color: #ed4e6e;
    left: 0;
    border-radius: 10px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    top: 0;
}

.member-social li {
    display: inline-block;
    margin-right: 7px;
}

.member-social a {
    background-color: var(--alt-bg);
    border-radius: 50%;
    color: var(--accent-color);
    display: table;
    height: 35px;
    width: 35px;
    text-align: center;
}

.member-social a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.team-hover span {
    color: #0a1537;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.team-hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 15px;
    height: 100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.1s ease 0.3s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.1s ease 0.3s, -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s, -webkit-transform 0.4s ease 0s;
    width: 100%;
}

.member-social {
    padding-top: 10px;
}

.team-single:hover .team-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s, -webkit-transform 0.4s ease 0s;
}

.team-single:hover .team-single img {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.team-area .owl-theme .owl-controls {
    margin-top: 0;
}

/* ========================================
14. PRICE AREA
===========================================*/

.price-area.section-padding {
    padding: 20px 0 80px;
}

.single-price {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 0 25px;
    -webkit-transition: .4s;
    transition: .4s;
}

.price-title {
    color: #0a1537;
    font-size: 28px;
    padding: 15px;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    text-transform: uppercase;
}

.price-amount {
    background: #fff4e1 none repeat scroll 0 0;
    margin: 35px 0;
    padding: 0px 0 10px;
    position: relative;
    z-index: 1;
    color: #0a1537;
}

.price-amount:before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    z-index: -1;
}

.price-amount span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #888;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
}

.price-amount p {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 45px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    color: var(--primary-color);
    line-height: 1;
}

.price-body li:first-child {
    border-top: medium none;
}

.price-body li:last-child {
    border-bottom: medium none;
}

.price-button {
    margin-top: 25px;
}

.single-price .custom-btn,
.single-service .custom-btn {
    padding: 10px 20px;
    font-size: 14px;
}

/* ========================================
15. CLIENT AREA
===========================================*/

.client-area {
    padding: 100px 0;
}

.client-area.overly-bg:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)"
}

.client-area .single-quote {
    position: relative;
    padding: 20px 0;
}

.client-area .single-quote:before {
    content: "\f10e";
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 70px;
    right: 0%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    color: var(--alt-bg);
    opacity: .3;
}

.single-quote {
    color: #fff;
}

.single-quote .quote-thumb {
    border-radius: 50%;
    box-shadow: 0 0 10px 5px #df8f09 inset;
    float: left;
    padding: 10px;
    width: 170px;
    height: 170px;
}

.single-quote img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.quote-details {
    margin-left: 210px;
    padding: 40px 50px;
    position: relative;
}

.quote-details:before {
    background: #c77d00;
    border-radius: 15px;
    opacity: .85;
}

.quote-details p {
    font-size: 26px;
    line-height: 1.4;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
}

.quote-details h5 {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0;
    text-transform: capitalize;
}

.quote-details span {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
}

.client-area .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    margin-top: 15px;
    width: 25px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .4s;
    transition: .4s;
}

.client-area .owl-theme .owl-controls .owl-page.active span,
.client-area .owl-theme .owl-controls .owl-page:hover span {
    width: 35px;
    background: var(--primary-color) none repeat scroll 0 0;
}

/* ========================================
16. BLOG AREA
=======================================*/

.single-article {
    background: #fff none repeat scroll 0 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.b-item-details {
    padding: 20px 25px 20px;
    position: relative;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    box-shadow:rgba(0, 0, 0, 0.03) 0px 0px 5px 0px, rgba(27, 31, 35, 0.1) 0px 0px 0px 1px;
}

.b-item-details .custom-btn {
    padding: 8px 18px;
    font-size: 14px;
    margin-top: 20px;
}

.blog-item {
    position: relative;
    transition: .4s ease;
}

.b-item-meta {
    margin: 10px 0 20px;
}

.b-item-thumb {
    position: relative;
}

.b-icon {
    background: var(--primary-color) none repeat scroll 0 0;
    display: inline-table;
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    line-height: 1;
}

.b-icon a {
    color: #fff;
    display: table-cell;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 30px;
    vertical-align: middle;
}

.b-icon span {
    display: block;
    /*  font-family: Roboto-Regular; */
  font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.b-item-heading {
    font-size: 24px;
    margin-bottom: 5px;
}

.b-item-heading a {
    color: #0a1537;
}

.b-item-heading a:hover {
    color: var(--primary-color)
}

.b-item-detailsp {
    color: var(--mute-color);
}

.b-item-meta ul li {
    color: var(--mute-color);
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-transform: capitalize;
}

.b-item-meta li:last-child {
    margin-right: 0;
}

.b-item-meta ul li a {
    color: var(--mute-color)
}

.b-item-meta li i {
    margin-right: 5px;
}

.b-item-detailsp {
    margin: 15px 0 25px;
}

/* ===========================================
17. QUESTION AREA
=============================================*/

.question-area {
    padding-bottom: 85px;
}


.accordion-wrap .accordion-item {
    border: 0 none;
    margin-bottom: 20px;
    background-color: var(--alt-bg);
}

.accordion-wrap .accordion-button {
    background-color: #fff3df;
    font-size: 20px;
}

.accordion-wrap .accordion-body {
    padding: 1.5rem 2rem;
    background: #fffdf9;
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: #0a1537;
    box-shadow: none;
}

.accordion-wrap .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

/* ==========================================
18. BRAND AREA
=============================================*/

.brand-area {
    padding-bottom: 80px;
}

.brand-wrap ul li {
    display: inline-block;
}

.brand-area .owl-item img {
    width: 265px;
}

/* ================================================
19. CONTACT AREA
===================================================*/

.contact-area .section-title,
.single-contact a {
    color: #fff;
}

.contact-form {
    margin-top: 90px;
    padding: 40px 50px 20px;
    position: relative;
    z-index: 1;
}

.contact-form:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}

.single-contact span {
    display: block;
    margin-bottom: 20px;
}

.single-contact p,
.single-contact a {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    color: rgba(255, 255, 255, .8);
}

.single-contact strong {
    display: block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 1);
}

.contact-area .form-group {
    margin-bottom: 30px;
}

.contact-area .form-group label {
    margin-bottom: 5px;
}

.contact-area .form-group.half-form {
    float: left;
    width: 48.5%;
}

.contact-area .form-group.half-form+.half-form {
    float: right;
}

.contact-area .form-group.half-form input,
.contact-area .form-group textarea {
    background: transparent;
    border: 1px solid #5c5c5c;
    color: #fff;
    border-radius: 5px;
}

.contact-area label {
    color: #fff;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    letter-spacing: 1px;
}

.contact-area .form-group textarea {
    height: 140px;
}

.contact-area .custom-btn {
    margin-top: 20px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 50px;
    font-size: 16px;
}

.contact-area .custom-btn:before {
    border-radius: 3px;
}

.success {
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #13A05A;
    border: 1px solid #13A05A;
    border-radius: 5px;
}

.error {
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #DD5044;
    border: 1px solid #DD5044;
    border-radius: 5px;
}

/* ==================================
20. FOOTER AREA
=====================================*/

.footer-area {
    background: #fff none repeat scroll 0 0;
    padding: 25px 0 15px;
}

.footer-area p {
    margin-bottom: 0;
}

.footer-social {
    text-align: right;
}

.footer-social ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer-social ul li a {
    display: inline-table;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color)
}

.footer-social ul li:hover a {
   background-color: var(--heading-color);
}

.footer-social ul li a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.developed,
.footer-area p {
    color: #0a1537;
}

.developed a {
    color: var(--primary-color);
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    margin: 0 5px;
}

/* ==============================================
21. BLOG PAGE CSS
=================================================*/

.main-content {
    padding: 85px 0 30px;
}

.promo-parallax {
    background-size: cover;
    z-index: 1;
    position: relative;
}


.breadcrumb-wrap {
    padding: 175px 0 75px;
    text-align: center;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-flex;
    margin-top: 15px;
}

.breadcrumb-item {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    text-transform: capitalize;

}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb .active {
    color: var(--primary-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-title {
    font-size: 40px;
    margin: 0;
    text-transform: capitalize;
}

.pager a,
.pager span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #ebebeb;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    color: #0a1537;

}

.pager a:hover,
.pager .current {
    background-color: var(--primary-color);
    color: #fff;
}

/* =========================================
21.1 SINGLE ARTICLE
============================================*/

.single-article {
    margin-bottom: 30px;
}

.single-article .b-item-heading {
    font-size: 36px;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
}

.single-article img,
.b-item-thumb iframe {
    height: 370px;
    width: 100%;
}

.single-article p {
    margin: 30px 0 40px;
}

.article-carousel .owl-controls .owl-buttons div {
    left: 0;
}

.article-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

/* POST PAGINATION */

.post-pagination {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 30px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.post-pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-pagination ul li a {
    color: #fff;
}

.newpost {
    float: left;
}

.oldpost {
    float: right;
}

/*======================================
22. SIDEBAR AREA
========================================*/

.sidebar {
    overflow: hidden;
}

.sidebar-widget.search-widget {
    padding: 0;
    border: none;
}

.sidebar-widget {
    border: 1px solid #ebebeb; 
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.widget-title,
.s-blog-heading {
    color: var(--heading-color);
    font-size: 24px;
    padding: 12px 0;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget-title:after,
.s-blog-heading:after {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 70px;
    z-index: -1;
}

.s-blog-heading {
    text-align: left;
    font-size: 28px;
}

.s-blog-heading:after {
    left: 40px;
}

/* =======================================
22.1 SEARCH WIDGET
==========================================*/

.search-entry {
    position: relative;
}

.search-entry:after {
    background: #ebebeb none repeat scroll 0 0;
    content: "";
    height: 30px;
    position: absolute;
    right: 40px;
    top: 10px;
    width: 1px;
}

.search-entry input {
    padding: 12px 20px;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #ebebeb;
    color: var(--text-color);
    font-size: 16px;
    height: auto;
    border-radius: 5px;
}

.search-entry button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 10px;
    color: var(--primary-color)
}

/* ==========================================
22.2 CATEGORY WIDGET
=============================================*/

.sidebar-widget>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sidebar-widget>ul li {
    border-bottom: 1px solid #ebebeb;
    display: block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    padding: 10px 0;
}

.sidebar-widget>ul li a {
    color: #0a1537;
    font-size: 16px;
    text-transform: capitalize;
}

.sidebar-widget>ul li span {
    color: #0a1537;
    float: right;
}

.sidebar-widget>ul li:hover a {
    color: var(--primary-color);
    padding-left: 5px;
}

.sidebar-widget:after,
.feature-single:after,
.post-pagination:after {
    clear: both;
    content: "";
    display: table;
}

.sidebar-widget ul li:last-child,
.feature-single:last-child {
    border: none;
    padding-bottom: 0;
}

/* ================================
22.3 CONTACT WIDGET
==================================*/

.contact-entry {
    text-align: center;
}

.contact-entry ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.sidebar-widget .contact-entry li {
    flex-basis: 30%;
    border: 1px solid #f3f2f2;
    padding-top: 30px;
}

.sidebar-widget .contact-entry li a {

    display: inline-table;
    text-align: center;
    color: #fff;
}

.sidebar-widget .contact-entry li p {
    margin: 0;
}

.sidebar-widget .contact-entry li a i {
    color: #fff;
}

.social-contactt {
    display: table-cell;
    vertical-align: middle;
}

.social-contact .twitter {
    background: #40bff5 none repeat scroll 0 0;
}

.social-contact .facebook {
    background: #5d82d1 none repeat scroll 0 0;
}

.social-contact .google-p {
    background: #eb5e4c none repeat scroll 0 0;
}

.social-contact .youtube {
    background: #ef4e41 none repeat scroll 0 0;
}

.social-contact .behance {
    background: #0167DB none repeat scroll 0 0;
}

.social-contact .instagram {
    background: #3f729b none repeat scroll 0 0;
}

.social-contact span {
    color: #fff;
    display: inline-table;
    font-size: 25px;
    height: 45px;
    text-align: center;
    width: 45px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.social-contact span i {
    display: table-cell;
    vertical-align: middle;
}

.social-contact p span {
    color: var(--mute-color);
    display: block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
}

.social-contact p {
    color: #0a1537;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 22px;
}

/* =====================================
22.4 FEATURE WIDGET
========================================*/
.feature-thumb img {
    height: 70px;
    width: 90px;
    border-radius: 10px;
}

.feature-thumb {
    float: left;
}

.feature-txt {
    margin-left: 100px;
}

.feature-txt h4 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.feature-txt h4 a {
    color: #0a1537;
}

.feature-txt h4 a:hover {
    color: var(--primary-color)
}

.feature-single {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

.feature-meta span {
    color: var(--text-color);
    font-size: 14px;
}

/* =====================================
22.5 TAGS WIDGET
========================================*/

.tagclouds {
    padding-top: 20px;
}

.tagclouds a {
    border: 1px solid #ebebeb;
    color: #0a1537;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 3px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.tagclouds a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

/* =========================================
23. SINGLE BLOG PAGE
===========================================*/

.single-blog-wrap .single-article img,
.single-blog-wrap .b-item-thumb iframe {
    height: 420px;
}

.single-blog-wrap blockquote {
    border-left: 10px solid var(--primary-color);
    margin: 40px 0 30px;
    position: relative;
    padding-left: 28px;
}

.single-blog-wrap blockquote:before {
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f10e";
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 100px;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    color: var(--primary-color)
}

.b-item-details blockquote p {
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    color: #0a1537;
}

.b-item-details li {
    /*  font-family: Roboto-Regular; */
  font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 18px;
    line-height: 2;
}

.ar-tag {
    float: left;
    padding-top: 5px;
}

.ar-tag a {
    color: var(--heading-color);
    display: inline-block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    margin: 0 5px;
    text-transform: capitalize;
}

.ar-tag a:hover {
    color: var(--primary-color);
}

.post-social-tag {
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    padding: 30px 0 15px;
}

.ar-social {
    float: right;
}

.ar-social li {
    display: inline-block;
    margin-left: 10px;
}

.ar-social li a,
.author-details ul li a {
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

.ar-social li a i,
.author-details ul li a i {
    display: table-cell;
    vertical-align: middle;
}

/* ======================================
23.1 ABOUT AUTHOR
=========================================*/

.about-author,
.comments-area,
.leave-comment-area {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 5px 0px, rgba(27, 31, 35, 0.1) 0px 0px 0px 1px;
    padding: 30px 35px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.author-wrap,
.leave-comment-wrap {
    margin-top: 45px;
}
.leave-comment-wrap .custom-btn {
    margin-top: 15px;
}
.author-name {
    font-size: 20px;
    margin-bottom: 5px;
}



.author-thumb {
    float: left;
}

.author-details {
    margin-left: 135px;
}

.author-details ul li {
    display: inline-block;
    margin-right: 10px;
}

/* =======================================
23.2 COMMENTS AREA
==========================================*/

.comments-wrap {
    list-style: none;
    margin: 45px 0 0;
    padding: 0;
}

.comments-wrap .child {
    list-style: none;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-img img {
    height: 85px;
    border-radius: 20px;
}

.author-thumb img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.comment-img {
    float: left;
}

.comment-text {
    margin-left: 115px;
}

.comment-text h4 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.comment-text h4 a {
    color: #0a1537;
}

.comments-wrap .coment-btn {
    color: #0a1537;
    text-transform: capitalize;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
}

.comments-wrap .coment-btn:hover {
    color: var(--primary-color);
}

.comment-text span {
    color: var(--mute-color);
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 14px;
}

.leave-comment-area .form-group {
    margin-bottom: 20px;
}

.leave-comment-area .form-group input,
.leave-comment-area .form-group textarea {
    border: 1px solid #ebebeb;
    height: 50px;
}

.leave-comment-area .form-group textarea {
    height: 200px;
}

/* =======================================
24. ERROR PAGE
==========================================*/

.error-wrap {
    padding: 200px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 30px 0;
}

.error-area h3 {
    font-size: 34px;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.error-wrap:after {
    color: #c1f5ff;
    display: block;
    /*  font-family: Roboto-Regular; */
  	font-family: "Open Sans", "Thai Sans", sans-serif;
    font-size: 400px;
    position: absolute;
    content: "404";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}

@media only screen and (max-width: 1028px) {

    .content, #main-body {width:95%;  margin: 0 auto}
     
    .b-item-heading {
    font-size: 20px;
    margin-bottom: 5px;
}
.txthead {
    font-size: 32px;
    line-height: 50px;
}
.txtcontent {
    font-size: 20px;
}
.section-intro {
    margin: 0 auto 40px;
   
}
}
