/* 
	Template Name: Vadhvan
	Version: 1.0
*/
/*--------------------------------------------------------------    
1. GENERAL
---------------------------------------------------------------*/

body {
    background-color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2c4a6b;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    outline: 0 none;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}

a:active,
a:hover {
    color: #333333;
}

p a {
    color: #333333;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

table thead th {
    color: #333;
}

table td {
    padding: 15px 10px;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::-moz-selection {
    background: #3396d1;
    color: #fff;
}

::selection {
    background: #3396d1;
    color: #fff;
}

/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1978b5;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1978b5;
}

h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 25px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section-head h1,
.section-head h2,
.section-head h3,
.section-head h4,
.section-head h5,
.section-head h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    line-height: 24px;
    margin-bottom: 24px;
}

strong {
    font-weight: 600;
}

/*text align*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify
}

/*text vertical align*/

.v-align-t {
    vertical-align: top;
}

.v-align-m {
    vertical-align: middle;
}

.v-align-b {
    vertical-align: bottom;
}

/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}

/*text transform*/

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

/*text weight*/

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
	>padding
	>marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/

.p-a0 {
    padding: 0;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}

/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}

/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}

/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l100 {
    padding-left: 100px;
}

/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}

/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

/*== >margin (around) ======*/

.m-auto {
    margin: auto;
}

.m-a0 {
    margin: 0;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}

/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}

/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b100 {
    margin-bottom: 100px;
}

/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}

/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}

/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}

.z-index5 {
    z-index: 5;
}

.z-index6 {
    z-index: 6;
}

.z-index7 {
    z-index: 7;
}

.z-index8 {
    z-index: 8;
}

.z-index9 {
    z-index: 9;
}

.z-index10 {
    z-index: 10;
}

.z-index100 {
    z-index: 100;
}

.z-index999 {
    z-index: 999;
}

/*=== >background color ===*/

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

/*=== >background image ===*/

.bg-img-fix {
    background-attachment: fixed;
}

/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/


.dez-img-overlay2 {
    position: relative;
}

.dez-img-overlay2:before,
.dez-img-overlay2:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*effect 2*/

.dez-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.dez-img-overlay2:hover:before,
.dez-box:hover .dez-img-overlay2:before {
    opacity: 0.9;
}

/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.alignright {
    float: right;
    margin: 5px 0 15px 25px;
}

.alignleft {
    float: left;
    margin: 5px 25px 15px 0;
}

.align-w50 {
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .alignright {
        width: 100%;
        margin: 5px 0 20px 0px;
    }

    .alignleft {
        width: 100%;
        margin: 5px 0px 20px 0;
    }
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 0 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

blockquote {
    padding: 16px 20px 16px 30px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid #EFBB20;
}

@media only screen and (max-width: 480px) {
    blockquote {
        padding: 10px 14px 10px 45px;
        font-size: 14px;
        line-height: 22px
    }

    blockquote:before {
        font-size: 25px;
        left: 10px;
        top: 10px
    }

    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right
    }
}

blockquote p {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
    blockquote:before {
        font-size: 25px;
        left: 10px;
        top: 10px;
    }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.site-header.is-fixed {
    transform: translateY(-230px);
}

.site-header ul,
.site-header ol {
    margin-bottom: 0;
}

/*without top bar*/
.gt_switcher_wrapper {
    position: initial !important;
    display: flex !important;
}

.extra-nav {
    float: right;
    position: relative;
    z-index: 9;
}

.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}

@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}

/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/

.top-bar {
    background-color: #F5F5F5;
    color: #2c4a6b;
    padding: 5px 0;
}

.project-cat {
    border: 1px solid transparent;
    background-color: #1978b5;
    border-radius: 50px;
}

.project-inner-cat {
    border-radius: 50px;
    background-color: #2c4a6b;
}

@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        padding: 0px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
}

/*=== >eamil-phone (left) ===*/

.e-p-bx li {
    display: inline;
    font-size: 14px;
    padding-right: 10px;
}

.e-p-bx li a {
    color: #FFF;
}

.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle;
}

/*---------------------------------------------------------------
16. LOGO ( company identify  symbol )
---------------------------------------------------------------*/
.social-line .top-header-img {
    height: 15px;
}

.footer-social-line .social-img {
    width: 20px;
}

.footer-input {
    height: 55px;
    border-radius: 50px;
    border: 0;
    padding-left: 25px;
    padding-right: 135px;
}

.modal-open {
    padding-right: 17px;
}

.header-input-group {
    max-width: 220px;
    width: 100%;
}

.header-input {
    height: 40px !important;
    border-radius: 20px !important;
    border: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.footer-input:focus {
    outline: none;
}

.header-input:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.header-input-group .white-search {
    height: 15px;
}

.header-input-group .white-search-grp {
    top: 5px;
    right: 12px;
}

.main-bar {
    background: #1067a0;
    width: 100%;
    position: relative;
}


.navbar-toggler {
    border: 0;
    margin: 30px 0 26px 15px;
    padding: 0;
}

.navbar-toggler span {
    background: #666;
}

.is-fixed .navbar-toggler {
    margin: 30px 0 26px 15px;
}

.header-nav {
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.site-header .container {
    position: relative;
}

.header-nav .nav {
    float: right;
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.header-nav .nav>li>a {
    border-radius: 0px;
    color: #505050;
    font-size: 14px;
    padding: 18px 10px;
    cursor: pointer;
    display: block;
    font-weight: 500;
}


.header-nav .nav>li>a:active,
.header-nav .nav>li>a:focus {
    background-color: transparent;
}

.header-nav .nav>li .sub-menu li a {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.header-nav .nav>li:hover>.sub-menu,
.header-nav .nav>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 1024px) {
    .header-nav .nav>li:hover .mega-arrow {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li:hover>ul,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        visibility: visible;
    }

    .mega-menu-link .mega-arrow {
        filter: invert(68%) sepia(26%) saturate(348%) hue-rotate(175deg) brightness(90%) contrast(90%);
    }

    .header-nav .nav>li .sub-menu li a {
        font-size: 16px;
        font-weight: 500;
    }

    .header-nav .nav>li.open .mega-arrow {
        transform: rotate(180deg);
    }

    .header-nav .nav>li .mega-menu>li ul a,
    .header-nav .nav>li .sub-menu li a {
        color: #2c4a6b;
        font-size: 16px;
        font-weight: 500;
        display: block;
        text-transform: capitalize;
    }

    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        height: 100%;
        line-height: 45px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 50px;
        z-index: 3;
    }

    .header-nav .nav>li .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li.open>.sub-menu .sub-menu {
        display: none;
    }

    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li .sub-menu li a {
        padding: 15px 20px;
    }

    .header-nav .nav>li .sub-menu li .fa {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0;
        right: -1px;
        color: #fff;
    }

    .header-nav .nav>li .mega-menu>li {
        padding: 0;
    }

    .header-nav .nav>li .mega-menu>li>a {
        display: none;
    }

    .header-nav .nav .mega-menu a i {
        display: inline-block;
        float: none;
        margin-top: 0;
    }

    .header-nav .nav .open>a,
    .header-nav .nav .open>a:focus,
    .header-nav .nav .open>a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }

    .header-nav.nav-dark.nav .open>a,
    .header-nav.nav-dark .nav .open>a:focus,
    .header-nav.nav-dark .nav .open>a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }

    header .logo {
        display: block;
        padding: 4px 0;
    }

    .header-nav .nav i {
        margin-top: 6px;
    }

    .navbar-nav {
        height: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.show {
        overflow-y: auto !important;
        display: block !important;
    }

    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }

    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width: 100%;
        display: block;
    }

    .header-nav .nav li {
        float: none;
        display: block;
        width: 100%;
    }

    .header-nav .nav>li .sub-menu>li,
    .header-nav .nav>li .mega-menu>li {
        float: none;
        display: block;
        width: auto;
        transition: all 0.2s ease-in-out;
    }

    .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        display: block;
        position: relative;
    }

    .header-nav .nav i {
        float: right;
    }

    .header-nav .nav>li>a:hover,
    .header-nav .nav>li>a:active,
    .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }

    .header-nav .nav>li .mega-menu>li:after {
        display: none;
    }

    .header-nav .nav>li ul,
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f6f6f6;
    }

    .header-nav .nav>li ul.mega-menu ul {
        display: none;
    }

    .header-nav .nav>li:hover>ul,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }

    .header-nav .nav>li ul.mega-menu li:hover ul {
        display: block;
    }

    .header-nav .nav>li .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li.open>.sub-menu .sub-menu {
        display: none;
    }

    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        box-shadow: none;
    }

    .border-btn {
        height: auto !important;
    }
}

/*= when header is sticky =*/

.is-fixed .main-bar {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.is-fixed .header-nav .nav>li>a {
    padding: 25px 10px;
}

.is-fixed .extra-nav {
    padding: 15px 0;
}

@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav>li>a {
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
    }

    .is-fixed#header-part .navbar-toggle {
        margin: 15px 0;
    }
}

/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}

/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav>li>a {
    color: #fff;
}

[class*="bg-"] .header-nav .nav>li.active>a,
[class*="bg-"] .header-nav .nav>li.current-menu-item>a {
    color: #2D3239;
}

[class*="bg-"] .header-nav .nav>li>a:hover,
[class*="bg-"] .header-nav .nav>li:hover>a {
    color: #2D3239;
}

[class*="bg-"] .navbar-toggle {
    border-color: #fff;
}

[class*="bg-"] .navbar-toggle span {
    background-color: #2D3239;
}

@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav>li>a {
        color: #555;
    }
}

/* ================== Header Style 2 ================== */

.header-style-2 .top-bar {
    z-index: 999;
    position: relative;
    border-bottom: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.social-line li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}

/* Navicon */
.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

.bg-primary .navicon span {
    background: #fff;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.tp-caption .font-weight-300 {
    font-weight: 300;
}

.tp-caption .font-weight-400 {
    font-weight: 400;
}

.tp-caption .font-weight-500 {
    font-weight: 500;
}

.tp-caption .font-weight-600 {
    font-weight: 600;
}

.tp-caption .font-weight-700 {
    font-weight: 700;
}

.tp-caption .font-weight-800 {
    font-weight: 800;
}

.tp-caption .font-weight-900 {
    font-weight: 900;
}

.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}

.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}

.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}

.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}

.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}

.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600;
}

.tp-caption .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}

/* owl-dots */
.owl-dots-none .owl-dots {
    display: none;
}

/*---------------------------------------------------------------
21. BLOG
---------------------------------------------------------------*/

.blog-post {
    position: relative;
    margin-bottom: 30px;
}

.dez-post-info {}

.dez-post-title {
    margin-bottom: 10px;
}

.dez-post-title .post-title {
    margin-top: 15px;
}

.dez-post-text {
    margin-bottom: 15px;
}

.dez-post-text p:last-child {
    margin: 0;
}

.dez-post-readmore {
    margin-bottom: 15px;
}

.dez-post-tags {
    border-top: 1px solid rgba(44, 74, 107, 0.2);
    padding-top: 10px;
}

.dez-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}

.dez-post-tags .post-tags a {
    border: 1px solid rgba(44, 74, 107, 0.2);
    padding: 2px 8px;
    color: #2c4a6b;
    margin: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.full-blog-dark .dez-post-tags .post-tags a {
    color: #666;
}

/*if no image with blog post*/

.blog-post.no-img-post .post-date {
    position: static;
    float: left;
}

/*blog post half iamge*/

.blog-md .dez-post-media {
    width: 350px;
    float: left;
    margin-right: 30px;
}

.blog-md .dez-post-info {
    border: none;
}

.blog-md .dez-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .blog-md.blog-post .dez-post-media {
        float: none;
        margin: 0 0 20px;
        width: auto;
    }
}

.nav-links:after {
    clear: both;
    content: "";
    display: table;
}


/*Blog paging Next & Prev css*/

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: none !important;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #0099CC;
}

.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 2px;
    color: #333;
}

.dez-link-pages {
    padding: 20px 0 30px;
}

.dez-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #CCC;
    margin: 0 2px;
}

/*Sticky Post*/

.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/*gallery css for blog post*/

.blog [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.gallery .gallery-item {
    float: left;
    list-style: none;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 0px 5px 15px;
    text-align: center
}

.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px;
}

.gallery .gallery-item img {
    float: left;
    padding: 0 0px;
    width: 100%;
    border: none !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*side bar*/

.side-bar .widget {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .side-bar {
        margin-bottom: 40px;
    }
}

.blog-single .dez-post-text {
    margin-top: 20px;
}

.blog-single .dez-post-tags {
    margin-top: 20px;
}

/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/

.widget {
    margin-bottom: 40px;
}

.widget-title {
    margin: 0 0 25px;
}

.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.widget-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
}

.widget .widget-title,
.widget .post-title {
    text-transform: capitalize;
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

/* widget listing*/

.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    /* border-bottom: 1px solid rgba(102, 102, 102, 0.11); */
    position: relative;
    padding: 10px 10px 10px 0;
    margin-bottom: 0;
    line-height: 20px;
    text-transform: capitalize;
}

.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #767676;
}

.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
}

.widget_categories ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}

.widget_categories ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px;
}

/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}

.searchform {
    position: relative;
}

.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCCCCC;
}

.searchform input[type="submit"] {
    height: 40px;
    padding: 10px 15px;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}

.widget .post-title {
    line-height: 16px;
    margin-bottom: 8x;
}

.recent-posts-entry .widget-post {
    margin-bottom: 10px;
    display: flex;
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}

.recent-posts-entry .dez-post-media {
    float: left;
    width: 90px;
    min-width: 90px;
}

.recent-posts-entry .dez-post-info {
    background: transparent;
    padding: 0;
    margin-left: 15px;
    border: none;
    align-self: center;
}

.recent-posts-entry .post-meta span {
    margin-right: 10px;
}

/*---------------------------------------------------------------
23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs>li>a,
.modal-content,
.navbar-toggle,
.nav-pills>li>a,
.pager li>a,
.pager li>span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.dez-booking-form .dez-extra-services li .icon-bx-lg,
.dez-booking-form .dez-extra-services li.active .icon-bx-lg:after,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*== >transition ==*/

a,
.dez-box,
.btn,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dez-work .dez-box .shadow-bx img,
.how-dez-work .dez-box .step-no-bx,
.dez-info-has,
.dez-we-find .dez-box,
.navbar-toggle,
.header-nav .nav>li>a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*---------------------------------------------------------------
24. SORTCODES 
	>Buttons
	>Title separators		
	>Deviders	
	>Lists & bullets	
	>Tabs
	>Accordians		
	>Carousels
	>Testimonials	
	>Pricing table
	>Alert box	
	>Modal pop
	>Social icons
	>Breadcrumb
	>Tables
	>Image effects
	>Icon boxes
---------------------------------------------------------------*/
/*== >Buttons ======= */
/* owl slider button */

/* .owl-prev,
.owl-next {
    background-color: #2C4A6B;
    border-color: #1c3a5b;
    color: #ffffff;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
} */

/* .owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: #0C2A4B;
    border-color: #001a3b;
    color: #ffffff;
} */

/* theme default button */

.site-button,
.site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}

.site-button-secondry {
    background-color: #2c4a6b;
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active>.site-button-secondry {
    background-color: #102e4f;
    color: #fff;
}

/* button text uppercase */

.site-button.text-uppercase {
    text-transform: uppercase;
}

/* button size */

.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.button-lg {
    padding: 20px 35px;
    font-size: 16px;
}

.button-xl {
    padding: 30px 50px;
    font-size: 24px;
}

/* button rounded */

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.radius-sm {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

/* button colors */
/* white */

.site-button.white {
    background-color: #fff;
    color: #777;
}

.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
    background-color: #F4F4F4;
    color: #555;
}

/* black */

.site-button.black {
    background-color: #171717;
    color: #fff;
}

.site-button.black:hover,
.site-button.black:active,
.site-button.black:focus {
    background-color: #000;
    color: #fff;
}

/* Gray */

.site-button.gray {
    background-color: #666666;
    color: #fff;
}

.site-button.gray:hover,
.site-button.gray:active,
.site-button.gray:focus {
    background-color: #555555;
    color: #fff;
}

/* Blue */

.site-button.blue {
    background-color: #42B8D4;
    color: #fff;
}

.site-button.blue:hover,
.site-button.blue:active,
.site-button.blue:focus {
    background-color: #2ca2be;
    color: #fff;
}

.site-button.outline {
    color: #888;
    background: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

/* white */

.site-button.outline.white {
    color: #e7e7e7;
    border-color: #e7e7e7;
}

.site-button.outline.white:hover {
    color: #666666;
}

/* black */

.site-button.outline.black {
    color: #171717;
    border-color: #171717;
}

/* gray */

.site-button.outline.gray {
    color: #666666;
    border-color: #666666;
}

/* hover */

.site-button.outline:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}

/* button text link */

.site-button-link {
    display: inline-block;
    font-weight: 600;
}

/* white */

.site-button-link.white {
    color: #e7e7e7;
}

.site-button-link.white:hover,
.site-button-link.white:active,
.site-button-link.white:focus {
    color: #CCC;
}

/* black */

.site-button-link.black {
    color: #171717;
}

.site-button-link.black:hover,
.site-button-link.black:active,
.site-button-link.black:focus {
    color: #000;
}

/* Gray */

.site-button-link.gray {
    color: #666666;
}

.site-button-link.gray:hover,
.site-button-link.gray:active,
.site-button-link.gray:focus {
    color: #555555;
}

/*== >Title separators ====== */

.dez-separator-outer {
    overflow: hidden;
}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}

.dez-separator.style-liner {
    width: 20px;
}

.dez-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}

.dez-separator[class*="style-"]:after,
.dez-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dez-separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}

.dez-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}

.dez-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

/*== >Deviders ====== */

.dez-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}

.dez-divider.divider-2px {
    height: 2px;
}

.dez-divider.divider-3px {
    height: 3px;
}

.dez-divider.divider-4px {
    height: 4px;
}

.dez-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dez-divider.icon-left {
    margin-left: 40px;
}

.dez-divider.icon-left i {
    left: -40px;
}

.dez-divider.icon-right {
    margin-right: 40px;
}

.dez-divider.icon-right i {
    left: auto;
    right: -40px;
}

.dez-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}

/*== >Lists & bullets ====== */

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
    padding: 5px 5px 5px 20px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777;
}

.list-circle li:before {
    top: 10px;
    font-size: 10px;
}

.list-circle li:before {
    content: "\f111";
}

.list-angle-right li:before {
    content: "\f105";
}

.list-arrow li:before {
    content: "\f0da";
}

.list-check li:before {
    content: "\f00c";
}

.list-checked li:before {
    content: "\f046";
}

.list-chevron-circle li:before {
    content: "\f138";
}

.list-arrow-circle li:before {
    content: "\f0a9";
}

.list-times-circle li:before {
    content: "\f057";
}

/*listing before icon color css*/

.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}

/*listing before numbers*/

.list-num-count {
    counter-reset: li;
    padding-left: 0;
}

.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}

.list-num-count>li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #EFBB20;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.list-num-count.lower-alpha>li:before {
    content: counter(li, lower-alpha);
}

.list-num-count.upper-alpha>li:before {
    content: counter(li, upper-alpha);
}

/*== >Tabs ========= */
/*tabs style 1 [ defult ]*/

.dez-tabs .tab-pane {
    padding: 20px 0;
}

.dez-tabs .nav-tabs>li>a {
    color: #3d474a;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dez-tabs .nav-tabs>li.active>a,
.dez-tabs .nav-tabs>li.active>a:focus,
.dez-tabs .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #FFF;
}

.dez-tabs .nav>li>a:focus,
.dez-tabs .nav>li>a:hover {
    background-color: transparent;
}

.dez-tabs .nav li a:hover {
    border: 1px solid transparent;
}

/*tabs bg  [ tabs background ]*/

.dez-tabs.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin-right: 2px;
}

.dez-tabs.bg-tabs .nav-tabs>li.active>a {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

.dez-tabs.vertical.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
}

.dez-tabs.vertical.bg-tabs .nav-tabs>li.active>a {
    border-right: 1px solid transparent;
}

.dez-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
}

.dez-tabs.vertical.right.bg-tabs .nav-tabs>li.active>a {
    border-left: 1px solid transparent;
}

/*tabs bg & top border  [ tabs background & top border in active ]*/

.dez-tabs.border-top .nav-tabs>li.active>a {
    border-top: 2px solid #EFBB20;
    padding: 9px 15px 10px;
}

/*tabs style 2 [ content with border outer ]*/

.dez-tabs.border .tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

/*tabs style 3  [ left-nav ]*/

.dez-tabs.vertical .nav-tabs {
    float: left;
    width: 170px;
    border-bottom: none;
    border-right: 1px solid #DDD;
}

.dez-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
}

.dez-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: -1px;
}

.dez-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none;
}

.dez-tabs.vertical .nav-tabs li.active a {
    border-bottom: 1px solid #ddd;
}

.dez-tabs.vertical .tab-content {
    border-left: 1px solid #DDD;
    margin-left: 169px;
}

/*tabs style 4  [ left-nav & content with border ]*/

.dez-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px;
}

/*tabs style 5  [ right-nav ]*/

.dez-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ddd;
    border-right: none;
    float: right;
}

.dez-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px;
}

.dez-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none;
}

.dez-tabs.vertical.right .nav-tabs li.active a {
    border-right: 1px solid #ddd;
    border-left: none;
}

.dez-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ddd;
    margin-right: 169px;
    margin-left: 0;
}

.dez-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}

/*tabs style 6  [ right-nav & content with border ]*/

.dez-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px;
}

/*== >Accordians =====*/

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dez-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}

.acod-head {
    position: relative;
    background-color: #f0f7ff;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}

.acod-head .fa {
    margin-right: 5px;
}

.acod-head a {
    display: block;
    padding: 12px 40px 12px 15px;
    /* border: 1px solid #ddd; */
}

.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover {
    color: #EFBB20;
}

.acod-head a.collapsed {
    color: #3d474a;
}

.acod-head a:after {
    /* font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #EFBB20;
    font-size: 14px;
    font-weight: normal; */
    position: absolute;
    right: 12px;
    top: 12px;
}

.acod-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid transparent;
    margin-top: -1px;
}

/*== accordian rounded corners ==*/

.dez-accordion.rounded .panel:first-child .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dez-accordion.rounded .panel:last-child .acod-head a.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dez-accordion.rounded .panel:last-child .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dez-accordion.rounded .panel:last-child .acod-body.in {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*== accordian space between panel ==*/

.dez-accordion.space .panel {
    margin-bottom: 5px;
}

.dez-accordion.rounded.space .panel .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dez-accordion.rounded.space .panel .acod-head a.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dez-accordion.rounded.space .panel .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*== accordian background for title ==*/

/* .dez-accordion.bg-title .acod-head a {
    background-color: #F7F8FA;
} */

/*== accordian no cover border with content area ==*/

.dez-accordion.no-cover .acod-body {
    border: none;
}

.acod-content {
    padding: 0px 30px 20px 30px;
}

.dez-accordion.no-cover .acod-content {
    /* padding-left: 20px; */
    /* margin-right: 10px; */
    position: relative;
    background-color: #f0f7ff;
}

/*== accordian title bottom bordered ==*/

.dez-accordion.border-bottom .acod-head a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
}

/*== accordian title bottom bordered with colored ==*/

.dez-accordion.border-bottom.no-border .acod-head a {
    border: none;
}

.dez-accordion.no-border .acod-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-text {
    padding: 15px;
    position: relative;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-position {
    font-style: italic;
}

.testimonial-text p:last-child {
    margin: 0;
}

/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #e8e9e9;
    padding: 10px 0;
}

.breadcrumb-row ul {
    margin: 0;
}

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #333333;
}

.breadcrumb-row ul li:after {
    content: "/";
    margin-left: 7px;
}

.breadcrumb-row ul li:last-child {
    color: #676767;
}

.breadcrumb-row ul li:last-child:after {
    display: none;
}

/*== >Tables ====*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
}

.table.borderless>tbody>tr>td,
.table.borderless>tbody>tr>th {
    border: none;
}

/*data table*/

.dataTable .sorting_asc .checkbox {
    margin-right: 0;
}

.col-md-3 .overlay-text {
    padding: 5px;
}

.col-md-4 .overlay-text {
    padding: 20px;
}

.dez-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px
}

/* == >Icon boxes ==*/

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
}

.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}

.border-1 {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-5 {
    border-width: 5px;
}

.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}

.icon-bx-xl i {
    font-size: 80px;
}

.icon-bx-lg i {
    font-size: 60px;
}

.icon-bx-md i {
    font-size: 45px;
}

.icon-bx-sm i {
    font-size: 30px;
}

.icon-bx-xs i {
    font-size: 20px;
}

.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-bx-xl img {
    height: 80px;
}

.icon-bx-lg img {
    height: 55px;
}

.icon-bx-md img {
    height: 40px;
}

.icon-bx-sm img {
    height: 30px;
}

.icon-bx-xs img {
    height: 20px;
}

/*== 11. ICON ==*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-xl {
    width: 100px;
}

.icon-lg {
    width: 80px;
}

.icon-md {
    width: 60px;
}

.icon-sm {
    width: 40px;
}

.icon-xs {
    width: 30px;
}

.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}

.icon-xl i {
    font-size: 80px;
}

.icon-lg i {
    font-size: 60px;
}

.icon-md i {
    font-size: 45px;
}

.icon-sm i {
    font-size: 30px;
}

.icon-xs i {
    font-size: 20px;
}

.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-xl img {
    height: 80px;
}

.icon-lg img {
    height: 70px;
}

.icon-md img {
    height: 50px;
}

.icon-sm img {
    height: 30px;
}

.icon-xs img {
    height: 20px;
}

/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper .dez-tilte {
    margin-top: 0;
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}

.icon-content {
    overflow: hidden;
}

/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}

/* icon box right aligh */

.icon-bx-wraper.right {
    text-align: right;
}

.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}

.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}

/* icon box center aligh */

.icon-bx-wraper.center {
    text-align: center;
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}

[class*="icon-bx-"].bg-white a {
    color: inherit;
}

[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

/*== media with content box css ==*/

.dez-box,
.dez-info,
.dez-tilte,
.dez-tilte-inner {
    position: relative;
}

.dez-tilte-inner {
    display: inline-block;
}

.dez-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.dez-box[class*="border-"],
.dez-info[class*="border-"] {
    border-color: #eee;
}

.dez-info.border-1,
.dez-info.border-2,
.dez-info.border-3,
.dez-info.border-4,
.dez-info.border-5 {
    border-top: none;
}

/*== before & after for line css ==*/

.left-border,
.right-border {
    position: relative;
}

.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC;
}

.right-border:before {
    right: 0;
}

/*==for images==*/

.dez-media,
.dez-media,
.dez-post-media {
    position: relative;
}

.dez-media img,
.dez-post-media img {
    width: 100%;
    height: auto;
}

/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .dez-newsletter .p-t40.p-b20 {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

footer p {
    margin-bottom: 10px;
}

footer p,
footer li {
    font-size: 14px;
    line-height: 22px;
}

footer p a {
    color: #3396d1;
}

footer .widget ul {
    list-style: none;
    margin-top: 0;
}

.footer-bottom {
    background-color: #1978b5;
    color: white;
    padding: 25px 0;
    color: #fff;
    font-size: 15px;
}

.footer-bottom ul {
    margin: 0;
}

.footer-bottom p{
	margin-bottom:0;
}

@media only screen and (max-width: 991px) {

    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
}

@media only screen and (max-width: 767px) {
    .footer-clear {
        display: block !important;
        clear: both;
    }

    #footer .footer-4-col {
        width: 100%;
    }

    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
}

/* scroll top btn css */

button.scroltop {
    background: #161616;
    border-width: 1px;
    border-style: solid;
    border-color: #EFBB20;
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #EFBB20;
    margin: 0;
    cursor: pointer;
    display: none;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    z-index: 999;
    font-size: 13px;
}

.trans-footer .footer-top .saf-footer {
    padding: 50px 30px 20px;
    background-color: #6f3662;
}

.footer-top {
    background: #efefef;
}

.footer-social li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

/* Footer Bg Image */

.footer-image .footer-top,
.footer-image .footer-bottom {
    background-color: rgba(0, 0, 0, 0);
}

.footer-image .saf-footer,
.footer-image .newsletter input[type="email"],
.trans-footer.footer-image .footer-top .saf-footer {
    background-color: rgba(0, 0, 0, 0.5);
}

.site-footer .widget_services ul li a {
    color: #ffffff;
}

/* Footer Overlay */

.footer-overlay .footer-bottom {
    background-color: rgba(0, 0, 0, 0.85);
}

.footer-overlay .footer-top {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Footer Style */

.footer-info-box {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-info-box .dez-social-icon li a:hover {
    color: #000;
}

.footer-info-box .dez-social-icon li a {
    background-color: #ffffff;
    border: medium none;
    border-radius: 100%;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 38px;
}

.newsletter input {
    height: 44px;
}

.footer-info-box .dez-social-icon {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin: 0 -3px;
    padding: 0 0 15px;
    text-align: center;
}

.footer-info-box .newsletter .input-group {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding-right: 2px;
}

.footer-info-box .newsletter input[type="email"] {
    background-color: #fff;
}

.footer-white .footer-top {
    background-color: #efefef;
}

footer.footer-white h1,
footer.footer-white h3,
footer.footer-white h4,
footer.footer-white h5,
footer.footer-white h6,
footer.footer-white h1 a,
footer.footer-white h2 a,
footer.footer-white h3 a,
footer.footer-white h4 a,
footer.footer-white h5 a,
footer.footer-white h6 a,
footer.footer-white.site-footer .widget_services ul li a,
footer.footer-white b,
footer.footer-white {
    color: #1978b5;
}

/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
    background: #f7f8fa;
}

.page-content {
    margin-top: 0;
    padding-bottom: 30px;
}

.content-area {
    padding-top: 60px;
}

.section-full {
    position: relative;
}

.section-full:last-child {
    margin-bottom: -50px;
}

/*= Section Head Part =*/

.section-head {
    margin-bottom: 50px;
}

.section-head.no-margin {
    margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}

.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}

.section-head p {
    padding-top: 10px;
    font-size: 16px;
    color: #494949;
}

.section-head-white p {
    color: #ffffff !important;

}

.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.text-white {
    color: #FFF;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}

/*= Section Content Part =*/

.section-content {}

@media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
}

/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/
/*page not found*/

.page-notfound {
    padding: 50px 0 0;
}

.page-notfound strong {
    font-size: 200px;
    font-weight: 800;
    line-height: 140px;
    display: block;
    font-family: poppins;
}

.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px;
}

.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto;
}

/* themeforest required classes */

.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}

.bypostauthor {
    clear: both;
}

/*===============================================

	gallery pages css

=============================================== */

.dez-gallery-listing {
    list-style: none;
}

.dez-gallery-box {
    margin-bottom: 30px;
}

/*===============================================

	Layout boxed css

=============================================== */

#bg {
    background-attachment: fixed;
    background-size: cover;
}

.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}

.boxed .tp-rightarrow {
    right: 0 !important;
}

.boxed .tp-leftarrow {
    left: 0 !important;
}

.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}

.sticky-header {
    background: #1067a0;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}

.dez-social-icon.dez-social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}

/* Team Section */

.dez-media.dez-media-left .dez-info-has,
.dez-media.dez-media-top .dez-info-has,
.dez-media.dez-media-right .dez-info-has {
    bottom: auto;
    margin-bottom: 0;
    top: 0;
}

/* Top Side Icon */

.dez-media.dez-media-top .dez-info-has {
    margin-top: -100px;
}

.dez-media.dez-media-top:hover .dez-info-has,
.dez-box:hover .dez-media.dez-media-top .dez-info-has {
    margin-top: 0;
}

/* Left Side Icon */

.dez-media.dez-media-left .dez-info-has {
    left: 0;
    padding: 15px;
    width: auto;
    margin-left: -60px;
}

.dez-media.dez-media-left:hover .dez-info-has {
    margin-left: 0px;
}

.dez-media.dez-media-left .dez-social-icon li {
    display: block;
    margin: 3px 0;
}

/* Right Side Icon */

.dez-media.dez-media-right .dez-info-has {
    right: 0;
    padding: 15px;
    width: auto;
    left: auto;
    margin-right: -60px;
}

.dez-media.dez-media-right:hover .dez-info-has {
    margin-right: 0px;
}

.dez-media.dez-media-right .dez-social-icon li {
    display: block;
    margin: 3px 0;
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-bottom .col-md-4 {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }
}

.dez-full-blog {
    height: 100%;
    position: fixed;
    width: 50%;
    background-color: #efefef;
}

.dez-full-blog .owl-carousel .dez-thum-bx img {
    width: 100%;
}

.dez-full-blog .owl-carousel {
    z-index: auto;
}

.dez-full-blog .dez-post-info {
    background-color: #efefef;
    padding: 20px 30px 30px;
    width: 100%;
}

.left-footer-menu .footer-social li a {
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
}

.left-footer-menu .footer-social li {
    padding: 0 2px;
}

.left-footer-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dez-full-blog .dez-post-tags {
    background-color: #EFEFEF;
    bottom: 0;
    padding: 15px 30px;
    position: fixed;
    width: 100%;
}

.full-blog-dark .dez-full-blog .dez-post-tags {
    background-color: #090909;
}

.blog-page-content .dez-blog-grid-3 .blog-post {
    margin-bottom: 20px;
}

.blog-page-content .dez-blog-grid-3 {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-page-content .dez-blog-grid-3 [class*="col-md-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Blog Section Dark */

.full-blog-dark {
    background-color: #101010;
    color: #767676;
}

.full-blog-dark .post-title a {
    color: #fff;
}

.full-blog-dark.style-1 .dez-post-info {
    padding-top: 10px;
    padding-bottom: 15px;
}

.full-blog-dark .dez-full-blog .dez-post-info {
    background-color: #090909;
    border: 0;
    padding: 20px 30px 30px;
}

.full-blog-dark .dez-post-tags {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.full-blog-dark .dez-post-tags .post-tags a {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.full-blog-dark .sidenav {
    background-color: #090909;
}

.full-blog-dark .sidenav ul li a {
    border-color: #0c0c0c;
}

.full-blog-dark .dez-full-blog {
    background: #090909
}

/* Dark Style With Border */

.full-blog-dark.style-2 .dez-post-info,
.full-blog-dark.style-3 .dez-post-info {
    border: 1px solid #1b1b1b;
    padding: 20px;
}

/* Light Style With Border */

.style-2 .dez-post-info,
.style-3 .dez-post-info {
    border: 1px solid #dddddd;
    padding: 10px 20px 20px;
}

.style-3 .dez-full-blog {
    width: 41.66%;
}

.overlay-50:after {
    width: 50% !important;
}

.header-nav.navbar {
    border: 0;
    min-height: auto;
    margin-bottom: 0;
}

.header-style-4.style1 .navbar-nav .nav-link.active {
    background: rgba(0, 0, 0, 0.07);
    color: #fff;
}

/*==== Responsive ====*/

@media only screen and (max-width: 1024px) {
    .style-3 .dez-full-blog {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {

    .dez-full-blog,
    .style-3 .dez-full-blog {
        position: unset;
        width: 100%;
    }

    .dez-full-blog .dez-post-tags {
        position: unset;
    }

    .header-style-4.style1 .navbar #myNavbar li.active a {
        background: rgba(0, 0, 0, 0.07);
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    #main {
        margin-left: 0 !important;
    }
}

/* Responsive All Design */
@media only screen and (max-width: 1024px) {
    .header-nav .nav i {
        display: none;
    }

    .main-slider .site-button,
    .main-slider .site-button-secondry {
        padding: 10px 15px;
    }

    .main-slider.no-padding {
        padding-top: 100px !important;
    }

    .main-slider .hero-sliders {
        height: 570px !important;
    }
}

@media only screen and (max-width: 980px) {
    .header-nav .nav i {
        display: block;
    }

    .our-gallery .dez-img-effect .site-button {
        display: block;
    }

    .overlay-50:after {
        width: 100%;
    }

    .slide-contant-btn .site-button {
        margin-top: 50px;

    }
}

@media only screen and (max-width: 767px) {
    .worker {
        margin-bottom: 30px;
    }

    .footer-info-box .text-right,
    .footer-info-box .text-left,
    .newsletter strong {
        text-align: center;
    }

    .page-notfound strong i,
    .page-notfound strong {
        font-size: 120px;
    }
}

@media only screen and (max-width: 320px) {

    .is-fixed .navbar-toggle {
        margin: 14px 0 14px 10px;
    }

    .main-slider .site-button,
    .main-slider .site-button-secondry {
        padding: 10px 8px;
    }
}

/* @media only screen and (max-width: 676px) {
    .site-footer .newsletter-area {
        max-width: 385px;
    }
} */

/* spacial */
.bg-primary a:hover {
    color: #fff;
}

.dez-button-block .site-button {
    margin-bottom: 10px;
}

/* New css ========= */
/* Support and Buy Button */
.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
    background: #1fdf61;
    /* Old browsers */
    background: -moz-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #A3D179 0%, #88BA46 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fdf61', endColorstr='#88BA46', GradientType=0);
    /* IE6-9 */
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

/* Support and Buy Button END */

/* Google Recaptcha */

.g-recaptcha,
#rc-imageselect {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);

    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha {
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -moz-transform: scale(0.77);
        -o-transform: scale(0.77);
        -webkit-transform: scale(0.77);

        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;

    }

    .g-recaptcha {
        margin-bottom: 0;
    }
}

.recaptcha-box {
    height: 60px;
}

.g-recaptcha>div {
    width: 250px !important;
}

/* Google Recaptcha */





@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

.badge {
    padding: 3px 4px;
    font-weight: var(--headings-font-weight);
    background-color: var(--primary);
    color: white;
    border-radius: 0;
    font-family: var(--font-family-base);
    font-size: 11px;
    min-width: 17px;
    min-height: 13px;
    text-align: center;
}

.corner-media {
    position: sticky;
    top: 0;
}

.corner-media img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .corner-media img {
        height: 75vh;
    }
}

@media only screen and (max-width: 680px) {
    .corner-media img {
        height: 65vh;
    }
}

@media only screen and (max-width: 480px) {
    .corner-media img {
        height: 50vh;
    }
}

.outline-none {
    outline: none !important;
}

/*Blog single */
.blog-single {
    margin-bottom: 3.125rem;
}

@media only screen and (max-width: 575px) {
    .blog-single {
        margin-bottom: 2rem;
    }
}

.blog-single h1,
.blog-single .h1 {
    max-width: 625px;
    margin-bottom: 10px;
}

.blog-single h1.dz-title,
.blog-single .dz-title.h1 {
    max-width: 100%;
}

.blog-single .dz-post-meta {
    margin-bottom: 1.25rem;
}

.blog-single .dz-post-text {
    padding-bottom: 5px;
}

.blog-single .dz-post-text:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.blog-single .dz-post-tags {
    margin-top: 1.25rem;
}

.blog-single .dz-post-media {
    border-radius: 0.25rem;
}

.blog-single.dz-blog .post-tags {
    margin-bottom: 0;
}

.blog-single.style-1 {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
    margin-bottom: 60px;
}

.blog-single.style-1 .post-header .dz-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.blog-single.style-1 ul {
    padding: 0;
}

.blog-single.style-1 ul li:before {
    display: none !important;
}

.blog-single.style-1 .dz-media+.dz-info {
    text-align: unset;
    border: 0;
    padding: 0;
    margin-top: 0;
    padding: 30px 0 0 0;
}

.blog-single.style-1 .dz-meta {
    margin-bottom: 30px;
}

.blog-single.style-1 .dz-meta li {
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    position: relative;
    margin-right: 30px;
    font-size: 13px;
    color: #24262B;
}

@media only screen and (max-width: 575px) {
    .blog-single.style-1 .dz-meta li {
        font-size: 12px;
    }
}

.blog-single.style-1 .dz-meta li i {
    color: var(--secondary);
}

.blog-single.style-1 .dz-meta li:after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    right: -17px;
    top: 50%;
    border-radius: 50%;
    background-color: var(--secondary);
    transform: translate(0%, -50%);
}

.blog-single.style-1 .dz-meta li:first-child:after,
.blog-single.style-1 .dz-meta li:last-child:after {
    content: none;
}

@media only screen and (max-width: 575px) {
    .blog-single.style-1 .dz-meta li.post-date {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-single.style-1 .dz-meta {
        margin-bottom: 20px;
    }

    .blog-single.style-1 .dz-meta li {
        gap: 4px;
        margin-right: 10px;
        padding-right: 0;
    }

    .blog-single.style-1 .dz-meta li:after {
        content: none;
    }

    .blog-single.style-1 .dz-meta li.post-date {
        padding: 5px 10px;
    }
}

.blog-single.style-1 .dz-meta.style-1 li {
    color: #fff;
}

.blog-single.style-1 .dz-meta.style-1 li a {
    color: #fff;
}

.blog-single.style-1 .dz-meta.style-1 li i {
    color: #fff;
}

.blog-single.style-1 .dz-meta.style-1 li:after {
    background-color: #fff;
}

.blog-single.style-1 .dz-info {
    text-align: unset;
    border: 0;
    padding: 0;
    margin-top: 0;
}

.blog-single.style-1 .dz-info+.dz-media {
    margin-top: 25px;
}

.blog-single .dz-media,
.blog-single .dz-post-media {
    text-align: center;
}

.blog-single,
.blog-single .dz-post-media img {
    width: auto;
}

.blog-single.style-1 .list-check-2 {
    padding-left: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-single.style-1 .list-check-2 li {
    padding: 15px 8px 15px 55px !important;
    position: relative;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-size: 16px !important;
    color: #222222;
    font-family: var(--font-family-title);
    width: 50%;
}

.blog-single.style-1 .list-check-2 li:after {
    position: absolute;
    left: 5px;
    top: 50%;
    content: "\e83f";
    font-family: 'feather' !important;
    font-weight: 300;
    color: var(--primary);
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
}

.blog-single.style-1 .list-check-2.check-circle li:after {
    border-radius: 50%;
    background-color: transparent;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

@media only screen and (max-width: 1199px) {
    .blog-single.style-1 .list-check-2 li {
        padding: 12px 8px 12px 48px !important;
        font-size: 15px !important;
    }

    .blog-single.style-1 .list-check-2 li:after {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single.style-1 .list-check-2 li {
        width: 100%;
    }
}


/*==for images==*/

.dez-media,
.dez-media,
.dez-post-media {
    background-color: #FFF;
    position: relative;
}

.dez-media img,
.dez-post-media img {
    width: 100%;
    height: auto;
}

.post-audio iframe {
    max-height: 120px;
}

.post-video iframe {
    width: 100%;
    border: 0;
}

.post-video iframe {
    height: 100%;
    width: 100%;
}

.dz-media,
.dz-post-media {
    position: relative;
    overflow: hidden;
}

.dz-media img,
.dz-post-media img {
    width: 100%;
    height: auto;
}

.blog-single>.dz-media.post-link img+.post-link-in {
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80px;
}

.blog-single>.dz-media.post-link img+.post-link-in:hover {
    background: var(--primary);
    color: #fff;
}

.blog-single>.dz-media.post-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.blog-single>.dz-media.post-link:not(:has(img))::after {
    content: none;
}

.blog-single>.dz-media.post-link:not(:has(img))>.post-link-in {
    position: static;
    transform: none;
    width: auto;
    background-color: var(--primary);
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.section-full {
    --dz-height: 600px;
}

@media only screen and (max-width: 991px) {
    .section-full {
        --dz-banner-height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .section-full {
        --dz-height: 380px;
    }
}

@media only screen and (max-width: 575px) {
    .section-full {
        --dz-height: 350px;
    }
}

.width-inherit {
    width: inherit;
}

.overflow-hidden {
    overflow: hidden;
}

img {
    object-fit: cover;
}

.history-content .history-img {
    height: 470px;
}

.activity-content .activity-card {
    height: 220px;
}

.service-filter-img {
    height: 550px;
}

.header-nav .home-link {
    height: 20px;
}

.img-bg-transparent {
    background-color: #a3c5db2b !important;
}

.more-about-card {
    height: 275px;
}

.colorful-card .bg-color {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.colorful-card:nth-child(2n+1) .bg-color {
    background-color: #f0f7ff;
}

.colorful-card:nth-child(2n+2) .bg-color {
    background-color: #f0fdf4;
}

.about-us-section .about-content ul li {
    list-style-type: none;
    position: relative;
}

.about-us-section .about-content ul li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

.footer-form .wpcf7-form {
    width: 100%;
}

.footer-btn {
    height: 42px;
    background-color: #1978b5;
    padding-inline: 30px;
    color: white;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.footer-btn:hover {
    background-color: transparent;
    color: #1978b5;
    border: 1px solid #1978b5;
}

.transition {
    transition: all 0.3s ease-in-out;
}

.newsletter-area .wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
    text-align: center;
}

.wpcf7-response-output {
    color: red;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
}

.footer-input-group .footer-btn {
    border-radius: 50px;
    right: 5px;
    top: 7px;
}

.wpcf7-spinner {
    display: none;
}

.sticky-top,
.sticky-top>.side-bar,
.xl-sticky-top>.side-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.about-port-section .about-img {
    height: 450px;
}

.blog-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

input,
textarea {
    outline: none;
}

.contact-section .contact-input-group>p {
    margin: 0;
}

.contact-section .contact-input {
    width: 100%;
    height: 45px;
    border: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #2c4a6b;
}

.contact-section .contact-input::placeholder {
    color: #2c4a6b;
}

.contact-section .contact-texarea::placeholder {
    color: #2c4a6b;
}

.contact-section .contact-texarea {
    border: 0;
    border-bottom: 1px solid #2c4a6b;
}

.contact-section .contact-location-img {
    height: 20px;
}

.contact-section .contact-bg {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.contact-submit-btn {
    margin-top: 25px;
    border: 1px solid transparent;
    height: 45px;
    background-color: #2c4a6b;
    padding-inline: 55px;
    color: white;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.contact-submit-btn:hover {
    background-color: transparent;
    border: 1px solid #2c4a6b;
    color: #2c4a6b;
}

.tariff-card {
    box-shadow: rgb(99 99 99 / .2) 0 2px 2px 0;
    background-color: #f0f7ff;
}

.inner-category-content .inner-category-card {
    background-color: #a3c5db2b;
}

.download-img {
    width: 15px;
}

.border-btn {
    height: 30px;
    background-color: white;
    padding-inline: 12px;
    border: 1px solid #b3cbe3;
    border-radius: 4px;
    font-size: 13px;
}

.project-section .project-categories {
    top: 5px;
    right: 5px;
}

.key-highlights-card {
    /* height: 175px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.arrow-bttn {
    width: 12px;
}

.category-card {
    height: 245px;
}

.service-card {
    height: 275px;
}

.our-service-section .service-img {
    height: 900px;
}

.quick-link-card {
    height: 300px;
}

.text-content ul {
    padding-left: 20px !important;
}

.category-section .icon-bx-wraper,
.our-service-section .icon-bx-wraper {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}

.testimonial-section {
    background-color: #fbfafa;
}

.testimonial-section .testimonial-img {
    height: 350px;
}

.testimonial-section .testimonial-title {
    color: black;
    font-weight: 400;
}

.testimonial-detail {
    color: black;
    font-weight: 400;
}

.left-tab-link {
    color: #2c4a6b;
    font-size: 18px;
}

.sticky-li-link {
    list-style-type: none;
}

.footer-top {
    background-color: #fbfafa;
}

.blog-post .service-open-main-img {
    height: 550px;
}

h2 .blog-title {
    font-size: 30px;
    line-height: 38px;
}

.blog-open-page .btn-arrow {
    height: 21px;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    color: #2c4a6b;
    width: 100%;
    border: 0px !important;
    background-color: transparent !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    font-size: 16px;
    padding-left: 0 !important;
    color: #2c4a6b;
}

.select2-container {
    border-bottom: 1px solid #2c4a6b;
}

.select2-container--default {
    width: -webkit-fill-available !important;
}

.select2-container--open {
    border-bottom: 1px solid transparent;
}

.categories-select>p {
    margin: 0;
}

.categories-select2 {
    background-color: #f5f5f5 !important;
    overflow: hidden;
    border-radius: 0 !important;
}

.categories-select2 ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}

.categories-select2 li {
    padding: 10px 24px !important;
    color: #2c4a6b;
    font-size: 14px;
}

.categories-select2 .select2-results__option--highlighted {
    cursor: pointer;
    background-color: #2c4a6b !important;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-y: auto;
}

.gtranslate_wrapper {
    margin-left: 10px;
}

.tender-card {
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
}

.main-slider {
    padding-top: 220px;
}

.main-slider.no-padding {
    padding-top: 100px;
}
.main-slider.no-padding-pt {
    padding-top: 0;
}
.banner-space.no-padding-pt {
    padding-top: 0 !important; 
}
/* gt fixed btn */
.gt-fixed-btn {
    margin-left: 10px;
    width: 30px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.504) !important;
    background: #fff !important;
    border-radius: 4px;
    cursor: pointer !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.gt-fixed-btn:hover {
    border-color: #0a0000 !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.14);
    transform: translateY(-1px);
}

.gt-fixed-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

/* Down Arrow */
.gt-fixed-btn .gt-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #2c4a6b;
}


/* Tooltip */
.gt-fixed-btn .gt-tooltip {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
}

/* Tooltip Arrow */
.gt-fixed-btn .gt-tooltip::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #111 transparent;
}

.gt-fixed-btn:hover .gt-tooltip {
    opacity: 1;
    visibility: visible;
}

.events-title{
    max-width: 100% !important;
}
.single-event-slider .owl-prev.disabled{
    opacity: 40%;
    cursor: default;
}
.single-event-slider .owl-next.disabled{
    opacity: 40%;
    cursor: default;
}
.single-event-slider .owl-prev{
   background-color: #0488d1 !important;
}
.single-event-slider .owl-next{
    background-color: #0488d1 !important;
}
.events-description{
    max-width: 100% !important;
}

.top-slider {
    padding-top: 260px;
}

.project-location-img {
    height: 17px;
    width: 17px;
}

.image-gallery .project-gallery-img {
    height: 335px;
}

.components-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #f0f7ff;
}

.master-plan-section .master-plan-img {
    height: 700px;
}

.master-plan-section .master-plan-img img {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.project-connectivity-section .project-img {
    height: 400px;
}

.environment-card {
    background-color: #f0f7ff;
    box-shadow: rgb(99 99 99 / .2) 0 2px 2px 0;
}

.status {
    border: 1px solid #2c4a6b;
    border-radius: 50px;
}

.banner-section .banner-content {
    padding-top: 40px;
    padding-bottom: 45px;
}

.banner-space {
    padding-top: 220px;
}

.banner-space.padding-grp {
    padding-top: 180px;
}

.main-slider .hero-sliders {
    height: 530px;
}

.navicon {
    width: 26px;
    height: 18px;
    position: relative;
    cursor: pointer;
    float: right;
    transition: .5s ease-in-out;
}

.navicon span {
    display: block;
    height: 2px;
    width: 26px;
    background: #2c4a6b;
    position: absolute;
    left: 0;
    transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
    top: 0;
}

.navicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navicon span:nth-child(3) {
    bottom: 0;
}

.location-map {
    height: 460px;
}

.location-map iframe {
    height: 100%;
}

.list-none {
    list-style-type: none;
}

.service-section .service-card {
    border-radius: 5px;
}

.service-card .service-title {
    color: #2c4a6b;
}

.service-section .service-img img {
    width: 35px;
}

.is-fixed .header-logo,
.is-fixed.header-curve .header-logo,
.header-logo {
    float: left;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.container {
    max-width: 1440px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.sticky-li-link .privacy-left-link {
    font-size: 17px;
    color: #727c88;
}

.privacy-active .privacy-left-link {
    color: #2c4a6b;
}

.single-content {
    padding-top: 100px;
}

.single-content:first-child {
    padding-top: 0;
}

.footer-links:hover {
    color: #565fac;
}

.blog-card-img {
    height: 250px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    z-index: 10;
}

.owl-arrows {
    height: 20px;
    width: 20px;
}

.owl-next,
.owl-prev {
    padding: 10px 10px !important;
    border-radius: 50%;
    border: 0 !important;
    background: rgba(25, 120, 181, 0.8) !important;
}

.owl-prev {
    transform: rotate(180deg);
}

.owl-nav.disabled {
    display: none !important;
}

.header-nav .nav>li>a {
    border-radius: 0;
    font-size: 16px;
    padding: 18px 10px;
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-transform: capitalize;
}

.mega-menu-link .mega-arrow {
    width: 15px;
}

.gtranslate_wrapper .select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 30px !important;
    font-size: 15px;
}

.contact-section,
.blog-open-page {
    padding-top: 40px;
}

.img-carousel-content,
.owl-stage-outer,
.owl-stage,
.owl-item {
    height: auto;
    display: flex;
}

.owl-nav {
    display: none;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.timeline-item {
    gap: 12px;
}

.timeline {
    position: relative;
    border-left: 2px solid #e5e7eb;
    margin-left: 10px;
}

.timeline-icon svg {
    display: block;
}

.text-green-500 {
    color: #22c55e;
}

.complete-svg-bg {
    background-color: #dcfce7;
}

.timeline-svg {
    left: -12px;
}

.rev_slider video {
    top: 0;
}

.tp-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.tp-bgvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tp-banner-container,
.tp-banner,
.forcefullwidth_wrapper_tp_banner,
.rev_slider_wrapper,
.fullwidthbanner-container .fullwidthabanner {
    height: 100% !important;
    max-height: 100% !important;
}

.tp-bannertimer {
    display: none;
}

.footer-logo {
    height: 110px;
}

body .accessability_container {
    display: none;
}

.access_container_inner {
    margin-top: 0px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0px !important;
    padding-left: 10px !important;
}

.a_module {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.a_module_exe {
    display: flex;
}

.a_module_title,
.wah-skip {
    display: none !important;
}

.wah-action-button {
    border: 0 !important;
    color: #2c4a6b !important;
    background: transparent !important;
    font-weight: 500;
}

.recent-banner-section {
    overflow: hidden;
}

.recent-banner-bg {
    background-color: #1978b5;
}

.banner-marquee-vertical {
    height: 300px;
    overflow-y: auto;
    position: relative;
}

.banner-marquee-content {
    background: #6d65651a;
}

.marquee-inner {
    height: 100%;
}

.marquee-text {
    font-weight: 500;
    padding: 10px 0;
    font-size: 19px;
}

.banner-cover-img {
    height: 415px;
}

.recent-banner-img {
    object-fit: fill;
}

.banner-marquee-vertical:hover .marquee-inner {
    animation-play-state: paused;
}

.search-results-section {
    padding: 30px 0px 30px 0px;
}

.ssbp-li--twitter a svg {
    fill: transparent !important;
}

.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
    color: #1978b5;
}

.footer-address-content,
footer.footer-white.site-footer .widget_services ul li a {
    color: #222222;
}

.sslink-menu li {
    margin-bottom: 5px !important;
}

.newsletter-area .wpcf7-not-valid-tip,
.newsletter-area .wpcf7-response-output {
    color: #fff;
}

/* .sslink-socials {
    display: none;
} */

.btn-close-icon {
    width: 24px;
    height: 24px;
}

.close {
    font-size: 32px;
    font-weight: 500;
    opacity: 100%;
}

.modal-header .close {
    padding: 15px 25px 0px 0px;
}

.modal-header {
    padding: 20px 20px 15px 20px;
    border: 0;
}

.modal .modal-body {
    padding: 0px 20px 20px 20px !important;
}

.modal-dialog-centered {
    max-width: 900px !important;
}

.modal-title {
    font-size: 26px;
    color: #000;
}

.paoc-popup-sheading {
    font-size: 20px;
    color: #333333;
    line-height: normal;
    font-weight: 500;
}

.paoc-popup-content>p {
    margin-bottom: 10px;
}

.header-center .government-logo {
    height: 92px;
}

.header-center .minister-img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
}

.header-style-2 .social-line li a,
.header-style-2 .social-line li {
    line-height: 45px;
    padding: 0 0px;
    display: inline-block;
    height: 40px;
    font-size: 14px;
}

.header-style-2 .social-line li a {
    color: #2c4a6b;
    cursor: pointer
}

.header-style-2 .social-right-line li {
    width: 45px;
}

.header-style-2 .social-line li {
    border-width: 0 1px;
    border: 1px solid #d2cccc;
    border-bottom: 0;
}

.select2-dropdown {
    z-index: 1 !important;
}

.overlay-primary-dark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1978b5;
}

.location-map iframe {
    width: 100%;
}

.section-group:last-child {
    margin-bottom: 0 !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}

.footer-bottom {
    padding: 15px 0;
    font-size: 15px;
}

.footer-top {
    background: center / cover #222222;
    padding: 50px 0;
}

.footer-links ul li {
    padding: 0px 10px 10px 0px;
}

.extra-nav {
    float: right;
    padding: 13px 0;
    z-index: 9;
    position: relative;
}

.Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    text-align: left
}

.Main-title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 65px;
    line-height: 85px;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}

.hero-content {
    max-width: 700px;
    width: 100%;
}

.page-not-found {
    padding: 315px 0px 0px 0px;
}

html.modal-open,
body.modal-open {
    overflow-y: scroll !important;
}

.header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        max-width: 800px;
    }
}

@media (width:1024px) {
    .dez-topbar-right {
        padding-right: 0px !important;
    }

    .access_container_inner {
        padding-left: 2px !important;
    }
}

@media only screen and (max-width: 1025px) {

    .header-nav .nav>li>a,
    .is-fixed .header-nav .nav>li>a {
        padding: 25px 6px;
        font-size: 14px;
    }

    .header-nav .nav>li>,
    a:last-child {
        padding-right: 0 !important;
    }

    .header-input-group {
        max-width: 190px;
        width: 100%;
    }

    .header-logo {
        width: 130px;
    }

    .banner-space.padding-grp {
        padding-top: 165px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        max-width: 1440px;
    }

    .header-input,
    .header-input:focus {
        border: 1px solid #2c4a6b !important;
    }

    .main-bar {
        background: #fff !important;
    }

    .header-nav .nav>li>a,
    .header-nav .nav>li>a:focus {
        color: #2c4a6b !important;
    }

    .header-nav .nav>li:hover>.mega-menu,
    .header-nav .nav>li:hover>.sub-menu {
        box-shadow: none !important;
    }

    .header-center .minister-img {
        height: 100px;
        width: 100px;
    }

    .navbar-collapse.collapse.show body {
        overflow: hidden;
    }

    .access_container_inner {
        padding-left: 20px;
    }

    .header-nav {
        display: none !important;
        height: 100vh;
        padding: 60px 0px;
        transition: all 0.3s ease-in-out;
    }

    .location-map {
        height: 360px;
    }

    .header-input-group {
        max-width: 220px;
    }

    .header-nav .nav>li>a,
    .is-fixed .header-nav .nav>li>a {
        font-size: 24px;
        padding: 15px 10px;
    }

    .header-nav .nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-marquee-vertical {
        height: 350px;
    }

    .header-logo {
        width: auto;
        height: 75px;
    }

    .Newspaper-Title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    .Main-title {
        font-size: 49px;
        line-height: 60px;
        font-weight: 400;
    }

    .header-nav .nav>li .sub-menu li {
        border-bottom: 1px solid #e7e7e7 !important;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .service-card {
        height: 245px;
    }

    .site-header.is-fixed {
        transform: translateY(-150px);
    }

    .header-center .minister-img {
        width: 80px;
        height: 80px;
    }

    .service-filter-img {
        height: 350px;
    }

    .blog-post .service-open-main-img {
        height: 400px;
    }

    .project-connectivity-section .project-img {
        height: 300px;
    }

    .erinyen.tparrows {
        height: 50px;
        width: 50px;
    }

    .erinyen.tparrows:before {
        width: 20px;
        height: 20px;
    }

    .main-slider {
        padding-top: 240px;
    }

    .banner-space {
        padding-top: 240px;
    }

    .banner-space.padding-grp {
        padding-top: 192px;
    }

    .header-nav .nav {
        overflow: auto;
        padding: 70px 0px 180px 0px;
    }

    .timeline-svg {
        left: -12px;
    }

    .timeline-content {
        padding-left: 30px !important;
    }

    .banner-cover-img {
        object-fit: cover;
    }

    .contact-section,
    .blog-open-page {
        padding-top: 30px;
    }

    .sticky-header .government-logo {
        height: 100%;
    }

    .page-not-found {
        padding: 300px 0px 30px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-head {
        margin-bottom: 32px;
    }

    .blog-post .service-open-main-img {
        height: 320px;
    }

    h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    h2 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    h3 {
        font-size: 17px !important;
        line-height: 28px !important;
    }

    h4 {
        font-size: 16px !important
    }

    .h1 {
        font-size: 27px !important;
    }

    .h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .h3 {
        font-size: 26px !important;
    }

    .icon-bx-sm {
        min-width: 50px;
        min-height: 50px;
        line-height: 50px;
    }

    .icon-bx-sm img,
    .icon-sm img {
        height: 20px;
    }

    .location-map {
        height: 290px;
    }

    .contact-section,
    .blog-open-page {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .category-card {
        height: 230px;
    }

    .header-center .government-logo {
        height: 76px;
    }

    .team-img {
        height: 220px;
    }

    .service-filter-img {
        height: 250px;
    }

    .history-content .history-img {
        height: 370px;
    }

    .timeline {
        margin-left: 8px;
    }

    .erinyen.tparrows {
        width: 50px !important;
        height: 50px !important;
    }


    .gtranslate_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }

    .main-slider {
        padding-top: 330px;
    }

    .banner-marquee-vertical {
        height: 300px;
    }

    .banner-cover-img {
        height: 300px;
    }

    .recent-banner-img {
        object-fit: cover;
    }

    .site-header.is-fixed {
        transform: translateY(-235px);
    }

    .main-slider .hero-sliders {
        height: 350px !important;
    }

    .main-slider.no-padding {
        padding-top: 190px;
    }

    .Main-title {
        font-size: 30px;
        line-height: 46px;
    }

    .Newspaper-Title {
        font-size: 16px;
        line-height: 16px;
    }

    .hero-content {
        font-size: 12px;
    }

    .banner-space {
        padding-top: 330px;
    }

    .page-not-found {
        padding: 385px 0px 50px 0px;
    }
}
.single-event-slider{
	height:765px !important;
}
.single-event-slider img{
	object-fit:contain !important;
}

.contact-submit-btn:disabled{
opacity:0.5;
cursor:not-allowed;
}