/*CSS Document*/


@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol-webfont.woff') format('woff'),
         url('../fonts/lato-bol-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/lato-lig-webfont.woff') format('woff'),
         url('../fonts/lato-lig-webfont.ttf') format('truetype'),
         url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'trendex_light_ssiextra_light';
    src: url('../fonts/trendex_light_ssi_extra_light-webfont.eot');
    src: url('../fonts/trendex_light_ssi_extra_light-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/trendex_light_ssi_extra_light-webfont.woff') format('woff'),
         url('../fonts/trendex_light_ssi_extra_light-webfont.ttf') format('truetype'),
         url('../fonts/trendex_light_ssi_extra_light-webfont.svg#trendex_light_ssiextra_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clearFix:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}

#ascrail2000 {
	z-index: 99999999 !important;
	background-color: #ffba00;
}

body {
	background-color: #fcfafa; 
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


a, a:hover {
	color: #000;
}

.tp-caption.large_text {
	font-family: 'latolight';
	font-size: 57px;
	font-weight: normal;
	line-height: 65px;
}

.tp-caption.large_text span {
	font-family: 'latobold';
}

.tp-caption.contactText {
	font-family: 'latolight';
	font-size: 21px;
	line-height: 24px;
}

.tp-caption.contactLink a {
	line-height: 1em;
	font-family: 'trendex_light_ssiextra_light';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 15px 35px 13px 35px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.tp-caption.contactLink a:hover {
	color: #f25953;
	background-color: #fff;
}

/*Header Styles*/

#header {
	/*border-top: 3px solid #ffba00;*/
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
	-webkit-box-shadow: 5px 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0 3px rgba(0, 0, 0, 0.2);
}

.logoHolder a {
	line-height: 103px;
	/*display: block;*/
}

#nav {
	float: right;
}

#nav > li {
	display: inline-block;
    line-height: 0;
    margin-left: 8px;
    position: relative;
}

#nav li ul {
	position: absolute;
	top: 100%;
	width: 300px;
	left: -25px;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

#nav li ul li {
	width: 100%;
}

#nav li ul li a {
	background-color: #fcfafa;
	width: 100%;
	display: block;
	height: 100%;
	padding: 5px 0 5px 25px; font-size:13x !important;
	color: #2D3032;
	border-bottom: 1px solid rgba(0,0,0,0.1); 
}

#nav li ul li a:hover {
	background-color: #eee; 
}
.withDropdown ul{font-size:14px !important; padding-top:15px !important }

#nav li:hover ul {
	display: block;
}

#nav li:last-child {
	margin-right: 0;
}

#nav > li a {
	border-right: 1px solid #000000;
    color: #162B48;
    font-family: 'latoregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    padding-right: 8px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

#nav li a:hover {
	color: #b6b6b6;
}

.withDropdown:after {
	/*content: url(../img/dropDownMenu.png);*/
	position: absolute;
	right: -16px;
	top: -2px;
	width: 10px;
	height: 6px;
}

select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	height: 40px;
	z-index: 7050;
	background-image: url(../images/responsive-nav-bg.png);
}

/*Content Area Styles*/

.welcomeHolder h2, .welcomeHolder p {
	text-align: center;
}

.welcomeHolder h2 {
	font-size: 34px;
	color: #888686;
	font-family: 'latobold';
	font-weight: normal;
	letter-spacing: 25px;
	text-transform: uppercase;
	margin-top: 40px;
	background: url(../img/titleBorderMid.png);
	background-repeat: no-repeat;
	background-position: 48.5% bottom;
	padding-bottom: 15px;
}

.welcomeHolder p, .clientsIntro p {
	font-size: 19px;
	color:#666666;
	font-family: 'latoregular';
	
}

.welcomeHolder p span, .clientsIntro p span {
	color: #000;
}

.services {
	padding-top: 35px;
}

.services .serviceHolder {
	padding-right: 35px;
	padding-left: 35px;
	border: 1px solid transparent;
	padding-top: 0;
	padding-bottom: 20px;min-height: 412px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	-ms-transition: all 0.9s;
	transition: all 0.9s;
}

.services .serviceHolder:hover {
	border: 1px solid #ff0000;
}

.serviceHolder a {
	position: relative;
	background-color: #f3f2f2;
	border-radius: 74px;
	line-height: 150px;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}

.serviceHolder a.noBgc {
	background-color: transparent;
}

.serviceHolder a img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.serviceHolder a:hover img {
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.serviceHolder h4, .serviceHolder p {
	/*text-align: center;*/
}

.serviceHolder h4 {
	color: #162B48;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 19px;
	margin: 25px 0;	
	font-family: 'latoregular';
}

.serviceHolder p {
	color: #555353;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	line-height: 23px; text-align:justify;
}


/*Features Section Styles*/

#testimonials {
	padding-right: 15px;
}

.features {
	padding-top: 70px;
	padding-bottom: 40px;
}

.progressSkills .featureTitle {
	margin-bottom: 30px;
}

.featureTitle h4 {
	margin-bottom: 20px;
	font-weight: normal;
	color: #162B48;
	font-family: 'latoregular';
	font-size: 19px;
}

.featureTitle h4 a {
	color: #f25953;
}

.testiHolder {
	background-color: #ebebeb;
	/*padding: 33px;*/ padding:0px 10px 20px 10px;
	margin-bottom: 71px;
	position: relative;
}

.testiHolder > p {
  color: #565454;
    font-family: 'latoregular';
    font-size: 14px;
    line-height: 20px;
}


.testiHolder .testiPoster {
	position: absolute;
	bottom: -55px;
	left: 25px;
}

.testiHolder .testiPoster img {
	float: left; border-radius:40px;
	display: block;
	margin-bottom: 15px;
}

.testiHolder .testiPoster p {
	width:67%;
	float: left;
	padding-left: 15px;
	margin-bottom:5px;
	text-transform: uppercase;
	font-family: 'latobold';
	font-size: 12px;
	color: #898686;
	line-height:16px;
}

.testiHolder .testiPoster p:not(:last-child) {
	color: #f25953; 
}


/*Recent Work Section Styles*/

.recWorkCont  {

	border-bottom: 1px solid #cccccc;
}

#recentWorks {
	padding: 0 15px;
}

#recentWorks .orbit-container {
	padding-bottom: 0;
}

.workHolder > a {
	position: relative;
	display: block;
	width: 100%;
	background-color: transparent;
	background-color: #f15a51;
	background-repeat: no-repeat;
	background-position: center center;
}

.workHolder > a span {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-family: 'latobold';
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	left: 50%;
	margin-left: -70px;
	display: block;
	width: 141px;
	height: 141px;
	border: 1px solid white;
	border-radius: 70px;
	text-align: center;
	line-height: 141px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.workHolder > a:hover span {
	opacity: 1;
}

.workHolder > a img {
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.workHolder > a:hover img {
	opacity: 0.2;
}



.workSlider {
	/*padding-bottom: 20px;*/
}

.workSlider .workTitle {
	padding: 0;
	
}
.workTitle
{
	display:none;
	}
.work_smple{
	display:none;
	}
.workHolder:hover .workTitle  {
	display:block;
}
.workHolder:hover .work_smple{
	display:block;
}

.workTitle h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: 'latoregular';
	font-size: 20px;
	
	float: left;
}

.workTitle h4 a {
	color: #2d2a2a;
}

.workTitle > a {
	display: block;
	float: right;
	margin-left: 10px;
	font-size: 9px;
	font-family: 'latobold';
	color: #898686;
	line-height: 34px;
}

.workTitle > a.likes {
	margin-left: 0;
}

.workTitle a.comments:before {
	content: url(../img/commentsico.png);
	position: relative;
	top: 1px;
	padding-right: 5px;
}

.workTitle a.likes:before {
	content: url(../img/likesIco.png);
	position: relative;
	top: 1px;
	padding-right: 5px;
}

.workTitle p {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	color: #898686;
	margin-bottom: 0;
}


/*Clients Section Styles*/

.cols_five {
	width: 18% !important;
}

.clientsIntro h2, .clientsIntro p {
	text-align: center;
}

.clientsIntro h2 {
	font-weight: bolder;
	font-family: 'latolight';
	font-size: 40px;
	color: #162b48;
	/*background: url(../img/titleBorderMid.png);*/
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

.clientHolder {
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
	position: relative;
	background-color: #ebebeb;
	border-radius: 5px;
	margin-right: 21px;
	margin-bottom: 21px;
}

.clientHolder a {
	display: block;
	position: relative;
	width: 100%;
	height: 149px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.clientHolder:hover a {
	background-color: #f25953;
}

.clientHolder a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.clientHolder:hover a img {
	opacity: 0;
}

.clientHolder p {
	position: absolute;
	left: -350px;
	font-family: 'latolight';
	color: #fff;
	font-size: 17px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.clientHolder:hover p {
	left: 20px;
	top: 50px;
}


/*Footer Section Styles*/

.footerTop {
	margin-top: 25px;
	background: url(../img/footerPattern.png);
	padding-top: 30px;
}

.footerLogo {
	border-right: 1px solid rgba(255, 255, 255, 0.1);;
}

.footerLogo a {
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.twitterContainer {
	padding-bottom: 30px;
}

.twitterFeed {
	position: relative;
}

.twitterFeed img {
	position: absolute;
	left: 40px;
	top: 60%;
	margin-top: -18px;
}

.twitterFeed .feed {
	padding-left: 136px;
}

.tweet_time a, .tweet_text a {
	color: #95120d;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}

.tweet_text {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
}

.tweet_first {
	margin: 20px 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.recentBlogPosts {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.recentBlogPosts .postHolder p, .recentBlogPosts .postHolder h4 {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.recentBlogPosts .postHolder:last-child p, .recentBlogPosts .postHolder:last-child h4 {
	border: none;
}


.postHolder img {
	display: block;
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}

.postHolder h4, .postHolder p {
	overflow: hidden;
}

.postHolder h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.postHolder h4 a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-family: 'latoregular';
	text-transform: uppercase;
}

.postHolder p {
	color: #fff;
	font-family: 'latoregular';
	margin-bottom: 0;
	font-size: 13px;
}



.footerBott {
	background-color: #162b48;
	padding: 5px 0;
}

#errorFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footerNav li, #socials li {
	display: inline-block;
}

#footerNav li a {
	display: block;
	color: #fff;
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid white;
	line-height: 1em;
}

#footerNav li:last-child a {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}


#socials {
	margin-top: 2px;
}

#socials li a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/socials.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

#socials li a.face {
	background-position: 7px 0;
}

#socials li a.twitter {
	background-position: -28px 0px;
}

#socials li a.dribble {
	background-position: -67px 0px;
}

#socials li a.flickr {
	background-position: -104px 0px;
}

#socials li a.vimeo {
	background-position: -144px 0;
}

.copyright p {
	float: right;
	margin: 0;
}

.copyright p {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
}

#container li {
	display: block;
}

.footerLogo h4.bdrTitle {
	background-image: url(../img/bdrBott.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*HOMEPAGE 2 STyles*/

/*Get Container Section styles*/

.topClientsIntro {
	padding-top: 20px;
}

.getContainer {
	margin-top: 35px;
	margin-bottom: 50px;
	padding: 40px 0;
	background-image: url(../img/homepage-2/patternBig.png);
}

.getContainer .getInfo {
	padding-left: 60px;
	padding-top: 25px;
}

.getInfo h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'latobold';
	color: #474444;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.getInfo ul li {
	font-family: 'latoregular';
	color: #737373;
	font-size: 19px;
	border-bottom: 1px dashed #a7a7a7;
	padding: 10px 0;
	position: relative;
}

.getInfo ul li:last-child {
	border: none;
}

.getInfo ul li:after {
	content: url(../img/homepage-2/getArrow.png);
	position: absolute;
	right: 0;
}

.ourSkills {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}

.ourSkills .testimonialsHolder {
	border-right: none !important;
}


/*HOMEPAGE 3 Styles*/

.fullwidthbanner-container.fullHeightBanner {
	max-height: 100% !important;
	height: 100%;
}

.fullwidthbanner-container.fullHeightBanner .tp-bullets {
	visibility: visible;
	bottom: 120px;
	top: auto !important;
}



/*ABOUT PAGE STYLES*/

#topBanner {
    background-image: url(../images/bnr-bg11.jpg);
    background-repeat: no-repeat;
    padding: 40px 0 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

#topBanner h1 {
	font-family: 'latoregular';
	color: #fff;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	/*background-image: url(../img/about/bannerTitleBorder.png);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

#topBanner p {
	font-family: 'latolight';
	font-size: 22px;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

.workTitle a.socials {
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(../img/about/socials.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-left: 10px;	
}

.workTitle a.Face {
	background-position: 0 0;
}

.workTitle a.Twitter {
	background-position: -13px 0;	
}
.bcrumb {
    color: #FFF;
    font: 11px Lato, 'Roboto',Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 40px;
    margin-bottom: 20px;
}

    .bcrumb a {
        padding-right: 10px;
        margin-right: 5px;
        background: url(../images/bcrumb-arrow.png) no-repeat right;
        color: #FFF;
    }

        .bcrumb a:hover {
            color: #000;
        }

.page-intro-top {
    display: table;
    width: 100%;
    height: 159px;
}
.font48-titillium-white {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.workTitle a.Dribble {
		background-position: -33px 0;
}

.workTitle a.Face:hover {
	background-position: 0 -13px;
}

.workTitle a.Twitter:hover {
	background-position: -13px -13px;	
}

.workTitle a.Dribble:hover {
		background-position: -33px -13px;
}

.passionContainer {
	padding: 20px 0 40px 0;
	margin: 35px 0;
	background-color: #f3f2f2;
}

.clientsIntro a {
	display: block;
	font-size: 19px;
	font-family: 'latoregular';
	color: #000;
	text-align: center;
	border: 1px solid #f25953;
	margin: 0 auto;
	width: 300px;
	padding: 12px 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	background:#FFBA00;
}

.clientsIntro a:hover {
	background-color: #f25953;
	color: #fff;
}

.whoContainer {
	padding-top: 35px;
}

.aboutInfo h2 {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	color: #f57979;
	text-transform: capitalize;
	padding-bottom: 5px;
	border-bottom: 1px solid #f25953;
}

.aboutInfo p {
	margin-bottom: 0;
	margin-top: 25px;
	font-family: 'PT Sans', sans-serif;
	line-height: 19px;
	color: #605c5c;
}

.galleryAbout {
	padding-top: 30px;
	padding-left: 25px !important;
}

.galleryAbout .gallRow {
	margin-bottom: 15px;
}

.gallRow a, .blogImgs .columns a, .singleBlogGallery .large-6 a, .singleBlogGallery .large-12 a, .blogFull a {
	background-color: #f25953;
	display: block;
	width: 100%;
	background-image: url(../img/about/magnifying-glass.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.gallRow a img, .blogImgs .columns a img, .singleBlogGallery .large-6 a img, .singleBlogGallery .large-12 a img, .blogFull a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
}

.gallRow a:hover img, .blogImgs .columns a:hover img, .singleBlogGallery .large-6 a:hover img, .singleBlogGallery .large-12 a:hover img, .blogFull a:hover img {
	opacity: 0.2;
}

.circ_counter {
	position:relative;
/*	width: 32%;*/
	width: 150px;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}


.circ_counter .circ_counter_text_holder{
	position:absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	color: #f25953;
	text-align: center;
	font-family: 'latoregular';
}
.circ_counter .circ_counter_desc{
	margin: 20px 6px 20px;
	font-size: 19px;
	font-family: 'latoregular';
	color: #2d2a2a;
	text-align: center;
}
.counter_percent_sign {
	position:relative;
	top: 0px;
	left: 2px;
	font-size: 23px;
	font-weight: normal;
	display: none;
}
.counter_percent_sign.shown {
	display: inline;
	}
/* Circ. Counter :: END */


/*Services Section*/

.foxDevices {
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

.foxDevices p {
	text-align: right;
}

.foxDevices .columns:last-child p {
	text-align: center;
}

.foxDevices img {
	margin: 0 15px;
}

.servicesIntro {
	padding-top: 30px;
}

.blogFull {
	margin-top: 35px;
	margin-bottom: 10px;
}

.blogFull img {
	width: 100%;
}


.blogFullInfo {
	position: relative;
}

.blogFullInfo h3, .blogFullInfo h3 a {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	color: #636060;
}

.blogFullInfo .postInfo {
	padding: 0;
	padding-bottom: 15px;
}

.blogFullInfo .postInfo a {
	display: block;
	float: left;
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #636060;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #636060;
}

.blogFullInfo .postInfo a:last-child {
	border-right: none;
}

.blogFullInfo p, .singlePar p {
	color: #9f9d9d;
	font-size: 14px;
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.postDate {
	float: left;
	position: absolute !important;
	top: 0;
	left: -60px;
}

.postDate span {
	display: block;
	width: 49px;
	height: 29px;
	line-height: 29px;
	font-size: 17px;
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}

.postDate span.pDay {
	color: #f57979;
	background-color: #ebebeb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.postDate span.pMonth {
	color: #fff;
	background-color: #f25953;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.blogImgs {
	margin-top: 10px;
	margin-bottom: 25px;
}

.blogImgs .columns {
	padding: 0;
}

.blogImgs .columns:first-child {
	padding-right: 15px;
}

.blogImgs .columns:last-child {
	padding-left: 15px;
}

.blogImgs .columns img {
	width: 100%;
}

.singleBlogRow {
	margin-bottom: 13px !important;
}

.singleBlogGallery .large-6 {
	padding: 0;
}

.singleBlogGallery .large-6 a, .singleBlogGallery .large-12 a {
	display: block;
	width: 100%;
}

.singleBlogGallery .large-6 a img, .singleBlogGallery .large-12 a img {
	display: block;
	width: 100%;
}

/*Blog Single Page Styles*/

.singleArchives {
	padding-bottom: 25px;
}

.blogSingleWrapp {
	padding-top: 30px;
}

.blogImgs .large-12 {
	padding: 0 !important;
}

.singleBlogInfo {
	padding-left: 60px;
	padding-top: 15px;
}

.singlePostDate {
	left: 0;
	top: 25px;
}

.blogSinglePar {
	padding-left: 60px;
}

.singleBlogGall {
	padding-left: 55px;
}

.singleBlogImg {
	margin-bottom: 10px !important;
}

.sideBar {
	padding-right: 35px !important;
}


h2.sidebarTitle {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	color: #f57979;
	padding-bottom: 5px;
	border-bottom: 1px solid #f25953;
	margin-bottom: 20px;
}

.categories .sidebarTitle {
	margin-bottom: 10px;
}

.categories ul li a {
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s; font-size:12px;   color: #162B48;
    display: block;
    font-family: 'latoregular';
    font-size: 15px;
   
    transition: all 0.4s ease 0s;
}

.categories ul li a:hover {
	color: #b6b6b6;
}

.categories ul li a:before {
	content: url(../img/Single-Blog/catArrow.png);
	padding-right: 10px;
	position: relative;
	top: 2px;
}

.popularTags a {
	display: block;
	float: left;
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #f25953;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 5px;
	margin-bottom: 7px;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.popularTags a:hover {
	color: #f25953;
	background-color: #eee;
	border-color: #f25953;
}

.singleTesti {
	margin-right: 0;
}

.singleTestiwrapp {
	border-right: none !important;
	padding: 0 !important;
}

.sideBarRight {
	padding-right: 0 !important;
	padding-left: 35px !important;
}

.blogPostSection {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 35px;
}

.pagi a {
	display: block;
	float: right;
	font-size: 21px;
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #636060;
	padding: 15px;
	background-color: #d7d7d7;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-right: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.pagi a:hover {
	color: #f25953;
}

.pricing-table .description, .pricing-table .bullet-item, .pricing-table .price, .pricing-table .title {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.pricing-table:hover .description, .pricing-table:hover .bullet-item {
	color: #fff !important;
	background-color: #f25953;
}

.pricing-table:hover .title {
	background-color: #f25953;
	color: #fff;
}

.pricing-table:hover .price {
	background-color: #fff;
	color: #f25953;

}

.contact-list {
    display: table;
    width: 100%;
}.contact-list li {
    display: inline-block !important;
    vertical-align: top;
    width: 43%;
    margin-right: 6%;
    margin-bottom: 55px;
    background: none;
    padding-left: 0px;
}.contact-list h2 {
    font: 800 18px 'Roboto', Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 10px 0; font-size:14px;
}.contact-list p {
    color: #000; font-size:14px;
    margin: 0 0 15px 0;
    line-height: 18px;
}





/*404 Page Style*/

.errorContainer {
	padding-top: 180px;
	
}

.errorBody {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../img/404/bgImage.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.errorContent {
	padding: 15% 0;
}

.errorContent h1 {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 60px;
	color: #fff;
}

.errorContent p {
	font-family: 'trendex_light_ssiextra_light';
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
}

.errorContent a {
	font-family: 'trendex_light_ssiextra_light';
	text-transform: uppercase;
	color: #fff;
	border: 1px solid white;
	padding: 20px 80px;
	display: block;
	float: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.errorContent a:hover {
	color: #f25953;
	background-color: #fff;
}



/*Contact Page Styles*/

#googleMap img {
	width: 100%;
	display: block;
}

.contactInfo {
	padding: 35px 0;
}

.contactInfo p {
	font-size: 17px;
	font-family: 'latoregular';
	line-height: 23px;
}

.contactInfo ul li {
	text-align: center;
	font-family: 'latoregular';
	font-size: 19px;
	color: #a19e9e;
}

.contactInfo ul li span {
	color: #000;
}

.formContainer label {
	font-family: 'latoregular';
	font-size: 17px;
	color: #3e3c3c;
	line-height: 35px;
}

.formContainer input {
	height: 62px;
	font-size: 21px;
	background-color: #dfdfdf;
}

.formContainer textarea {
	background-color: #dfdfdf;
	height: 195px;
	font-size: 21px;
}

.formContainer textarea:focus {
	background: #fff;
}

.formContainer button {
	float: right;
	font-family: 'latoregular';
	font-size: 19px;
	color: #fff;
	background-color: #f25953;
	border-radius: 5px;
	border: none;
	font-weight: normal;
	box-shadow: 0 5px 0 0px #d8504b;
}


/*Features*/

.featuresHolder {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}

.pricingPara {
	font-size:17px !important;
	line-height: 20px;
}

.pricing-table .title {
	font-family: 'latobold';
	font-size: 19px;
	color: #3e3c3c;
}

.pricing-table .price {
	font-family: 'latobold';
}

.pricing-table .description {
	font-family: 'latoregular';
	font-size: 16px !important;
	color: #777777 !important;
}

.pricing-table .bullet-item {
	color: #777777;
	font-family: 'latoregular';
	font-size: 16px !important;	
}

button, .button {
	font-family: 'latobold';
	font-size: 17px !important;
}

.pricingTitle {
	padding-top: 25px;
}

.pricingTablesContainer {
	padding-top: 15px;
}

.accordions {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#accord {
    float: left;
    width: 100%;
}
#accord li a {
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    color: #605c5c;
    background: #e1e1e1;
    border-bottom: 1px solid white;
    text-decoration: none;
    border-radius: 5px;
    padding-left: 55px;
    margin-bottom: 10px;
    position: relative;
}

.no-active:before {
	content: url(../img/features/accordion.png);
	position: absolute;
	left: 15px;
	top: 10px;
}

.activeAcc:before {
	content: url(../img/features/accordionActive.png);
	position: absolute;
	left: 15px;
	top: 10px;
}

#accord li ul {
    display: none;
    padding: 10px 0;
    margin: 0;
}

#accord li ul p {
	font-size: 15px;
	line-height: 21px;
	color: #605c5c;
	font-family: 'latoregular';
	padding-left: 30px;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}

#accord li ul li a {
    padding: 10px 25px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}

.tabs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#tabs ul {
	width: 100%;
	float: left;
	background-color: #e1e1e1;
	border-radius: 5px;
}

#tabs ul li {
	float: left;
}

#tabs ul li a {
	font-family: 'latoregular';
	font-size: 17px;
	color: #605c5c;
	display: block;
	padding: 11px 15px;
	border-right: 1px solid #cdcdcd;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#tabs ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#tabs ul li a:hover {
	background-color: #f25953;
	color: #fff;
}

#tabs div p {
	background-color: #fff;
	font-family: 'latoregular';
	color: #605c5c;
	margin-top: 10px;
	padding: 20px 30px;
	font-size: 15px;
	line-height: 21px;
	clear: both;
}

.accordionHolder {
	margin-top: 0 !important;
}

.accordionTitle {
	margin-bottom: 20px !important;
}

.buttonContainer button {
	float: left;
	margin-right: 10px;
}

.buttonContainer button.btn1 {
	padding: 10px !important;
}

.buttonContainer button.btn2 {
	padding: 15px !important;
}

.buttonContainer button.btn3 {
	padding: 20px !important;
}



/*Portfolio Styles*/

.filterMenu {
	padding-left: 55px !important;
}

.navForSmall {
	display: none;
}

.portfolioTitle {
	padding-top: 40px;
}

.portfolioCols {
	padding-top: 10px;
}

.portfolioCols li {
	float: left;
	line-height: 1em;
}


.portfolio3cols li {
	width: 345px;
}


.portfolioCols li a {
    border-right: 1px solid #A19E9E;
    color: #605C5C;
    display: block;
    font-family: 'latoregular';
    font-size: 13px !important;
    line-height: 28px;
    margin-right: 20px;
    padding-right: 20px;
    transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio3cols li a {
	padding-top: 60px !important;
	background-position: center 25px !important;
}

.portfolioCols li:last-child a {
	border-right: none;
}

.portfolioCols li a:hover {
	color: #f4797b;
}

.filterCategories {
	padding-top: 30px;
}

.portfolioRegular {
	width: 100%;
	overflow: hidden;
}

.portfolioRegular .item {
	margin-bottom: 20px;
}

.portfolioRegular li {
	position: relative;
}

.portfolioRegular li a {
	padding-top: 120px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90%;
	height: 90%;
	margin: 5%;
	margin-top: 17px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	background-image: url(../img/portfolio/hoverThumb.png);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.portfolioRegular li a.colLink {
	margin-top: 11px;
}

.portfolioRegular li img {
	overflow: hidden;
	width: 100%;
}

.portfolioRegular li a h5 {
	font-family: 'latoregular';
	color: #f25953;
	font-size: 21px;
}

.portfolioRegular li a p {
	color: #605c5c;
	font-family: 'latoregular';
	font-size: 17px;
	line-height: 23px;
}

.portfolioRegular li:hover a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.masonryFilter li {
	margin: 5px;
	float: left;
	position: relative;
	width: 253px;
	border: 1px solid #d7d7d7;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.masonryFilter li > a {
	display: block;
	background-color: #f25953;
	width: 100%;
}

.masonryInfo a.likes {
	position: absolute;
	right: 15px;
	top: -24px;
	font-family: 'latobold';
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	padding-top: 7px;
	color: #fff;
	background-color: rgba(242,89,83,0.9);
}

.masonryFilter li img {
	display: block;
	width: 100%;
}

.masonryFilter li a h3 {
	font-size: 14px;
	font-family: 'latoregular';
	color: #0a0a0a;
	font-weight: normal;
	padding: 15px 10px 10px 10px;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.masonryFilter li p {
	font-family: 'latoregular';
	color: #605c5c;
	font-size: 12px;
	line-height: 17px;
	padding: 0 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.masonryFilter li:hover h3, .masonryFilter li:hover p {
	color: #f25953;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#singleOrbit .orbit-container {
	padding-bottom: 0;
}



#singleOrbit .orbit-container .orbit-next, #singleOrbit .orbit-container .orbit-prev {
	width: 64px;
	height: 64px;
}

#singleOrbit .orbit-container .orbit-prev {
	left: 0;
	bottom: 70px;
	top: auto;
}

#singleOrbit .orbit-container .orbit-next {
	left: 0;
	bottom: 0;
	top: auto;
	background-image: url(../img/portfolio-single-image/goNext.png);
}

#singleOrbit .orbit-container .orbit-prev {
	background-image: url(../img/portfolio-single-image/goPrev.png);
}

.singleInfo h2 {
	color: #f25953;
	font-family: 'latoregular';
	font-size: 21px;
	padding-top: 20px;
}

.clientInfo .large-12 img {
	border: 1px solid black;
}

.singleInfo p {
	font-family: 'latoregular';
	color: #605c5c;
	font-size: 17px;
	line-height: 24px;
}

.singleInfo a {
	display: block;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../img/portfolio-single-image/goLink.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
}

#softwares {
	padding-left: 20px;
	border-left: 1px solid #f25953;
}

#softwares li {
	margin-bottom: 20px;
	font-size: 19px;
	font-family: 'latoregular';
	color: #605c5c;
	line-height: 1.3em;
}

.footerMenu .columns h4 {
	font-family: Georgia;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}

.footerMenu .columns ul {
	padding-bottom: 25px;
}

.footerMenu .columns ul li a {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.footerLogo ul li a {
	font-family: 'latoregular' , Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.footerLogo h4 {
	font-family: 'latoregular';
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}

#teamSlider {
	padding-top: 55px;
}

#teamSlider .orbit-container {
	padding-bottom: 10px;
}

.teamPassion {
	margin-top: 0;
}


#testimonials .orbit-container {
	overflow-x: hidden;
	overflow-y: visible;
}

#testimonials .bx-wrapper .bx-controls-direction a, #recentWorks .bx-wrapper .bx-controls-direction a, .recWorkCont .bx-wrapper .bx-controls-direction a {
	top: -30px;
}

#testimonials .bx-wrapper .bx-prev {
	left: 120px;
}

#testimonials .bx-wrapper .bx-next {
	right: auto;
	left: 160px;
}

#recentWorks .bx-wrapper .bx-prev, .recWorkCont .bx-wrapper .bx-prev {
	left: 210px;
}

#recentWorks .bx-wrapper .bx-next, .recWorkCont .bx-wrapper .bx-next {
	right: auto;
	left: 250px;
}

.teamContentSlider .bx-wrapper .bx-prev {
	left: 100px;
}

.teamContentSlider .bx-wrapper .bx-next {
	left: 140px;
}

#teamSlider .bx-wrapper .bx-prev {
	left: 140px;
}


#teamSlider .bx-wrapper .bx-next {
	left: 180px;
}

.blogTestimonialSlider .bx-wrapper .bx-controls-direction a {
	top: -35px !important;
}

.blogTestimonialSlider .bx-wrapper .bx-prev {
	left: 100px;
}

.blogTestimonialSlider .bx-wrapper .bx-next {
	left: 140px;
}

.getImage {
	padding-top: 30px;
}


/*----------Apply Now---------------Start-----------*/
.inner-page {
    width: 100%;
    margin-top:30px;
}
.inner-hadding h1 {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 60px;
}
.admission-pack{ margin:44px 0px; padding:0px; float:left; width:100%;}
.admission-pack .colom1{ width:29%; float:left; margin:0px 15px; padding:0px;}
.admission-pack h3{    color: #194880;
    line-height: 1.3;    font-size: 36px;    font-weight: 700;}
.pt-4{    font-size: 18px;
    line-height: 1.6;    color: #191919;}

.sub_head {
    font-weight: 700;
}
.sub_head {
    font-size:28px;
    font-weight: 300;
}
.text_center {
    text-align: center;
}
.text_center img{ width:100px;}
.pt-3 {
    padding-top: 1rem!important; font-weight:13px;
}
.inner-page p strong {
    line-height: inherit;
}
.apply_now_box {
    background: #fffaf8;
    padding:10px;
    border-top: solid 4px #cf6e5e; float:left; width:100%;
}
.bullet_list {
    margin: 20px 0; position:relative; float:left; width:100%;
}
.apply_now_box .bullet_list li {
    padding-top: 0; width:100%; float:left;
    padding-bottom:20px; font-size:14px;
}
.apply_now_box .bullet_list li:before {
    top: 11px;
}
.bullet_list li:before {
    content: '';
    background: #edba16;
    position: absolute;
    top: 26px;
    left:-11px;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 26px;
}
.btn-default {
    font-size: 20px;
}
.btn {
    cursor: pointer;
}
.btn-default {
    color: #fff;
    border: 1px solid #dcaa21;
    background-color: #dcaa21;
    font-size: 16px;
    font-weight: 700;
    padding: .625rem 1.7rem;
    position: relative;
}





/*----------Apply Now---------------End-----------*/




/*Responsive Styles - Sizes lower then 1150px */

@media only screen and (max-width: 1150px) {
	
	.row .column, .row .columns {
		padding-left: 0.9000em;
		padding-right: 0.9000em;
	}

	.clientHolder a {
		text-align: center;
	}

	.logoHolder a {
		text-align: left;
	}

	.clientHolder {
		width: 100% !important;
	}

	.allClients  {
		padding: 0 0.9000em;
	}

	.allClients .columns:last-child {
		float: none;
	}

	.featureTitle {
		padding-left: 0.5000em;
	}

	.clientsIntro p {
		padding-left: 0.9000em;
		padding-right: 0.9000em;
	}

	.filterMenu {
		width: 100% !important;
	}

	.ourHolder {
		padding: 0 20px;
	}

	.portfolioRegular li {
		margin-bottom: 15px;
	}

	.portfolioRegular li a {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.filterMenu {
		padding-left: 20px !important;
	}


	.portfolioCols {
		padding-left: 21%;
	}

	.formContainer  {
		padding: 0 25px;
	}

	.portfolio3cols li a {
		padding-top: 80px !important;
		background-position: center 45px !important;
	}

	.portfolioRegular li a h5 {
		font-size: 18px;
	}

	.portfolioRegular li a p {
		font-size: 17px;
		display: none;
	}

	.portfolio3cols .columns {
		float: left !important;
	}
}

@media only screen and (max-width: 795px) {
.admission-pack .colom1{ width:93%;}
	.fullwidthbanner-container, #topBanner {
		margin-top: 156px;
	}

	.footerMenu, .socialsContainer {
		display: none;
	}

	.copyright p {
		display: block;
		float: none;
		text-align: center;
	}

	.logoHolder a {
		text-align: center;
	}

	.fullwidthbanner-container.fullHeightBanner .tp-bullets {
		display: none;
	}

	.getImage p {
		text-align: center;
	}

	.portfolioCols {
		padding: 25px 0;
	}

	.portfolioTitle {
		padding-top: 165px;
	}

	#testimonials {
		padding: 0;
	}

	.workTitle h4 {
		padding-top: 15px;
	}

	.workHolder {
		margin-bottom: 30px;
	}

	#softwares {
		border-left: none;
		padding-left: 0;
	}

	#softwares li {
		float: left;
		padding-right: 15px;
	}

	.categoriesHolder li {
		float: left;
		padding-right: 15px;
	}

	.singleBlogGall, .blogSinglePar {
		padding-left: 0;
	}

	.filterMenu {
		padding-left: 55px !important;
	}
}

@media only screen and (max-width: 568px) {
	.twitterFeed img {
		display: none;
	}

	.twitterFeed .feed {
		padding-left: 12px;
	}

	.gallRow a, .blogImgs .columns a, .singleBlogGallery .large-6 a, .singleBlogGallery .large-12 a, .blogFull a {
		margin-bottom: 10px;
	}

	.sideBarRight {
		padding-left: 19px !important;
	}

	.navForSmall {
		display: block;
	}

	.portfolioCols li {
		padding: 13px 0;
		float: none;
		text-align: center;
		border-bottom: 1px solid gray;
	}

	.portfolioCols li:not(:first-child) {
		display: none;
	}

	.portfolioCols li a {
		display: block;
		margin: 0;
		padding: 0;
		border-right: none;
	}

	.filterMenu {
		padding-left: 12px !important;
	}

	.tparrows  {
		display: none;
	}

}

@media only screen and (max-width: 768px) {
.cdr_top{display:none;}
}
/*--------------- CDR /////////*****  */
.cdr_top{background:#162b48;}
.yellow_txt{color:#ffc600;}
.white_txt{color:#fff;}
.line_height{line-height:30px;} .line_height2{position:relative; top:2px;} .line_height5{position:relative; top:3px;}
.whitebg{background:#fff;}
.login{float:right; white-space:nowrap; padding-top:10px;width: 56%;}
.login input[type=text],input[type=password]{width:160px; margin-right:5px; display:inline;}
.font-14px{font-size:14px;}
.at_right{float:right;}
.custom_button{line-height:normal; background:#006699; padding:5px 10px; border:0; color:#fff;}
.login-txt-line{float:left; width:60px; text-align:center; padding:0px 5px 0 0; position:relative; top:-4px;}
.cdr_top a:hover{color:#fff;}

.header_section {
    background: none repeat scroll 0 0 #ffba00;
    color: #000;
    font-size: 21px;
    padding:8px 5px;
    text-align: center;
}
.bodered{ border: 1px solid #CCCCCC;}

.body_section{font-family: 'latoregular' !important;}
.boxed{width:100%; border: 1px solid #CCCCCC; padding:10px;}
.middle{}
.middle h1{color:#00204e; font-weight:normal; font-size:26px;}
.padding-around{padding:5px 10px;}
.program_cd{background:url(../img/nodge.png) no-repeat; height:70px;}
.program_cd:hover{background: #E9E9E9 url(../img/nodge.png) no-repeat; height:70px;}

.program_cd .cd_1{width:105px; float:left; text-align:center; padding-top:10px; color:#FFFFFF;} .program_cd .cd_1 span{color:#FFCC00;}
.program_cd .cd_2{width:380px; float:left; padding:0 15px; text-align:left;padding-top:16px; line-height:22px;}
.program_cd .cd_3{width:19px; float:left;padding-top:25px;}


.news_happenings{}
.news_happenings ul{margin:0; padding:0; list-style-type:none;}
.news_happenings li{display:list-item; height:107px; overflow:hidden; padding:8px 0;}
.news_happenings li:hover{background:#F0F0F0; transition: all 0.4s ease 0s;}
.news_happenings .news_cd_1{float:left; width:75px; height:75px; background:#ff9ba3; line-height:20px; padding-top:20px; color:#FFFFFF; font-size:33px; text-align:center;} .news_happenings .news_cd_1 span{color:#666666; text-transform:uppercase; font-size:18px; line-height:1px;}
.news_happenings .news_cd_2{float:left; width:420px; height:100px; line-height:14px; font-size:13px; padding-left:20px;}
.news_happenings .news_cd_2 span{color:#162b48 !important; font-size:16px;}
.news_happenings .news_cd_2 p{line-height:21px; padding-top:3px;}
.no-border{border:none !important;}
.top-margin{margin-top:15px;}


.gallery_box{background:#00204e; min-height:150px; width:100%; float:left; margin-top:10px;}
.gallery_box .box_top{color:#FFFFFF; text-align:center; width:100%; padding:10px 0; float:left; font-size:18px;}
.main_full{width:252px; margin:2px; border:1px solid #fff; float:left;}
.main_full img{min-width:100%; max-width:100%;}
.tns{float:left; padding:2px 0 5px 3px; width:100%;}
.tns img{border:1px solid #fff; max-width:60px; min-height:55px;}

.green-button_new{width:100%; background:#458b13; height:32px; width:100%; text-align:center; line-height:30px; float:left; color:#FFFFFF; font-size:18px; border-radius:3px;}

.newsletter_box{background:#00204e; min-height:150px; width:100%; float:left; margin-top:10px; padding:10px 0;}
.newsletter_box .box_top{color:#FFFFFF; text-align:center; width:100%; padding:10px 0; float:left; font-size:18px;}
.small-txt{font-size:13px; line-height:15px;} .gray_txt{color:#9B9B9B;}
.newsletter_register {width:90%; margin:0 auto;}
.newsletter_register  select{width:100%; font-size: 0.875em;    color: rgba(0, 0, 0, 0.75); -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;    height: 2.3125em;}
	
	option{color: rgba(0, 0, 0, 0.75);}
.redbg{background:#c23f05 !important; color:#fff;}
.newsletter_register input[type=password]{width:100%;}
.quotes{padding-top:15px; float:left;}
.quotes p{font-size:12px; line-height:15px; color:#666666; font-style:italic;}


.lgbg{background:#E2E2E2; padding-top:10px;}
.whitebg{background:#FFFFFF;}

.at_left{float:left;}
.large-12.columns.workTitle > h4 {
    text-align: center;
    width: 100%; text-transform:uppercase; font-size:12px;
}

ul.tabbing_custom {
    left: -10px;
    position: relative;
    top: -10px;
    width: 267px;
    z-index: 100;
}ul.tabbing_custom li{padding-left:10px;}
/*ul.tabbing_custom li.active{background: url(../img/active-tab.png) left no-repeat!important;}*/
ul.tabbing_custom li.active a{ color:#fff;}
ul.tabbing_custom li a{color: #162B48;
    display: block;
    font-family: 'latoregular';
    font-size: 15px;
    padding: 5px 0;
    transition: all 0.4s ease 0s;
}
h3{font-weight:normal; font-size:22px;}

body.campuse_overview li.campuse_overview,
body.campus_program li.campus_program,
body.corporate_speaks li.corporate_speaks,
body.campus_faculty li.campus_faculty,
body.industry_intractions li.industry_intractions,
body.events li.events,
body.alumni_speaks li.alumni_speaks,
body.program_mba_pgpm_tow_years li.program_mba_pgpm_tow_years,
body.PGDRM_MBA_Rural_Mgmt_two_years li.PGDRM_MBA_Rural_Mgmt_two_years,
body.GDBA_BBA_three_years li.GDBA_BBA_three_years,
body.GDC_BCOM_3Years li.GDC_BCOM_3Years,
body.MBA_Logistics li.MBA_Logistics,
body.PGPM_MBA_Executive li.PGPM_MBA_Executive
{background: url(../img/active-tab.png) left no-repeat!important;}

body.campuse_overview li.campuse_overview a,
body.campus_program li.campus_program a,
body.corporate_speaks li.corporate_speaks a,
body.campus_faculty li.campus_faculty a,
body.industry_intractions li.industry_intractions a,
body.events li.events a,
body.alumni_speaks li.alumni_speaks a,
body.program_mba_pgpm_tow_years li.program_mba_pgpm_tow_years a,
body.PGDRM_MBA_Rural_Mgmt_two_years li.PGDRM_MBA_Rural_Mgmt_two_years a,
body.GDBA_BBA_three_years li.GDBA_BBA_three_years a,
body.GDC_BCOM_3Years li.GDC_BCOM_3Years a,
body.MBA_Logistics li.MBA_Logistics a,
body.PGPM_MBA_Executive li.PGPM_MBA_Executive a
{color:#fff;}



.table {
    margin-bottom: 0;
}
.table-bordered {
    border: 1px solid #DDDDDD;
}
.table {
    width: 100%;
}
table {
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table > thead > tr > th {
    vertical-align: bottom;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 8px;
}
th {
    text-align: left;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDDDDD;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}


.inright .clientHolder{ margin-right: 15px !important;}
.inright .clientHolder a:hover{background:#F90!important;}
.inright .clientHolder a {   display: block; padding:0 5px;  background:#fff; border:1px solid #EAEAEA; text-align:center;}
.inright .clientHolder a p{text-align:center; float:left; width:100%;}

/*by yatender*/
.icon {
    display: none;
    font-size: 15px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
}

@media(min-width:320px) and (max-width:767px)
{
	.login{ float:none; width:100%;}
	.login input[type="text"], input[type="password"]
	{
		width:27%;
		}
		#nav{float:none;}
		#nav > li{display:block; line-height:normal;}
		#nav > li a{border-right:none;}
		.icon {
    float: right;
    display: inline-block;
}
.topnav{display:none}
.topnav.responsive{display:block;}
.whyAmityBlock{width:auto; float:none; padding:5px;}
.whyAmityBlock .anythingSlider{width:auto;}
.whyAmityBlock .facts li{width:auto !important; display:block !important;}
.aboutUniversity{width:auto;}
	}

