/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

.nicescroll-rails div{    
    border: none!important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; 
}
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	margin:0 auto;
	padding:0;
	line-height:22px;
	background: #000000; 
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}

.clear{
	clear: both; 
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/

/* links */
a, a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}

img{
	max-width: 100%; 
}

/* lists, blockquotes and paragraphs */
ul {
	list-style: none;
	display: inline-block;
}
ol {
	list-style: decimal;	
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ Custom STYLES  =================================================*/

/*****************
////////////////////
//	Common CSS   //
//////////////////
******************/

/**********COLOR CSS*************/

/**/

a, .snt_accordion h3, .portfolio-link span, .service_content_icon, .social-icon,
.social-icon a, .our_process ul li{
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out;
}

/*Background Color*/

.white_bg {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    position: relative;
}
/*Common Color*/


/*Border Color*/


/*Font Size*/
.size12{
	font-size: 12px;
}
.size13{
	font-size: 13px;
}
.size14{
	font-size: 14px;
}
.size15{
	font-size: 15px;
}
.size16{
	font-size: 16px;
}
.size17{
	font-size: 17px; 
}
.size18{
	font-size: 18px;
}
.size20{
	font-size: 20px;
}
.size22{
	font-size: 22px;
}
.size23{
	font-size: 23px;
}
.size24{
	font-size: 24px;
}
.size25{
	font-size: 25px;
}
.size26{
	font-size: 26px;
}
.size27{
	font-size: 27px;
}
.size28{
	font-size: 28px;
}
.size29{
	font-size: 23px;
}
.size30{
	font-size: 30px;
}
.size32{
	font-size: 32px;
}
.size36{
	font-size: 36px; 
}
.size40{
	font-size: 40px;
}
.size50{
	font-size: 23px;
}
.size60{
	font-size: 23px;
}

/*Padding And Margin*/

.first{
	padding: 0px!important; 
}

.mt{
	margin-top: 25px; 
}

.mb{
	margin-bottom: 25px; 
}

.content_pt{
	padding-top: 25px; 
}

.content_pb{
	padding-bottom: 25px; 
}

/*Font familly*/
h1,h2,h3,h5,h6{
	font-family: 'Montserrat', sans-serif;
}

h4{
	font-family: 'Julius Sans One', sans-serif;
}

p{
	font-size: 15px; 
	color: #000000; 
	line-height: 28px; 
}

/*Heading*/

.snt_main_heading h1{
	font-size: 55px;
	font-weight: bold;
	color: #000000; 
	text-transform: uppercase;
    line-height: 60px; 
}

.snt_content_heading h1{
	color: #191919;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    line-height: normal;
}

.snt_mini_heading h1{
	font-size: 28px; 
	font-weight: normal;
	text-transform: uppercase;
	color: #191919; 
	padding-bottom: 15px; 
    line-height: 35px; 
}


/*Button*/

.rd-button {
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    display: inline-block;    
    font-weight: 600;    
    border: 1px solid #dce3e5; 
}

.rd-button:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%)!important;
    color: #fff; 
}

.medium {
    padding: 8px 23px;
    font-size: 15px;
}



/*****************
////////////////////
//	  Main CSS   //
//////////////////
******************/

/*----------------------
		Sidebar
------------------------*/

.snt_side_bar {
    background: none repeat scroll 0 0 #DFDFDF;
    height: 100%;
    position: fixed !important;
    width: 16%; 
    z-index: 999999; 
}

.snt_profile_pic {
    height: 260px;
    margin: 0 auto;
    width: 250px;
}

.snt_profile_pic img {
    border-radius: 100%;
    width: 250px;
}

.snt_menu{

}

.snt_menu ul{
	display: block;
}

.snt_menu ul li a{
    padding-left: 25px; 
}


.snt_menu ul li a span{
    color: #ffffff;
    font-weight: bold;    
    text-transform: uppercase;
    font-size: 22px; 
}



/*-----------------------
	  Content Area
-------------------------*/

.snt_content_area {
    background: none repeat scroll 0 0 #EBEEF1;
    left: 16%;
    position: relative;
    width: 84%;
}

.snt_header_slider{
    z-index: -999999; 
}

.snt_header_slider img{
	width: 100%; 
}

.snt_content_plr {
    padding-left: 25px;
    padding-right: 25px;
}


/*Portfolio*/
.snt_portfolio{
    position: relative;
}

.snt_filter{
	margin-bottom: 20px; 
}

.snt_filter ul {
    border: 2px solid #a9abac;
    border-radius: 5px;
}

.snt_filter ul li{
	float: left;
}

.snt_filter ul li a {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 14px;
    text-transform: uppercase;
}

.snt_portfolio_item{
	padding: 0 36px;
    opacity: .8; 
}	

.snt_portfolio_item ul{
	width: 100%; 
}

.snt_portfolio_item ul li{
	float: left;
    width: 24.5%; 
}

.snt_portfolio_item ul .mask-big{
    width: 49%; 
}

.snt_portfolio_item ul li img{
    width: 100%;
}

/*Portfolio Image Hover*/

.portfolio-mask:hover img {
    opacity: 0.2;   
}


.portfolio-mask {
    background: #000; 
    display: block;
    outline: medium none;
    position: relative;    
}

.portfolio-link{
    position: absolute;
    top: 39%;
    left: 14.5%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    z-index: 2;
}

.mask-big .portfolio-link {
    left: 33%;
    top: 37%;
}

.portfolio-mask:hover .portfolio-link {
    opacity: 1;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-link span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #D4D7D9;
    border-radius: 50px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding: 20px!important;
}

.portfolio-link span:hover{
    background: #ffffff;
    border: 3px solid #0082A5; 
}

.portfolio-link h1{
    font-size: 24px;
    line-height: normal;
    color: #ffffff; 
}

.portfolio-link h1:hover, .portfolio-link span:hover{
    color: #0082A5; 
}

.icon-left{
    border-right: 2px solid #ffffff; 
    padding-right: 11px!important; 
}


/*Tabs*/
.tabs ul li a {
    color: #6A6A6A; 
    font-size: 15px;
    font-weight: bold;
}

.tabs .ui-tabs-active a{
    color: #ffffff; 
    background: #0082a5; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #0082A5;
}

.tabs ul li {   
    background: rgba(255, 255, 255, 0.5);  
    border-left: 2px solid #0082a5;
    border-radius: 5px 5px 0 0;
    border-right: 2px solid #0082a5;
    border-top: 2px solid #0082a5;
    margin-right: 7px;
    position: relative;
}

.tabs .ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 2px;
}


.tab_content{

}

.inner-tab1{
    margin-top: -9px;  
}

.inner-tab1 {
    border: 2px solid #0082a5;
}

/*Tweets*/

.snt_tweets_section {    
    border-radius: 5px;
    padding: 24px 60px 30px 0;
}

.snt_tweets_heading h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 4px;
    text-transform: none;
}

.snt_tweets_heading h1 span {
    color: #0082A5;
    font-size: 37px;
    padding-right: 9px;
    vertical-align: bottom;
}

.snt_tweets_content {
    border-bottom: 1px solid #c8cbcd;
    margin-bottom: 25px;
}

.snt_tweets_content p{
    font-size: 16px; 
    color: #000000; 
    margin-bottom: 10px; 
}

.snt_tweets_content a{
    color: #0082A5; 
}

.snt_tweets_content h3 {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 18px;
    color: #000000; 
}

.snt_tweets_content_last{
	border-bottom: none;
}

/*DD1 Gallery*/
.ad-gallerymb img{
	width: 	100%; 
}


/*snt Skill Set*/

.snt_skill .skillset{
    width: 100%;
    padding-top: 5px;  
}

.snt_skill .skillset .skill_set_item {
    margin-bottom: 36px;
}

.snt_skill .skillset .skill_set_item h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    padding: 0px; 
}

.snt_skill .skillset .skill_set_item .progress-bar {
    background: none repeat scroll 0 0 #DCE3E5;
    border: 1px solid #DCE3E5;
    border-radius: 4px;
    height: 12px;
    margin-top: 11px;
    width: 100%;
}

.snt_skill .bar-outer {
    width: 100%;
}

.snt_skill .skillset .skill_set_item .progress-bar .progress-bar-content {
    height: 10px;
    position: relative;
}

.snt_skill .skillset .skill_set_item .progress-bar .progress-bar-heading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 9px;
    margin-top: -35px;
    padding: 1px;
    text-align: center;
    width: 35px;
}

.snt_skill .skill_set_item p {
    font-size: 13px;
    margin: 4px 0;
    padding: 1px 0 0 9px;
    position: absolute;
    color: #191919; 
}

.snt_skill .skill_set_item_skill {
    float: right;
    position: relative;
    z-index: 9999;
    right: 13%; 
}
.snt_skill .skill_set_item_skill p{
    font-size: 13px; 
    font-weight: bold;
    color: #5d5c5d; 
}

.snt_skill .skill_set_item p span{ 
    float: right;
}

/*Skill Set 2 Arrow*/

.skill_arrow_box { 
    position: relative; 
    background: #ffffff; 
    border: 1px solid #d7d7d7; 
} 

.skill_arrow_box:after, .skill_arrow_box:before { 
    top: 100%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
} 

.skill_arrow_box:after { 
    border-color: rgba(255, 255, 255, 0); 
    border-top-color: #ffffff; 
    border-width: 6px; left: 50%; 
    margin-left: -6px; 
} 

.skill_arrow_box:before { 
    border-color: rgba(215, 215, 215, 0); 
    border-top-color: #d7d7d7; 
    border-width: 7px; 
    left: 50%; 
    margin-left: -7px; 
}

.our_process ul{
    width: 100%; 
}

.our_process ul li {
  display: inline-block;
  padding: 0 0 30px;
  text-align: center;
  width: 19.5%;
}

.our_process_content i {
  display: block;
  font-size: 118px;
  vertical-align: middle;
  padding-bottom: 15px; 
}

.our_process_content h2 {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: text-top;
}

.our_process ul li:hover{
    color: #0082a5;
}


/*Accordion*/

.snt_accordion{

}

.snt_accordion h3 {
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding-left: 11px !important;
    text-transform: uppercase;
}

.snt_accordion .ui-state-active {
    border-top: 1px solid #dce3e5;
    border-left: 1px solid #dce3e5;
    border-right: 1px solid #dce3e5;    
    border-radius: 6px 6px 0 0;
    color: #5D5C5D;
}

.snt_accordion_content {
    border-bottom: 1px solid #dce3e5 !important;
    border-right: 1px solid #dce3e5 !important;
    border-left: 1px solid #dce3e5 !important;
    border-radius: 0 0 6px 6px;
    background: #ffffff; 
}

/*Service*/

.service_content_icon{
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    padding: 1px;
    text-align: center;
    border: 5px solid rgba(0, 0, 0, 0); 
}

.service_icon {
    border-radius: 50px 50px 50px 50px;
    padding: 26px;
}

.service_content_text h1 {
    color: #191919;
    margin-bottom: 10px;
    margin-top: 4px;
}

.service_content_text p {
    line-height: 22px !important;
    padding: 0 !important;
}

/*Contact*/

.contact_parallax_bg{
    background: #555555; 

}

.contact_parallax{
    text-align: center;
}

.contact_parallax h1 {
    color: #FFFFFF;
    line-height: 52px;
    padding: 35px 0;
    text-transform: uppercase;
}


.contactform{

}

.contactform input {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    float: left;
    font-size: 15px;
    height: 48px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 8px 16px;
    width: 49%;
}

.contactform textarea{
    width: 99%; 
    height: 172px; 
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 8px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    float: left;
    font-size: 15px;
}

.submit_button {
    border: medium none;
    height: 49px !important;
    text-transform: uppercase;
    width: 120px !important;
}

.contactform input:focus, .contactform textarea:focus{
    border-color: rgba(111, 181, 84, 0)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #636363!important;
    outline: 0 none;
}

.address address {
    background: none repeat scroll 0 0 #F0F3F7;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    padding: 51px 35px 31px;
}

.address address p {
    float: left;
    width: 63%;
}

.pr{
    width: 35%!important; 
}

.address p span {
    color: #C4CCD8;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 38px;
    padding-right: 20px;
    padding-top: 5px;
}

.subscribe {
    background: none repeat scroll 0 0 #F0F3F7;
    border: 1px solid #D7D7D7;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 0 21px 32px;
}

.subscribe h1 {
    padding: 22px 0;
    font-size: 20px; 
    color: #191919;
}

.subscribe input {
    margin-bottom: 20px !important;
    margin-right: 10px;
    width: 42%;
}

.subscribe input:focus{
    border-color: rgba(111, 181, 84, 0)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #636363!important;
    outline: 0 none;
}

.w-toplink {
    background: none repeat scroll 0 0 #152836;
    border-radius: 17%;
    bottom: 20px;
    color: #AFAFAF;
    display: block;
    font-size: 32px;
    opacity: 0.57 !important;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 100;
}

.w-toplink:hover{
    background: #0082A5;
}

.find_us h1 {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 14px;
    text-transform: uppercase;
}

.social-icon ul li {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 20px;
}

.social-icon a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2) !important;
    border: 3px solid #D4D7D9;
    border-radius: 50px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 34px !important;
    padding: 14px !important;
}

.social-icon a:hover {
    background: #ffffff!important;
    border: 3px solid #0082A5;
    color: #0082A5;
}