@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    src: url(fonts/CenturyGothic.ttf);
    format:"opentype";
}

@font-face {
    font-family: 'Century Gothic Bold';
    font-style: normal;
    src: url(fonts/GOTHIC.ttf);
    format:"opentype";
}



@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Mulish-Regular.woff2);
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/Mulish-SemiBold.woff2);
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Mulish-Bold.woff2);
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/Mulish-Black.woff2);
}


html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
    min-height: 100%;
}
.font-mulish
{
   font-family: 'Mulish'; 
}
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

body {
    color: #253E8C; /*#34495e*/
    background-color: #fff;
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 14px;
    overflow-x: hidden;
    /*text-align:justify;*/
    background-color: #f0f4f8;
    text-rendering: optimizeLegibility;
   -webkit-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Century Gothic';
}
h1{
    letter-spacing: -0.76px;
}
h2{
    letter-spacing: -0.68px;
    font-size: 34px;
}
.font-sm-h1 {
    font-size: 1.500em;
}

/*---- Font Style Starts ----*/
.font-style-1 {
    font-family: 'Montserrat', sans-serif;
}

.font-style-2 {
    font-family: 'Open Sans', sans-serif;
}
.font-style-3 {
    font-family: 'Century Gothic';
    font-weight: 700;
}
/*---- Font Style Ends ----*/

/*---- Font Size Starts ----*/
.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 1.286em;
}

.font-size-20 {
    font-size: 1.429em;
}

.font-size-22 {
    font-size: 1.571em;
}

.font-size-24 {
    font-size: 1.714em;
}

.font-size-26 {
    font-size: 1.857em;
}

.font-size-28 {
    font-size: 2.000em;
}

.font-size-30 {
    font-size: 2.143em;
}
.font-size-38 {
    font-size: 38px;
}
.font-size-32 {
    font-size: 2.286em;
}

.font-size-40 {
    font-size: 2.857em;
}

.font-size-45 {
    font-size: 3.214em;
}

.font-size-50 {
    font-size: 3.571em;
}

.font-size-60 {
    font-size: 4.286em;
}

/*---- Font Size Ends ----*/

/*---- Font weight Starts ----*/
.font-wt-300 {
    font-weight: 300;
}

.font-wt-400 {
    font-weight: 400;
}

.font-wt-500 {
    font-weight: 500;
}

.font-wt-600 {
    font-weight: 600;
}

.font-wt-700 {
    font-weight: 700;
}

.font-wt-800 {
    font-weight: 800;
}

.font-wt-900 {
    font-weight: 900;
}
/*---- Font weight Ends ----*/

/*---- Text Color Starts ----*/
.color-white {
    color: #ffffff !important;
}

.color-yellow {
    color: #fddd31;
}

.color-orange {
    color: #EF6C00 !important;
}

.color-blue {
    color: #0077DB !important;
}

.color-bluelt {
    color: #133f8c !important;
}

.color-skyblue {
    color: #62AAC9 !important;
}

.color-green {
    color: #28CB92 !important;
}

.color-gray {
    color: #949494 !important;
}

.color-purple {
    color: #7D79F1 !important;
}

.color-red {
    color: #FF3E61 !important;
}
.white-bg
{
    background-color: #ffffff;
}
.text-muted {
    color: #8c8c8c;
}

.color-dark-blue {
    color: #6a707e !important;
}
/*---- Text Color Ends ----*/

/*---- Background Color Starts ----*/
.white {
    background-color: #ffffff;
}

.black {
    background-color: #505050;
    color: #ffffff;
}

.card
{
    background: transparent;
}

.bluelt {
    background: linear-gradient(180deg, #1C283F -85.63%, #3057E5 100%);
    color: #ffffff;
}
.bluelt-item
{
background-color: #F5F5F5;
}
.bluegrd {
    background: radial-gradient(111.26% 1642.9% at 100% 0%, #00C1DB 0%, #0064B9 100%);
}

.yellowgrd {
    background: radial-gradient(96.46% 306.39% at 71.01% 23.01%, #FFCA43 0%, #F99205 100%);
}

.purplegrd {
    background: radial-gradient(69.75% 232.28% at 77.48% 21.05%, #7BBDD9 0%, #6279C9 100%);
}

.pinkgrd {
    background: radial-gradient(106.62% 324.61% at 83.33% 8.42%, #FF5574 0%, #FF3EBD 100%);
}

.darkblue {
    background-color: rgba(87, 82, 208, 1);
    color: rgba(63, 57, 192, 1);
}


.blue-trans {
    background-color: rgba(38,50,110,0.8) !important;
}

.green {
    background-color: #02461d;
}

.yellow {
    background-color: #fddd31 !important;
}

.gray {
    background-color: #F1F4F8;
}

.gray-lt {
    background-color: #f7f7f7;
}

.red {
    background-color: #fa1700 !important;
}

.red-trans {
    background-color: rgba(211,47,47,0.5) !important;
}

.black-grad {
    background: rgba(0,0,0,0.9);
}

.error {
    color: #fa1700;
    padding-top: 0px !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
}
/*---- Background Color Ends ----*/

/*---- Icon Starts ----*/
.icon-1x {
    font-size: 1.125em !important;
}

.icon-2x {
    font-size: 1.750em !important;
}

.icon-3x {
    font-size: 2.000em !important;
}

.icon-4x {
    font-size: 2.500em !important;
}

.icon-5x {
    font-size: 3.000em !important;
}

.icon-6x {
    font-size: 3.500em !important;
}

.icon-7x {
    font-size: 4.000em !important;
}

.icon-8x {
    font-size: 4.500em !important;
}
/*---- Icon Ends ----*/

/*---- Line Height Starts ----*/
.lh-20 {
    line-height: 20px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.lh-50 {
    line-height: 50px;
}
/*---- Line Height Ends ----*/


/*---- Small Paddings/Margin Starts ----*/
.pad-all-5px {
    padding: 5px;
}

.pad-all-10px {
    padding: 10px;
}

.pad-all-15px {
    padding: 15px;
}

.pad-all-20px {
    padding: 20px;
}

.pad-top-5px {
    padding-top: 5px;
}

.pad-top-10px {
    padding-top: 10px;
}

.pad-top-15px {
    padding-top: 10px;
}

.pad-top-20px {
    padding-top: 20px;
}

.pad-top-80px {
    padding-top: 80px;
}

.pad-top-10pr {
    padding-top: 10%;
}

.pad-top-15pr {
    padding-top: 15%;
}

.pad-right-5px {
    padding-right: 5px;
}

.pad-right-10px {
    padding-right: 10px;
}

.pad-right-15px {
    padding-right: 10px;
}

.pad-right-20px {
    padding-right: 20px;
}

.pad-bottom-5px {
    padding-bottom: 5px;
}

.pad-bottom-10px {
    padding-bottom: 10px;
}

.pad-bottom-15px {
    padding-bottom: 10px;
}

.pad-bottom-20px {
    padding-bottom: 20px;
}

.pad-left-5px {
    padding-left: 5px;
}

.pad-left-10px {
    padding-left: 10px;
}

.pad-left-15px {
    padding-left: 10px;
}

.pad-left-20px {
    padding-left: 20px;
}

.mar-left-10px {
    margin-left: 20px;
}

.mar-top-15pr {
    margin-top: 15%;
}
/*---- Small Paddings Ends ----*/

/*---- Negative Padding/Margin Starts ----*/
.neg-pad-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.negpad {
    margin-left: 5px;
    margin-right: 5px;
}

.no-margin {
    margin: 0;
    padding: 0;
}
/*---- Negative Padding/Margin Ends ----*/

/*---- Borders Starts ----*/
.border-right {
    border-right: 1px solid #6a6a6a !important;
}

.border-left {
    border-left: 1px solid #d0d0d0 !important;
}

.border-top {
    border-top: 1px solid #d0d0d0;
}

.border-bottom {
    border-bottom: 5px solid #28CB92 !important;
}

.border-blue {
    border: 1px solid #0077DB !important;
}

.border-yellow {
    border: 1px solid #FFC700 !important;
}

.border-purple {
    border: 1px solid #62AAC9 !important;
}

.border-red {
    border: 1px solid #FF3E61 !important;
}
.border-green {
    border: 1px solid #28CB92 !important;
}




/*---- Borders Ends ----*/

/*---- Button Starts ----*/
.btn {
    border-radius: 6px;
    /*padding: 8px 30px;*/
    font-size: inherit;
    /*font-weight:500;*/
}

.btn-large {
    padding: .75rem 3rem !important;
    font-size: 1.25em;
    font-weight: 600;
}

.btn-medium {
    padding: .50rem 1.6rem !important;
    font-size: 1em;
    font-weight: 500;
}

.btn-small {
    padding: .25rem 0.5rem!important;
    font-size: .8em;
    font-weight: 500;
}

.btn-dot {
    padding: 8px;
    border-radius: 10px;
    color: #A9BEDF;
    border: 2px dashed #A9BEDF;
}

.btn-outline-gray {
    padding: 8px;
    border-radius: 10px;
    color: #A9BEDF !important;
    background: transparent;
    border: 2px solid #A9BEDF;
}

.btn-white {
    color: #0077DB;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.btn-red {
    color: #fff;
    background: #dc3545;
    border: 2px solid #dc3545;
}

.btn-red-lt, .btn-red-lt:hover {
    color: #dc3545 !important;
    background: #f9d0d9;
    border: 2px solid #f9d0d9;
}

.btn-green {
    color: #fff;
    background: #03CE85;
}
.input-label
{
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}
.btn-yellow {
    color: #443a01 !important;
    background: #fddd31;
    border: 2px solid #fddd31;
}

.btn-gold-lt, .btn-gold-lt:hover {
    color: #f0b754 !important;
    background: #ffe9c2;
    border: 2px solid #ffe9c2;
}

.btn-blue {
    color: #fff;
    background: #0474d3;
    border: 2px solid #0474d3;
}

.btn-blue-lt, .btn-blue-lt:hover {
    color: #ffffff !important;
    background: #0474d3;
    border: 2px solid #0474d3;
}

.btn-gray {
    color: #bcbcbc;
    background: #f2f3f4;
    border: 2px solid #f2f3f4;
}

.btn-red-light {
    color: #fff;
    background: #FF7162;
}

.btn-red:hover, .btn-red:active, .btn-red:visited, .btn-red:link,
.btn-green:hover, .btn-green:active, .btn-green:visited, .btn-green:link,
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:visited, .btn-yellow:link,
.btn-blue:hover, .btn-blue:active, .btn-blue:visited, .btn-blue:link {
    color: #ffffff;
}

.btn-outline-red {
    color: #dc3545;
    background: transparent;
    border: 2px solid #dc3545;
    /*padding: 7px 29px !important;*/
}

    .btn-outline-red:hover {
        color: #ffffff;
        background-color: #dc3545;
    }

.btn-outline-green {
    color: #28CB92 !important;
    background: transparent;
    border: 2px solid #28CB92;
}

    .btn-outline-green:hover {
        color: #ffffff!important;
        background-color: #28CB92;
    }

.btn-outline-yellow {
    color: #fddd31 !important;
    background: transparent;
    border: 2px solid #fddd31;
}

    .btn-outline-yellow:hover {
        color: #ffffff!important;
        background-color: #fddd31;
    }

.btn-outline-blue {
    color: #00ABEA !important;
    background: transparent;
    border: 2px solid #00ABEA;
}

    .btn-outline-blue:hover {
        color: #ffffff!important;
        background-color: #00ABEA;
    }

.btn-outline-white {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

    .btn-outline-white:hover {
        background-color: #ffffff;
    }

.btn-outline-black {
    color: #505050;
    background: transparent;
    border: 2px solid #505050;
}

.btn .material-icons {
    vertical-align: middle;
    font-size: 17px;
    top: -3px;
    position: relative;
}
/*---- Botton Ends ----*/

.badge {
    /*padding: 0.6em 0.9em;*/
    padding: .40rem 0.6rem .40rem 0.6rem !important;
    font-weight: 500;
}

.badge-xs {
    padding: 0.25em 0.4em;
}

.bd-green-lt {
    color: #28a745;
    background: #c6e8cd;
}

.bd-red-lt {
    color: #dc3545;
    background: #f9d0d9;
}

.bd-orange-lt {
    color: #FB8C00;
    background: #FFE0B2;
}

.bd-blue-lt {
    color: #1E88E5;
    background-color: #BBDEFB;
}

.bd-purple-lt {
    color: #8E24AA;
    background-color: #E1BEE7;
}

/*---- Lead Status Starts ----*/
.lead-red-lt, .lead-red-lt:hover {
    text-align: left;
    color: #e53935 !important;
    font-weight: 600;
    background-color: #ffcdd2 !important;
    border: 2px solid #ffcdd2;
    padding: .50rem 1rem !important;
}

.lead-group > .lead-red-lt.active, .lead-group > .lead-red-lt:active, .lead-group > .lead-red-lt:focus {
    background-color: #e53935;
    color: #ffffff;
}

.lead-red-lt:hover, .lead-red-lt:active, .lead-red-lt:visited, .lead-red-lt:link {
    color: #ffcdd2;
    background-color: #e53935;
    border: 2px solid #e53935;
}

.lead-orange-lt, .lead-orange-lt:hover {
    text-align: left;
    color: #FB8C00 !important;
    font-weight: 600;
    background-color: #FFE0B2 !important;
    border: 2px solid #FFE0B2;
    padding: .50rem 1rem !important;
}

.lead-group > .lead-orange-lt.active, .lead-group > .lead-orange-lt:active, .lead-group > .lead-orange-lt:focus {
    background-color: #FB8C00;
    color: #ffffff;
}

.lead-orange-lt:hover, .lead-orange-lt:active, .lead-orange-lt:visited, .lead-orange-lt:link {
    color: #FFE0B2;
    background-color: #FB8C00;
    border: 2px solid #FB8C00;
}

.lead-green-lt, .lead-green-lt:hover {
    text-align: left;
    color: #43A047 !important;
    font-weight: 600;
    background-color: #C8E6C9 !important;
    border: 2px solid #C8E6C9;
    padding: .50rem 1rem !important;
}

.lead-group > .lead-green-lt.active, .lead-group > .lead-green-lt:active, .lead-group > .lead-green-lt:focus {
    background-color: #43A047;
    color: #ffffff;
}

.lead-green-lt:hover, .lead-green-lt:active, .lead-green-lt:visited, .lead-green-lt:link {
    color: #C8E6C9;
    background-color: #43A047;
    border: 2px solid #43A047;
}

.lead-blue-lt, .lead-blue-lt:hover {
    text-align: left;
    color: #1E88E5 !important;
    font-weight: 600;
    background-color: #BBDEFB !important;
    border: 2px solid #BBDEFB;
    padding: .50rem 1rem !important;
}

.lead-group > .lead-blue-lt.active, .lead-group > .lead-blue-lt:active, .lead-group > .lead-blue-lt:focus {
    background-color: #1E88E5;
    color: #ffffff;
}

.lead-blue-lt:hover, .lead-blue-lt:active, .lead-blue-lt:visited, .lead-blue-lt:link {
    color: #BBDEFB;
    background-color: #1E88E5;
    border: 2px solid #1E88E5;
}

.lead-purple-lt, .lead-purple-lt:hover {
    text-align: left;
    color: #8E24AA !important;
    font-weight: 600;
    background-color: #E1BEE7 !important;
    border: 2px solid #E1BEE7;
    padding: .50rem 1rem !important;
}

.lead-group > .lead-purple-lt.active, .lead-group > .lead-purple-lt:active, .lead-group > .lead-purple-lt:focus {
    background-color: #8E24AA;
    color: #ffffff;
}

.lead-purple-lt:hover, .lead-purple-lt:active, .lead-purple-lt:visited, .lead-purple-lt:link {
    color: #E1BEE7;
    background-color: #8E24AA;
    border: 2px solid #8E24AA;
}

.lead-group > .btn.active::before {
    content: '\ece4';
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    font-family: "boxicons" !important;
    font-size: 22px;
}
/*---- Lead Status Ends ----*/

/*---- Round Button Image Starts ----*/
.btn-circle {
    /*width: 30px;
  height: 30px;
  padding: 6px 0;*/
    text-align: center;
    border-radius: 15px;
}

    .btn-circle.btn-xl {
        width: 60px;
        height: 60px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 12px 10px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-sm {
        width: 30px;
        height: 30px;
        padding: 2px;
        /*font-size: 18px;
  line-height: 1.33;*/
        border-radius: 50px;
    }

    .btn-circle.btn-xs {
        width: 25px;
        height: 25px;
        padding: 1px 0px;
        font-size: 14px !important;
        /* line-height: 1.33;*/
        border-radius: 100%;
    }
/*---- Round Button Image Ends ----*/

/*---- Round Border Image Start ----*/
.img-round-border {
    /*border:5px solid #dddddd;*/
    border-radius: 100%;
    /*-webkit-box-shadow: 0px 0px 7px 4px rgba(221,221,221,1);
    -moz-box-shadow: 0px 0px 7px 4px rgba(221,221,221,1);
    box-shadow: 0px 0px 7px 4px rgba(221,221,221,1);*/
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.roundborder-lg {
    border-radius: 100%;
    max-height: 60px;
    min-height: 60px;
    width: 60px;
}

.roundborder-md {
    border-radius: 100%;
    max-height: 50px;
    min-height: 50px;
    width: 50px;
}

.roundborder-sm {
    border-radius: 100%;
    max-height: 40px;
    min-height: 40px;
    width: 40px;
}

.noavatar-lg {
    padding: 15px;
    display: inline-block;
    color: #dc3545;
    background-color: #f9d0d9;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-transform: uppercase;
}

.noavatar-md {
    padding: 12px;
    display: inline-block;
    color: #dc3545;
    background-color: #f9d0d9;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
}

.noavatar-sm {
    padding: 7px;
    display: inline-block;
    color: #02461E;
    background-color: #2D814F;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
}

.img-border-shadow {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*-webkit-box-shadow: 0px 0px 19px 0px rgba(59,59,59,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(59,59,59,1);
box-shadow: 0px 0px 19px 0px rgba(59,59,59,1);*/
}

.prof-pic-front {
    position: relative;
    z-index: 2;
}
/*---- Round Border Image Ends ----*/


/*---- Background Image Starts ----*/
.main-banner {
    /*display: block;*/
    background: #ffffff url("../images/dubai.jpg") center center no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    /*z-index: 9;*/
}
/*---- Background Image Ends ----*/


.main-container {
    padding: 40px 15px;
}

.dropdown-third {
    margin-left: 190px;
    margin-top: -35px!important;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.form-control-ck {
    margin: 1px 8px 0 0px!important;
}

hr {
    border-top: 1px solid #535353 !important;
    /*border-bottom: 1px solid #fff;*/
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

a:hover,
a:focus {
    /*color: #d9534f;*/
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 200px;
}

.dropdown-menu {
    top: 10px!important;
    /*right: 0 !important;*/
    /*left:auto !important;*/
    font-size: inherit !important;
    color: inherit !important;
    border: 1px solid #f9ecef !important;
    border-radius: 0.5rem;
    padding: 15px !important;
    z-index: 10;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ca3438;
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
}

body > section {
    padding: 30px 0;
}

.lfblack {
    background-color: #070707;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#main-slider {
    position: relative;
}

    #main-slider .carousel h1 {
        font-size: 3.571em; /*50px*/
        color: #505050;
        /*font-weight:400;*/
        line-height: 40px;
    }

    #main-slider .carousel h2 {
        font-size: 2.714em; /*38px*/
        font-weight: 400;
        color: #505050;
        line-height: 40px;
        display: block;
    }

    #main-slider .carousel .btn {
        /*border: 3px solid rgba(255, 255, 255, 0.7);
      border-radius: 0;
      margin-top: 5px;
      color: #fff;*/
    }
    /*#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}*/
    #main-slider .carousel .boxed {
        padding: 10px 15px;
        /*display: inline-block;*/
    }

.slideropacity {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    /*height: 600px;*/ /*600*/
    height: calc(100vh - 150px);
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel-item {
    height: 70vh;
    min-height: 550px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.preview-slider .carousel-item {
    height: 50vh !important;
    min-height: 400px !important;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .centered {
    margin-top: 18%;
}

#main-slider .left {
    margin-top: 15%;
    text-align: left;
}

#main-slider .carousel-control-prev,
#main-slider .carousel-control-next {
    position: absolute;
    top: 50%;
    /*background-color:#2196F3;*/ /* rgba(0, 0, 0, 0.3)*/
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    font-size: 30px;
    height: 50px;
    width: 50px;
    /*line-height: 50px;*/
    text-align: center;
    border-radius: 100px;
    z-index: 5;
}

    #main-slider .carousel-control-prev:hover,
    #main-slider .carousel-control-next:hover {
        /*background-color:#2196F3;*/ /*rgba(0, 0, 0, 0.5)*/
        border: 2px solid #2196F3;
        border-radius: 100px;
        color: #2196F3;
    }

#main-slider .carousel-control-prev {
    left: 10px;
}

#main-slider .carousel-control-next {
    right: 10px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#services .media:hover .icon-md {
    /*border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);*/
}

#recent-works {
    padding: 90px 0;
}

    #recent-works .item-inner {
        position: relative;
        margin: 0;
    }

.prod-static {
    min-height: 65px;
    max-height: 65px;
}


#title h1 {
    margin: 0;
    /*font-size: 36px;*/
    font-weight: 300;
}

.center {
    text-align: center;
}

#meet-the-team .designation {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}

.img-thumbnail {
    border: 0;
}

.img-thumbnail-blank {
    border: 3px dashed #90a0b7;
    border-radius: 4px;
    padding: 5px;
    height: 150px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .img-thumbnail-blank .icon {
        margin: 0;
        margin-right: 0px;
        position: absolute;
        top: 45%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

.progress,
.progress .bar {
    background: #F0F0F0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*height: 30px;
  line-height: 30px;*/
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

ul.breadcrumb {
    margin: 20px 0 0;
    background: transparent;
}

    ul.breadcrumb > li {
        text-shadow: none;
    }

        ul.breadcrumb > li > a,
        ul.breadcrumb > li .divider {
            color: #fff;
        }

        ul.breadcrumb > li.active {
            color: rgba(255, 255, 255, 0.7);
        }

ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.tag-cloud li {
        display: inline-block;
        margin: 0 0 2px 0;
    }

.btn-social-small {
    border-radius: 100%;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding: 3px;
}

    .btn-social-small.btn-mail {
        background: #4164d5;
    }

    .btn-social-small.btn-facebook {
        background: #4f7dd4;
    }

        .btn-social-small.btn-facebook:hover {
            background: #789bde;
        }

    .btn-social-small.btn-twitter {
        background: #5bceff;
    }

        .btn-social-small.btn-twitter:hover {
            background: #8eddff;
        }

    .btn-social-small.btn-linkedin {
        background: #21a6d8;
    }

        .btn-social-small.btn-linkedin:hover {
            background: #49b9e3;
        }

    .btn-social-small.btn-google-plus {
        background: #dc422b;
    }

        .btn-social-small.btn-google-plus:hover {
            background: #e36957;
        }

    .btn-social-small.btn-instagram {
        background: #e24381;
    }

        .btn-social-small.btn-instagram:hover {
            background: #eb5891;
        }

.btn-social:hover {
    color: #fff;
}

.navbar-inverse {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

    .navbar-inverse .navbar-brand {
        font-size: 36px;
        /*line-height: 50px;*/
        color: #fff;
    }

.navbar-nav {
    margin-top: 20px;
    /*background-color:#0765A8;*/
}

    .navbar-nav > li > a {
        /*padding:30px 22px 20px 22px;*/
        /*border-radius: 4px;*/
        color: inherit; /*bdc3c7*/
        font-size: 14px; /*16px*/
        font-weight: 500;
        text-align: center;
    }

.scroll .container .collapse .navbar-nav > li > a {
    color: #a50f00 !important;
    font-size: 1.143em;
    font-weight: 600;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 0.9rem!important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: transparent; /*ffa900*/
    color: #fa1700;
    border-radius: 0px;
}

.navbar-nav > .active > a {
    border-bottom: 3px solid #faaea7;
}

.scroll .container .collapse .navbar-nav > .active > a,
.scroll .container .collapse .navbar-nav > .active > a:hover,
.scroll .container .collapse .navbar-nav > .active > a:focus,
.scroll .container .collapse .navbar-nav > .open > a,
.scroll .container .collapse .navbar-nav > .open > a:hover,
.scroll .container .collapse .navbar-nav > .open > a:focus {
    background-color: transparent; /*ffa900*/
    color: #fa1700 !important;
    border-radius: 0px;
}

.navbar-nav > .open > a:visited {
    color: #101010;
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-top: 5px;
}

    .navbar-nav .dropdown-menu > li > a {
        padding: 15px 10px;
        color: #333333; /*bdc3c7*/
        border-bottom: 1px solid rgba(220,224,224,0.5);
        position: relative;
        right: 0;
        -webkit-transition: right .15s ease-out;
        -o-transition: right .15s ease-out;
        -moz-transition: right .15s ease-out;
        transition: right .15s ease-out;
    }

.navbar-nav > li:hover {
    background-color: transparent; /*#FFA900*/
    color: #363636;
    /*border-radius:4px;*/
}

.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
    background-color: transparent;
    right: 6px;
    /*position:relative;
   transition: left .15s ease-out;*/
}

.navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-collapse,
.navbar-form {
    border-top: 0;
}

#social-media .icon-facebook {
    background-color: #3c5899;
}

    #social-media .icon-facebook:hover {
        background-color: #4e6fba;
    }

#social-media .icon-twitter {
    background-color: #29c5f6;
}

    #social-media .icon-twitter:hover {
        background-color: #5ad2f8;
    }

#social-media .icon-google-plus {
    background-color: #d13d2f;
}

    #social-media .icon-google-plus:hover {
        background-color: #da6459;
    }

#social-media .icon-pinterest {
    background-color: #c61118;
}

    #social-media .icon-pinterest:hover {
        background-color: #ec1e26;
    }

.modal {
    border: 0;
    padding-right: 0px!important;
}

.close {
    font-size: 30px;
}

.modal-content {
    border-radius: 0px;
}

.modal#loginForm {
    width: 600px;
    margin-left: -300px;
}

.modal .modal-header {
    /*border: 0;
  padding: 20px 20px 0;*/
    /*background-color:#939393;*/ /*#146db9*/
}

    .modal .modal-header > h4 {
        font-weight: bold;
        color: #fff;
        /*font-size: 14px;
  
  text-transform: uppercase;*/
        margin: 0;
    }

.modal .modal-body {
    padding: 20px;
}

.modal input[type="text"],
.modal input[type="password"] {
    /*padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;*/
}

.modal .icon-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
/*.modal button {
  margin-left: 10px;
  border: 0;
}*/

.registration-form {
    border: 0;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

#bottom {
    color: #bdc3c7;
}

    #bottom h4 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #bottom .media-heading {
        display: block;
        font-weight: 400;
    }

.row > div {
    /*margin-bottom: 10px;*/
}

ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*Unordered Lists*/
ul,
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.arrow li::before,
    ul.arrow-double li::before,
    ul.tick li::before,
    ul.cross li::before,
    ul.star li::before,
    ul.rss li::before,
    ul.arrow li::after,
    ul.arrow-double li::after,
    ul.tick li::after,
    ul.cross li::after,
    ul.star li::after,
    ul.rss li::after {
        font-family: FontAwesome;
        font-size: 11px;
    }

    ul.arrow li::before,
    ul.arrow-double li::before,
    ul.tick li::before,
    ul.cross li::before,
    ul.star li::before,
    ul.rss li::before {
        margin-right: 5px;
    }

    ul.arrow li::before {
        content: "\f105";
    }

    ul.arrow-double li::before {
        content: "\f101";
    }

    ul.tick li::before {
        content: "\f00c";
    }

    ul.cross li::before {
        content: "\f00d";
    }

    ul.star li::before {
        content: "\f006";
    }

    ul.rss li::before {
        content: "\f09e";
    }

#footer {
    background-color: #3a3a3a;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    /*height: 60px;
position: absolute;*/
    bottom: 0;
    width: 100%;
}

    #footer span {
        color: #bbbbbb; /*bdc3c7*/
    }

    #footer a, #footer a:hover {
        color: #03a9f4;
    }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 28px;
    }

        #footer ul > li {
            /*display: inline-block;*/
            /*margin-left: 15px;*/
        }

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}

    ul.social > li {
        display: inline-block;
        margin: 0 5px;
    }

        ul.social > li > a {
            font-size: 24px;
            color: #666;
        }

            ul.social > li > a:hover {
                color: #999;
            }

.box-border {
    padding: 15px;
}

.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700;
}

.accordion-inner {
    border-top: 0;
}

.blog .blog-item {
    background-color: #fff;
    margin-bottom: 20px;
    /*border-radius: 5px;*/
    /*padding:5px;*/
}

    .blog .blog-item .img-blog {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .blog .blog-item .blog-content {
        padding: 20px;
    }

    .blog .blog-item h3 {
        margin-top: 0;
    }

    .blog .blog-item .entry-meta {
        margin-bottom: 20px;
    }

        .blog .blog-item .entry-meta > span {
            display: inline-block;
            color: #999;
            margin-right: 10px;
            font-size: 12px;
        }

            .blog .blog-item .entry-meta > span a {
                color: #999;
            }

ul.pagination > li > a {
    border: 0;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #34495e;
    color: #fff;
}

textarea#message {
    padding: 10px 15px;
    /*height: 219px;*/
}

.widget {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.gallery li {
        display: block;
        width: 60px;
        padding: 0;
        margin: 0 4px 4px 0;
        float: left;
    }

ul.faq {
    list-style: none;
    margin: 0;
}

    ul.faq li {
        margin-top: 30px;
    }

        ul.faq li:first-child {
            margin-top: 0;
        }

        ul.faq li span.number {
            display: block;
            float: left;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #34495e;
            color: #fff;
            font-size: 24px;
        }

        ul.faq li > div {
            margin-left: 70px;
        }

            ul.faq li > div h3 {
                margin-top: 0;
            }

#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.topbar {
    /*background-color:#fff;
    border-bottom:1px solid #edebeb;*/
    padding: 13px;
    color: #fff;
}

.side ul {
    list-style-type: circle !important;
}

.side li {
    padding: 8px 0px;
    line-height: 1.43;
    background-color: #fff;
    /*border-bottom:1px solid #ddd;*/
    margin-bottom: 5px;
    vertical-align: top;
    /*background-color:#313131;*/
    /*border-bottom:1px solid #d7d7d7;
  background-color:#0765A8;
  border-bottom:1px solid #1474B8;
  color:#FFF;*/
}

.article-list li {
    padding: 8px 0px;
    line-height: 1.43;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    vertical-align: top;
}

.side li a {
    /*color:#313131;*/
    font-weight: 600;
}

    .side li a .material-icons {
        font-size: 20px;
    }

    .side li a span {
        vertical-align: middle;
        line-height: 25px;
        padding-left: 5px;
    }

.side > .active {
    background-color: #EAEAEA;
}

.side li:hover {
    cursor: pointer;
}

.quickbox {
    background: rgba(55,71,79,0.8);
    border: 6px solid rgba(35, 48, 54, 0.5);
    border-radius: 2px;
    z-index: 10;
    /*position: absolute;    
    /*width:100%;
    margin-top:-15%;*/
}

/*---- Top Main Search Box Start ----*/
.topsearchbox {
    display: block;
    padding: 15px;
    padding-bottom: 15px;
    background-color: rgba(42, 42, 42, 0.6);
}
    /*.topsearchbox .form-control {
    font-size: 1.125em;
    height: 50px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 6px;
}*/

    .topsearchbox a {
        font-size: 20px;
        color: #fff;
        width: 100%;
        float: left;
        text-align: center;
        border: 0 solid;
        outline: 0;
        padding: 0;
        line-height: 50px;
        background: #d32f2f;
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        -o-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }
/*---- Top Main Search Box End ----*/

.prof-image {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 3px;
}


.loginbox {
    max-width: 480px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 30px;
    border: 1px solid #dddddd;
    /*-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);*/
    /*box-shadow: 0px 0px 15px 8px rgba(0,44,18,0.75);
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0,44,18,0.75);
    -moz-box-shadow: 0px 0px 15px 8px rgba(0,44,18,0.75);*/
    margin-left: auto;
    margin-right: auto;
}

    /*.loginbox{
    border-radius:0px;
    padding:25px;
    background-color:#fcfcfc;
    border:1px solid #f1f1f1;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 20px 1px rgba(204,204,204,1);
box-shadow: 0px 0px 20px 1px rgba(204,204,204,1);
}*/

    .loginbox .form-control-textarea {
        display: block;
        height: 100px;
        font-size: 1.125em;
    }

.tab-content {
    padding: 15px;
    background: rgba(255,255,255,0.9);
    /*background-color:#daf0fd;*/
}

.carousel-control {
    color: #ffffff;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
    height: 40px;
}

    .carousel-control.right {
        left: auto;
        /*right: 15px;*/
    }

#lfooter {
    padding: 10px;
    color: #fff;
}

.breadlink {
    background-color: #484B4D;
    margin-bottom: 20px;
}

.manditory {
    color: Red;
    padding-left: 2px;
}

    .manditory a {
        color: #012d92;
    }

.reg-head {
    color: #65aa03;
}
/*.submenu > li
{
    float:left;
    position:relative;
    margin-left:0px!important;
}*/
.submenu > li > a {
    font-size: 13px;
    font-weight: normal !important;
    color: #101010; /*bdc3c7*/
    text-align: center;
}

    .submenu > li > a:hover {
        color: #fff;
    }

.navbar-inverse .navbar-brand {
    font-family: 'Bubbler One', sans-serif;
    font-size: 36px;
    /*line-height: 50px;*/
    color: #fff;
}

.navbar-inverse .submenu {
    /*margin-top: 20px;*/
    /*background-color:#0765A8;*/
}

.submenu > .active > a,
.submenu > .active > a:hover,
.submenu > .active > a:focus,
.submenu > .open > a,
.submenu > .open > a:hover,
.submenu > .open > a:focus {
    background-color: #6FB014;
    /*border-bottom:5px solid #8FC54B;*/
    color: #fff;
}

.navbar-inverse .submenu > .open > a:visited {
    color: #101010;
}

.navbar-inverse .submenu .dropdown-menu {
    background-color: #F2F2F2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-top: 5px;
}

    .navbar-inverse .submenu .dropdown-menu > li > a {
        padding: 8px 15px;
        color: #333333; /*bdc3c7*/
    }

.navbar-inverse .submenu > li:hover {
    background-color: #6FB014; /*#0A75C2*/
    /*border-radius:4px;*/
}

.navbar-inverse .submenu .dropdown-menu > li:hover > a,
.navbar-inverse .submenu .dropdown-menu > li:focus > a,
.navbar-inverse .submenu .dropdown-menu > li.active > a {
    background-color: #e8e8e8;
}

.navbar-inverse .submenu .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .submenu .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.notify > li {
    list-style: none;
    color: #fff;
}

.notify a {
    color: #fed325;
}

.dashboard-btn {
    padding-top: 10px;
}

    .dashboard-btn a, .dashboard-btn h5 {
        color: #1a1a1a;
        opacity: 0.8;
        line-height: 30px;
    }

.topstrip {
    background-color: #FFDB61;
    /*border-bottom:1px solid #edebeb;*/
    padding: 7px;
    color: #292929;
    text-align: center;
}

.tab-in a {
    font-size: 11px;
    font-weight: normal!important;
}

.tab-content-in {
    padding: 10px;
    border: 1px solid #c3c3c3;
}

.link-edit {
    color: #188cd5;
    font-weight: bold;
}

.link-delete {
    color: #dd1d1d;
    font-weight: bold;
}

.phead {
    background-color: #2b71b2!important;
    color: #fff;
}

.pdetail {
    background-color: #ff9c00;
    color: #fff;
}

.cname {
    font-size: 16px;
    color: #2E92AA;
    font-weight: bold;
}

.sp-margin {
    margin-bottom: 0px !important;
}

.link-similar {
    font-weight: bold;
    font-size: 14px;
    color: #297CB5;
}

.link-save {
    font-weight: bold;
    font-size: 14px;
    color: #60A204;
}

.filter {
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.criback {
    background: #EAEAEA;
    padding: 12px;
}

.listback {
    background: #f8f8f8;
    padding: 8px;
    border: 1px solid #d4d4d4;
}

.form-group-fi {
    padding-bottom: 10px;
}

.form-control-fi { /*display:block;height:37px;*/
    margin-right: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.view {
    background-color: #60A204;
    padding: 5px;
    display: inline;
    margin-right: 5px;
    border-radius: 5px;
}

    .view span {
        color: #fff;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
    }


/* input[type="radio"] {
    opacity: 0;
    position: absolute;
} */

.check {
    margin-top: 8px;
}

input[type="radio"] + label > span {
    /*position: relative;*/
    border-radius: 14px;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 1px solid #bcbcbc;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 1em 0 0;
    display: inline-block;
    vertical-align: middle;
}

input[type="radio"]:checked + label > span {
    background: linear-gradient(#a0e5f8, #75c7dc);
    background: -webkit-linear-gradient(#a0e5f8, #75c7dc);
    border-color: #41a6bf;
    box-shadow: 0px 1px 2px rgba(65, 166, 191, 0.9) inset;
}


    input[type="radio"]:checked + label > span span {
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 6px;
        top: 6px;
        border-radius: 5px;
        border: none;
        box-shadow: 0px 1px rgba(255, 255, 255, 0.3);
    }

input[type="radio"]:focus + label > span {
    box-shadow: 0px 0px 6px rgba(63, 165, 190, 1);
}

.img-border {
    border: 1px solid #dbdbdb;
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
}

.counter-back {
    background: #fff url("../images/pattern.jpg") no-repeat scroll center bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0 90px 0;
    color: #fff;
}

    .counter-back p {
        font-size: 1.125em; /*18*/
        margin-top: 20px;
    }

.jumbotron-icon .fa-6 {
    font-size: 6em;
}

.clrred {
    color: #ff6748;
}

.head {
    /*background:#fff url("../images/prof-back.png") no-repeat scroll center bottom;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

    .head a {
        color: #fff;
    }

.headopacity {
    background-color: rgba(0,0,0,0.2);
    height: 100%;
}

/*.intro .h1,h1 {
    font-size: 2.50em;
    line-height:30px;
}*/
.intro p {
    font-size: 1.18em; /*36*/
    line-height: 30px;
}

.intro .text-section {
    padding: 0px 100px 0px 100px;
}

.intro img {
    /*border-radius:8px;*/
    -webkit-box-shadow: 0px 0px 36px 1px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 36px 1px rgba(184,184,184,1);
    box-shadow: 0px 0px 36px 1px rgba(184,184,184,1);
    /*-webkit-box-shadow: 0px 0px 25px 0px rgba(184,184,184,1);
-moz-box-shadow: 0px 0px 25px 0px rgba(184,184,184,1);
box-shadow: 0px 0px 25px 0px rgba(184,184,184,1);*/
}
/*.intro .btn-gray{
    color: #fff;
    background:#414141;
    font-size: 1.000em;
    font-weight:600;
    border-radius: 100px;
}*/

.intro-modal .carousel-indicators {
    bottom: 0px !important;
}

    .intro-modal .carousel-indicators li {
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent !important;
        border: 2px solid #fff !important;
        border-radius: 10px;
    }

    .intro-modal .carousel-indicators .active {
        width: 15px;
        height: 15px;
        margin: 1px;
        background-color: #fff !important;
    }

.form-control {
    font-size: inherit;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    /*border:1px solid #cbd6e2;
    border-radius:4px;    
    background-color: #f5f8fa;*/
    outline: none;
    border:0px;
    /*border-color: #dedede;
    background-color: #f7f9fa;
    color: #4e5e6a;*/
    color: #133f8c !important;
    background: #f0f4f8 !important;
    /*box-shadow: 0 0px 4px 0 rgba(120,178,66,.5);*/
    /*
    font-size: 1.000em;
    border: 1px solid #dddddd;
    box-shadow:none;
    font-weight: 500;
    */
}

.form-control-textarea {
    display: block;
    height: 100px;
    font-size: 1.000em;
    margin-bottom: 15px;
    border-color: #dedede;
    background-color: #f7f9fa;
    color: #4e5e6a;
    /*border: 1px solid #e0e0e0;*/
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
}

.prof-subtext {
    color: #969696;
}

.profdetail .row > div {
    margin-bottom: 3px;
}

.profdetail p {
    margin: 0 0 7px;
}

/*---- Section Height Start ----*/
.section-1000 {
    min-height: 100vh;
}
/*---- Section Height Ends ----*/

/*---- Home Page Category Box Start ----*/
.category-box {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .category-box > .inner {
        height: 270px;
        background: rgba(23,36,52,.5);
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .category-box > .inner img {
            position: absolute;
            top: 20px;
            left: 20px;
        }

        .category-box > .inner .title {
            position: absolute;
            /*bottom: 20px;
    left: 20px;*/
            color: #fff;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }

    .category-box:hover > .inner {
        background: none;
    }

    .category-box:hover {
        opacity: 1;
        box-shadow: 0 12px 22px rgba(0,0,0,.35);
    }
/*---- Home Page Category Box End ----*/

.btn-sp-top {
    border: 1px solid #2196F3;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 3px;
    color: #2196F3 !important;
}

.profile-left {
    border: 1px solid #dddddd;
    background-color: #f8f8f8;
}

.review-box {
    /*background-color:#F5F7F7;*/
    margin-bottom: 15px !important;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

    .review-box:hover .review-overlay {
        left: 20px;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        opacity: 1;
        visibility: visible;
    }

.review-overlay {
    bottom: 10px;
    position: absolute;
    left: -100px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    bottom: 30%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.post-back {
    background: #fff url("../images/collage3.jpg") repeat;
    background-attachment: fixed;
    color: #fff;
}

    .post-back h1 {
        font-size: 3.125em;
        font-weight: 600;
    }

.black-trans-bg {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10% 0 10%;
    text-align: center;
}

/*----------Popup radio button---------------*/
.radio-box-btn {
    list-style-type: none!important;
    padding: 0;
}

    .radio-box-btn li {
        float: left;
        /*margin:0 5px 0 0;*/
        width: 50%; /*100px*/
        height: 60px;
        position: relative;
        /*margin-bottom:10px;*/
    }

    .radio-box-btn label, .radio-box-btn input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .radio-box-btn input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .radio-box-btn input[type="radio"]:checked + label {
                /*background-color:#626262;*/
                border: 2px solid #FD6446;
                color: #303003;
            }

    .radio-box-btn label {
        padding: 15px;
        border: 1px solid #e6e6e6;
        cursor: pointer;
        z-index: 90;
        text-align: center;
        font-weight: 600;
        color: #696969;
    }

        .radio-box-btn label:hover {
            background: #eeeeee;
        }

.comm-count {
    background-color: #303030;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    margin: 5px;
    border-radius: 100px;
}
/*----------Popup radio button End---------------*/

/*---- box Start ----*/
.box-parent {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: none;
    border: 1px solid #e0e0e0;
    width: 100%;
    margin-bottom: 20px;
}

.box {
    display: block;
    padding: 40px 20px 40px 20px;
    max-height: 250px;
    color: #666;
    width: 100%;
}
    /*.box-parent::before, .box-parent::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #2196f3;
}

.box::before, .box::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #2196f3;
}
.box-parent:hover::before, .box-parent:hover::after{
  width: 100%;
}
.box-parent:hover .box::before, .box-parent:hover .box::after{
  height: 100%;
}

.btn-4::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4 .box::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 .box::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}*/
    .box h1, .box-yellow h1 {
        font-size: 1.571em;
        font-weight: 600;
    }

.box-yellow {
    padding: 20px;
    max-height: 250px;
    background-color: #FED136;
    color: #fff;
}

.box-outline-profile {
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .box-outline-profile span {
        font-size: 1.000em; /*1.125em*/
        padding-top: 5px;
    }
/*---- box Ends ----*/

/*.card{
    background-color:rgba(255,255,255,0.9);
    margin-bottom:10px;
    border:none !important;
    border-radius:4px !important;
}*/

/*---- Listing Starts ----*/
/*.cat-card{
    max-height:300px;
    min-height:270px;
}*/
.card {
    /*line-height: 1.375;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);*/
    /*border:1px solid #eeeeee;*/
    border-radius: 10px;
    border: none;
    /*overflow: hidden;*/
    margin-bottom: 10px;
    /*box-shadow: 0 4px 24px 0 rgba(34,41,47,.1);*/
}

.cardcr {
    border-radius: 20px !important;
}

.card .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    margin: 0 18px 10px 0;
    background-color: #64bc36;
    /*background:rgba(100,188,54,0.6);*/
    border-radius: 100%;
    border: none;
}

.card .wishlist {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 20px 0 0;
    /*background-color:#fff;*/
    border: none;
}

.card .location {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px 0px 10px 20px;
    /*background-color:#fff;*/
    border: none;
}

.card p {
    margin-bottom: 5px;
}

.card h1 {
    line-height: 30px;
    margin-bottom: 10px;
}

.card figure {
    position: relative;
    overflow: hidden;
    /*height: 200px;*/
    margin-bottom: 0px;
    border-radius: 10px;
}

    .card figure .listing-card-img {
        width: 100%;
        height: 100%;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        object-fit: cover;
    }

    .card figure > a:hover .listing-card-img {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    /*.card a:hover
{
    color: #fff;
}*/
    .card figure .list-overlay {
        display: table;
        width: 100%;
        height: 100%;
    }
/*.card figure .list-overlay:before{
    content:"";
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    background:linear-gradient(to bottom,transparent 60%,#444444);
    display:block;
    height:100%;
    width:100%;
}*/
@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

/*---- Listing Ends ----*/

/*---- Collapse Start ----*/
.attribute .card-header {
    padding: .25rem .25rem;
    margin-bottom: 0;
    background-color: #ececec;
    border-bottom: 1px solid #ececec;
}

    .attribute .card-header .btn {
        font-weight: 600;
        font-size: 16px;
    }
/*---- Collapse Ends ----*/



/*---- Profile box Start ----*/
.containerbox {
    padding: 20px 0px 20px 0px;
    border-radius: 8px;
    margin-bottom: 15px;
    /*border:1px solid #e0e0e0;*/
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    min-height: calc(100vh - 140px);
    max-height: 100%;
}

    .containerbox .label {
        font-weight: 500 !important;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        line-height: 35px;
    }

.commonbox {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    /*border:1px solid #e0e0e0;*/
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px 24px 0 rgba(34,41,47,.1);
    /*-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);*/
    /*-webkit-box-shadow:0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 8px rgba(0,0,0,.1);
    box-shadow:0 1px 8px rgba(0,0,0,.1);*/
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(226,226,226,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(226,226,226,1);
box-shadow: 0px 0px 10px 0px rgba(226,226,226,1);*/
}

.main-box-head {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: rgba(243,113,33,0.9);
    z-index: 1;
    color: #fff;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}

    .main-box-head p {
        margin-bottom: 0px;
    }

.main-box {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 15px;
    /*border:1px solid #e0e0e0;*/
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}

    .main-box .label {
        font-weight: 500 !important;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        line-height: 35px;
    }

    .main-box .label-overflow {
        font-weight: 500 !important;
        background-color: #f4f4f4;
        padding: 5px 10px 5px 10px;
        margin: 0 5px 5px 0;
        border: 1px solid #e2e2e2;
        display: inline-table;
        font-size: 75%;
        font-weight: 700;
        line-height: 15px;
        /*text-align: center;
    white-space: normal;
    vertical-align: baseline;
    word-wrap: break-word;*/
        border-radius: .25em;
    }

    .main-box .tick > li {
        padding-bottom: 15px;
    }

.mybox {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}
/*---- Profile box Ends ----*/

/*---- feed box Start ----*/
.feedbox {
    border-radius: 7px;
    margin-bottom: 15px;
    border: 2px solid #efefef;
    background-color: #fff;
    z-index: 1;
}

    .feedbox p {
        margin: 0px;
    }

    .feedbox > .feedhead {
        padding: 20px;
    }
        /*.feedbox > .feedhead a{    
    font-weight:700;
}*/
        .feedbox > .feedhead .comment-time {
            color: #9a9a9a;
            font-weight: 500;
        }

    .feedbox > .feedbody {
        border-top: 1px solid #eaeaea;
        padding: 5px 25px 5px 25px;
    }

        .feedbox > .feedbody p {
            line-height: 24px;
            color: #505050;
        }

        .feedbox > .feedbody h1 {
            font-size: 1.300em;
            /*padding: 10px 30px;
    font-weight:600;*/
        }

    .feedbox > .feedfooter {
        padding: 25px;
        /*background-color:#fbfbfb;*/
    }

        .feedbox > .feedfooter .comment {
            padding: 10px 0 10px 0;
            border-top: 1px solid #dddddd;
            /*background-color:#fff;*/
        }

            .feedbox > .feedfooter .comment textarea {
                height: 45px;
            }
/*---- feed box Ends ----*/
/*---- Tags Starts ----*/
.tag-outline-blue {
    font-weight: 500 !important;
    padding: 3px 10px 3px 10px;
    margin-right: 2px;
    border: 1px solid #2196f3;
    color: #2196f3;
    border-radius: 3px;
    line-height: 35px;
    white-space: nowrap;
}

.tag-gray {
    font-weight: 600 !important;
    padding: 6px 15px;
    margin-right: 2px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    color: #2196f3;
    border-radius: 4px;
    line-height: 40px;
    white-space: nowrap;
}
/*---- tags Ends ----*/

/*---- Search Box Start ----*/
.searchbox {
    padding: 20px 0px 5px 0px;
    z-index: 1;
}
/*---- Search Box Start ----*/

/*---- Notification Start ----*/
/*.notify-msg {
    position:absolute;
    background-color:#f37121;
    padding:3px;
    height:8px;
    min-width:8px;
    margin:4px 0 0 -12px;
    color:#fff;
    vertical-align:middle;
    text-align:center;
    border-radius:100px;
    font-size:0.857em;
}*/
.notify-msg {
    position: absolute;
    background-color: #f37121;
    padding: 3px;
    height: 20px;
    min-width: 20px;
    margin: -5px 0 0 -12px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    border-radius: 100px;
    font-size: 0.700em;
}

.dropdown-menu-media {
    width: 360px;
    padding-top: 0;
    padding-bottom: 0;
}

    .dropdown-menu-media .list-group-item {
        padding: 0 20px;
        border: none;
        border-radius: 0 !important;
        white-space: normal !important;
    }

.readmsg, .redmsg:hover {
    background-color: #efefef !important;
}
/*---- Notification Start ----*/

/*---- Listing Starts ----*/
.product {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
    /*transition-duration: 0.3s;
    transition-property: transform, opacity;*/
    /*border:1px solid #ececec ;*/
    overflow: hidden;
    text-align: center;
}

    .product h1, .product h2, .product h3, .product h4, .product h5, .product h6, .product p {
        margin-bottom: 3px;
        line-height: 30px;
    }

.product-img {
    height: 120px;
    margin-bottom: 10px;
    object-fit: contain;
}
/*.product:hover, .product:active
{
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}*/
.product .social {
    border: 1px solid #a0a0a0;
    border-radius: 0px;
    color: #a0a0a0;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.product .wishlist {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.500em;
    margin: 5px 30px 0 0;
    background-color: #fff;
    border: none;
}

.product:hover .product-overlay {
    left: 20px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 1;
    visibility: visible;
}

.product .label {
    font-weight: 600 !important;
    color: #657180 !important;
    background-color: #fff;
    padding: 6px 15px;
    margin-right: 2px;
    border: 1px solid #b9c5ce;
    color: inherit;
    line-height: 40px;
    border-radius: 50px;
}

.product-overlay {
    bottom: 10px;
    position: absolute;
    left: -100px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    bottom: 30%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.entry-thumb {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    height: 130px;
    width: 130px;
    padding: 10px;
    margin-bottom: 5px;
    position: absolute;
    margin: -70px auto;
    left: 0;
    right: 0;
    /*display: inline-block;*/
    /*line-height: 150px;*/
    /*padding: 5px 0 0 15px;*/
    /*text-align: center;*/
    /*margin-top:;*/
}

    .entry-thumb img {
        border-radius: 50%;
        width: 100%;
        height: 110px;
    }

.product-head {
    padding: 150px 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    /*-webkit-box-shadow: inset -6px -115px 59px -18px rgba(33,33,33,0.77);
    -moz-box-shadow: inset -6px -115px 59px -18px rgba(33,33,33,0.77);
    box-shadow: inset -6px -75px 75px -18px rgba(33,33,33,0.77);*/
}

    .product-head h1 {
        font-size: 2.000em;
        font-weight: 400;
    }

    .product-head .social {
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 0px;
        color: #fff;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0;
    }

    .product-head .label-default {
        border: 1px solid #fff;
        background-color: rgba(255,255,255,0.1);
        color: #fff;
        border-radius: 3px;
        line-height: 32px;
        padding: 3px 12px 3px 12px;
        font-weight: 400;
        font-size: inherit;
        font-family: inherit;
        cursor: pointer;
    }

        .product-head .label-default:hover {
            background-color: #fff;
            color: #353535;
        }
/*---- Listing Ends ----*/

/*---- Browse Button Start ----*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.prof-img {
    position: absolute;
    margin: 60px 0 0 -25px;
}
/*---- Browse Button End ----*/

/*---- Sticky sub menu ---- */
.stickymenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
}

    .stickymenu .navbar-nav > li > a {
        font-size: 1.063em; /*1.125em*/
        color: #fff;
        /*padding-bottom:20px;
    padding-top:20px;*/
    }

        .stickymenu .navbar-nav > li > a:hover,
        .stickymenu .navbar-nav > li > a:link {
            color: #fff;
        }

.stickymenu-section {
    padding-top: 50px;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
}
/*---- Sticky sub menu ends ---- */

/*---- Sticky Feedback Button Start ---- */

.feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    .feedback a {
        display: block;
        background: #37474f;
        height: 52px;
        padding-top: 10px;
        width: 155px;
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
    }

        .feedback a:hover {
            background: #FED136;
        }
/*---- Sticky Feedback Button Ends ---- */

/*---- Select 2 tagging Starts ---- */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dddddd !important;
    /*height:38px !important;*/
    border-radius: 3px !important;
    font-size: 0.938em;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dddddd !important;
    height: 38px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        line-height: 38px !important;
    }

.select2-container {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

    .select2-container .select2-search--inline .select2-search__field {
        padding: 3px!important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2a654 !important;
    border: 1px solid #f2a654 !important;
    padding: 2px 5px !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}
/*---- Select 2 tagging Ends ---- */

/*---- Custom Modal Starts ---- */
.modal-dialog-md {
    width: 1000px;
    margin: 30px auto;
}

.modal-dialog-100per {
    width: 100%;
    margin: 0px;
}

    .modal-dialog-100per .modal-body {
        height: 99.6vh;
        overflow-y: scroll;
    }
/*---- Custom Modal Ends ---- */

/*---- Right Side Modal Starts (Ref: https://bootsnipp.com/snippets/D0aq4) ---- */
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header {
    background-color: #26326d;
    border-radius: 0px; /*display: block;*/
}

.modal-dialog-slideout .modal-footer {
    border-radius: 0px;
    display: block;
}

.modal-dialog-slideout .modal-header h5 {
    float: left;
}

.modal-dialog-slideout .close {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}
/*---- Right Side Modal Ends ---- */





/*---- DIV equal height Start ----*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.height-100vh {
    height: 100vh;
}

.height-85vh {
    height: 89vh;
}
/*---- DIV equal height Ends ----*/

.submenu .dropdown-menu > li > a {
    padding: 8px 10px;
}
/*---- On Hover Rocket Scroll Starts ---- */
/*.scroll {
  position: relative;  
  overflow-y: scroll; }*/
/*---- On Hover Rocket Scroll Ends ---- */

/*---- Mini Fliter hide show Start ----*/
/*.list-group{
    display:none;
    width:100%;
    position:absolute;
    z-index:99;
}*/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.mini-submenu {
    display: none;
    /*background-color: rgba(0, 0, 0, 0);  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;*/
    position: fixed;
    left: 0;
    top: 20%;
    /*bottom:5%;*/
    width: 42px;
    z-index: 10;
}

    .mini-submenu:hover {
        cursor: pointer;
    }

    .mini-submenu .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        margin-top: 3px;
    }

    .mini-submenu .icon-bar {
        background-color: #000;
    }

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}
/*---- Mini Fliter hide show End ----*/


/*---- Style Check Box and Radio Button Start ----*/
.collapse-cat {
    width: 100%;
}

    .collapse-cat .cat-head {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
    }

.checkbox {
    padding-left: 25px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-left: 5px;
        padding-top: 0px !important;
        font-size: 14px;
        font-weight: 600;
        color: #959595;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 22px; /*17*/
            height: 22px; /*17*/
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -19px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 14px;
            color: #555555;
        }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        margin-top: 10px;
        margin-left: -16px;
        display: none;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:indeterminate + label::after,
        .checkbox input[type="radio"]:indeterminate + label::after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 2px;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled,
        .checkbox input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .checkbox input[type="checkbox"]:disabled + label,
            .checkbox input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"]:disabled + label::before,
                .checkbox input[type="radio"]:disabled + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #28CB92;
    border-color: #28CB92;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        font-weight: 600;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #02461d;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #02461d;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="radio"].styled:checked + label:after {
    /*font-family: 'FontAwesome';
  content: "\f111";*/
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
/*---- Style Check Box and Radio Button Ends ----*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 60px;*/
}


/*Admin/Profile/After login pages Startes*/

/* ---- Sidebar  Collaps Starts ----*/
.wrapper {
    display: flex;
    align-items: stretch;
}

.content {
    width: 100%;
    display: block;
    /*margin-left:250px;*/
}

.content-inner {
    padding: 50px;
    border-radius:0px;
}
.gray-text {
    color: #A9BEDF;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    ; /*rgba(0,0,0,0.7)*/
    background: linear-gradient(180deg, #1C283F 0%, #3057E5 100%);
    z-index: 0;
    transition: all 0.3s;
    /*height:calc(100vh - 0px);*/
    min-height: calc(100vh - 0px);
    max-height: 100%;
    /*-webkit-box-shadow: 4px 0px 24px 0px rgba(237,237,237,1);
    -moz-box-shadow: 4px 0px 24px 0px rgba(237,237,237,1);
    box-shadow: 4px 0px 24px 0px rgba(237,237,237,1);*/
}

/*#sidebar ul li .active .nav-link::before {
    width: 3px;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item.mm-active .nav-link::before {
}*/
.active > #sidebarCollapse {
    float: left !important;
    margin-bottom: 20px;
    margin-left: 30%;
}

#sidebar > #sidebarCollapse {
    float: right;
    margin-bottom: 20px;
}

#sidebar ul li .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #e1000a;
}


#sidebar.active {
    margin-left: -250px;
}
.list-unstyled
{
    padding-left: 40px;
}
#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul li a {
    color: #ffffff; /*696969*/
    padding: 7px 10px 7px 39px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    margin: 9px 0px 9px 0px;
    border-radius: 10px 0px 0px 10px;
}

    #sidebar ul li a:hover {
        /*background: #eeeeee;
    color:#1e88e5;*/
        background: linear-gradient(90deg, #3057E5 -57.14%, #64A9FE 114.67%);
        border-radius: 10px 0px 0px 10px;
        color: #ffffff;
        opacity: 1;
        /*width:220px;*/
    }

    #sidebar ul li a span {
        bottom: 0px;
    }

#sidebar ul li.active > a {
    background: radial-gradient(194.05% 2685.84% at 103.57% 9.52%, #0986EF 0%, #0064B9 100%);
    border-radius: 0px 100px 100px 0px;
    color: #ffffff;
    opacity: 1;
    width: 220px;
}

a[data-toggle="collapse"] {
    position: relative;
}

/*#sidebar a[aria-expanded="false"]::before,#sidebar a[aria-expanded="true"]::before {
    content: 'chevron_right';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Material Icons';
}
#sidebar a[aria-expanded="true"]::before {
    content: 'expand_more';
}*/


#sidebar ul ul a {
    /*font-size: 0.9em !important;*/
    padding-left: 40px !important;
}

/*.navbar-btn {
    margin:20px 0 0 50px;
}*/

#sidebar .user, .off-canvas-sidebar .user {
    padding-bottom: 10px;
    margin: 20px auto 0;
    position: relative;
}

    #sidebar .user .photo, .off-canvas-sidebar .user .photo {
        width: 45px;
        height: 45px;
        overflow: hidden;
        float: left;
        z-index: 5;
        margin-right: 10px;
        border-radius: 50%;
        margin-left: 12px;
    }

        #sidebar .user .photo img, .off-canvas-sidebar .user .photo img {
            width: 100%;
        }

    #sidebar .user .info > a, .off-canvas-sidebar .user .info > a {
        display: block;
        line-height: 18px;
    }

    #sidebar .user a, .off-canvas-sidebar .user a {
        /*color: #FFFFFF;*/
        text-decoration: none;
        padding: 0.2rem 15px;
        white-space: nowrap;
    }

    #sidebar .user .info .caret, .off-canvas-sidebar .user .info .caret {
        position: absolute;
        top: 8px;
        right: 18px;
    }
/*------ Sidebar Collapse Ends ------*/

.logo {
    width: 180px;
}

.navbar {
    /*border-bottom:1px solid #ddd;
    -webkit-box-shadow: 0 2px 20px 2px rgba(96,96,96,.3);
    box-shadow: 0 2px 20px 2px rgba(96,96,96,.3);*/
    z-index: 1;
}

.navbar-logo {
    /*float: left;*/
    padding: 10px 0 0px 0 !important;
    /*width:250px;
    text-align:center;*/
    /*border-bottom:1px solid #f0f0f0;*/
}

.material-icons {
    vertical-align: middle;
}

.select2-container .select2-selection--multiple {
    min-height: 45px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px !important;
}

.or {
    background-color: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-radius: 100%;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}

.lead-box .list-group-item {
    padding: .3rem 0rem;
    border: none;
}

.notification .list-group-item {
    padding: .5rem 0.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: none;
    border-left: none;
    border-right: none;
}

/*------ Timeline Starts ------*/
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

    /* Timeline vertical line */
    ul.timeline:before {
        content: ' ';
        background: #959595;
        display: inline-block;
        position: absolute;
        left: 18px;
        width: 1px;
        height: 100%;
        z-index: 400;
        border-radius: 1rem;
        opacity: 0.5;
    }

li.timeline-item {
    margin: 0px;
    padding: 0px 20px 20px 20px;
    /*-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    background-color:#fafafa;*/
}

    /* Timeline item arrow */
    /*.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}*/

    /* Timeline item circle marker */
    li.timeline-item::before {
        content: ' ';
        /*background: #28CB92;*/
        background-color: #192841;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 2px solid #28CB92;
        left: 4px;
        width: 30px;
        height: 30px;
        z-index: 400;
    }

    li.timeline-item.active::before {
        content: ' ';
        background: #28CB92;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 2px solid #28CB92;
        left: 4px;
        width: 30px;
        height: 30px;
        z-index: 400;
    }
/*------ Timeline Ends ------*/




/*-----------CSS Overload--------------*/
.dropdown-item {
    padding: 0.70rem 1.0rem;
    font-weight: 500;
    color: #212529;
    white-space: inherit;
    border-bottom: 1px solid #f9ecef;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #ca3438;
        text-decoration: none;
        background-color: #f9ecef;
    }

.navbar-default {
    border-color: transparent;
    /*background-color:#fff;*/
}

.label {
    line-height: 30px;
}

label {
    font-weight: 500;
    padding-top: 0px;
    /*font-size:    0.938em;*/
}

.custom-control {
    margin-bottom: 15px;
}

.custom-control-label {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    padding-top: 0px;
    font-size: 1.143em;
}

.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #333333;
    background-color: transparent;
}

.navbar-brand {
    float: left;
    height: 80px;
    padding: 15px;
}

.table {
    background-color: transparent;
    border-collapse: separate;
    /*border-spacing: 0 8px;*/
    align-items: center;
    border-radius: 20px;
    color: #133f8c;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{
 color: #133f8c !important;   
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{
    background-color: #f0f4f8 !important;
    border: 1px solid #ccdff0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button
{
   background-color: #f0f4f8 !important;
   border: 1px solid #ccdff0 !important;   
}
.table-normal {
    border: 1px solid #e2e2e2 !important;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: initial !important;
}
/*.project-list-table {
    border-collapse: separate;
    border-spacing: 0 5px;
}*/
th {
    border-top: none !important;
    font-weight: 600;
    font-size: 14px;
    border-style: none;
    text-align: center;
    /*padding:15px!important;*/
}


.six > td {
    background-color: #38a2fb !important;
    color: white;
    text-align: center;
}


.green {
    color: #28CB92;
}

.Eight {
    color: #FF3E61;
}

.five {
    color: #FF3E61;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 1.42857;
    padding: 15px;
    vertical-align: middle;
    background-color: transparent;
}

.table-normal > tbody > tr > td,
.table-normal > tfoot > tr > td,
.table-normal > tfoot > tr > th,
.table-normal > thead > tr > td,
.table-normal > thead > tr > th {
    border-top: 1px solid #e2e2e2 !important;
    line-height: 1.42857;
    padding: 15px;
    vertical-align: middle;
    background-color: #213453;
}

.table > tbody > tr > td {
    border: 0px solid;
    text-align: center;
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'Mulish' !important;
    /*-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.07);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.07);*/
}

.table > tbody > tr > .hiderow {
    border-top: none !important;
    padding: 0px!important;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: visible;
    /*overflow-y: visible !important;*/
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 60px;
    /*background-color: rgba(255,255,255,0.1);*/
}

.nav-abs {
    position: absolute;
    width: 100%;
    z-index: 1;
    border-bottom: 0px;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #fddd31;
    background-color: #26326d;
    border-radius: 0.30rem;
    padding: 10px 25px 10px 25px;
}

.nav-pills .nav-link {
    font-size: 14px;
    font-weight: 500;
    background-color: #E0E0E0;
    border-radius: 0.30rem;
    /*border: 2px solid #ca3438;*/
    padding: 10px 25px 10px 25px;
    margin: 0 7px 15px 0;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-size: 16px;
    border-color: #fff #fff #fff !important;
    border-bottom: 3px solid #02461d !important;
    color: #02461d;
}

.nav-tabs .nav-link {
    border: none !important;
    font-size: 16px;
    border-bottom: 3px solid transparent !important;
}
/*.nav-link {
    padding: 0.5rem 1.6rem !important;
}*/

.top-search {
    font-size: inherit;
    height: 41px;
    /*margin-left: 15px;*/
    border: None !important;
    outline: none;
    background-color: #fff;
    width: 300px;
    font-size: 16px;
}

.bootstrap-datetimepicker-widget dropdown-menu {
    z-index: 1000;
    display: block !important;
}

.pagination {
    margin: 0;
}

.bc-box {
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .bc-box h1 {
        margin-bottom: 0;
        position: relative;
        color: #2a2a2a;
        padding-right: 12px;
        font-size: 20px;
        font-weight: 600;
    }

    .bc-box .bclink {
        background-color: transparent;
        border-radius: 0;
        margin-bottom: 0;
        padding-left: 12px;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        list-style: none;
        display: flex;
        vertical-align: middle;
    }

        .bc-box .bclink .breadcrumb-item {
            color: #606060;
            position: relative;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle;
        }

    .bc-box .form-group {
        /*width:30%;*/
        margin-bottom: 0px;
    }

    .bc-box .form-group {
    }
/*.bc-box .has-search .form-control {
    padding-left: 2.375rem;
    margin-bottom:0px;
}*/

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.575rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control {
    width: 100%;
    padding-left: 2.375rem;
    margin-bottom: 0px;
    display: inline;
}

/*.breadcrumb .bclink .item::before {
    content: "\e9fa";
    position: absolute;
    right: -21px;
    top: 2px;
    line-height: 18px;
    color: #606060;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 18px;
}*/
.whitespace {
    /*width:30px;height:30px;
   border:blue 1px solid;
   display:inline-block;
   *display:inline;zoom:1;
   margin:0px;outline:none;*/
    vertical-align: top;
}

/*---Overlay Spinner Starts---*/
#overlay {
    background: rgba(255,255,255,0.6);
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
/*button {
  margin: 40px;
  padding: 5px 20px;
  cursor: pointer;
}*/
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*---Overlay Spinner Ends---*/


@media (max-width:390px) {
    /*.head h1{margin-top:65%;padding:15px;font-size:22px;text-align:center;}*/
    .logo-res {
        width: 50%;
    }

    .navbar-btn {
        margin: 0px;
    }

    #main-slider .centered {
        margin-top: 5%;
    }

    #main-slider .carousel .item {
        height: 210px;
    }

    #main-slider .carousel h1 {
        font-size: 1.125em;
        line-height: 20px;
    }

    #main-slider .carousel h2 {
        font-size: 0.875em;
        line-height: 20px;
    }

    #main-slider .carousel .btn {
        font-size: 0.750em;
        padding: 8px 10px;
    }

    #main-slider .carousel .boxed {
        padding: 5px 5px;
    }

    .topmenu {
        background-color: #fff;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        max-height: 410px;
        overflow-y: scroll !important;
        overflow-x: hidden;
    }

    .navbar-toggle {
        margin-right: 10px;
        margin-top: 10px;
        padding: 9px 8px;
        background-color: #313131;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .loginbox {
        max-width: 300px;
        padding: 30px;
    }

    .bc-box .bclink {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #main-slider .carousel .item {
        height: 500px;
    }

    .img-round-border {
        height: 100px !important;
        width: 100px !important;
    }

    .pod-img {
        border-radius: 10px !important;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-device-width:1024px) and (orientation:landscape) {
    .img-round-border {
        height: 100px !important;
        width: 100px !important;
    }
}

@media screen and (max-width: 1366px) {
    /*body {font-size:13px;}*/
    .logo {
        width: 160px;
    }

    .btn-cust-lg {
        font-size: 16px;
    }

    .chat-message {
        min-height: 76vh;
        max-height: 76vh;
    }

    .height-85vh {
        height: 87vh;
    }

    .chat-message {
        min-height: 68vh;
        max-height: 68vh;
    }
}
/*-----------CSS Overload Ends--------------*/

.header {
    position: fixed;
    z-index: 1000;
    min-height: 94px;
    width: 100%;
    background: rgba(255,255,255,0);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.service-list {
    height: 300px;
    overflow-y: auto;
}

/*Light Box image starts*/
.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden;
}

    .lightbox-gallery p {
        color: #fff;
    }

    .lightbox-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: #fff;
    }

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .lightbox-gallery .intro p {
        margin-bottom: 0;
    }

.lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-bottom: 30px;
}
/*Light Box image ends*/


.lightGallery {
    width: 100%;
    margin: 0;
}

    .lightGallery .image-tile {
        position: relative;
        margin-bottom: 30px;
        margin-right: 10px;
    }


.skewnow {
    position: relative;
    width: 100%;
    /*height:100vh;*/
    background-color: transparent;
}

    .skewnow:before {
        position: absolute;
        width: 100%;
        height: 1500px;
        content: '';
        background-color: #fddd31;
        transform-origin: top left;
        transform: skewY(-60deg);
    }

a:hover {
    color: 3057E5;
     -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.no-pointer
{
 cursor: default;
}

.no-pointer:hover
{
 color: #ffffff;
}

.small {
    font-size: .875em;
    margin-left: 10px;
}
/*.button-group,li 
{
    color: Black !important;
    font-weight: 500px;
}*/
input[type="checkbox"] {
    background-color: #00FF00 !important;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: 1px solid #00d18c !important;
    accent-color: #ffffff;
    height: 20px;
    width: 20px;
}

.upload-box {
    width: 100%;
    height: 500px;
    border: 2px dashed #A9BEDF;
    border-radius: 10px;
}

    .upload-box span {
        margin: 0;
        margin-right: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

.pod-img {
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.serch-back {
    background-color: white;
    font-size: 12px;
}

.s1 {
    margin-top: -94px;
    width: 15px;
    margin-right: 12px;
}

.icon-bg {
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border-radius: 100px;
}



.content-inner {
    border-radius: 0px;
    min-height: 100vh;
    height: auto;
}
.steper-flex
{
    margin-bottom: 23px;
    margin-top: 50px;
}
.steper-flex ul {
    display: inline-flex;
    width: 100%;
    max-width: 90%;
    margin: 0% auto 0% 5%;
}
.steper-flex ul li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;

}
.steper-flex ul li:before {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, #64A9FE 0%, #3057E5 112.35%);
    content: '';
    height: 5px;
    /* top: 35%; */
    left: 0;
}
.steper-flex ul li:after {
    background: linear-gradient(180deg, #64A9FE 0%, #3057E5 112.35%);
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: '';
    left: 0;
    top: -25px;
    right: 0;
    margin: auto;
    z-index: 10;
}
.steper-flex ul li:nth-child(1):after{
    left: 0!important;
    right: auto;
}
.steper-flex ul li:nth-last-of-type(1):after{
    right: 0;
    left: auto;
}
.steper-flex ul li:nth-last-of-type(1)::before {
    left: 0%!important;
}
.steper-flex ul li:nth-child(1) {
    width: 65%!important;
    text-align: left;
}
.steper-flex ul .active:after {
   background: linear-gradient(164.29deg, #03CE85 15.48%, #3CFFC7 93.47%);
}
.steper-flex ul li:nth-child(1):before {
    left: 0%!important;
    width: 119%!important;
    z-index: 2;
}
.steper-flex ul .active:before {
    background: linear-gradient(164.29deg, #03CE85 15.48%, #3CFFC7 93.47%);;
    left: 50%;
    width: 100%!important;
    z-index: 2;
}
.steper-flex ul .active span {
    color: #03CE85;
}


.steper-flex ul li:nth-child(1) span {
    width: fit-content;
    position: relative;
    left: -4%;
}
.steper-flex ul li span {
    width: 100%;
    float: left;
    padding-top: 28px;
    text-align: center;
    font-weight: bold;
}
.steper-flex ul li:nth-last-of-type(1) span {
    width: fit-content;
    float: right;
    position: relative;
    right: -11%;
}
.step-details {
    width: 100%;
    float: left;
    padding:0px 20px;
    background: rgba(48, 87, 229, 0.08);
    border-radius:0px 0px 18px 18px;
    margin-bottom: 20px;
}
.detail-header-flex p {
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    position: relative;
}
.detail-header-flex p:after {
    width: 5px;
    height: 100%;
    background-color: #28CB92;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-radius: 10px;
}
.main-deatils-sec {
   
    border-radius: 15px;
    padding: 40px 20px 20px 40px;
}
.upload-result-sec {
    display: flex;
    align-items: center;
    gap: 30px;
}
.result {
    border: 1px dashed #3057E5;
    padding: 20px;
    border-radius: 18px;
    flex: 0 0 auto;
    width: 50%;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;

}
.btn-rounded {
    border: 0px solid transparent;
    min-width:132px;
    min-height: 40px;
    padding: 9px;
}
.green-bg {
    background: linear-gradient(91.68deg, #03CE85 -8.87%, #3CFFC7 129.44%);
    width: fit-content;
}
.border-btn {
    border: 2px solid #3057E5;
}
.text-part form input[type="text"] {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: transparent;
    border: 0px;
    background: #ffffff;
    font-size: 16px;
    color: #B2B1B1!important;
}
.text-part form input::placeholder {
    color: #B2B1B1;
}
.text-part form input:focus {
    outline: 0;
    box-shadow: none;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 1.5rem;
    justify-content: space-between;
    padding: 14px;
    border: 2px solid #3057E5;
    border-radius: 15px;
    margin-bottom: 20px;
}
.form-check .form-check-input {
    float: left;
    margin-left: 15px;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border:1px solid #3057E5;
}

.form-check.menuitemshow {
    border-color: #3057E5;
}
.form-check-input:checked {
    accent-color: #3057E5!important;
}
.form-check-input:checked {
    background-color: #3057E5!important;
    border-color: #3057E5!important;
}
.form-select {
    background-color: #475C80;
    border: 0px;
    color: #fff!important;
    accent-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.main-deatils-sec textarea {
    width: 100%;
    color: #B2B1B1;
    padding: 20px;
    border-radius: 10px;
    background: #475C80;
    border: 0px;
    font-size: 20px;
    outline: 0!important;
}
.main-deatils-sec textarea::placeholder {
    color: #B2B1B1;
}
.multi-upload {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    margin-top: 20px;
}
.multi-upload .result {
    padding: 10px;
    width: 20%;
    min-height: 120px;
}
button.accordion-button {
    background: transparent !important;
    border: 0px;
    border-radius: 15px!important;
    color: #3057E5 !important;
    font-weight: bold;
    font-size: 18px;
    padding: 18px 0px;
}
.accordion-item {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #3057E5;
}
.accordion-body {
    background: transparent !important;
    padding: 0px 20px;
    border-radius: 0px 0px 15px 15px!important;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button::after {
    display: none;
}
.order-summery-img-sec {
    width: 100%;
    max-width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.order-summery-img-sec img {
    max-width: 200px;
    margin: auto;
}
.accordion {
    margin-top: 5px;
}
.accordion-body strong {
    font-weight: bolder;
    font-size: 13px;
    margin-bottom: 10px!important;
    width: 100%;
}
.accordion-body ul {
    list-style: disc;
    padding-left: 20px;
}
.billing-summery {
       background: rgba(48, 87, 229, 0.08);
       
    border-radius:18px;
}
.billing-summery h3 {
    font-weight: bold;
    font-size: 14px;

}
.billing-summery ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 11px;

}
.billing-summery ul
{
    padding: 5px 15px;
    font-weight: bold;
}
.billing-summery strong {
    color: #03CE85;
}
.fit-content {
    width: fit-content;
}
.success-message-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.next-prev-flex {
    width: 100%;
    float: left;
    margin-bottom: 150px;
}
.success-message-sec p {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

@media only screen and (max-width: 600px) {
  .list-unstyled {
    padding-left:0px;
  }
  #sidebar .navbar-logo
  {
    margin-bottom:0px !important;
    margin-top:0px !important;
  }
  #sidebar ul li a{
    margin: 6px 0px 6px 0px;
    padding:6px 10px 6px 39px;
  }
}
.new-btn
{
        width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Mulish';
}
.new-btn img
{
      margin-left: 5px;
    width: 23px;
    margin-top: -5px;
}

.forgot-password-section,
.signup-section,
.login-section
{
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 50px;
}
.section-tabs
{
    width: 90%;
    
}
.section-tabs .tabs{
    float: right;
    width: 110px;
    background: #e2e9f4;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
}
.section-tabs .tabs.active{
 background: #ffffff;

}
.section-tabs .tabs a {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.tab-title{
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tab-title img 
{
  width: 50px;
}
.half-field
{
    width: 47.5%;
    float: left;
}
.search_input.half
{
    width: 47.5%;
    float: left;
}
.margin-8
{
    margin-right: 5%;
}
.button-border
{
    border: 1px solid #00d18c;
    color: #00d18c;
}
.hide.search_input 
{
    display: none;
}
.dd-label
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Century Gothic';
}


.li-div
{
    background-image: url("../../assets/images/tick-orange.svg");
    background-position: left 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 20px 40px;
    margin: 0px 20px;
    font-size: 18px;
    border-bottom: 1px solid #D0DEF0;
}
.li-div:last-child
{
    border:0px !important;  
}
.example-report-heading
{
    margin-bottom: 40px;
    float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
}
.example-report-heading .line
{
    float: left;
    height: 1px;
    background: #D0DEF0;
    width: 100%;
    margin-top: 11px;
    position: absolute;
    z-index: 0;
}
.example-report-heading .line.full
{
width: 100%;
}

.example-report-heading .title
{
    text-transform: uppercase;
    letter-spacing: 3px;
    float: right;
    background: #ffffff;
    z-index: 6;
    position: relative;
    padding: 2px 10px;
}
.example-report-image
{

}
.example-report-image img{
    max-width: 100%;
}
.letter-spacing
{
    letter-spacing: 3px;
}
app-root table.dataTable thead th, 
app-root table.dataTable thead td, 
app-root table.dataTable tfoot th, 
app-root table.dataTable tfoot td
{
    text-align: center;
}
.select-drop-down-btn .dropdown-menu
{
    max-height: 300px;
    overflow-y: scroll;
}
app-root table.dataTable thead>tr>th.sorting:before,
app-root table.dataTable thead>tr>th.sorting:after, 
app-root table.dataTable thead>tr>th.sorting_asc:before,
app-root table.dataTable thead>tr>th.sorting_asc:after,
app-root table.dataTable thead>tr>th.sorting_desc:before,
app-root table.dataTable thead>tr>th.sorting_desc:after,
app-root table.dataTable thead>tr>th.sorting_asc_disabled:before,
app-root table.dataTable thead>tr>th.sorting_asc_disabled:after,
app-root table.dataTable thead>tr>th.sorting_desc_disabled:before,
app-root table.dataTable thead>tr>th.sorting_desc_disabled:after,
app-root table.dataTable thead>tr>td.sorting:before,
app-root table.dataTable thead>tr>td.sorting:after,
app-root table.dataTable thead>tr>td.sorting_asc:before,
app-root table.dataTable thead>tr>td.sorting_asc:after,
app-root table.dataTable thead>tr>td.sorting_desc:before,
app-root table.dataTable thead>tr>td.sorting_desc:after,
app-root table.dataTable thead>tr>td.sorting_asc_disabled:before,
app-root table.dataTable thead>tr>td.sorting_asc_disabled:after,
app-root table.dataTable thead>tr>td.sorting_desc_disabled:before,
app-root table.dataTable thead>tr>td.sorting_desc_disabled:after
{
    font-size: 10px !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before
{
    border: 0px !important;
    background-image: url(../images/chevron-downdropdown-arrow.png);
    background-size: 25px;
    background-position: center;
    height: 25px;
    width: 25px;
    display: block;
    top: 2px !important;
}
.dropdown-toggle::after
{
    border: 0px !important;
     background-image: url(../images/chevron-downdropdown-arrow.png);
    background-size: 25px;
    background-position: center;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    background-color:#f1f4f8;
}
.dropdown-multiselect--active .dropdown-multiselect__caret::before{
    margin-top: 0px !important;
}
.padding-right-0
{
    padding-right: 0px !important;
}
.height-70
{
    height: 70px !important;
    line-height: 70px;
    padding: 0px !important;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
    color: inherit !important;
}