

body {
  background: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #606060;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3 { font-weight: 300; }
p { line-height: 28px; }
hr {
  border-color: #f2f2f2;
  width: 100px;
  margin-bottom: 40px;
}

#emphasis {font-weight:bold; color:#ffcc99}
#turnblue {color:#3f98d8 !important}

.title {
  color: #303030;
  font-size: 60px;
  margin-top: -50px;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.compname {color:#3f98d8}

/* START NAVIGATION */
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #3f98d8;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand {
  color: #212227;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  padding: 10px 0 0 12px;
}
.navbar-default .navbar-nav li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover { color: #ffcc99; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffcc99;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffcc99;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #ffcc99;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* END NAVIGATION */

/* START HOME */
.big_title {padding-top: 150px;}
.talk {padding-top: 40px; padding-bottom: 80px;}

.templatemo-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #FFFFFF;
  align-items: center;
  text-align: center;  
  background: url('../images/mydesktop_dt3.jpg');
  
}
.tm-home-title,
 .tm-home-subtitle {
  text-transform: uppercase;
 }
.tm-home-title { font-size: 60px; }
.tm-home-subtitle {
  color: #eb5424;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.tm-view-more-btn {
  background: #eb5424;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 50px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-view-more-btn:hover {
  background: #ffffff;
  color: #eb5424;
}
.intro {color:#6D6D6D; font-size:15px; line-height: 25px; }
/* END HOME */

/* START WORK */
.tm-padding-top-bottom-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tm-work-h3 {
  color: #eb5424;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.work-wrapper {
  border: 1px solid #666;
  border-radius: 2px;
  text-align: center;
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.work-wrapper:hover { border-color: #eb5424; }
.work-wrapper .fa {
  color: #888888;
  font-size: 60px;
  padding-bottom: 40px;
}
.nav_items {margin-top:20px; margin-bottom: -80px;}
.nav_jcrawf {width: 170px; height: auto;}
.jcrawf {width:30%; height: auto; padding:50px 0px 50px 0px;}
/* END WORK */

/* START PORTFOLIO */
.tm-portfolio {
  background: #f8f8f8;
  margin-bottom: -1px;
}
.tm-portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-portfolio .col-md-3,
 .tm-portfolio .col-sm-3 {
  padding: 0;
  margin: 0;
}
.tm-portfolio-title {
  text-align: center;
  text-transform: uppercase;


}
.portfolio-item-title {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.portfolio-thumb {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.portfolio-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #134c76;
  color: #ffcc99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
  padding: 0 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;  
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.portfolio-overlay .fa {
  border: 1px solid #666;
  border-radius: 0;
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 10px;
}

.port_frame {
  width: 100%;
  padding: 0;
  margin: 0;
}

.SAPad {margin-top: 30px;}
.seeall a {font-size: 18px; color:#3f98d8; text-decoration: none; font-weight:bold;}
.seeall a:hover {color:#ffcc99;}


.sechead {
  color: #303030;
  font-size: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight:bold;
  margin-bottom:-45px;
}

.backhome {
  color: blue;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight:bold;
  text-align: right;
  margin-top:-20px;
}

.thin {border: 1px solid #ccc; width:100%; margin-bottom:70px;}
.work_title { margin-top: 30px; margin-bottom: 40px; color:#B6B6B6; font-size:13px; margin-left:0px; margin-right:0px; padding: 0px;}
.sp_title { margin-top: 30px; margin-bottom: 40px; color:#B6B6B6; font-size:13px;}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:focus,
 .filter-wrapper li a:hover,
 .filter-wrapper li a.selected {
  background: #eb5424;
  border-color: transparent;
  color: #ffffff;
}

/* ISOTOPE BOX CSS */
.iso-box-section { width: 100%; }
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
  height: auto;
}
/* END PORTFOLIO */

/* START RESUME */
.res-stage {background:#ffcc99;}
.res-stage h2 {color:#134c76;}
.res-stage p {color:#134c76;}
.res-stage a {color:#3f98d8;}

.res-drop {padding-top: 30px;}

.tm-red-text { color: #eb5424; }
.tm-info-label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.tm-progress {
  background: #fff;
  border-radius: 2px;
  height: 4px;
}
.progress-bar-danger { background: #eb5424; }
.tm-progress-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}
.progress-percent-small {
  display: block;
  float: right;
  padding-right: 80px;
}
.tightlead p {line-height: 23px; padding-bottom: 10px;}
.tightlead a {font-weight:bold;}
.tightlead a:hover {color:#FFF; text-decoration: none;}
/* END RESUME */

/* START ABOUT */
.tm-about {
  background-size: cover;
  background-color:#134c76;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.tm-about p {color: #fff;}


.circle_pic {width:400px; height:auto; margin-top:-50px; padding-right: 50px;}

/* END ABOUT */

/* START SOCIAL */
.tm-social {
  text-transform: uppercase;
}
.tm-social .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-social .col-md-4 {
  padding: 0;
  margin: 0;
}
.facebook:hover,
.twitter:hover,
.pinterest:hover {
  background: #202020;
}
.facebook { background: #3b5998; }
.twitter { background: #55acee; }
.pinterest { background: #cc2127; }
.media {
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-social a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.tm-social .media .fa {
  background: #ffffff;
  border-radius: 2px;
  color: #707070;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
}
.tm-social-title {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
/* END SOCIAL */

/* START CONTACT */
.tm-contact {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #ffffff;
  color:#ffcc99;
}

.footer {font-family: Helvetica, "sans-serif";}

.navy {color:#134c76;}
.peach {color:#ffcc99;}

.form-control {
  background: transparent;
  border: 1px solid #134c76;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
          color: #134c76;      
}


#pLNo {padding-left: 0px !important;}

.form-control:focus,
 .form-control:hover {
  color:#A1A1A1;
}
input { height: 90px;}
.tm-contact p { padding-top: 40px; }

::placeholder {
  color: #A1A1A1 !important;
}

#send {background: #ffcc99; font-weight: bold; color:#134c76; width:300px; height:50px; border:none}
/* END CONTACT */



@media screen and (max-width:980px)
{
  .portfolio-overlay {padding-top: 10px;}
  .big_title {padding-top: 0px !important;}
  .title {font-size: 40px !important; margin-top: -75px; padding-bottom: 20px;}
  .jcrawf {width:40%; height: auto; padding:50px 0px 50px 0px;}
}

@media screen and (max-width:766px)
{
  .circle_pic {width:50%; height:auto; margin:-50px auto !important; padding: 0px 0px 100px 0px !important;}
}

   @media screen and (max-width: 767px) {
   .tm-home-title { font-size: 40px; }
   .nav_items {margin-top: -33px !important; margin-bottom: 20px !important;}
   .noMo {display: none !important;}
   #send  {width:200px !important;}

   }
   
   @media screen and (max-width:746px) {
   .talk {padding-right: 30px !important; padding-left: 30px !important;}
   }
   
   @media screen and (max-width: 635px) {
   .talk {padding-bottom: 40px;}
   .fluid-img {margin-bottom:0px !important; padding-bottom: 0px !important;}
   .work_title { margin-top: 20px; margin-bottom: 50px; color:#B6B6B6; font-size:13px;}
   .sp_title { margin-top: 0px !important; margin-bottom: 50px; color:#B6B6B6; font-size:13px;}
   }

@media screen and (max-width:480px)
{
  .circle_pic {width:70%; height:auto; margin:-60px auto !important; padding:0px 0px 120px 0px !important;;}
}

	@media screen and (max-width:375px){
	.jcrawf {width:50%; height: auto; padding:50px 0px 50px 0px;} 
	}


	@media screen and (max-width:360px){
	.navbar-default .navbar-brand { padding-top: 2px;}
	}




