.rightbg
{
    text-align: right;
}

.mainbgdiv
{
    display: inline-block;
}

.mainbgdiv>h4
{
    margin: 10px;
    display: inline-block;
    background-color: #fa9e1b;
    color: white;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 4px;
}



/*Header Design CSS*/
#header-design1
{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-design1 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
}

#header-design1 .header1logo
{
    text-align: left;
}

#header-design1 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #header-design1 .header1logo
    {
        text-align: center;
    }
    #header-design1 .spmenu
    {
        background-color: rgba(0,0,0,0.4);
        margin-top: 4px;
    }
}

#header-design1 .textspace
{
    margin-top: 200px;
}

#header-design1 .text1
{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 0 0;
}

#header-design1 .text2
{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0 0;
}

#header-design1 .link1
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #ffffff;
    margin: 20px 0 40px 0;
}

#header-design2
{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-design2 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-design2 .header1logo
{
    text-align: left;
}

#header-design2 .header1logo img
{
    max-width: 100%;
}

#header-design2 .top_ul
{
    list-style: none;
    float: right;
}

@media screen and (max-width: 991px)
{
    #header-design2 .header1logo
    {
        text-align: center;
    }
    #header-design2 .top_ul
    {
        display: none;
    }
}

#header-design2 .top_ul li
{
    display: inline-block;
    float: right;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.4);
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#header-design2 .top_ul li:first-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#header-design2 .top_ul li div.cell
{
    display: table-cell;
    vertical-align: middle;
}

#header-design2 .top_ul li div.icon_holder
{
    width: 48px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}

#header-design2 .top_ul li div.icon_holder .icon > i
{
    display: block;
    font-size: 24px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 48px;
}

#header-design2 .top_ul li div.text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#header-design2 .top_ul li div.text_holder h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#header-design2 .top_ul li div.text_holder p, #header-design2 .top_ul li div.text_holder p a, #header-design2 .top_ul li div.text_holder p a:hover, #header-design2 .top_ul li div.text_holder p a:focus
{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

#header-design2 .menubg
{
    background-color: rgba(0,0,0,0.6);
}

#header-design2 .textspace
{
    margin-top: 160px;
}

#header-design2 .text1
{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 0 0;
}

#header-design2 .text2
{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0 0;
}

#header-design2 .link1
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #ffffff;
    margin: 20px 0 40px 0;
}

#header-design3 ul.social
{
    margin: 12px 10px 8px 0;
}

#header-design3 ul.social li
{
    display: inline-block;
    margin-right: 10px;
}

#header-design3 ul.social li img
{
    max-width: 32px;
    max-height: 32px;
    min-width: 20px;
    min-height: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#header-design3 ul.social li:hover img
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#header-design3 ul.contact
{
    margin: 12px 10px 8px 0;
}

#header-design3 ul.contact li
{
    display: inline-block;
    margin-right: 15px;
}

#header-design3 ul.contact li .icondiv
{
    display: table-cell;
    vertical-align: middle;
}

#header-design3 ul.contact li .icondiv .icon
{
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#header-design3 ul.contact li .icondiv .icon i
{
    line-height: 32px;
}

#header-design3 ul.contact li .textdiv
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}


@media screen and (max-width: 767px)
{
    #header-design3 ul.contact
    {
        display: none;
    }
}



#header-design4 .topborder
{
    border-bottom: dashed 1px #e2e6ea;
}

#header-design4 .header_block
{
    float: right;
}

#header-design4 .header_block .blocks
{
    border-left: dashed 1px #e2e6ea;
    height: 40px;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 4px;
    display: table;
}

#header-design4 .header_block .blocks span,
#header-design4 .header_block .blocks p,
#header-design4 .header_block .blocks a
{
    padding: 0;
    color: #6c7178;
    font-size: 14px;
    line-height: 25px;
}

#header-design4 .header_block .blocks .link1
{
    padding: 5px 10px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -2px;
}

@media screen and (max-width: 767px)
{
    #header-design4 .header_block .blocks
    {
        float: left;
        border: none;
    }
    #header-design4 p
    {
        text-align: left !important;
    }
}

#header-design5 .flexbox1
{
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 6px;
    margin-bottom: 6px;
}

#header-design5 .header1logo
{
    text-align: left;
}

#header-design5 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #header-design5 .header1logo
    {
        text-align: center;
    }
}

#header-design6 .flexbox1
{
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 6px;
    margin-bottom: 6px;
}

#header-design6 .header1logo
{
    text-align: left;
}

#header-design6 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #header-design6 .header1logo
    {
        text-align: center;
    }
}

#header-design7 .topborder
{
    border-bottom: dashed 1px #e2e6ea;
}

#header-design7 .header_block
{
    float: right;
}

#header-design7 .header_block .blocks
{
    border-left: dashed 1px #e2e6ea;
    height: 40px;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 4px;
    display: table;
}

#header-design7 .header_block .blocks span,
#header-design7 .header_block .blocks p,
#header-design7 .header_block .blocks a
{
    padding: 0;
    color: #6c7178;
    font-size: 14px;
    line-height: 25px;
}

#header-design7 .header_block .blocks .link1
{
    padding: 5px 10px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -2px;
}

@media screen and (max-width: 767px)
{
    #header-design7 .header_block .blocks
    {
        float: left;
        border: none;
    }
}

 #header-design8
{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat-x;
    animation: bgScroll 300s linear infinite;
    -webkit-animation: bgScroll 300s linear infinite;
}

@-webkit-keyframes bgScroll
{
    from{background-position:0 0}
    to{background-position:-7808px 0}
}

@-moz-keyframes bgScroll
{
    from{background-position:0 0}
    to{background-position:-7808px 0}
}

@keyframes bgScroll
{
    from{background-position:0 0}
    to{background-position:-7808px 0}
}

#header-design8 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
}

#header-design8 .header1logo
{
    text-align: left;
}

#header-design8 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #header-design8 .header1logo
    {
        text-align: center;
    }
    #header-design8 .spmenu
    {
        background-color: rgba(0,0,0,0.6);
        margin-top: 4px;
    }
}

#header-design8 .textspace
{
    margin-top: 200px;
}

#header-design8 .text1
{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 0 0;
}

#header-design8 .text2
{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0 0;
}

#header-design8 .link1
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #ffffff;
    margin: 20px 0 40px 0;
}

#header-design10 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


#header-design10 .header1logo
{
    text-align: left;
}

#header-design10 .header1logo img
{
    max-width: 100%;
}

#header-design10 .top_ul
{
    list-style: none;
    float: right;
}

#header-design10 .top_ul li
{
    display: inline-block; 
    float: right;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #f7f7f7;        
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#header-design10 .top_ul li:first-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#header-design10 .top_ul li div.cell
{
    display: table-cell;
    vertical-align: middle;
}

#header-design10 .top_ul li div.icon_holder .icon
{
    display: block;
    font-weight: 500;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}

#header-design10 .top_ul li div.icon_holder .icon i
{
    line-height: 48px;
    font-size: 22px;
}

#header-design10 .top_ul li div.text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#header-design10 .top_ul li div.text_holder h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#header-design10 .top_ul li div.text_holder p,
#header-design10 .top_ul li div.text_holder p a,
#header-design10 .top_ul li div.text_holder p a:hover,
#header-design10 .top_ul li div.text_holder p a:focus
{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

@media screen and (max-width: 767px)
{
    #header-design10 .header1logo
    {
        text-align: center;
    }
    #header-design10 .top_ul
    {
        display: none;
    }
}



#header-design13 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#header-design13 .header1logo
{
    text-align: left;
}

#header-design13 .header1logo img
{
    max-width: 100%;
}

#header-design13 .top_ul
{
    list-style: none;
    float: right;
}

#header-design13 .top_ul li
{
    display: inline-block; 
    float: right;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    border-right: 1px solid #f7f7f7;        
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#header-design13 .top_ul li:first-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#header-design13 .top_ul li div.cell
{
    display: table-cell;
    vertical-align: middle;
}

#header-design13 .top_ul li div.icon_holder .icon
{
    display: block;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

#header-design13 .top_ul li div.icon_holder .icon i
{
    line-height: 40px;
    font-size: 20px;
}

#header-design13 .top_ul li div.text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#header-design13 .top_ul li div.text_holder h6
{
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 0 0 4px;
}

#header-design13 .top_ul li div.text_holder p,
#header-design13 .top_ul li div.text_holder p a,
#header-design13 .top_ul li div.text_holder p a:hover,
#header-design13 .top_ul li div.text_holder p a:focus
{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

@media screen and (max-width: 991px)
{
    #header-design13 .header1logo
    {
        text-align: center;
    }
}

@media screen and (max-width: 767px)
{
    #header-design13 .top_ul
    {
        display: none;
    }
}



#header-design14 .reldiv
{
    position: relative;
}

#header-design14 .branding
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 32%;
    min-height: 100%;
    float: left;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 24px rgba(61, 61, 61, 0.1);
    box-shadow: 0 0 24px rgba(61, 61, 61, 0.1);
}

#header-design14 .branding img
{
    max-width: 100%;
}

#header-design14 .menusdiv
{
    width: 66%;
    float: right;
}

#header-design14 .topbar
{
    width: 100%;
}

#header-design14 .header_block
{
    float: right;
}

#header-design14 .header_block .blocks
{
    border-left: dashed 1px #e2e6ea;
    height: 40px;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 4px;
    display: table;
}

#header-design14 .header_block .blocks span,
#header-design14 .header_block .blocks p,
#header-design14 .header_block .blocks a
{
    padding: 0;
    color: #6c7178;
    font-size: 14px;
    line-height: 25px;
}

#header-design14 .menu_bar
{
    width: 100%;
    position: relative;
}

#header-design14 .menu_bar:before
{
    content: '';
    display: block;
    position: absolute;
    left: -9999rem;
    right: -9999rem;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #333333;
}

@media screen and (max-width: 994px)
{
    #header-design14 .branding,#header-design14 .menusdiv
    {
        position: static;
        width: 100%;
    }
    #header-design14 .topbar
    {
        display: none;
    }
    #header-design14 .menu_bar
    {
        background: #333333;
    }
    #header-design14 .menu_bar:before
    {
        content: '';
        display: none;
    }
}

#header-design15
{
    padding: 10px 15px 0 15px;
}

#header-design15 .branding
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #dddddd;
    text-align: center;
}

#header-design15 .menusdiv
{
    text-align: center;
}

#header-design15 .menusdiv:before,
#header-design15 .menusdiv:after
{
    content: '';
    clear: both;
    display: block;
}

#header-design15 .menu_bar
{
    display: inline-block;
}

@media screen and (max-width: 991px)
{
    #header-design15 .menu_bar
    {
        display: block;        
    }
}

#header-design16 .flexbox1
{
    display: -webkit-flex;
    display: flex;
}

#header-design16 .logodiv
{
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 15px;
}

#header-design16 .menudiv
{
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header-design16 .logodiv:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #ffffff;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: -1;
}

#header-design16 .logodiv img
{
    max-width: 250px;
}

#header-design16 .topbar
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px;
    position: relative;
    z-index: 1;
}

#header-design16 .topbar:before
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #ffffff;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}

#header-design16 .icon
{
    font-size: 18px;
    margin-right: 10px;
    margin-left: 30px;
}

#header-design16 p
{
    padding: 0;
    margin: 0;
}

#header-design16 .menubar
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 991px)
{
    #header-design16 .flexbox1
    {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    #header-design16 .logodiv,#header-design16 .menudiv
    {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    #header-design16 .topbar
    {
        display: none;
    }
    #header-design16 .logodiv
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#header-design17 .flex1
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header-design17 .flex1 .columns
{
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    padding: 15px;
    width: 33.33%;
}

#header-design17 .flex1 .colum1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#header-design17 .flex1 .colum2
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header-design17 .flex1 .colum2 img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #header-design17 .flex1 .colum2
    {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

#header-design17 .flex1 .colum3
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header-design17 .icon
{
    font-size: 18px;
    margin-right: 10px;
}

#header-design17 p
{
    padding: 0;
    margin: 0;
}

#header-design17 .menuflex
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#header-design18
{
    padding-top: 6px;
    padding-bottom: 40px;
    position: relative;
}

#header-design18 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


#header-design18 .header1logo
{
    text-align: left;
}

#header-design18 .header1logo img
{
    max-width: 100%;
}

#header-design18 .top_ul
{
    list-style: none;
    float: right;
}

#header-design18 .top_ul li
{
    display: inline-block; 
    float: right;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid rgba(255,255,254,0.4);        
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#header-design18 .top_ul li:first-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#header-design18 .top_ul li div.cell
{
    display: table-cell;
    vertical-align: middle;
}

#header-design18 .top_ul li div.icon_holder .icon
{
    display: block;
    font-weight: 500;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

#header-design18 .top_ul li div.icon_holder .icon i
{
    line-height: 40px;
    font-size: 16px;
}

#header-design18 .top_ul li div.text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#header-design18 .top_ul li div.text_holder h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#header-design18 .top_ul li div.text_holder p,
#header-design18 .top_ul li div.text_holder p a,
#header-design18 .top_ul li div.text_holder p a:hover,
#header-design18 .top_ul li div.text_holder p a:focus
{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

#header-design18 .menubox
{
    position: absolute; 
    background-color: #efefef; 
    width: 100%; 
    bottom: -70px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
    z-index: 99;
}

#header-design18 .menuflex
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;    
}

@media screen and (max-width: 991px)
{
    #header-design18 .header1logo
    {
        text-align: center;
    }
    #header-design18 .top_ul
    {
        display: none;
    }
    #header-design18 .menubox
    {
        position: static;
        border-radius: 0;
        padding-bottom: 0px;
        padding-top: 0px;
        background-color: transparent;
    }
    #header-design18
    {
        padding-bottom: 0px;
    }
    #header-design18 .menuflex
    {
        background-color: #efefef;
    }
    #header-design18 .menucolor
    {
        background-color: #efefef; 
        margin-top: 6px;
    }
}

.dth1920
{
    display:table;
    width: 100%;
}

.dch1920
{
    display: table-cell;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
}

.logop1920
{
    max-width: 300px;
    max-height: 100px;
}

.linh1920
{
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
    margin: 4px;
}

@media screen and (max-width: 991px)
{
    .dth1920
    {
        display: block;
    }
    .dch1920
    {
        display: block;
        text-align: center !important;
        width: 100%;
    }
}

#header-design21
{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-design21 .flexboxh21
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

#header-design21 .logoh21
{
    text-align: left;
}

#header-design21 .logoh21 img
{
    max-width: 280px;
	max-height: 100px;
}

#header-design21 .top_ulh21
{
    list-style: none;
    float: right;
}

@media screen and (max-width: 991px)
{
    #header-design21 .logoh21
    {
        text-align: center;
    }
    #header-design21 .top_ulh21
    {
        display: none;
    }
}

#header-design21 .top_ulh21 li
{
    display: inline-block;
    float: left;
    margin-right: 80px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#header-design21 .top_ulh21 li:last-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#header-design21 .top_ulh21 li div.cellh21
{
    display: table-cell;
    vertical-align: top;
    padding-top: 6px;
}

#header-design21 .top_ulh21 li .icon > i
{
    font-size: 28px;
    font-weight: 500;
}

#header-design21 .top_ulh21 li div.text_holderh21
{
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}

#header-design21 .top_ulh21 li div.text_holderh21 h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#header-design21 .top_ulh21 li div.text_holderh21 p, #header-design21 .top_ulh21 li div.text_holderh21 p a, #header-design21 .top_ulh21 li div.text_holderh21 p a:hover, #header-design21 .top_ulh21 li div.text_holderh21 p a:focus
{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

#header-design21 .textspace21
{
    margin-top: 150px;
}

#header-design21 .text211
{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 0 0;
}

@media screen and (max-width: 767px)
{
    #header-design21 .text211
    {
        font-size: 28px;
    }
    #header-design21 .textspace21
    {
        margin-top: 100px;
    }
}

#header-design21 .text212
{
    padding: 25px 0 0 0;
}

#header-design21 .link21
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #ffffff;
    margin: 30px 0 40px 0;
}





/*Subpage Header Design CSS*/
#subpage-design1
{
    width: 100%;
    height: auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#subpage-design1 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
}

#subpage-design1 .header1logo
{
    text-align: left;
}

#subpage-design1 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #subpage-design1 .header1logo
    {
        text-align: center;
    }
    #subpage-design1 .spmenu
    {
        background-color: rgba(0,0,0,0.6);
        margin-top: 4px;
    }
}

#subpage-design1 .textspace
{
    margin: 40px 0 30px;
}

#subpage-design1 .textspace h1
{
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 2px;
    color: white;
}

#subpage-design2
{
    width: 100%;
    height: auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#subpage-design2 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

#subpage-design2 .header1logo
{
    text-align: left;
}

#subpage-design2 .header1logo img
{
    max-width: 100%;
}

#subpage-design2 .top_ul
{
    list-style: none;
    float: right;
}

#subpage-design2 .top_ul li
{
    display: inline-block;
    float: right;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.4);
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#subpage-design2 .top_ul li:first-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#subpage-design2 .top_ul li div.cell
{
    display: table-cell;
    vertical-align: middle;
}

#subpage-design2 .top_ul li div.icon_holder
{
    width: 48px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}

#subpage-design2 .top_ul li div.icon_holder .icon > i
{
    display: block;
    font-size: 24px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 48px;
}

#subpage-design2 .top_ul li div.text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#subpage-design2 .top_ul li div.text_holder h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#subpage-design2 .top_ul li div.text_holder p, #subpage-design2 .top_ul li div.text_holder p a, #subpage-design2 .top_ul li div.text_holder p a:hover, #subpage-design2 .top_ul li div.text_holder p a:focus
{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

@media screen and (max-width: 991px)
{
    #subpage-design2 .header1logo
    {
        text-align: center;
    }
    #subpage-design2 .top_ul
    {
        display: none;
    }
}

#subpage-design2 .menubg
{
    background-color: rgba(0,0,0,0.6);
}

#subpage-design2 .textspace
{
    margin: 40px 0 30px;
}

#subpage-design2 .textspace h1
{
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 2px;
    color: white;
}

#subpage-design3 .textspace
{
    margin: 20px 0 20px 0;
}

#subpage-design3 .textspace h1
{
    display: inline-block;
    margin: 0;
    font-weight: 400;
}

#subpage-design4
{
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#subpage-design4 .textspace
{
    margin: 20px 0 20px 0;
}

#subpage-design4 .textspace h1
{
    display: inline-block;
    margin: 0;
    font-weight: 400;
}

#subpage-design5
{
    width: 100%;
    height: auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat-x;
    animation: bgScroll 300s linear infinite;
    -webkit-animation: bgScroll 300s linear infinite;
}

@-webkit-keyframes bgScroll1
{
    from{background-position:0 0}
    to{background-position:-7808px 0}
}

@keyframes bgScroll1
{
    from{background-position:0 0}
    to{background-position:-7808px 0}
}

#subpage-design5 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
}

#subpage-design5 .header1logo
{
    text-align: left;
}

#subpage-design5 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    #subpage-design5 .header1logo
    {
        text-align: center;
    }
    #subpage-design5 .spmenu
    {
        background-color: rgba(0,0,0,0.6);
        margin-top: 4px;
    }
}

#subpage-design5 .textspace
{
    margin: 40px 0 30px;
}

#subpage-design5 .textspace h1
{
    display: inline-block;
    line-height: 46px;
    letter-spacing: 2px;
}

#subpage-design21
{
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#subpage-design21 .flexboxh21
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

#subpage-design21 .logoh21
{
    text-align: left;
}

#subpage-design21 .logoh21 img
{
    max-width: 280px;
	max-height: 100px;
}

#subpage-design21 .top_ulh21
{
    list-style: none;
    float: right;
}

@media screen and (max-width: 991px)
{
    #subpage-design21 .logoh21
    {
        text-align: center;
    }
    #subpage-design21 .top_ulh21
    {
        display: none;
    }
}

#subpage-design21 .top_ulh21 li
{
    display: inline-block;
    float: left;
    margin-right: 80px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#subpage-design21 .top_ulh21 li:last-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#subpage-design21 .top_ulh21 li div.cellh21
{
    display: table-cell;
    vertical-align: top;
    padding-top: 6px;
}

#subpage-design21 .top_ulh21 li .icon > i
{
    font-size: 28px;
    font-weight: 500;
}

#subpage-design21 .top_ulh21 li div.text_holderh21
{
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}

#subpage-design21 .top_ulh21 li div.text_holderh21 h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#subpage-design21 .top_ulh21 li div.text_holderh21 p, #subpage-design21 .top_ulh21 li div.text_holderh21 p a, #subpage-design21 .top_ulh21 li div.text_holderh21 p a:hover, #subpage-design21 .top_ulh21 li div.text_holderh21 p a:focus
{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

#subpage-design21 .textsub21
{
    margin: 0 0 10px 0;
}

#subpage-design21 .textsub21 h1
{
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 2px;
    color: white;
}







/*Footer Design CSS*/
#footer-design1
{
    padding: 50px 15px;
}

#footer-design1 .flexbox1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#footer-design1 .footer_div
{
    border-left: 1px solid #fff;
    padding-left: 40px;
}

#footer-design1 .footer_div h4
{
    font-size: 24px;
    color: #f68634;
    margin: 0 0 18px;
    display: inline-block;
}

#footer-design1 .footer_div p
{
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0;
}

#footer-design1 .footer_row
{
    margin-top: 40px;
}

#footer-design1 .footer_div2 p
{
    color: white;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0;
}

#footer-design1 .footer_div2 h4
{
    font-size: 24px;
    color: #f68634;
    margin: 0 0 18px;
    display: inline-block;
}

#footer-design1 .footer_div2 ul.social li
{
    display: inline-block;
    margin-right: 15px;
}

@media only screen and (max-width: 991px)
{
    #footer-design1 .footer_div
    {
        margin-bottom: 25px;
        padding-left: 15px;
        border: none;
    }
    #footer-design1 .footer_div h4, .footer_div2 h4
    {
        margin-bottom: 10px;
    }
    #footer-design1 .footer_div2
    {
        margin-bottom: 25px;
    }
    #footer-design1 .footer_row
    {
        margin-top: 0;
    }
}

#footer-design2
{
    background-color: #000;
    padding-top: 14px;
    padding-bottom: 4px;
}

#footer-design3
{
    padding: 40px 15px 20px 15px;
}

#footer-design3 .links
{
    list-style: none;
    margin: 0 0 15px 0;
}

#footer-design3 .links li
{
    display: inline-block;
    padding: 0 10px 0 0;
}

#footer-design3 .links li a
{
    position: relative;
    padding: 0px 0 0 20px;
    color: #fff;
    font-size: 14px;
}

#footer-design3 .links li a:before
{
    position: absolute;
    left: 0px;
    top: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background: #acacac;
    border-radius: 50%;
}

#footer-design3 h4
{
    font-size: 20px;
    color: #f68634;
    margin: 0 0 10px;
}

#footer-design3 ul.social li
{
    display: inline-block;
    margin-right: 15px;
}

#footer-design4
{
    padding: 40px 15px 20px 15px;
}

#footer-design4 .links
{
    list-style: none;
    margin: 30px 0;
}

#footer-design4 .links li
{
    display: inline-block;
    padding: 0 10px 0 0;
}

#footer-design4 .links li a
{
    position: relative;
    padding: 0px 0 0 20px;
    color: #fff;
    font-size: 15px;
}

#footer-design4 ul.social li
{
    display: inline-block;
    margin-right: 15px;
}

#footer-design5
{
    padding: 20px 15px 10px 15px;
}

#footer-design5 .links
{
    list-style: none;
    margin: 15px 0 15px 0;
}

#footer-design5 .links li
{
    display: inline-block;
    padding: 0 10px 0 0;
}

#footer-design5 .links li a
{
    position: relative;
    padding: 0px 0 0 20px;
    color: #fff;
    font-size: 14px;
}

#footer-design5 .links li a:before
{
    position: absolute;
    left: 0px;
    top: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background: #acacac;
    border-radius: 50%;
}

#footer-design5 h4
{
    font-size: 20px;
    color: #f68634;
    margin: 15px 0 10px;
}

#footer-design5 ul.social li
{
    display: inline-block;
    margin-right: 15px;
}

#footer-design6
{
    padding: 30px 15px 20px 15px;
}

#footer-design6 .footer_div
{
    padding: 0 30px 10px 30px;
}

#footer-design6 .footer_div h4
{    
    margin: 10px 0 18px;
    display: block;
}

#footer-design6 .footer_div p
{
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

#footer-design6 ul.flist
{
    font-size: 14px; 
    line-height: 22px; 
    margin: 0;
}

#footer-design6 ul.flist li
{ 
    position: relative; 
    font-size: 15px; 
    padding-bottom: 8px; 
    padding-left: 24px; 
    list-style: none; 
} 

#footer-design6 ul.flist li a
{
    color: white;
}

#footer-design6 ul.flist li:before 
{ 
    content: "\f138"; 
    font-family: FontAwesome; 
    color: #ffffff; 
    font-size: 18px; 
    position: absolute; 
    top: 0; 
    left: 0; 
}

#footer-design6 .footer_image
{
    display: block;
}

#footer-design6 .footer_image img
{
    max-width: 100%;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer-design6 .footer_div:hover img
{
    opacity: 1;
}

 #footer-design7 .hdcolor
{
    padding: 30px 15px 5px 15px;
}

#footer-design7 .footer_div
{
    padding: 0 30px 10px 30px;
}

#footer-design7 .footer_div h4
{    
    margin: 10px 0 18px;
    display: block;
}

#footer-design7 .footer_div p
{
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

#footer-design7 ul.flist
{
    margin: 0;
    padding: 0;
}

#footer-design7 ul.flist li
{ 
    position: relative; 
    font-size: 15px; 
    padding-bottom: 12px; 
    padding-left: 20px; 
    list-style: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 

#footer-design7 ul.flist li:hover
{
    padding-left: 26px;
}

#footer-design7 ul.flist li a
{
    color: white;
}

#footer-design7 ul.flist li:before 
{ 
    content: "\f054"; 
    font-family: FontAwesome; 
    color: #ffffff; 
    font-size: 15px; 
    position: absolute; 
    top: 0; 
    left: 0; 
}

#footer-design7 .dtabl
{
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

#footer-design7 .dtcl
{
    display: table-cell;
}

#footer-design7 .dtcl:first-child
{
    vertical-align: top;
    width: 56px;
    text-align: left;
}

#footer-design7 .dtcl:last-child
{
    vertical-align: middle;
}

#footer-design7 .dtcl .icon
{
    width: 36px;
    height: 36px;
    border: 1px solid white;
    text-align: center;
}

#footer-design7 .dtcl .icon i
{
    line-height: 34px;
    font-size: 18px;
}

#footer-design7 .dtcl p
{
    font-size: 15px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}

#footer-design7 .brdrrow
{
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 15px;
}

#footer-design8 .rowspace
{
    padding: 30px 15px 5px 15px;
}

#footer-design8 .flexbox2
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#footer-design8 .footer_div
{
    height: 100%;
    position: relative;
    padding: 20px 20px 20px 5px;
}

#footer-design8 .dtabl
{
    display: table;
    width: 100%;
}

#footer-design8 .dtcl
{
    display: table-cell;
}

#footer-design8 .dtcl:first-child
{
    vertical-align: top;
    width: 56px;
    text-align: left;
}

#footer-design8 .dtcl:last-child
{
    vertical-align: middle;
}

#footer-design8 .dtcl .icon
{
    width: 60px;
    height: 30px;
    text-align: center;
}

#footer-design8 .dtcl .icon>i
{
    line-height: 30px;
    font-size: 28px;
}

#footer-design8 .dtcl h3
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}

#footer-design8 .dtcl p
{
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

#footer-design8 .brdrrow
{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    margin-top: 30px;
}

@media screen and (max-width: 767px)
{
    #footer-design8 .flexbox2
    {
        display: block;
    }
    #footer-design8 .footer_div
    {
        margin-bottom: 20px;
    }
    #footer-design8 .brdrrow
    {
        margin-top: 10px;
    }
}

#footer-design9
{
    padding: 60px 15px 15px 15px;
}

#footer-design9 .flexbox2
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#footer-design9 .footer_div
{
    height: 100%;
    position: relative;
    padding: 40px 20px 20px 20px;
    border: 1px solid #2c414f;
}

#footer-design9 .conicon
{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    font-size: 32px;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#footer-design9 .conicon>i 
{
    line-height: 60px;
}

#footer-design9 .maintitle
{
    margin: 20px 0;
}

#footer-design9 p
{
    padding: 0;
}

#footer-design9 .brdrrow
{
    border-top: 1px solid #2c414f;
    padding-top: 15px;
    margin-top: 30px;
}

@media screen and (max-width: 767px)
{
    #footer-design9 .flexbox2
    {
        display: block;
    }
    #footer-design9 .footer_div
    {
        margin-bottom: 60px;
    }
    #footer-design9 .brdrrow
    {
        margin-top: -20px;
    }
}


#footer-design11 .flexbox1
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

#footer-design11 .columns
{
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 991px)
{
    #footer-design11 .columns
    {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

#footer-design11 .content
{
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    color: white;
    padding: 40px 0 40px 0;
    position: relative;
    text-align: left;
}

#footer-design11 .image img
{
    width: 60px;
}

#footer-design11 h4
{
    margin: 0 0 10px 0;
}

#footer-design11 p,#footer-design11 a
{
    margin: 0;
    padding: 0;
    line-height: 30px;
}

@media screen and (max-width: 1100px)
{
    #footer-design11 p,#footer-design11 a
    {
        font-size: 18px !important;
    }
}

#footer-design12 .flexbox1
{
     display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#footer-design12 .mapdiv
{
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
}

#footer-design12 .mapdiv iframe
{
    width: 100% !important;
    height: 100% !important;
}

#footer-design12 .contactdiv
{
    -webkit-flex-basis: 57.68%;
    flex-basis: 57.68%;
    padding: 30px 0 10px 40px;
}

#footer-design12 .contactdiv h3
{
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}

#footer-design12 .topspace
{
    padding-top: 10px;
}

#footer-design12 .topspace>div
{
    padding-top: 5px;
}

#footer-design12 .contactdiv h4
{
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

#footer-design12 .contactdiv p,#footer-design12 .contactdiv a
{
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-decoration: none;
}

#footer-design12 hr
{
    border-color: rgba(255,255,255,0.4);
}

#footer-design12 .copyright
{
    float: left;
    padding-bottom: 10px;
}

#footer-design12 .social
{
    float: right;
    padding-bottom: 10px;
}

#footer-design12 .social ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-design12 .social ul li
{
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#footer-design12 .social ul li img
{
    max-width: 26px;
}

@media screen and (max-width: 991px)
{
    #footer-design12 .flexbox1
    {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }    
    #footer-design12 .mapdiv
    {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    #footer-design12 .contactdiv
    {
        -webkit-flex-basis: 90%;
        flex-basis: 90%;
    }
    #footer-design12 .mapdiv iframe
    {
        min-height: 350px !important;
    }
}

#footer-design13
{
    margin-top: 50px;
    position: relative;
}

#footer-design13 .flex13box
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; 
    top: -30px;
}

#footer-design13 .colu13mn
{
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
    padding: 30px 15px;
    display: -webkit-flex;
    display: flex;
    flex-flow:column nowrap;
    -webkit-flex-flow:column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.2);
}

@media screen and (max-width: 600px)
{
    #footer-design13 .colu13mn
    {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        padding: 25px 15px 15px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
}

#footer-design13 .colu13mn:last-child
{
    border: none;
}

#footer-design13 .icon13div
{
    width: 86px;
    height: 86px;
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 15px;
}

#footer-design13 .icon13
{
    width: 100%;
    height: 100%;    
    text-align: center;
    font-size: 26px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#footer-design13 .icon13 i
{
    line-height: 64px !important;
}

#footer-design13 .colu13mn p
{
    text-align: center;
}

#footer-design13 .copyright
{
    float: left;
    padding-bottom: 10px;
}

#footer-design13 .copyright p
{
    text-align: left;
}

#footer-design13 .social
{
    float: right;
    padding-bottom: 10px;
}

#footer-design13 .social ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-design13 .social ul li
{
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#footer-design13 .social ul li img
{
    max-width: 26px;
}
