rightbg
{
    text-align: right;
}

.mainbgdiv
{
    display: inline-block;
}

.marquee img {
    -webkit-filter: none !important;
    filter: grayscale !important;
}
.mainbgdiv > h4
{
    margin: 4px !important;
    display: inline-block;
    background-color: #fa9e1b;
    color: white;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    border-radius: 4px;
}



/*Header Design CSS*/
#campain-design1
{
    width: 100%;
    height: auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
}

#campain-design1 .campain1logo
{
    text-align: center;
    padding-top: 10px;
}

#campain-design1 .campain1logo img
{
    max-width: 100%;
}

#campain-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;
    margin-top: 20px;

}

#campain-design1 .bookingdiv
{
    padding: 15px;
    position: relative;
    height: 100%;
}

#campain-design1 .text1
{
    text-align: center;
    line-height: 40px;
    font-weight: 200;
    margin: 0px 0 20px 0;
}

#campain-design1 .bookingelediv
{
    padding-bottom: 15px;
}

#campain-design1 .bookingele
{
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.8);
    color: black;
}

#campain-design1 .booksubmit
{
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    border: none;
    outline: none;
    background: #d8ab17;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 8px;
}

#campain-design1 .booksubmit:hover
{
    background:#c99c08;
    transition:.5s ease-in;
}

#campain-design1 .contactdiv
{
    padding: 15px;    
    height: 100%;
    position: relative;
}

#campain-design1 .table
{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#campain-design1 .cell
{
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

#campain-design1 .icon_holder
{
    width: 48px;
    border: 1px double #ffffff;
    border-radius: 50%;
    display: inline-block;
}

#campain-design1 .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;
}

#campain-design1 .text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

#campain-design2
{
    width: 100%;
    height: auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
}

#campain-design2 .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;
    margin-top: 20px;

}

#campain-design2 .inquirydiv
{
    padding: 15px;
    position: relative;
    height: 100%;
}

#campain-design2 .text1
{
    text-align: center;
    line-height: 40px;
    font-weight: 200;
    margin: 0px 0 20px 0;
    display: inline-block;
}

#campain-design2 .inquiryelediv
{
    padding-bottom: 15px;
}

#campain-design2 .inquiryele
{
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    color: #777;
    background: #fff;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

#campain-design2 .inqsubmit
{
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    border: none;
    outline: none;
    background: #d8ab17;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 8px;
}

#campain-design2 .inqsubmit:hover
{
    background:#c99c08;
    transition:.5s ease-in;
}

#campain-design2 .addrs
{
    padding-bottom: 10px;
}

#campain-design2 .conicon
{
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#campain-design2 .conicon i 
{
    line-height: 40px;
}

#campain-design2 .text2
{
    text-align: left;
    line-height: 24px;
    font-weight: 200;
    margin: 5px 0;
    display: inline-block;
    letter-spacing: 1px;
}




#newsl-design1 ul.social
{
    margin: 12px 10px 8px 0;
}

#newsl-design1 ul.social li
{
    display: inline-block;
    margin-right: 10px;
}

#newsl-design1 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);
}

#newsl-design1 ul.social li:hover img
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#newsl-design1 ul.contact
{
    margin: 12px 10px 8px 0;
}

#newsl-design1 ul.contact li
{
    display: inline-block;
    margin-right: 15px;
}

#newsl-design1 ul.contact li .icondiv
{
    display: table-cell;
    vertical-align: middle;
}

#newsl-design1 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;
}

#newsl-design1 ul.contact li .icondiv .icon i
{
    line-height: 32px;
}

#newsl-design1 ul.contact li .textdiv
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

#newsl-design2
{
    padding-bottom: 8px;
    padding-top: 8px;
}

#newsl-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;
}

#newsl-design2 .image
{
    max-width: 220px;
}

#newsl-design2 .image img
{
    max-width: 100%;
}

#newsl-design2 .setright
{
    text-align: right;
}

#newsl-design2 .rightmenu
{
    display: inline-block;
}

#newsl-design2 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsl-design2 ul li
{
    display: inline-block;
    float: left;
    padding: 6px 16px;
}

#newsl-design2 ul li a
{
    text-decoration: none;
}

@media screen and (max-width: 767px)
{
    #newsl-design2 .image
    {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #newsl-design2 .setright
    {
        text-align: center;
        padding-top: 15px;
    }
}

#newsl-design3
{
    padding-bottom: 8px;
    padding-top: 8px;
}

#newsl-design3 .image
{
    width: 100%;
    text-align: center;
}

#newsl-design3 .image img
{
    max-width: 100%;
}


#newsl-design4
{
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#newsl-design4 .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;
}

#newsl-design4 .header1logo
{
    text-align: left;
}

#newsl-design4 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 767px)
{
    #newsl-design4 .header1logo
    {
        text-align: center;
    }
    #newsl-design4 .spmenu
    {
        background-color: rgba(0,0,0,0.4);
        margin-top: 4px;
    }
}

#newsl-design4 .textspace
{
    margin-top: 140px;
    margin-bottom: 80px;
    padding: 0 30px;
}

#newsl-design4 .text1
{
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 15px 0;
}

#newsl-design4 .link1
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    margin: 20px 0 40px 0;
}

#newsl-design4 .setright
{
    text-align: right;
}

#newsl-design4 .rightmenu
{
    display: inline-block;
}

#newsl-design4 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsl-design4 ul li
{
    display: inline-block;
    float: left;
    padding: 6px 16px;
}

#newsl-design4 ul li a
{
    text-decoration: none;
}

@media screen and (max-width: 767px)
{
    #newsl-design4 .setright
    {
        text-align: center;
        padding-top: 15px;
    }
}

#newsl-design5
{
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#newsl-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;
    margin-bottom: 10px;
}

#newsl-design5 .header1logo
{
    text-align: left;
}

#newsl-design5 .header1logo img
{
    max-width: 100%;
}

#newsl-design5 .top_ul
{
    list-style: none;
    float: right;
}

@media screen and (max-width: 991px)
{
    #newsl-design5 .header1logo
    {
        text-align: center;
    }
    #newsl-design5 .top_ul
    {
        display: none;
    }
}

#newsl-design5 .top_ul li
{
    display: inline-block;
    float: right;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.4);
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 15px;
}

#newsl-design5 .top_ul li:first-child
{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#newsl-design5 .top_ul li div.cell
{
    display: table-cell;
    vertical-align: middle;
}

#newsl-design5 .top_ul li div.icon_holder
{
    width: 48px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}

#newsl-design5 .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;
}

#newsl-design5 .top_ul li div.text_holder
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#newsl-design5 .top_ul li div.text_holder h6
{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px;
}

#newsl-design5 .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;
    margin: 0;
}

#newsl-design5 .menubg
{
    background-color: rgba(0,0,0,0.6);
}

#newsl-design5 .textspace
{
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 0 30px;
}

#newsl-design5 .text1
{
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 15px 0;
}

#newsl-design5 .link1
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    margin: 20px 0 40px 0;
}

#newsl-design5 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsl-design5 ul li
{
    display: inline-block;
    float: left;
    padding: 16px 26px 12px;
}

#newsl-design5 ul li a
{
    text-decoration: none;
}

#newsl-design6
{
    width: 100%;
    height: 100%;
    min-height: 500px;
    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}
}

#newsl-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: 10px;
}

#newsl-design6 .header1logo
{
    text-align: left;
}

#newsl-design6 .header1logo img
{
    max-width: 100%;
}

@media screen and (max-width: 767px)
{
    #newsl-design6 .header1logo
    {
        text-align: center;
    }
    #newsl-design6 .spmenu
    {
        background-color: rgba(0,0,0,0.6);
        margin-top: 4px;
    }
}

#newsl-design6 .textspace
{
    margin-top: 140px;
    margin-bottom: 80px;
    padding: 0 30px;
}

#newsl-design6 .text1
{
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 20px 0 15px 0;
}

#newsl-design6 .link1
{
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.92857;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    margin: 20px 0 40px 0;
}

#newsl-design6 .setright
{
    text-align: right;
}

#newsl-design6 .rightmenu
{
    display: inline-block;
}

#newsl-design6 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsl-design6 ul li
{
    display: inline-block;
    float: left;
    padding: 6px 16px;
}

#newsl-design6 ul li a
{
    text-decoration: none;
}

@media screen and (max-width: 767px)
{
    #newsl-design6 .setright
    {
        text-align: center;
        padding-top: 15px;
    }
}















#testi-design1
{
    background-size: cover;
    background-attachment: fixed;
}

#testi-design1 .testi-bgrow
{
    padding-top: 30px;
    padding-bottom: 40px;
}

#testi-design1 .testi-title
{
    letter-spacing: 0.6px;
    margin: 20px 0;
    font-weight: 500;
}

#testi-design1 .client-say
{
    background-color: rgba(0,0,0,0.4);
    padding: 15px 30px;
    margin: 0 25px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

#testi-design1 .start-quote
{
    position: absolute;
    left: -25px;
    top: 10px;
    z-index: 99;
}

#testi-design1 .end-quote
{
    position: absolute;
    right: -25px;
    bottom: 10px;
    z-index: 99;
}

@media (max-width:500px)
{
    #testi-design1 .start-quote
    {
        max-width: 30px;
        left: -15px;
        top: 15px;
    }
    #testi-design1 .end-quote
    {
        max-width: 30px;
        right: -15px;
        bottom: 15px;
    }
}

#testi-design1 .client-msg
{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

#testi-design1 .client-image
{
    text-align: center;
}

#testi-design1 .client-name
{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 10px;
    text-align: center;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-right: 15px;
    font-family: 'Ek Mukta', sans-serif;
}

#testi-design1 .client-name>span
{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
}

@media (max-width: 555px)
{
    #testi-design1 .client-msg
    {
        font-size: 15px;
        line-height: 25px;
    }
    #testi-design1 .client-say
    {
        padding: 15px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    #testi-design1 .client-detail
    {
        padding-bottom: 15px;
    }
    #testi-design1 .client-name
    {
        padding-top: 6px;
    }
}

@media (max-width: 1199px)
{
    #testi-design1 .client-say
    {
        min-height: 215px;
    }
}

#testi-design2 .testi-bgrow
{
    padding-top: 30px;
    padding-bottom: 40px;
}

#testi-design2 .testi-title
{
    letter-spacing: 0.6px;
    margin: 20px 0;
    font-weight: 500;
}

#testi-design2 .client-say
{
    background-color: #ddd;
    padding: 20px 30px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

#testi-design2 .client-say:after
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 48px;
    top: 100%;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid #ddd;
}

#testi-design2 .client-msg
{
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

#testi-design2 .client-detail
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 15px 50px;
}

#testi-design2 .client-image
{
    text-align: center;
}

#testi-design2 .client-name
{
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-left: 15px;
    font-family: 'Ek Mukta', sans-serif;
}

#testi-design2 .client-name>span
{
    display: block;
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
}

#testi-design3 .testi-bgrow
{
    padding-top: 30px;
    padding-bottom: 40px;
}

#testi-design3 .testi-title
{
    letter-spacing: 0.6px;
    margin: 20px 0;
    font-weight: 500;
}

#testi-design3 .client-say
{
    padding: 20px 30px;
    margin: 0 0 20px 0;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

#testi-design3 .client-say:before,
#testi-design3 .client-say:after
{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

#testi-design3 .client-say:after
{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

#testi-design3 .client-msg
{
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

#testi-design3 .client-detail
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 15px 50px;
}

#testi-design3 .client-image
{
    text-align: center;
}

#testi-design3 .client-name
{
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-left: 15px;
    font-family: 'Ek Mukta', sans-serif;
}

#testi-design3 .client-name>span
{
    display: block;
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
}


#testi-design4 .testi-bg
{
    padding-top: 10px;
    padding-bottom: 40px;
}

#testi-design4 .testi-title 
{
    margin: 20px 0;
    text-align: center;
}

#testi-design4 .client-say
{
    border: 1px solid #c9c9c9;
    padding: 15px 30px;
    margin: 0 25px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

#testi-design4 .client-msg
{
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    z-index: 99;
}

#testi-design4 .end-quote
{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    opacity: 0.6;
}

#testi-design4 .client-image
{
    text-align: center;
}

#testi-design4 .client-name
{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 10px;
    text-align: center;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-right: 15px;
}

#testi-design4 .client-name>span
{
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
}

@media (max-width: 555px)
{
    #testi-design4 .client-msg
    {
        font-size: 15px;
        line-height: 25px;
    }
    #testi-design4 .client-say
    {
        padding: 15px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    #testi-design4 .client-detail
    {
        padding-bottom: 15px;
    }
    #testi-design4 .client-name
    {
        padding-top: 6px;
    }
}

@media (max-width: 1199px)
{
    #testi-design4 .client-say
    {
        min-height: 215px;
    }
}

#testi-design5
{
    position: relative;
}

#testi-design5 .testi-bg5row
{
    padding-bottom: 50px;
    padding-top: 50px;
}

#testi-design5 .testi-5title
{
    display: inline-block;
    margin: 20px 0;
    text-align: left;
    padding: 15px;
    border-bottom: 3px solid rgba(0,0,0,0.4);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.06);
}

@media screen and (max-width: 991px)
{
    #testi-design5 .testi-bg5row
    {
        padding-top: 20px;
    }
    #testi-design5 .testi-5title
    {
        margin: 20px 0 40px 0;
        font-size: 20px !important;
    }
}

#testi-design5 .client-5say
{
    position: relative;
    background-color: rgba(0,0,0,0.6);
    padding: 30px 50px;
    border-radius: 0 60px;
    margin-top: 100px;
    z-index: 1;
    overflow: visible;
}

#testi-design5 .client-5msg
{
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    display: block;
    text-align: justify;
    padding-bottom: 10px;
}

#testi-design5 .client-5name
{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-right: 15px;
    color: #ffffff;
}

#testi-design5 .client-5name>span
{
    display: block;
    text-align: left;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
    color: #ffffff;
}

#testi-design5 .client-5image
{
    position: absolute;
    background: rgba(0,0,0,0.2);
    border-radius: 100px;
    padding: 10px;
    top: -160px;
    left: -60px;
    z-index: 11;
}

#testi-design5 .client-5image:before{
    content: "";
    position: absolute;
    bottom: -18px;
    right: 40px;
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 30px;
}

#testi-design5 .client-5image:after{
    content: "";
    position: absolute;
    bottom: -26px;
    right: 26px;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background: rgba(0,0,0,0.2);
}

#testi-design5 .nbs-flexisel-item,
#testi-design5 .nbs-flexisel-ul,
#testi-design5 .nbs-flexisel-inner
{
    position: static !important;
}

#testi-design5 .nbs-flexisel-nav-left,
#testi-design5 .nbs-flexisel-nav-right
{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: none;
    background-color: rgba(0,0,0,0.4);
    border: none;
    outline: none;
    opacity: 1;
}

#testi-design5 .nbs-flexisel-nav-left
{
    top: -68px !important;
    left: calc(100% - 50px);
}

#testi-design5 .nbs-flexisel-nav-left:before
{
    content: "\f104";
    font-family: FontAwesome;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#testi-design5 .nbs-flexisel-nav-right
{
    top: -68px !important;
    right: -24px;
}

#testi-design5 .nbs-flexisel-nav-right:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 48%;
    left: 54%;
    z-index: 99;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#testi-design5 .absimage5
{
    position: absolute;
    bottom: 0;
    left: 28%;
    opacity: 0.2;
    max-width: 160px;
}


#news-design2
{
    position: relative;
}

#news-design2 .news-bg2row
{
    padding-top: 30px;
    padding-bottom: 50px;
}

#news-design2 .news-2title
{
    display: inline-block;
    margin: 20px 0;
    text-align: left;
    padding: 15px;
    border-bottom: 3px solid rgba(0,0,0,0.4);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.06);
}

#news-design2 .news-2details
{
    position: relative;
    background-color: rgba(0,0,0,0.6);
    padding: 30px 50px;
    border-radius: 0 20px;
    margin-top: 20px;
    z-index: 1;
    overflow: visible;
}

#news-design2 .news-item
{
    width: 100%;
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    padding: 10px;
}

#news-design2 .news-item a
{
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

#news-design2 .absimage2
{
    position: absolute;
    bottom: 0;
    left: 28%;    
    max-width: 160px;
}

#news-design2 .absimage2 img
{
    opacity: 0.2;
}

#news-design3 .news-3flex
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#news-design3 .news-3flex .flex31
{
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
}

#news-design3 .news-3flex .flex32
{
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
}

#news-design3 .news-3flex .box
{
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

#news-design3 .news-3title
{
    margin: 0px 0 15px 0;
    font-weight: 500;
    display: inline-block;
}

#news-design3 .news-3links
{
    display: inline-block;
    padding: 10px 24px;
    margin-top: 5px;
}

#news-design3 .news-3details .news-3item
{
    width: 100%;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    padding: 10px;
}

#news-design3 .news-3details .news-3item a
{
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

@media screen and (max-width: 991px)
{
    #news-design3 .news-3flex .flex31,
    #news-design3 .news-3flex .flex32
    {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

#blog-design1
{
    padding-top: 30px;
}