.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {border: 1px solid #666; border-radius: 29px; margin: 20px 0 0 15px; padding: 5px 10px; width:210px;}

@-moz-document url-prefix() {
   .searchBox {border: 1px solid #666; border-radius: 29px; margin: 20px 0 0 15px; padding: 5px 10px; width:200px;}
   
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: auto;
	display:none;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}


/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a  {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark{ background: none;}

.footerTitle h2{ color:#ddd; font-size:22px;}
.menu{background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;}
.menu .icon-bar { background-color: #ffffff;}
#headerBox{background: #252323; padding: 15px 0;}
.SearchBtn img { float:left; margin: 5px 5px 0 0;}
#dnn_dnnSEARCH_txtSearch{ border:none;}
.topcall {
    color: #fff;
    font-size: 18px;
    margin: 38px 40px 0;
    text-transform: uppercase;
}
.topcall span {color:#eb8915;}
.graybox{ background:#f7f7f7;}
.newsbox{ background:#000;}
.clientbox{ background:#fff; padding:30px 0;}
.newsletterbox{ background:#0081d2; height:auto; padding:0 0 25px;}
.footerbox{ background:#505251;}
.copyrightbox{ background:#281f27; height: 98px;}
.newsleft{ background:#070606;}
.newsright{ background:#0081d4;}
.whoWe h1 span{ color:#0169b0;}
.btn{background: #6f6f6f; color: #fff !important;}
.btn:hover{background: #161e52; color: #fff;}
.servicesIcon{ background: url(/img/servicesIcon.png) no-repeat center center;}

.IconSec1{
    float: left;
    margin: 0 15px 0 0;
}



.iconMainHeddingText{
    font-size: 22px;
}

.IconParText{
    margin: 5px 0 10px 57px;
    overflow: hidden;
    text-align: left;
}

.iconUlMain{
    list-style: outside none none;
}

.iconUlMain li{}

.iconUlMain li a{
    color: #0081d4 !important;
	display:block;
	 background: url(img/aroicon.png) no-repeat 0 7px;
	 text-decoration:none;
	 padding: 0 0 0 10px;
	  margin: 20px 0 0 40px;
	  
}


.iconUlMain li a:hover{
    color: #777777 !important;
	 background: url(img/aroicon_hover.png) no-repeat 0 7px !important;
	 text-decoration:none;
	 padding: 0 0 0 10px;
	 display:block;
	  margin: 20px 0 0 40px;
}


.iconMainBoxSec{
    margin: 0 0 50px;
}


.article_image{
    height: 151px;
    width: 252px;
	margin:0 auto !important;
}


.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image a img {
    border-radius: 0 !important;
   
}

.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image {
    border-radius: 0 !important;
   
}

.eds_news_NewsOne.eds_subCollection_news .article.in_list h1 a:hover {
    color: #fff !important;
    text-decoration: none !important;
}



.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image > span{display:none  !important;}

.newsCon1{
    color: #bcb9b9;
	 text-align: center;
}


.eds_news_NewsOne.eds_subCollection_news .article.in_list h1{
    margin: 6px 0 15px !important;
    text-align: center !important;
}


.eds_news_NewsOne.eds_subCollection_news .article.in_list h1 a {
    color: #60b7ef !important; 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: normal;
   
}


.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big {
  
    max-width: 48%;
    padding: 0 0 0 10px !important;
}

.article_rss_wrapper{display:none !important;}
.article in_list .summary{ color:#fff;}

.newsConMain1{

    border-bottom: 1px solid #0081d4;
    color: #fff;
    font-size: 30px;
    margin: 0 0 33px;
    padding: 32px 0 10px;
    text-align: center;
}


.linksUlmainCon{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 50px 0 68px;
}

.ulmainlins1{
    line-height: 40px;
    list-style: outside none none;
	margin:0;
	padding: 0 0 68px;
}

@-moz-document url-prefix() {
  .ulmainlins1{
    line-height: 40px;
    list-style: outside none none;
	margin:0;
	padding: 0 0 68px;
}
}

.ulmainlins1 li{}
.ulmainlins1 li a{
    background: rgba(0, 0, 0, 0) url("img/icon_button.png") no-repeat scroll 0 12px;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: none;
}
.ulmainlins1 li a:hover{
    color: #461818;
    display: block;
    font-size: 16px;
	 background: url(img/icon_button_hover.png) no-repeat 0 12px;
	 text-decoration:none;
	 padding: 0 0 0 30px;
	 text-decoration: none;
	 
}
.dividers_8 {
	width:170px;
	height:0;
	clear:both;
	position:relative;
	margin:5px auto;
	border-bottom:1px solid #d2d2d2;
}

/*blockquote*/

blockquote {
	font-style: italic;
	color: #848484;
	position: relative;
	border: none;
}

blockquote p {
	font-size: 13px;
	line-height: 1.8;
	text-indent: 50px;
	margin: 0;
}

blockquote small {
	display: block;
	line-height: 18px;
	font-size: 12px;
	position: absolute;
	bottom: -42px;
	left: 20%;
	padding: 24px 0 0 30px;
}



.ImgtestiMain{text-align:center; padding:25px 0 0 0;}

a.nextM439 {
    background-position: -50px 0;
    right: -50px !important;
}


a.prevM439 {
    left: -65px !important;
}


.newslettersText{
    color: #fff;
    font-size: 20px;
    margin: 25px 0 0;
}
.linksUlmainCon1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 42px 0 32px;
}


.ulmainlins01{
    line-height:32px;
    list-style: outside none none;
	margin:0;
	padding: 0 0 65px;
}


.ulmainlins01 li{}
.ulmainlins01 li a{
    background: url(img/foterone.png) no-repeat 0 13px;
    color: #dddddd;
    display: block;
    font-size: 16px;
    margin: 0;
  padding: 0 10px;
    text-decoration: none;
}



.ulmainlins01 li a:hover{
	background: url(img/foterone_hover.png) no-repeat 0 13px;
    color: #fff;
    display: block;
    font-size: 16px;
	
	 text-decoration:none;
	padding: 0 10px;
	 text-decoration: none;
	 
}

.addresText{
    color: #e2dede;
}

.ulmainlins001{list-style:none; line-height:25px; margin: 0;}

.IconFooter1 {
    background: rgba(0, 0, 0, 0) url("img/mapIconmain.png") no-repeat scroll 0 8px;
    color: #e2dede !important;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
}

.IconFooter2 a {
    background: rgba(0, 0, 0, 0) url("img/massageIcon.png") no-repeat scroll 0 8px;
    color: #e2dede !important;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
}
.IconFooter2 a:hover{
    background: rgba(0, 0, 0, 0) url("img/massageIcon_hover.png") no-repeat scroll 0 8px;
    color: #0081d4  !important;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
}
.IconFooter3 {
    background: rgba(0, 0, 0, 0) url("img/phoneIcon.png") no-repeat scroll 0 8px;
    color: #e2dede !important;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
}
.socialIcons{
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
}
.socialIcons ul{padding:0; margin:0;}
.socialIcons ul li{list-style:none; display:inline-block; padding: 0 10px;}
.socialIcons ul li img{ transition-duration: 0.8s; transition-property: transform;

-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;


}
.socialIcons ul li img:hover{ /*transform: rotate(360deg);*/ overflow: hidden; transition-duration: 0.8s; transition-property: transform;}


.copyRightMain{
    padding: 40px 0 0;
}

.copyRightMain span{
    color: #c1c1c1;
    font-size: 15px;
    font-weight: bold;
}
.NormalRed{display: block;}
.nivo-prevNav{
    background: rgba(0, 0, 0, 0) url("img/arrow2.png") no-repeat scroll 0 0 !important;
    border: 0 none;
    display: block;
    height: 60px !important;
    opacity: 0;
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 60px !important;
}
.nivo-nextNav{
    background: rgba(0, 0, 0, 0) url("img/arrow1.png") no-repeat scroll 0 0 !important;
    border: 0 none;
    display: block;
    height: 60px !important;
    opacity: 0;
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 60px !important;
}

.logomainimg{
    margin: 10px 0;
}


.logomainimg img{width:130px;}


.serBoxmain{
    margin: 0 0 -33px;
}

.ConUlmain{list-style:none;}
.cbp-caption-activeWrap{
    background-color: rgba(0, 0, 0, 0.9) !important;
    height: 100%;
    left: 0;
    opacity: 0.66 !important;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.cbp-caption-activeWrap:hover {
    background-color:none !important;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.edspp_wrapper{
    margin: 0 0 30px !important;
}
/***** Testimonial CSS *****/
ul.img-list {list-style-type: none; margin: 0; padding: 0; text-align: center;}
ul.img-list img{ width:100%; height:300px;}
ul.img-list li { display: inline-block;  height: 300px;  margin:0;  position: relative; padding:0; border-left: 2px solid #fff; border-top: 2px solid #fff;}
span.text-content { background: rgba(0,0,0,0.9); color: white; cursor: pointer; display: table; height: 300px; left: 0; position: absolute; top: 0; width:100%; opacity:1; padding:135px 0; font-size: 20px;}
span.text-content span { display: table-cell; text-align: center; vertical-align: middle;}
span.text-content:hover{opacity:0;}


/*************** Contact Form CSS By Sanjay ***************/
div.FeedbackForm div.Feedback_FieldLabel { color: #333 !important;}
.FeedbackForm .dnnLabel {float: left; text-align: left; padding-right: 85px !important; color: #333;}
div.Feedback_Instructions, div.Feedback_SectionHead, img.Feedback_Required{ display: none;}
.Feedback_ControlWidth { margin: 0 0 10px;  padding: 5px; width: 92%;}
.Feedback_CommandButtons .CommandButton{background: #0897ff; display: block;  margin: 0 auto; padding: 5px 15px; width: 130px; color:#fff; text-decoration:none;}
.Feedback_CommandButtons .CommandButton:hover{background: #b50419; display: block;  margin: 0 auto; padding: 5px 15px; width: 130px; color:#fff; text-decoration:none;}
a.dnnFormHelp{display:none;}



.PTeGMainBox{
    float: left;
    width: 830px;
}

.textSUBM{
    color: #656565;
    line-height: 30px;
    font-weight: normal;
	text-align: justify;
}



.ULMAinBoxes{
    line-height: 35px;
    list-style: outside none circle !important;
    margin-left: 15px;
}


.DnnModule-846{
    margin: 25px 0 0;
}


/*************** Contact Form CSS By Sanjay ***************/
.contact_form{ width:100%; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.4em;}
.contact_form table{ width:100%;}
.contact_form td{ padding:4px;}
.contact_formTextBox{ background:#fff; height:25px; width:100%; border:1px solid #ccc;}
.contact_formTextBox2{ background:#fff; height:80px; width:100%; border:1px solid #ccc;}
.contact_form .SubHead {font-size: 11px;font-weight: normal;}
.contact_formimg{ padding:0; margin:0;}
.contact_formimg p {padding:0 !important;margin: 0;width: 85% !important;}
.contact_formbtn{background: linear-gradient(to bottom, #29a3e1 0%, #1885BC 100%) repeat scroll 0 0 transparent;line-height:25px;vertical-align: text-middle;text-align: center;color:#ffffff !important;font-family: Arial, Helvetica, sans-serif;font-size: 15px !important;border:none;height:25px;border-radius:6px;margin-bottom: 5px;text-decoration:none; padding:5px 15px;}
.contact_formbtn:hover{background: linear-gradient(to bottom, #464646 0%, #0a0a0a 100%) repeat scroll 0 0 transparent; color:#fff !important; text-decoration:none}

.NormalTextBox{
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 35px;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 100% !important;
}

#dnn_ctr1453_DynamicForms_TBR_GUID3c7e5e4f-04c4-4d1c-9bd0-f51dbc4af8b9summary{padding:5px;}

#dnn_ctr1459_DynamicForms_lnkSave{background: linear-gradient(to bottom, #29a3e1 0%, #1885BC 100%) repeat scroll 0 0 transparent;line-height:25px;vertical-align: text-middle;text-align: center;color:#ffffff !important;font-family: Arial, Helvetica, sans-serif;font-size: 15px !important;border:none;height:25px; margin-bottom: 5px;text-decoration:none; padding:15px 30px;}
#dnn_ctr1459_DynamicForms_lnkSave:hover{background: linear-gradient(to bottom, #464646 0%, #0a0a0a 100%) repeat scroll 0 0 transparent; color:#fff !important; text-decoration:none}

.ThankSText{
    background-color: #404041;
    color: #26a9e0;
    font-size: 85px;
    letter-spacing: 0.1em;
    padding: 125px;
    text-align: center;
    text-shadow: 
      0 -1px 0 #fff, 
      0 1px 0 #2e2e2e, 
      0 2px 0 #2c2c2c, 
      0 3px 0 #2a2a2a, 
      0 4px 0 #282828, 
      0 5px 0 #262626, 
      0 6px 0 #242424, 
      0 7px 0 #222, 
      0 8px 0 #202020, 
      0 9px 0 #1e1e1e, 
      0 10px 0 #1c1c1c, 
      0 11px 0 #1a1a1a, 
      0 12px 0 #181818, 
      0 13px 0 #161616, 
      0 14px 0 #141414, 
      0 15px 0 #121212, 
      0 22px 30px rgba(0, 0, 0, 0.9);
  }
.topBar{margin:0; padding:3px 0; background:#29a3e1 ;}
.FL{float:left;}
.FR{float:right;}
.CF{clear:both;}
.LoginWrap ul{float:left;}
.loginRegister{margin:0; padding:0;}
.loginRegister .login{}
.loginRegister .login a{   padding: 0 9px; /*background:url(images/loginIcon.png) no-repeat left center; */
color:#fff; font-size:13px; text-decoration:none;}
.loginRegister .ragister a{ margin: 0 9px; /*background:url(images/registerIcon.png) no-repeat left center;*/ padding:0; 
 color:#fff; font-size:12px; text-decoration:none;}
.loginRegister a:hover{color:#BBB;}
.dnnFormPopup{z-index:9 !important;}

.TESTImBox{ list-style: outside none none; margin: 50px 0;}
.boxTEsMain{ border: 1px solid #bfbebe; border-radius: 5px;  box-shadow: 0 -3px 8px 0 #ccc; padding: 18px 25px;}
.TestiIMGBox{ float: left; margin: 0 16px 0 0;}
.testiMConBox{ color: #fff; line-height: 25px; padding: 7px 0 0; text-align: justify;}
.TestiBotomIMg{ float: left; margin: -1px 0 0 54px;}
.testiName{color: #fff; font-size: 15px; font-weight: bold;}
.parallexPane{ background:url(img/parallexbg.png);background-attachment: fixed;background-origin: initial;background-clip: initial;background-size: cover;background-repeat: no-repeat;background-position: 100% 0;position: relative;min-height: 240px;background-color: #101F2E;}

.DynamicForms_Maintable a {background:none; border: 2px solid #fff; border-radius: 15px; color: #fff; display: block; margin: 0 0 0 -320px; padding: 4px 15px; text-align: center; text-decoration: none; width: 120px;}
.DynamicForms_Maintable a:hover { background: #fff ;color: #333; text-decoration: none;}
#dnn_ctr435_DynamicForms_Cell_07b32290-207d-4c87-a872-6db8d85370a1 { display: none !important;}
.DynamicForms_Maintable td {width: auto;}
.DynamicForms_Maintable { margin: 25px 0 0 !important;}
div.FeedbackForm div.Feedback_FieldLabel { color: #333 !important;}
.Head{ border:none !important;}
.dynamicforms_watermark { border: medium none; border-radius: 5px; height: 30px;  margin: 0; padding: 0 5px; width: 265px !important;}
.dynamicforms_textbox { border: medium none; border-radius: 5px; height: 30px;  margin: 0; padding: 0 5px; width: 265px !important;}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 h1 {margin: 6px 0 15px !important;text-align: center !important;}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 h1 a{ color: #60b7ef !important; font-family: Arial,Helvetica,sans-serif;  font-size: 14px !important;    font-weight: bold;letter-spacing: normal;}
.article_rss_wrapper { display: none !important;}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 .content{color: #ccc !important; text-align:center;}
.servicesLinks{}
.servicesLinks ul{ list-style:none; padding:0; margin:0;}
.servicesLinks ul li a{ display:block; padding:12px; background:#333; border-left:4px solid #29a3e1; text-decoration:none; transition: all 0.3s ease-in-out; color:#fff;}
.servicesLinks ul li a:hover{ display:block; padding:12px 20px; border-left:4px solid #fff; color:#29a3e1;}
.contentMainBox{ margin:30px 0 0 0;}
.theme-default .nivoSlider{ margin-bottom:0 !important; box-shadow:none !important;}