@font-face {
    
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


.px-0 {
	padding-right: 0;
	padding-left: 0;
}
.pr-0
{
	padding-right: 0;
}

.pl-0
{
	padding-left: 0;
}


.px-1 {
	padding-right: 15px;
	padding-left: 15px;
}
.pr-1
{
	padding-right: 15px;
}

.pl-1
{
	padding-left: 15px;
}

.layout .row.item {
	padding-top: 0;
	padding-bottom: 0;
}

.layout .divider {
	display: none;
}

.layout .mob-margin-b {
	margin-bottom: 0!important;
}

.layout img {
	width: 100%;
}

.box-white-shadow {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 15px #dadada;
	transition: 0.5s all ease;
}
.box-white-shadow img {
	margin: 0;
	width: 100%;
}

.box-white-shadow:hover,
.box-white-shadow:focus {
	transform: scale(1.25); /* you need a scale here to allow it to transition in both directions */
}

/* Container */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}



h1, .h1 {
  font-size: 30px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}



.page-heading
{
    border-bottom: 2px solid #dededd;
    padding-bottom: 4px;
    margin-bottom: 20px;
    position: relative;
}
.page-headingx:before 
{
    top: 2px;
    position: absolute; display: block; content: '';
    border-bottom: 2px solid #ba2b2c;
    height: 100%; width: 30%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.inline-block 
{
    display: inline-block;
}

.border-red-grey 
{
    border-bottom: 2px solid #dededd;
    padding-bottom: 4px;
    position: relative;
}

.border-red-grey:before 
{
    top: 2px;
    position: absolute; display: block; content: '';
    border-bottom: 2px solid #ba2b2c;
    height: 100%; width: 30%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.m-bot 
{
    margin-bottom: 20px;
}
.m-botx2
{
    margin-bottom: 40px;
}

.ta-r 
{
    text-align: right;
}
.ta-l 
{
    text-align: left;
}
.ta-c 
{
    text-align: center;
}


@media screen and (max-width: 767px)
{
    .fooBlock1 ul {
        width: auto !important;
    }
}


@media (min-width: 992px)
{
    .extra-padding 
    {
        padding-right: 7%;
        padding-left: 7%;
    }
}


ul 
{
    margin-left: 23px;
}

.webDesign .banner_img 
{
    margin-bottom: 20px;
}

.img-fw 
{
    width: 100%;
    margin-bottom: 20px;
}


@media (max-width:767px) 
{
    .webDesign .banner_img 
    {
        margin-top: 20px;
    }
}


.btn-primary {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}




.btn-yellow {
	color: #fff;
    background-color: #ffca03;
    border-color: #ffdd44;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    color: #fff;
    background-color: #f1be00;
    border-color: #ffca03;
}

.btn-yellow:active:focus,
.btn-yellow:active:hover {
	color: #fff;
    background-color: #d8ab00;
    border-color: #f1be00;
}




.btn-grey {
	color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    color: #fff;
    background-color: #393939;
    border-color: #393939;
}

.btn-grey:active:focus,
.btn-grey:active:hover {
	color: #fff;
    background-color: #393939;
    border-color: #393939;
}



.bg-white 
{
    background: #fff;
}

.text-grey 
{
    color: #a1a1a1;
}

.text-dk-grey 
{
    color: #666;
}

.font_open_sans {
    
}

root { 
    display: block;
}

.well-red-white 
{
    border: 4px solid #ef3f56;
    background: #fff;
    margin: 0;
}

.well-red-white .highlight 
{
    background: #f03e56;
    color: #fff;
    padding: 6px 20px;
}

.well-red-white .button 
{
    margin-bottom: 10px;
}

.well-red-white .button p 
{
    margin: 0;
}



*{
    margin: 0px auto;
    padding: 0px;
  

}
:focus{
    outline: 0!important;
}
body {
    font-family: 'open_sansregular', 'Arial';
    font-size: 16px;
	min-height: 100%;
	height:auto;
	background: #ffffff;
	color: #4a4a4a;/*#414141;*/
	line-height: 1.5;
}
a{
	text-decoration: none!important;
	outline: none;
}
a:hover,a:focus,a:active{
	text-decoration: none!important;
}

.text-red 
{
    color: #D22842;
}

.square 
{
    border-radius: 0;
}

/*Header*/
.header-bg header
{
    background: #fff;
    background: rgba(255,255,255,0.8);
    padding: 6px 0;
}

.header-bg .topLogoLeft 
{
    margin-top: 0;
}

.header-bg header .container_x
{
    margin: 0 50px;
}

@media (max-width: 1249px) 
{
    .header-bg header .container_x
    {
        margin: 0 26px;
    }
}

.banner_single .header-bg .menuOuter .mainMenuOuter li a 
{
    font-size: 20px;
    color: #666;
}

@media screen and (max-width: 1110px) and (min-width: 941px)
{
    .banner_single .header-bg .menuOuter .mainMenuOuter li a 
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px)
{
    nav .navOuter {
        margin-bottom: -1px;
    }
}

.topLogoOuter 
{
    padding: 10px 0;
}

.topNewsFeedOuter{
	width: 100%;
	height: 30px;
	background: #D42A44;
}
.topLeftNews{
	height: 29px;
	float: left;
	background-image: url(../img/latest-news.png);
	background-repeat: no-repeat;
	background-position: 38% 0%;
}
.topLeftNews p{
	color: #ffffff;
	font-family: 'Arial';
	font-size: 12px;
	float: left;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-left: 13px;
}
.topRightNews ul{
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}
.topRightNews ul li{
	color: #ffffff;
	font-family: 'Arial';
	font-size: 12px;
	/*float: left;*/
	display:inline;
	margin-right: 27px;
}
.topRightNews ul li:last-child{
	margin-right: 0px;
}
.topNavOuter{
	width: 100%;
	height: 38px;
	background-color: #F2F2F2;
	border-bottom: 2px solid #E7E7E7;
}
.topNavInner ul{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 0px;
}
.topNavInner ul li{
	float: left;
	background-image: url(../img/topNavBar.png);
	background-repeat: no-repeat;
	background-position: 100% 62%;
	padding-left: 12px;
	padding-right: 12px;
}
.topNavInner ul li:last-child{
	background-image: none;
	padding-left: 17px;
	padding-right: 0px;
}
.topNavInner ul li a{
	color: #403f3f;
	font-family: 'Arial';
	font-size: 11px;
}
.topNavInner ul li a:hover{
	color: #C42F31;
}
.topLogoRight{
	float: right;
}

.topTele{
	margin-top: 5px;
	margin-bottom: 5px;
    margin: 0;
}

.topTele a{
	text-decoration: none;
	color: #3a3a3d;
}
.topTele a p{
	color:#3a3a3d;
	
	font-size: 24px;
	margin-bottom: 0px;
}


.web-logo 
{
    margin-left: 0;
}






@media (max-width:767px) 
{
  .topTele 
  {
      right: auto;
      left: 15px;
      
  }

}


.headerOuter{
	float: left;
	background-color: #ffffff;
	margin-top: 2px;
	width: 100%;
}

/*Navigation*/
.navOuter{
	height: auto;
	float: left;
	background-image: url(../img/nav-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 25px;
}

.invert .navOuter 
{
    background: none;
    margin: 10px 0 0 0;
}

.invert a 
{
	-webkit-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s;
	-o-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}

.invert .navbar-nav > li.active a:after,
.invert .navbar-nav > li > a:hover:after,
.invert .navbar-nav > li > a:focus:after {
	max-width:100%;
	background:#f03e56;
}


@media (min-width: 768px) {

	.invert .navbar-nav > li > a:after {
		content:"";
		background:none;
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		height:2px;
		max-width:10px;
		margin:0 auto;
		-webkit-transition:all 500ms ease-in-out 0s;
		-moz-transition:all 500ms ease-in-out 0s;
		-ms-transition:all 500ms ease-in-out 0s;
		-o-transition:all 500ms ease-in-out 0s;
		transition:all 500ms ease-in-out 0s;
	}


}

.menuOuter{
	float: right;
	padding: 0;
}

.rightMenu{
	float: right;
}
.menuOuter .mainMenuOuter{
	/* background-image: url(../img/menu-septr.png);
	background-repeat: no-repeat;
	background-position: 0% 0%; */
	position: relative;
	z-index: 9999;
}
.menuOuter .mainMenuOuter li{
	background-image: url(../img/menu-septr.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-left: 0px;
	padding-right: 0px;
	
    height: auto;
}

.invert .menuOuter .mainMenuOuter li 
{
    background-image: none;
}

.menuOuter .mainMenuOuter li:first-child{
	background-image: none;
}

.menuOuter .mainMenuOuter li a{
	color: #fff;
	font-family: 'open_sanssemibold';
    font-size: 18px;
	padding: 13px 20px;
}

.invert .menuOuter .mainMenuOuter li a
{
    color: #666;
    padding: 5px 0;
    margin: 0;
}


.invert .menuOuter .mainMenuOuter li.active a, 
.invert .menuOuter .mainMenuOuter li a:hover,
.invert .menuOuter .mainMenuOuter li a:focus
{
    /*color: #f03e56;*/
}

.menuOuter .nav > li:hover, .menuOuter .nav > li:focus,.menuOuter .nav > li:active{
	background-image: url(../img/menuHover.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.menuOuter .nav  .active{
	background-image: url(../img/menuHover.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}


.invert .menuOuter .nav > li:hover, .invert .menuOuter .nav > li:focus, .invert .menuOuter .nav > li:active,
.invert .menuOuter .nav  .active{
	background: none;
}


.menuOuter .nav > li > a:hover, .menuOuter .nav > li > a:focus, .menuOuter .nav > li > a:active{
	background-color: transparent;
}
.menuHolder .navbar-toggle {
    margin-top: 5px;
	margin-bottom: 5px;
}

.invert .menuHolder .navbar-toggle 
{
    background-color: #f03e56;
    position: absolute;
    float: none;
    top: -100px;
    right: 0;
}

.menuHolder .navbar-toggle .icon-bar{
    background-color: #ffffff;
}

.mainMenuOuter .dropdown .dropdown-menu{
	background-color: #ffffff;
}

.invert .mainMenuOuter .dropdown .dropdown-menu{
    background: #fff;
    background: rgba(255,255,255,0.95);
}

    
    
.mainMenuOuter .dropdown .dropdown-menu li{
	width: 100%;
	background-image: none;
	margin: 0px;
}
.mainMenuOuter .dropdown .dropdown-menu li a{
	background-image: none;
	background-color: transparent;
	margin-right: 20px;
	margin-left: 20px;
}
.invert .mainMenuOuter .dropdown .dropdown-menu li a 
{
    font-size: 18px;
    text-align: left;
}
.invert .mainMenuOuter .dropdown .dropdown-menu li a:hover,
.invert .mainMenuOuter .dropdown .dropdown-menu li a:focus
{
    color: #f03e56;
}

.mainMenuOuter .dropdown-menu > li:hover, .mainMenuOuter .dropdown-menu > li:focus{
	background-image: url(../img/menuHover.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}


.invert .mainMenuOuter .dropdown-menu > li:hover,
.invert .mainMenuOuter .dropdown-menu > li:focus
{
    background: none;
}

.mainMenuOuter .open > a, .mainMenuOuter .open > a:hover, .mainMenuOuter .open > a:focus{
	background-color: transparent;
}

.lastMenu .dropdown-menu{
 position: absolute;
 left: auto;
 right: 0;
}

/* Content Section */
.homeContentOuter{
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
.serviceInner{
	border-top: 7px solid #CF3438;
	border-left: 1px solid #CF3438;
	border-right: 1px solid #CF3438;
	border-bottom: 1px solid #CF3438;
	height: auto;
	background-color: #F4F2F3;
}
.serviceHeader{
	height: 37px;
	border: 1px solid #AEAEAE;
	background-color: #E9E7E8;
}
.serviceHeader p{
	color: #6c6565;
	font-family: 'Arial';
	font-size: 20px;
	padding: 5px 0 0 20px;
}
.serviceHeader span{
	float: right;
	padding: 10px 20px 0 0;
}
.serviceInner .servicePlusBtn{
	text-decoration: none;
	color: #000;
}
.serviceContent ul{
	list-style: none;
	width: 85%;
}
.serviceContent ul li{
	padding: 12px 0 15px 6px;
	border-bottom: 1px dotted #C5C6C0;
}
.serviceContent ul li:last-child{
	border-bottom: none;
}
.serviceContent ul li a{
	color: #58595c;
	font-family: 'Arial';
	font-size: 14px;
}

.homepage_content_boxes 
{
	margin-top: 20px;
}


/* Slider */
.homeSliderOuter .carousel-caption{
	background-color: rgba(255,255,255,.6);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	float: left;
	padding: 0px;
	height: 53px;
	bottom: 11px;
}
.homeSliderOuter .carousel-caption h3{
	color: #2e2d2b;
	
	font-size: 24px;
	margin: 0px 0 4px 8px;
	text-align: left;
}
.homeSliderOuter .carousel-caption p{
	color: #2e2d2b;
	
	font-size: 14px;
	margin: 0 0 0 10px;
	text-align: left;
}

.contentTopOuter h2 span{
	color: #cf3438;
	
	font-size: 24px;
}
.contentTopOuter h2{
	color: #393851;
	
	font-size: 24px;
}
.contentTopLeftInner{
	border: 1px solid #A39998;
	height: auto;
	float: left;
	margin-top: 10px;
	min-height: 153px;
	background-color: #F4F4F4;
}
.contentTopRighttInner{
	border: 1px solid #A39998;
	height: auto;
	float: left;
	margin-top: 10px;
	min-height: 192px;
	background-color: #F4F4F4;
}
.webHeader{
	float: left;
	height: 30px;
	border-bottom: 1px solid #A39998;
	width: 100%;
	background: -webkit-linear-gradient(top, #E1E1E1, #F4F4F4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #E1E1E1, #F4F4F4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #E1E1E1, #F4F4F4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #E1E1E1, #F4F4F4); /* Standard syntax */
}
.webContent{
	background-color: #F4F4F4;
	width: 100%;
	float: left;
	min-height: 160px;
}
.webHeader h3{
	color: #cf3438;
	font-family: 'open_sansbold';
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-left: 17px;
}
.webContent p{
	color: #58595c;
	font-family: 'Arial';
	font-size: 13px;
	margin-top: 10px;
	padding-left: 17px;
	padding-right: 10px;
	text-align: justify;
}
.serviceBlocksOuter{
	margin-top: 40px;
}
.serviceBlockDiv{
	border: 1px solid #c8c8c8;
	height: auto;
}
.serviceBlockHeader{
	height: 35px;
	width: 100%;
}
.srvRed{
	background-color: #ba2b2c;
}
.srvBlue{
	background-color: #393851;
}
.serviceBlockHeader h3{
	color: #ffffff;
	font-family: 'Arial';
	font-size: 17px;
	margin-top: 10px;
	padding-left: 20px;
	float: left;
	margin-bottom: 0px;
}
.serviceBlockContent{
	background-color: #f9f7f7;
	position: relative;
	height: 190px;
}
.serviceHoverDiv{
	position: absolute;
	bottom: 0px;
	height: auto;
	min-height: 55px;
	background: #5f5f61;
	width: 100%;
}
.serviceHoverDiv p{
	color: #ffffff;
	font-family: 'Arial';
	font-size: 11px;
	padding: 0 7px;
	margin: 12px 0;
}
.bottomSectionOuter{
	width: 100%;
	float: left;
	margin-top: 35px;
}
.webBlockInner{
	border-top: 7px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	height: auto;
	background-color: #F4F2F3;
	float: left;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dadada), to(transparent));
    background-image: -webkit-linear-gradient(#dadada, transparent);
    background-image:
        -moz-linear-gradient(#dadada, transparent),
        -moz-linear-gradient(#dadada, transparent)
    ;
    background-image:
        -o-linear-gradient(#dadada, transparent),
        -o-linear-gradient(#dadada, transparent)
    ;
    background-image: 
        linear-gradient(#dadada, transparent),
        linear-gradient(#dadada, transparent)
    ;
    -moz-background-size:5px 100%;
    background-size:5px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat; */
}
.webBlockOuter h3{
	color: #333333;
	font-family: 'open_sanssemibold';
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 13px;
}
.webBlockContent {
	padding: 16px 14px 10px 14px;
}
.webBlockContent p{
	color: #514e4e;
	
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.webBlockContent div{
	color: #514e4e;
	
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.webBlockContent a p{
	color: #514e4e;
	font-family: 'open_sansitalic';
	font-size: 14px;
	text-align: right;
	padding: 0px;
}
.leftTitleBorderDiv{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 23px;
}
.leftTitleBorderDiv .redBorderDiv{
	height: 2px;
	width: 20%;
	float: left;
	background-color: #ba2b2c;
}
.leftTitleBorderDiv .grayBorderDiv{
	height: 2px;
	width: 80%;
	float: left;
	margin-left: 0;
	background-color: #dededd;
}
.rightTitleBorderDiv{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 23px;
}
.rightTitleBorderDiv .redBorderDiv{
	height: 2px;
	width: 20%;
	float: left;
	background-color: #ba2b2c;
}
.rightTitleBorderDiv .grayBorderDiv{
	height: 2px;
	width: 79%;
	float: left;
	margin-left: 2px;
	background-color: #dededd;
}
.blogOuter h3{
	color: #333333;
	
	font-size: 29px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.blogLeft{
	min-height: 230px;
}
.blogOuterHolder{
	border: 1px solid #cecece;
	min-height: 230px;
	float: left;
	width: 99%;
}	
.blogShadow{
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 33px;
	float: left;
	width: 99%;
}
.blogHeader{
	width: 100%;
	float: left;
	min-height: 179px;
	border-bottom: 1px solid #cecece;
	position: relative;
}
.blogDate{
	position: absolute;
	background-image: url(../img/date-bg.png);
	background-repeat: no-repeat;
	width: 65px;
	height: 66px;
	left: -25px;
	top: 16px;
}
.blogDate p{
	line-height: 19px;
}
.blogDate .dateTxt{
	color: #ffffff;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 2px;
}
.blogDate .dateBoldTxt{
	color: #ffffff;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 26px;
	text-align: center;
	margin-bottom: 0px;
}
.blogTitleDiv {
	float: right;
	width: 86%;
	margin-top: 29px;
	min-height: 64px;
}
.blogTitleDiv h3{
	color: #4b4a4a;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.blogTitleDiv ul{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}
.blogTitleDiv ul li{
	float: left;
	background-image: url(../img/fooBar.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 5px;
	color: #4b4a4a;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 11px;
}
.blogTitleDiv ul li:first-child{
	padding-left: 0;
}
.blogTitleDiv ul li:last-child{
	background-image: none;
	padding-right: 0;
}
.blogContentDiv{
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 10px;
}
.blogContentDiv p{
	color: #4b4a4a;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 13px;
	margin-top: 5px;
}
.blogFooter{
	float: left;
	width: 100%;
}
.blogFooter ul{
	list-style: none;
	margin-top: 7px;
	float: left;
	margin-left: 4px;
}
.blogFooter ul li{
	float: left;
	margin-left: 6px;
}
.blogArrow{
	float: right;
	margin-right: 35px;
	margin-top: 7px;
}
.newsOuter h3{
	color: #333333;
	
	font-size: 29px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.newsLeft{
	min-height: 230px;
}
.newsOuterHolder{
	border: 1px solid #cecece;
	min-height: 264px;
	float: left;
	width: 99%;
	background: #F1F1F1;
}	
.newsDate{
	width: 52px;
	height: auto;
	float: left;
	margin-top: 25px;
}
.newsDate .latestNewsDate{
	color: #666666;
	font-family: 'open_sanssemibold';
	font-size: 19px;
	padding-left: 12px;
	margin-bottom: 0px;
}
.newsDate .latestNewsMonth{
	color: #ffffff;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	padding: 1px 8px;
	background: #a09e9e;
}
.newsContent{
	width: 84%;
	height: auto;
	float: left;
	padding: 0 20px;
	margin-top: 18px;
	font-size: 15px;
}
.newsContent h3{
	color: #333333;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 20px;
	line-height: 1.1;
	min-height: 42px;
}
.newsContent p{
	color: #514e4e;
	font-family: 'Myriad Pro','open_sanssemibold';
	font-size: 14px;
	
	line-height: 1.42857;
	min-height: 126px;
}
.readMore{
	background-image: url(../img/read-more.png);
	background-repeat: no-repeat;
	width: 138px;
	height: 32px;
	margin-top: 2px;
	margin-bottom: 11px;
	float: left;
}
.readMore a p{
	color: #ffffff;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 6px;
}

/* Footer */
.footerOuter{
	width: 100%;
	background-color: #141414;
	border-top: 6px solid #DC213C;
	height: auto;
	margin-top: 10px;
	color: #adacac;
}

.footerBottomOuter{
	background-color: #212121;
	color: #adacac;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footerInner{
	padding-top: 50px;
	font-size: 18px;
}

.footerInner a {
	color: #adacac;
}
.footerInner a:hover,
.footerInner a:focus 
{
    color: #fff;
}

.footerInner .sitemap li {
	margin: 0 0 5px 0;
}

.footerInner .row_2nd
{
    margin-top: 23px;
}

.footerInner .footer-email-gap 
{
    margin: 25px 0;
}


.footerInner small 
{
    font-size: 14px;
}

.footerInner .btns 
{
    max-width: 350px;
    margin-left: 0;
}

.footerInner .btns .btn 
{
    color: #fff;
}

.footerInner .social li {
	margin: 10px 2px;
}

.footerInner .social a {
	display: block;
	width: 30px;
	height: 29px;
	text-indent: -9999px;
	background: transparent url('../img/social.png') no-repeat -10px -10px;
}

.footerInner .social a.pi {
	background-position-x: -50px;
}


.footerInner .social a.in {
	background-position-x: -90px;
}


.footerInner .social a.tw {
	background-position-x: -130px;
}


.footerInner .social a.gp {
	background-position-x: -170px;
}


.footerInner .social a.fb {
	background-position-x: -210px;
}



.footerInner .social a.li {
	background-position-x: -250px;
}


.footerInner .social a:focus,
.footerInner .social a:hover{
	background-position-y: -38px;
}




.fooBlock2{
	width: 29%;
}
.fooBlock3{
	width: 30%;
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 307px;
}
.fooBlock4{
	width: 24%;
}
.fooBlock1 h3{
	color: #ffffff;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 38px;
}
.fooBlock1 ul{
	list-style: none;
	width: 96%;
}
.fooBlock1 ul li{
	margin-bottom: 10px;
}
.fooBlock1 ul li a{
	color: #adacac;
	font-family: 'open_sanssemibold';
	font-size: 14px;
}
.fooBlock2 ul{
	list-style: none;
	margin-top: 58px;
}
.fooBlock2 ul li{
	margin-bottom: 10px;
}
.fooBlock2 ul li a{
	color: #adacac;
	font-family: 'open_sanssemibold';
	font-size: 14px;
}
.fooBlock3 h3{
	color: #ffffff;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 38px;
}
.fooBlock3 .dl-horizontal dt {
	width: auto;
	margin-bottom: 18px;
}
.fooBlock3 .dl-horizontal dd {
	margin-left: 30px;
	margin-bottom: 18px;
}
.fooBlock3 .dl-horizontal dd a{
	color: #adacac;
	text-decoration: none;
}
.fooBlock3 .dl-horizontal dd p{
	color: #adacac;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	line-height: 25px;
}
.fooBlock4 h3{
	color: #ffffff;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 38px;
}
.fooBlock4 .form-control{
	background-color: #202020;
	border: none;
	box-shadow: none;
}
.fooBlock4 textarea.form-control{
	height: 110px;
}
.fooBlock4 button{
	width: 84px;
	height: 38px;
	border-radius: 0;
	border: none;
	background-color: #23a332;
	color: #ffffff;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	box-shadow: none;
}
.fooBlock4 button:hover,.fooBlock4 button:active,.fooBlock4 button:focus{
	border-radius: 0;
	border: none;
	background-color: #23a332;
	color: #ffffff;
}
.footerBorder{
    width: 100%;
    float: left;
    border-top: 1px solid #333232;
    height: 2px;
}
.fooBottomMenu ul{
	list-style: none;
	margin-top: 25px;
	margin-bottom: 29px;
	float: left;
}
.fooBottomMenu ul li{
	float: left;
	background-image: url(../img/fooBar.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 19px;
}
.fooBottomMenu ul li:last-child{
	background-image: none;
}
.fooBottomMenu ul li a{
	float: left;
	color: #adacac;
	font-family: 'open_sanssemibold';
	font-size: 14px;
}
.fooBottomDiv{
	float: right;
}
.fooBottomDiv p{
	float: left;
	color: #cfcaca;
	font-family: 'open_sanslight';
	font-size: 13px;
	margin-top: 28px;
	margin-left: 22px;
}
.fooBottomDiv img{
	float: left;
	margin-left: 10px;
}

/* Testimonials */
.testimoWebBlock{
	margin-top: 46px;
	float: left;
	width: 100%;
}
.testimoTitleDiv{
	/*
    width: 100%;
	float: left;
	-webkit-box-shadow: 0 9px 6px -6px #dddddd;
   -moz-box-shadow: 0 9px 6px -6px #dddddd;
	box-shadow: 0 9px 6px -6px #dddddd;
    */
    
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
    margin-left: 15px;
}



.testimoTitleDiv h3{
	color: #414141;
	
	font-size: 28px;
	margin-top: 7px;
	margin-bottom: 15px;
}
.TestimoTxtOuter{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.textimoQuotes{
	width: 65px;
	height: 65px;
	border: 2px solid #DEDEDE;
	border-radius: 16px;
	float: left;
	margin-right: 25px;
	margin-top: 5px;
}
.textimoQuotes img{
	margin: 14px 0 0 12px;
}
.textimoHolder{
	float: left;
	width: 86%;
	height: auto;
}
.textimoTxt{
	float: left;
	width: 100%;
	height: auto;
	border-radius: 5px;
	position: relative;
	border: 1px solid #DEDEDE;
	min-height: 200px;
	margin-bottom: 17px;
	/* padding: 23px; */
	padding: 23px 23px 6px 23px;
}
.topTriangle{
	position: absolute;
	top: 30px;
	left: -12px;
}
.textimoTxtShadow{
	-webkit-box-shadow: 0 9px 6px -6px #dddddd;
   -moz-box-shadow: 0 9px 6px -6px #dddddd;
	box-shadow: 0 9px 6px -6px #dddddd;
	height: 16px;
	width: 100%;
	float: left;
}
.textimoTxt p{
	color: #414141;
	
	font-size: 14px;
	float: left;
	width: 100%;
}
.textimoTxt .testimoAddrTxt{
	color: #a31115;
	
	font-size: 14px;
	margin-top: 10px;
	float: left;
}




.TestimoTxtOuter.even,
.TestimoTxtOuter.even .textimoQuotes,
.TestimoTxtOuter.even .textimoHolder,
.TestimoTxtOuter.even .textimoTxt
{
	float: right;
}

.TestimoTxtOuter.even .textimoQuotes
{
	margin-right: 0;
    margin-left: 25px;
}

.TestimoTxtOuter.even .topTriangle
{
	left: auto;
	right: -12px;
}


@media screen and (max-width: 767px)
{
	.TestimoTxtOuter .textimoQuotes,
	.TestimoTxtOuter .topTriangle	{
		display: none;
	}
	
	.TestimoTxtOuter .textimoHolder {
		width: 100%;
	}
	
	.TestimoTxtOuter.even {
		background-color: #efefef;
	}
}

/* About Us */
.aboutUsOuter{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 37px;
}
.aboutUsBlockRight{
	border: 1px solid #E5E5E5;
	padding: 5px;
}
.aboutUsBlockInner{
	padding-bottom: 24px;
	font-size: 15px;
}
.aboutUslastDiv{
	border-bottom: none;
	padding-bottom: 0px;
}
.aboutUsBlockLeft h3{
	color: #414141;
	
	font-size: 23px;
	margin-top: 10px;
}
.aboutBorderDiv{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	font-size:15px;
}
.redBorderDiv{
	height: 2px;
	width: 18%;
	float: left;
	background-color: #ba2b2c;
	font-size: 15px;
}
.grayBorderDiv{
	height: 2px;
	width: 80%;
	float: left;
	margin-left: 2px;
	background-color: #dededd;
	font-size:15px;
}
.aboutUsBlockLeft p{
	color: #414141;
	
	font-size: 16px;
	padding-right: 10px;
	text-align: justify;
}
.secondDivBlock .aboutUsBlockRight{
	float: right;
}
.secondDivBlock .aboutUsBlockLeft{
	float: right;
}

/* News */
.newsPageOuter{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 35px;
}

.newsPageOuter table 
{
	width: 100%;
	margin-bottom: 20px;
}
.newsPageDateImg{

}
.newsPageDateBgDiv{
	background-image: url(../img/Date2.png);
	background-repeat: no-repeat;
	min-height: 95px;
	height: auto;
	width: 105px;
}
.newsPageLeftDiv{
	float: left;
	width: 69%;
	height: auto;
}
.newsPageImg{
	float: left;
	width: 28%;
	height: auto;
	margin-left: 10px;
}
.newsPageLeftDiv h3 {
	color: #414141;
	
	font-size: 23px;
	margin-top: 0px;
}
.newsPageLeftDiv p {
	color: #414141;
	
	font-size: 16px;
}
.newsPageDateBgDiv .newsMonthDiv{
	color: #ffffff;
	
	font-size: 13px;
	padding-left: 20px;
	padding-top: 17px;
	margin: 0px;
}
.newsPageDateBgDiv .newsDayDiv{
	color: #414141;
	
	font-size: 40px;
	margin: 0px;
	text-align: center;
}
.newsPageDateBgDiv .newsYearDiv{
	color: #414141;
	font-family: 'open_sanssemibold';
	font-size: 15px;
	margin: 2px 0 0 0;
	text-align: center;
}
.readMoreBtn{
	background-color: #D0273E;
	padding: 5px;
	width: 81px;
	float: left;
}
.readMoreBtn a p{
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 14px;
	text-align: center;
	margin: 0px;
}


/* portfolio */
.portfolioBlock{
	margin-bottom: 15px;
	height: 225px;
}
.portfolioBlock p{
	color: #414141;
	
	font-size: 14px;
	padding: 10px 0;
	margin: 0px;
}


/* News Inner Page */
.newsInnerLeftDiv h3 {
	color: #414141;
	
	font-size: 22px;
	margin-top: 0px;
}
.newsInnerRightDiv img{
	margin-bottom: 10px;
}
.newsInnerTxt p,.newsInnerTxt div {
	color: #414141;
	
	font-size: 16px;
}
.backBtn{
	background-color: #D0273E;
	padding: 5px;
	width: 120px;
	float: left;
}
.backBtn a p span{
	margin-right: 5px;
}
.backBtn a p{
	color: #ffffff;
	
	font-size: 12px;
	text-align: center;
	margin: 0px;
}


/* Portfolio Inner Page */
.portInnerRight{
	float: right;
	margin-bottom: 20px;
}
.portfolioLeftOuter{
	float: right;
}
.portBlockInner{
	border-top: 7px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	height: auto;
	background-color: #F4F2F3;
	float: left;
}
.portInnerLeft h3{
	color: #333333;
	font-family: 'open_sanssemibold';
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 13px;
}
.portBlockContent {
	padding: 0px 14px 0px 14px;
}
.portBlockContent p{
	color: #514e4e;
	
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
}
.portBlockContent a p{
	color: #514e4e;
	
	font-size: 13px;
	text-align: right;
	padding: 0px;
	margin-bottom: 10px;
}
.portBlockContent h4{
	color: #333333;
	font-family: 'open_sanssemibold';
	font-size: 19px;
	margin: 5px 0;
}
.visitBtn{
	background-color: #D0273E;
	padding: 5px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.visitBtn a p span{
	margin-left: 5px;
}
.visitBtn a p{
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 14px;
	text-align: center;
	margin: 0px;
}
.closeBtn{
	background-color: #D0273E;
	padding: 5px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.closeBtn a p span{
	margin-left: 5px;
}
.closeBtn a p{
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 14px;
	text-align: center;
	margin: 0px;
}
/* Portfolio Slider */
.portInnerRight .carousel-control.left{
	background-image: none;
	color: #D42A44;
	opacity: 1;
}
.portInnerRight .carousel-control.right{
	background-image: none;
	color: #D42A44;
	opacity: 1;
}

/* Pay Per Click Page */
.payPageBlockLeft{
	margin: 20px 0;
}

.payPageBlockLeft a{
	text-decoration: underline;
}
.payPageBlockLeft ul{
	margin-left: 17px;
}
.payPageBlockLeft ul li {
	color: #414141;
	
	font-size: 15px;
}
.payPageBottomLeft{
	float: right;
	background-color: #F3F6F3;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.payPageBottomRight{
	float: right;
}
.payPageBottomLeft  .form-group{
	float: left;
	width: 100%;
}
.payPageBottomLeft  .checkbox{
	float: left;
	width: 100%;
}
.payPageBottomLeft  .checkbox label{
	float: left;
	width: 100%;
}
.payPageBottomLeft  label{
	float: left;
	width: 120px;
	color: #414141;
	
	font-size: 14px;
	font-weight: normal;
}
.payPageBottomLeft  label span{
	color: #C93334;
}
.payPageBottomLeft  .form-control{
	float: left;
	width: 100%;
	max-width: 235px;
}
.payPageBottomLeft  button{
	width: 80px;
	height: 32px;
	background-color: #D22842;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 16px;
	padding: 0 5px;
}
.payPageBottomLeft input{
	border-radius: 0 0 0 0;
}
.payPageBottomLeft textarea{
	border-radius: 0 0 0 0;
	height: 120px;
}
.form-control:focus{
	/* box-shadow: none; */
	border-color: #CCCCCC;
}
.payPageBottomLeft button:hover,.payPageBottomLeft button:focus,.payPageBottomLeft button:active{
	color:#ffffff;
	background-color: #D22842!important;
}
.payPageBottomLeft .btn-default:hover, .payPageBottomLeft .btn-default:focus, .payPageBottomLeft .btn-default:active, .payPageBottomLeft .btn-default.active{
	color:#ffffff;
	background-color: #D22842!important;
}
.payPageBottomRight h4{
	color: #414141;
	
	font-size: 20px;
	margin-top: 0px;
}
.payPageBottomRight p{
	color: #414141;
	
	font-size: 14px;
	margin-bottom: 15px;
}

/* Search Page */
.searchOuter{
	margin-top: 20px;
}
.searchOuter h4 {
	color: #414141;
	
	font-size: 20px;
	margin-top: 0px;
}
.searchOuter p{
	color: #414141;
	
	font-size: 16px;
}

/* Web Design Page */
.webIntelBanner #webDesignSlider img{
	width: 100%;
}

.viewMoreBtn{
	background-color: #D0273E;
	padding: 5px;
	width: 122px;
	float: right;
	margin-bottom: 10px;
}
.viewMoreBtn a p{
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 14px;
	text-align: center;
	margin: 0px;
}
.bottomWebSlider{
	width: 100%;
	height: auto;
	float: left;
}
.slide{
	position: relative;
}
.zoomImg{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: none;
	width: 100%;
	height: 100%;
}
.zoomImg:hover{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/zoom-lens.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	cursor: pointer;
}


/* Sitemap */
.sitemapHoler{
	height: auto;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-left: 15px;
}
.sitemapHoler ul{
	list-style: none;
}
.sitemapHoler ul li{
	width: 100%;
	height: auto;
	float: left;
	line-height: 30px;
}
.sitemapHoler ul li a img{
	float: left;
	margin-top: 9px;
}
.sitemapHoler ul li a p{
	float: left;
	margin-left: 8px;
	margin-bottom: 0px;
	color: #414141;
	
	font-size: 14px;
}
.sitemapSubMenu{
	margin-left: 25px;
}
.sitemapSubMenu li{
	line-height: 22px!important;
}
.sitemapSubMenu li a img{
	margin-top: 5px!important;
}
.saleOuterDiv{
	margin-top: 20px;
	float: left;
	width: 100%;
	height: auto;
}

/* Contact Us page */
.contactUsLeft{
	float: left;
	margin-top: 20px;
}
.contactUsRight{
	float: left;
	margin-top: 20px;
}
.contactUsLeft p{
	margin-bottom: 15px;
	color: #414141;
	
	font-size: 16px;
	float: left;
}
.errorTxt{
	font-size: 14px;
	margin-left: 10px;
	float: left;
}
.errorTxt,
.errorTxt * 
{
    color: #D22842 !important;
}
.contactFormHeader{
	float: left;
	width: 100%;
	height: auto;
}
.contactFormHeader h3{
	color: #414141;
	
	font-size: 23px;
	margin-bottom: 15px;
}
.contactFormOuter{
	width: 100%;
	height: auto;
	float: left;
	background-color: #F3F6F3;
	padding: 20px;
	margin-bottom: 15px;
}
.contactFormOuter  .form-group{
	float: left;
	width: 100%;
}
.contactFormOuter  label{
	float: left;
	width: 140px;
	color: #414141;
	
	font-size: 14px;
	font-weight: normal;
}
.contactFormOuter  label span{
	color: #C93334;
}
.contactFormOuter  .form-control{
	float: left;
	width: 485px;
}
.contactFormOuter  input[type="submit"]{
	width: 106px;
	height: 32px;
	background-color: #D22842;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 16px;
	padding: 0 5px;
}
.contactFormOuter  input[type="reset"]{
	width: 110px;
	height: 32px;
	background-color: #D22842;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'open_sansitalic';
	font-size: 16px;
	padding: 0 5px;
}
.contactFormOuter input{
	border-radius: 0 0 0 0;
}
.contactFormOuter textarea{
	border-radius: 0 0 0 0;
	height: 120px;
}
.form-control:focus{
	/* box-shadow: none; */
	border-color: #CCCCCC;
}
.contactFormOuter button:hover,.contactFormOuter button:focus,.contactFormOuter button:active{
	color:#ffffff;
	background-color: #D22842!important;
}
.contactFormOuter .btn-default:hover, .contactFormOuter .btn-default:focus, .contactFormOuter .btn-default:active, .contactFormOuter .btn-default.active{
	color:#ffffff;
	background-color: #D22842!important;
}
.contactListOuter{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.contactTitleTxt{
	font-family: 'open_sansbold'!important;
	font-size: 14px;
	margin-bottom: 5px!important;
	float: none!important;
}
.gmapOuter{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.gmapHolder{
	float: left;
	width: 100%;
	height: auto;
}
.contactAddr{
	float: left;
	width: 100%;
	height: auto;
}
.contactAddrTxt{
	margin-bottom: 5px!important;
	float: none!important;
}
.contactAddr h4{
	color: #414141;
	
	font-size: 23px;
	margin-bottom: 15px;
}
.contactAddr p{
	margin-bottom: 0px;
	color: #414141;
	
	font-size: 15px;
	width: 100%;
}
.contactAddr p span{
	font-family: 'open_sansbold';
}
.addrBottomTxt{
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 15px;
}
.footerInner .errorTxt {
	width: 100%;
	margin: 0px!important;
	text-align: right;
	float: none!important;
}
.BlogOuterContainer
{
    float:right;
}
.webBlockOuterContainer
{
    float:right;
}
.webBlockOuterContainer .webBlockOuter
{
    margin-bottom:15px;
    float:left;
}
.readMoreContainer
{
    width:100%;
    float:left;
}

.navbar-nav > li > a {
    padding: 15px 8px;
}

.LogoRightBottom
{
    float:right;
}
.TopSocialNwBlock
{
    float:right;
}
.SocialButtons
{
    float:left;
}
.SocialButtonsLeftText
{
    color: #393851;
font-size: 14px;
font-family: open_sansitalic;
font-weight: bold;
float:left;
margin-right: 15px;
margin-top: 10px;
}
.SocialButtonsHeader
{
    float:left;
    margin-right: 15px;
}


.no-search .SocialButtonsHeader
{
    margin-right: -7px;
}


.SocialButtonsHeaderLink
{
    float:left;
     margin-right: 7px;
}

.SocialNwBtnFooter
{
    float:left;
}
.SocialButtonsLeftTextFooter
{
    color: #ADACAC;
    float: left;
    font-family: open_sansitalic;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
    width: 48px;
}
.SocialButtonsFooter
{
    float:left;
    margin-top: 5px;
}
.SocialButtonsFooterLink
{
    float:left;
     margin-right: 13px;
}


/* Portfolio details page */
.portfolio_details 
{
	font-family: open_sansregular, Arial;
}

.portfolio_details .portfolio_slider.slick-slider
{
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width:767px) 
{

	.portfolio_details .portfolio_slider.slick-slider
	{
		margin-top: 10px;
	}
}



.portfolio_details .portfolio_layout .divider 
{
    height: 2px;
    background-color: #ba2b2c;
    margin: 40px 0;
}


.portfolio_details .portfolio_layout .item .full-text 
{
    padding: 0 50px;
}

.portfolio_details .logo 
{
	margin-bottom: 20px;
}

.portfolio_details .url
{
	word-break: break-all;
	text-align: center;
}

.portfolio_details .p_url
{
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

.portfolio_details .p_url a,
.portfolio_details .p_url a:visited
{
    color: #D22842;
}


.portfolio_details .p_url a:hover,
.portfolio_details .p_url a:focus,
.portfolio_details .p_url a:active
{
    color: #111;
}

.portfolio_details .what-we-did
{
    margin-left: 20px;
}

.portfolio_details .what-we-did ul
{
    padding-left: 16px;
}

.portfolio_details .what-we-did .heading 
{
    margin: 0 0 10px 0;
    font-size: 22px;
}

.portfolio_details .extra-padding 
{
	padding: 50px;
}

.portfolio_details .testimonial,
.portfolio_details .testimonial div
{
	color: #999999;
	font-style: italic;
}


.portfolio_details .testimonial .title 
{
	margin-top: 20px;
	font-style: normal;
	color: #999999;
}


.portfolio_details .testimonial a 
{
	color: #999999;
}

.portfolio_details .testimonial a:hover, 
.portfolio_details .testimonial a:focus 
{
	color: #333;
}

.portfolio_details .details .heading
{
	font-size: 20px;
	margin-top: 0;
}

.portfolio_details .details .heading .leftTitleBorderDiv 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width:767px) 
{
	.portfolio_details .extra-padding 
	{
		padding: 0;
	}
	
	.portfolio_details .testimonial_img,
	.portfolio_details .image_desc,
	.portfolio_details .details .col
	{
		margin-bottom: 20px;
	}
	
	
	.portfolio_details .testimonial_img .image 
	{
		margin-top: 20px;
	}
}


.next_previous_holder 
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.next_previous_holder .control
{
	font-size: 10px;
	font-weight: bold;
}


.next_previous_holder .control a 
{
	color: #414141;
}

.next_previous_holder .control a:hover,
.next_previous_holder .control a:focus
{
	color: #D42A44;
}

.margin-bottom 
{
    margin-bottom: 20px;
}


/* blog details */
.blog_details .heading 
{
    margin-top: 0;
}

.blog_details .lhs .leftTitleBorderDiv 
{
    margin-bottom: 0;
}

.blog_details .leftTitleBorderDiv .redBorderDiv, .blog_details .leftTitleBorderDiv .grayBorderDiv
{
    height: 4px;
}

.blog_details .description img 
{
    max-width: 100%;
    height: auto !important;
    display: block;
}


.blog_details .description ul li 
{
    margin-bottom: 5px;
}

.blog_details .social ul 
{
    margin: 0;
}

.blog_details .social ul li
{
    float: left;
    margin-right: 6px;
}


.blog_details .social ul li a 
{
    display: block;
}

.blog_details .recent-blogs a,
.blog_details .recent-blogs a:visited
{
    color: #414141;
}


.blog_details .recent-blogs ul 
{
    padding-bottom: 20px;
}

.blog_details .recent-blogs li 
{
    margin: 0 0 10px 0;
    background: #fff url('../img/blogs-arrow.png') no-repeat 0 3px;
    padding: 0 0 0 20px;
}

.blog_details .recent-blogs a:hover,
.blog_details .recent-blogs a:active
{
    color: #D22842;
}


.blog_details .newsletter .heading 
{
    text-align: center;
}

.blog_details .newsletter .btn
{
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #D0273E;
}

.blog_details .comments
{
    padding: 20px 0;
}

.blog_details .comments .datetime
{
    font-size: 85%;
}

.blog_details .comments li 
{
    border-bottom: 1px solid #dededd;
    padding: 20px 0;
}

.blog_details .new-comment
{
    padding-top: 20px;
}


.blog_details .new-comment .heading 
{
    margin-bottom: 20px;
}


.blog_details .new-comment .btn 
{
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #D0273E;
}

.newsletter_confirm p 
{
    float: none;
}


/*************** New portfolio ********************/

.portfolio_container .filter_by .viewing
{
    padding: 5px 0;
}

.portfolio_container .filter_by .form-group 
{
    margin-bottom: 0;
}

.portfolio_container .filter_by .form-control 
{
    font-size: 15px;
}

.portfolio_container .filter_by .categories
{
    text-align: right;
}

.portfolio_container .filter_by .filter_title
{
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.portfolio_container .filter_by select.form-control
{
    width: auto;
    display: inline-block;
    background: #d9534f;
    color: #fff;
}


.portfolio_container .filter_by select.form-control option
{
    background: #fff;
    color: #d9534f;
}


.portfolio_container .portfolio .details 
{
    position: relative;
    background: #fff;
}

.portfolio_container a.portfolio-link 
{
    color: #666;
}

.portfolio_container .portfolio .details .title 
{
    position: absolute;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 17px;
    text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.75);
}

.portfolio_container .portfolio .details .grad_overlay 
{
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.25) 87%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portfolio_container .portfolio .details .btn_container 
{
    z-index:99;
    position: absolute;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0, 0.25);
    display: none;
}

.portfolio_container .portfolio .details .btn_container .btn 
{
    position: absolute;
    top: 50%;
    width: 100px;
    height: 60px;
    margin-top: -30px;
    margin-left: -50px;
    font-size: 17px;
    
    border-radius: 100%;
    
    background: rgba(217,83,79, 0.90);
    border: 0;
    
}

.portfolio_container a:hover .details .btn_container 
{
    display: block;
}

.portfolio_container .dropdown-menu > .active > a,
.portfolio_container .dropdown-menu > .active > a:hover,
.portfolio_container .dropdown-menu > .active > a:focus
{
    background: #d9534f;
    color: #fff;
}

.portfolio_container .loadmore_container .btn
{
    font-size: 15px;
}



@media (max-width:767px) 
{
    
    .portfolio_container .filter_by .viewing
    {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .portfolio_container .filter_by .categories
    {
        text-align: center;
    }
    .portfolio_container .filter_by .filter_title
    {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .portfolio_container .filter_by select.form-control
    {
        width: 100%;
        display: block;
    }
}


@media (max-width:767px) and (min-width:600px)
{    
    #dvPortfolio .col-xs-12.portfolio_template
    {
        width: 50%;
    }
}

@media (max-width:1100px) and (min-width:768px)
{    
   .menuOuter .mainMenuOuter li a 
   {
       font-size: 16px;
   }
   
   .invert .navOuter 
    {
        margin: 0;
    }
    
    .topTele a p 
    {
        font-size: 18px;
    }
}


/*************** Single banner ********************/

.banner_single 
{
    position: relative;
    background-color: #111;
}

.banner_single header 
{
    position: absolute;
    top: 0;
    width: 100%;
}

/*
.banner_single nav 
{
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 9;
}
*/
.banner_single nav 
{
    z-index: 9;
    text-align: center;
    margin-top: 20px;
}
 

.banner_single .navOuter 
{
    background: transparent;
}

.menuOuter .mainMenuOuter li 
{
    background: none !important;
    padding: 0;
    margin: 0 0 0 15px;
}


.banner_single .menuOuter .mainMenuOuter li a 
{
    font-size: 18px;
}

.banner_single .menuOuter .mainMenuOuter li.active
{
    border-bottom: 2px solid #f13e56;
}

.banner_single,
.banner_single .intro_img 
{
    height: 70vh;
    min-height: 500px;
}

.banner_single .title 
{
    position: absolute;
    top: 216px;
    padding: 0 6rem;
    width: 100%;
    text-align: center;
}

.banner_single .title h1
{
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-shadow: 0px 0px 6px #000;
}

.banner_single .cta 
{
    position: absolute;
    bottom: 20px;
    bottom: 5vh;
    padding: 0 6rem;
    width: 100%;
    text-align: center;
}

.banner_single .cta a:hover,
.banner_single .cta a:focus
{
    animation-name: cta_style;
    animation-duration: 1s;
}

@keyframes cta_style {
    50%  {padding: 30px;}
}



.banner_single .cta .icon 
{
    display: inline-block;
    margin-right: 10px;
}

.banner_single .intro_img 
{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 1px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% bottom;
    background-size: cover;
    
    box-sizing: border-box;
    background-color: #111;
}


.banner_single .intro_text
{
    position: absolute;
    top: 300px;
    
    margin: 0;
    width: 100%;
    padding: 0 6rem;
    text-align: center;
    
} 

@media screen and (max-width: 1024px)
{
    .banner_single .intro_img 
    {
        background-attachment: scroll;
    }
    
    .footerInner ul.sitemap
    {
        margin: 0;
    }
    
    

    
}

@media screen and (min-width: 768px) and (max-width: 900px)
{
    .errorTxt 
    {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .space-l {
		padding-left: 25px;
	}
	.space-r {
		padding-right: 25px;
	}
}
	
	
@media screen and (min-width: 1024px)
{
	.space-l {
		padding-left: 50px;
	}
	.space-r {
		padding-right: 50px;
	}
}



.banner_single .intro_text .text
{
    color: #fff;
    font-size: 32px;
    text-shadow: 0px 0px 6px #000000;
    display: inline-block;
    padding: 5px 40px;
}   

.banner_single .intro_text .typed 
{
    display: none;
    color: #fff;
}



.small-mobile-only 
{
    display: none;
}

@media screen and (max-width: 767px)
{
    .payPageBottomLeft  .form-control 
    {
        max-width: 100%;
    }
    
    .menuOuter
    {
	    float: none;
    }
    
    .navbar-nav 
    {
        margin: 7.5px 0;
    }
    
    .invert .mainMenuOuter .dropdown .dropdown-menu 
    {
        background-color: #fff;
    }
    .invert .mainMenuOuter .dropdown.active .dropdown-menu
    {
        background-color: #f13e56;
    }
    .invert .mainMenuOuter .dropdown .dropdown-menu li a 
    {
        font-size: 16px;
	    white-space: normal;
    }
    
    .navbar-nav .open .dropdown-menu 
    {
        margin-left: 20px;
    }
    
    

    .web-logo 
    {
        margin-bottom: 10px;
    }
    
    
    
    .footerInner{
	    padding-top: 15px;
	    font-size: 16px;
    }
    .xs-m-bot 
    {
        margin-bottom: 10px;
    }
    .xs-m-botx2
    {
        margin-bottom: 20px;
    }
    
    .xs-hidden 
    {
        display: none;
    }
    
    .xs-ta-l 
    {
        text-align: left;
    }
    .small-mobile-only 
    {
        display: block;
    }
    
    .banner_single .topLogoLeft .img-responsive
    {
        display: inline;
    }
    
    .banner_single,
    .banner_single .intro_img 
    {
        height: 60vh;
        min-height: 500px;
    }
    
    .banner_single nav 
    {
        position: absolute;
        top: -80px;
        right: 10px;
        left: 10px;
        text-align: left;
    }
    
    
    .banner_single .navbar-toggle
    {
        background: #f13e56;
        margin: 0;
    }
    
    .banner_single .navbar-collapse.menuOuter
    {
        background: #fff;
        border: 1px solid #f13e56;
        padding-top: 15px;
        padding-bottom: 15px;
        
    }
    
    .banner_single .menuOuter .mainMenuOuter li
    {
        margin: 0;
    }
    
    .menuOuter .mainMenuOuter li.active
    {
        border-bottom: none;
        background-color: #f13e56 !important;
    }
    
    .menuOuter .mainMenuOuter li
    {
        padding: 4px 8px;
    }
    
    
    .menuOuter .mainMenuOuter li.active a 
    {
        color: #fff !important;
    }
    
    
    .banner_single .menuOuter .mainMenuOuter li a 
    {
        font-size: 16px;
    }
    
    
    .banner_single .title 
    {
        top: 150px;
    }
    
    .banner_single .title h2 
    {
        font-size: 26px;
        font-size: 5vw;
    }
    
    .banner_single .intro_text .text
    {
        font-size: 20px;
        font-size: 4.5vw;
        padding: 5px 20px;
    }
    
    .banner_single .intro_text
    {
        top: 226px;
        padding: 10px;
    }
    
}


@media (max-width: 940px) and (min-width: 768px) 
{
    .header-bg .navbar-nav > li > a 
    {
        padding: 5px;
    }
    
   .banner_single .header-bg .menuOuter .mainMenuOuter li a
   {
       font-size: 15px;
       font-weight: normal;
   }
   .banner_single .header-bg .menuOuter .mainMenuOuter li
   {
       margin-left: 4px;
   }

}


@media (max-width: 1024px) and (min-width: 768px) 
{
   .footerInner{
	    padding-top: 30px;
	    font-size: 15px;
    }
    
    
}

@media (min-width: 768px) 
{
    .header-bg .navbar-nav > li > a
    {
        padding: 10px 5px;
    }
    .banner_single .menuOuter 
    {
        padding: 0;
    }
}

@media screen and (max-width: 480px)
{
    .banner_single .title 
    {
        padding: 0 15px;
    }
    
    .banner_single .title h2 
    {
        font-size: 26px;
        font-size: 7vw;
    }
    .banner_single .intro_text 
    {
        top: 250px;
    }
    
    .banner_single .intro_text .text
    {
        font-size: 20px;
        font-size: 6vw;
    }
}


@media screen and (max-width: 767px)
{
    
    .mob-margin-b 
    {
        margin-bottom: 20px;
    }
    
    
    .portfolio_details .portfolio_layout .divider
    {
        margin: 0 0 20px 0;
    }
    
    .portfolio_details .portfolio_layout .item .full-text 
    {
        padding: 0;
    }
}

.homepage 
{
    margin-top: 5px;
}

.homepage .heading 
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

.heading-large 
{
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.homepage .heading .leftTitleBorderDiv 
{
    margin: 5px 0 0 0;
}

.homepage .portfolio_container hr 
{
    border-color: #dadada;
}

.homepage .portfolio_container .portfolio 
{
    box-shadow: 3px 3px 1px #dadada
}


.homepage .portfolio_container .link 
{
   color: #666;
}
.homepage .portfolio_container .link:hover,
.homepage .portfolio_container .link:focus 
{
   color: #000;
}


.homepage .portfolio_container .view-work 
{
    margin: 40px 0;
}

.homepage .blogs 
{
    margin-top: 20px;
}

.homepage .well-blogs 
{
    background: #e6e6e6;
    box-shadow: none;
}

.homepage .well-blogs .blogImgDiv 
{
    margin: 0;
    position: relative;
}

.homepage .well-blogs .blogImgDiv img 
{
    border: none;
    max-height: 100%;
    width: 100%;
}


.homepage .well-blogs .blogImgDiv .btn_container 
{
    z-index:99;
    position: absolute;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0, 0.25);
    display: none;
}

.homepage .well-blogs a:hover .blogImgDiv .btn_container 
{
    display: block;
}

.homepage .well-blogs .blogImgDiv .btn_container .btn 
{
    position: absolute;
    top: 50%;
    width: 100px;
    height: 60px;
    margin-top: -30px;
    margin-left: -50px;
    font-size: 17px;
    
    border-radius: 100%;
    
    background: rgba(217,83,79, 0.90);
    border: 0;
    
}


.homepage .well-blogs .blogTitleDiv h3
{
    font-size: 20px;
}
.homepage .well-blogs .blogTitleDiv 
{
    margin: 20px;
}

.well-testimonials
{
    background: #fff;
    box-shadow: none;
    border: none;
}

.homepage .panel_work
{
    padding-top: 150px;
    padding-bottom: 100px;
    background:  50% 100% no-repeat;
    
	background-size: cover;
    
}


.homepage .panel_work .container 
{
    width: auto;
}

.homepage .panel_work .row 
{   
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homepage .panel_work .panel-left
{
    padding-right: 5%;
    padding-left: 5%;
}


.homepage .panel_work h2 
{
    font-size: 40px;
    margin-bottom: 20px;
}

.homepage .panel_work .panel-left .content 
{
    font-size: 20px;
    line-height: 30px;
}


.homepage .panel_work .panel-left .content p 
{
    margin-bottom: 20px;
}


@media screen and (min-width: 768px) 
{
        
    .homepage .panel_work .panel-right .content 
    {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        
        width: 200px;
        height: 50px;
        
        margin-left: -100px;
        margin-top: -25px;
    }
}

@media screen and (max-width: 767px) 
{
    .homepage .panel_work
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .homepage .well-blogs .blogTitleDiv 
    {
        margin: 10px;
        min-height: 1px;
    }
    
    .homepage .panel_work .panel-left 
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .homepage .panel_work .panel-right .btn
    {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
        
}



.well-boxes
{
    background: #fff;
    box-shadow: none;
    border: none;
}

.well-boxes .box 
{
    height: 200px;
    overflow: auto;
    cursor: pointer;
}



.well-boxes .box .title 
{
    margin: 0;
    padding: 10px 20px;
    color: #6a6a6a;
}

.well-boxes .box .title small 
{
    display: block;
    padding-top: 10px;
    color: #6a6a6a;
}

.well-boxes .box .content 
{
    padding: 10px 20px;
}

.well-boxes .box:hover .title,
.well-boxes .box:focus .title
{
    background: #6a6a6a;
    color: #fff;
}

.well-boxes .box:hover .title small,
.well-boxes .box:focus .title small
{
    color: #fff;
}




.well-boxes .box-blue:hover .title,
.well-boxes .box-blue:focus .title
{
    background: #213080;
}

.well-boxes .box-grey:hover .title,
.well-boxes .box-grey:focus .title
{
    background: #5e5556;
}

.well-boxes .box-yellow:hover .title,
.well-boxes .box-yellow:focus .title
{
    background: #ffc700;
}

.well-boxes .box-pink:hover .title,
.well-boxes .box-pink:focus .title
{
    background: #eda5a6;
}


@media screen and (max-width: 767px) 
{
    .well-boxes .box 
    {
        height: auto;
    }
    
    .well-boxes .box:hover .title,
    .well-boxes .box:focus .title,
    .well-boxes .box .title small 
    {
        background: none !important;
        color: #6a6a6a !important;
    }
}





.homepage .blogOuterHolder,
.homepage .blogShadow
{
    float: none;
    width: 94%;
}

.homepage .blogDate 
{
    left: -30px;
    top: 5px;
}

.homepage .blogTitleDiv,
.homepage .blogContentDiv,
.homepage .blogImgDiv
{
    float: none;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 1px;
    padding: 0;
    font-size: 15px;
}

.homepage .blogTitleDiv 
{
    margin-top: 20px;
}

.homepage .blogContentDiv,
.homepage .blogContentDiv p 
{
    font-size: 16px;
}

.homepage .blogTitleDiv 
{
    margin-left: 40px;
}

.homepage .blogTitleDiv h3 
{
    font-size: 17px;
    min-height: 36px;
}

.homepage .blogImgDiv img 
{
    border: 1px solid #dedede;
    max-height: 150px;
    margin-bottom: 10px;
}

.homepage .blogHeader 
{
    min-height: 1px;
}

.homepage .blogOuterHolder 
{
    min-height: 1px;
}

.homepage .blogArrow 
{
    margin-right: 10px;
}

@media (max-width: 991px)
{
    .homepage .blogOuterHolder, .homepage .blogShadow 
    {
        width: 100%;
    }
    
    .homepage .blogTitleDiv 
    {
        margin-left: 50px;
        margin-top: 5px;
    }
}

.homepage .testimonial 
{
    margin-top: 60px;
    color: #a1a1a1;
}

.homepage .testimonial h5,
.homepage .testimonial h6 
{
    margin-top: 23px;
    color: #414141;
}

@media (max-width: 767px)
{
    
    .homepage .blogShadow 
    {
        display: none;
    }
    
    .homepage .blogOuterHolder 
    {
        margin-bottom: 20px;
    }
    
    .homepage .blogTitleDiv 
    {
        margin-top: 15px;
        min-height: 52px;
    }
    
    .homepage .blogDate {
        position: static;
        background-image: none;
        width: 65px;
        height: 66px;
        left: 0;
        top: 0;
        background-color: #DB203D;
        float: left;
    }
    
    .homepage .testimonial 
    {
        margin-top: 20px;
    }
    
}





.testimonials-carousel 
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonials-carousel .from 
{
    color: #a31115;
}

.testimonials-carousel .carousel-control 
{
    background: none !important;
    width: auto;
    top: auto;
    bottom: -26px;
}

.testimonials-carousel .carousel-control.left 
{
    left: 180px;
}

.testimonials-carousel .carousel-control.right 
{
    left: 220px;
    right: auto;
}

.testimonials-carousel .icon-direction 
{
    display: block;
    width: 26px;
    height: 26px;
    background: transparent url('../img/arrow-lt-blue.png') no-repeat 0 0;
}

.testimonials-carousel .icon-direction.right 
{
    background-image: url('../img/arrow-rt-blue.png');
}

@media (max-width: 767px)
{
    .testimonials-carousel .carousel-control 
    {
        bottom: -20px;
    }
    
    .testimonials-carousel .carousel-control.left 
    {
        left: 40%;
    }
    
    .testimonials-carousel .carousel-control.right 
    {
        left: auto;
        right: 40%;
    }
}



