/* General styles */
body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'futura_ltbook', sans-serif;
    color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    font-family: 'futura_ltbold', sans-serif;
}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 30px; }
h3 {font-size: 20px; }
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header */

/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
#hornav-sticky-wrapper{
    height: 0px;
}
#header {
    position: relative;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
  }
  #header .container {
    position: relative;
  }
  /* Logo */
  
  .header-el {
    padding-top: 10px;
    display: block;
    position: relative;  
    color:#fff;
  }
  
  .hr-icon{
      float: left;  
      padding: 13px;   
      font-size: 20px;
      color:#e31e25;
  }
  /*Home*/
  #home{
    width: 100%;
    display: table;
    margin: 0;
    max-width: none;
    height: 100vh;
    background-repeat: round;
    background-image: url('../images/uctb/img/slider/1_1.jpg');
    background-size: cover;
  }
  
  .text {
      display: block;
      padding:13px;
      color:#000;
      font-weight: bold; 
      font-size: 16px;
  }
  .text a {
	color:#000;
  }
  .text a:hover {
	text-decoration: underline;
  }
     
  .authorbox__avartar img:hover{
      cursor: pointer;
  }
  .number{
      color: #fff;
  }      
  /* Hornav */
  #hornav {
    z-index: 21;
  }
  .is-sticky #hornav {
    z-index: 21;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Top Menu - Hornav */
  /*-----------------------------------------------------------------------------------*/
  #hornav {
    font-family: Roboto Condensed;
    position: relative;
    width: 100%;
  }
  #hornav .container {
    background-color: rgba(128,0,0,.75);
    box-shadow: 0 -2px 0 #e31e2559 inset, 0 0 20px rgba(0, 0, 0, 0.1);
    min-height: 60px;
    display: block;
  }
  #hornav .navbar-nav {
    float: none;
  }
  #hornav .no-padding {
    padding-bottom: 0 !important;
  }
  #hornav ul#hornavmenu {
    display: inline-block;
    margin: 0 0 -6px;
    padding: 0px;
  }
  #hornav ul#hornavmenu > li {
    margin: 0px;
  }
  #hornav ul#hornavmenu > li > a,
  #hornav ul#hornavmenu > li > span {
    color: #e3e3e3;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding: 19px 16px 20px;
    text-transform: uppercase;
    display: block;
  }
  #hornav ul#hornavmenu > li > a:hover,
  #hornav ul#hornavmenu > li > span:hover,
  #hornav ul#hornavmenu > li > a.active,
  #hornav ul#hornavmenu > li > span.active,
  #hornav ul#hornavmenu > li > a.current,
  #hornav ul#hornavmenu > li > span.current {
    background: #e31e2559;
  }
  #hornav .nav > li > a:hover,
  #hornav .nav > li > a:focus {
    background-color: transparent;
  }
  /* Dropdown Menu */
  #hornav ul ul {
    text-align: left;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #dddddd;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: block;
    list-style: none;
    margin: 0px;
    padding: 5px 0 !important;
    min-width: 200px;
    z-index: 30;
  }
  #hornav ul ul li {
    min-height: 22px;
    float: none;
    position: relative;
    margin: 0;
  }
  #hornav ul ul li a,
  #hornav ul ul li span {
    background-color: transparent;
    box-shadow: none;
    display: block;
    padding: 6px 15px;
    color: #555555 !important;
    text-transform: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  #hornav ul ul:before {
    background: transparent url('../images/uctb/menu_arrow.png') no-repeat 0 0;
    content: "";
    display: block;
    height: 10px;
    left: 21px;
    position: absolute;
    top: -10px;
    width: 14px;
  }
  #hornav ul ul li:first-child a {
    border: none;
  }
  #hornav ul ul li a:active,
  #hornav ul ul li a:focus,
  #hornav ul ul li a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05);
  }
  #hornav ul ul li:hover a {
    text-decoration: none;
  }
  #hornav ul ul ul:before {
    display: none;
  }
  #hornav li ul,
  #hornav li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 240ms linear;
    -o-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -webkit-transition: all 240ms linear;
    top: 70px;
    z-index: 1000;
  }
  #hornav li:hover > ul,
  #hornav li ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 60px;
  }
  #hornav li ul li ul {
    left: 220px;
    top: 0;
  }
  #hornav li ul li:hover > ul {
    top: 0px;
    left: 200px;
  }
  #hornav ul ul .parent:after {
    top: 10px;
    right: 15px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Mobile Menu */
  /*-----------------------------------------------------------------------------------*/
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.5em 0.7em;
    line-height: 1.125em;
    cursor: pointer;
  }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    font-size: 18px;
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
  }
  .slicknav_nav {
    clear: both;
  }
  .slicknav_nav ul,
  .slicknav_nav li {
    display: block;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
  }
  .slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
  }
  .slicknav_nav a {
    display: block;
  }
  .slicknav_nav .slicknav_item a {
    display: inline;
  }
  .slicknav_menu:before,
  .slicknav_menu:after {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    clear: both;
  }
  /* IE6/7 support */
  .slicknav_menu {
    *zoom: 1;
  }
  /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
  */
  .slicknav_menu {
    font-size: 18px;
  }
  /* Button */
  .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  /* Button Text */
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
  }
  /* Button Lines */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
  }
  .slicknav_menu {
    background: #802020;
    padding: 5px;
  }
  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .slicknav_nav,
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
  }
  .slicknav_nav .slicknav_item {
    padding: 14px;
    margin: 2px 0px;
  }
  .slicknav_nav a {
    padding: 14px;
    margin: 2px 0px;
    text-decoration: none;
    color: #fff;
  }
  .slicknav_nav ul {
    padding: 0;
    margin: 0;
  }
  .slicknav_nav li {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #ffffff;
  }
  .slicknav_nav li li {
    background-color: rgba(255, 255, 255, 0.03);
    text-indent: 10px;
  }
  .slicknav_nav li li li {
    background-color: rgba(255, 255, 255, 0.03);
    text-indent: 20px;
  }
  .slicknav_nav li li a {
    color: #ffffff;
  }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
  }
  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_item:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .slicknav_item:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #ffffff;
  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Font Awesome */
  /*-----------------------------------------------------------------------------------*/
  [class^="fa-"]:before,
  [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.6);
  }
  /* Joomla Menus */
  .menu li [class^="fa-"]:before,
  .menu li [class*=" fa-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu li [class^="fa-"]:before,
  .menu li [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .menu li a[class^="fa-"],
  .menu li a[class*=" fa-"] {
    position: relative;
    padding-left: 37px !important;
  }
  .menu li a:hover[class^="fa-"]:before,
  .menu li a:hover[class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.1);
  }
  /* Top Menu Icons */
  #hornav li [class^="fa-"]:before,
  #hornav li [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.2);
    top: 12px;
    left: 12px;
    font-size: 18px;
  }
  /* Header-# Menu Icons */
  .header-1 .menu li [class^="fa-"]:before,
  .header-1 .menu li [class*=" fa-"]:before,
  .header-2 .menu li [class^="fa-"]:before,
  .header-2 .menu li [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.2);
    top: 1px;
  }
  /* Base Module Icons */
  #base [class^="fa-"]:before,
  #base [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.2);
  }
  /* Footer Menu Icons */
  #footermenu li [class^="fa-"]:before,
  #footermenu li [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.2);
    top: 5px;
  }
  .smOW li [class^="fa-"]:before,
  .smOW li [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.2);
    top: 9px;
  }
  .fa-col5 {
    float: left;
    padding: 0 0 10px;
    width: 20%;
  }
  a.slicknav_item [class^="fa-"]:before,
  a.slicknav_item [class*=" fa-"]:before {
    display: none;
  }
  .menu a.slicknav_item [class^="fa-"],
  .menu a.slicknav_item [class*=" fa-"] {
    padding-left: 0 !important;
  }
  .fa-icon-list {
    text-align: center;
    margin: 30px 0;
  }
  .fa-icon-list > div {
    min-height: 105px;
  }
  .fa-icon-list i {
    font-size: 24px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
  }
  i.fa {
    display: inline-block;
  }
  i.fa:before {
    padding-right: 0;
  }
  i.fa.square,
  i.fa.circle,
  i.fa.rounded {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
  }
  i.fa.square.icon-lg,
  i.fa.circle.icon-lg,
  i.fa.rounded.icon-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  i.fa.square.icon-xlg,
  i.fa.circle.icon-xlg,
  i.fa.rounded.icon-xlg {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  i.fa.square.icon-xxlg,
  i.fa.circle.icon-xxlg,
  i.fa.rounded.icon-xxlg {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  i.fa.square {
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  i.fa.center {
    width: 100%;
    text-align: center;
  }
  .fa-border {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #e6e6e6 !important;
    border-radius: 5px !important;
    padding: 0.2em 0.35em 0.15em !important;
  }
  .fa-border:before {
    padding-right: 0;
  }
  

/*Preloader css*/
#loading{
    background-color: #620103;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #620103 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}
.list-inline.info {
    float: left;
    margin: 0;
}
.list-inline.info > li {
    padding: 0 20px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
    color: #fff;
    font-family: 'futura_ltbook', sans-serif;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #555;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 20px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
    background: #222533 none repeat scroll 0 0;
    border: 0 none;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #aaa;
}
.navbar-brand {
    height: auto;
    padding: 20px 15px;
}
#navbar-menu {
    margin: 6px 0;
}
.nav.navbar-nav.menu {
    float: right;
}
.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: #ffcb0f;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #d7a300;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: 700px;
}
.home .carousel .item img{
    width:100%;
    height: 700px;
}




/*.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 700px;
}*/
.carousel .overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
    left: 7%;
    right: 7%;
}
.carousel-caption h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000;
    letter-spacing: 15px;
    margin-bottom:20px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.carousel-caption h1.second_heading {
    font-family: Verdana, Geneva, Tahoma, sans-serif;    
    color:#000;
    margin-bottom:35px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);

}
.carousel-caption > h3 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 23px;
    line-height: 28px;
}
.btn.know_btn,.btn.know_btn_red  {
    background: #620103 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: "futura_ltbold",sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
}

.carousel-caption .btn.know_btn {
    margin-top: 64px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#fff ;
    border:1px solid #620103 ;
}
.btn.know_btn_red:hover,
.btn.know_btn_red:focus {
    background: transparent;
    color:#620103 ;
    border:1px solid #620103 ;
}




.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:50%;
}

/* About */
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 40px;
    margin: 90px 0 15px;
    color:#620103;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #620103cc, 0 0 0 20px #62010387, 0 0 0 30px #6201037d;
    padding: 38px;
    font-size:45px;
}
.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

#services{
    padding: 50px 0;
}

/* Services */
#services h2 {
    margin: 0 0 50px;
    text-align:center;
}
.service_item > h3 {
    margin: 25px 0 15px;
}
.service_item .btn.know_btn {
    margin: 20px 0 100px;
}

/* Portfolio */
#portfolio {
    background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
    border-bottom:2px solid #620103;
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(98, 1, 3, 0.8);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:6px solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: #620103 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border:1px solid transparent;
}
.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #620103;
    background:transparent;
    color:#fff;
}

/* Testimonial */
#testimonial {
    padding-bottom: 40px;
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: "GillSansMT-UltraBold";
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #ffcb0f none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {
    font-family: "futura_ltbold",sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#contact_form {
    background: #620103 none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#fff;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: "futura_ltbook",sans-serif;
    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #ffcb0f;
    box-shadow: 0px 0px 5px 1px #ffcb0f;
}
#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: url(../images/footer_bg.jpg)no-repeat;
    background-size:cover;
    position:relative;
    padding-top:45px;
}
footer::before {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer::after {
    
    background: rgba(34, 37, 51, 0.55) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}
.footer_item {
    margin-top: 75px;
}
.footer_item > h4 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}
.footer_item .list-unstyled > li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: 200px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #ffcb0f none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #d7a300 none repeat scroll 0 0;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #620103;
    display: block;
    float: left; 
    margin-right: 15px;    
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding: 14px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top:55px;
}
.footer_bottom a {
    color: #ffcb0f;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d7a300;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
    z-index: 999 !important;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

.company{
    color: red;
}

.service_item{
    border:6px solid transparent;
}
 
.service_item {
    position: relative;
    overflow:hidden;    
}
.service_item:hover img{   
    cursor: pointer;
    transform: scale(1.2);
    background-color: #000; 
}
.service_item img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
 .service_item .fa{
    background: #620103 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    margin-top: 115px;
    padding: 15px;
    border:1px solid transparent;
}


.service_item .fa:hover{
    cursor: pointer;
    border:1px solid #620103;
    background:transparent;
    font-weight: bold;
    color:#393939;   
}
.service_item:hover .link_deteils {opacity: 1;}

.link_deteils{
    background: rgba(150, 150, 150, 0.507) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}


#logo{
    width: 40%;
    vertical-align: super;
}

#logo2{
    width: 17%; 
    position: inherit;
    margin-right: 10px;
}

.displayNone{
    display: none;
}

/*Modal*/

#modelOffer1,
#modelOffer2,
#modelOffer3,
#modelOffer4{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}   

#btn-close-modal {
    width:100%;
    text-align: right;
}

.close-modelOffer1,
.close-modelOffer2,
.close-modelOffer3,
.close-modelOffer4{
    font-size:30px;
    padding-top: 10px;  
    color:#620103;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    padding-right: 7%;
    position: fixed;
    right: 0;
}

.close-modelOffer1:hover i,
.close-modelOffer2:hover i,
.close-modelOffer3:hover i,
.close-modelOffer4:hover i{
    color:#fff;
    cursor: pointer;
    text-shadow: -2px 0 #620103, 0 2px #620103, 2px 0 #620103, 0 -2px #620103;
}

.modalContent{
    top: 45px;
    position: relative;
    background-color: #ffffff;
    margin: 0 10%;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.txtOffer{
    padding:20px;
}
.weCan{
    color:#620103;
}
.blockOffer{
    padding:10px;
}		
.blockOffer ul {    
    list-style-type: none;      
}
 
.rowDeteils{
    border-top:  1px solid lightgray;    
}


/*Form*/

input[type="text"].formFieldError,
textarea.formFieldError {
  border: 2px solid #e34444 !important;
 
}

/* Responsive Styles for various devices */
@media (min-width: 1600px) {
    .container{ width: 1200px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 740px;
    }
    .carousel-caption {
        left: 18%;
        right: 18%;
    }
    .about_content {
        margin-right: 50px;
    }   
    .close-modelOffer1,
    .close-modelOffer2,
    .close-modelOffer3,
    .close-modelOffer4{
        padding-right: 6%;
        font-size:25px;
    }     

}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 550px;
    }
    .carousel-caption {
        left: 3%;
        right: 3%;
        top: 50%;
    }  
    .about_banner > img {
        width: 334px;
        display:block;
        margin:0 auto;
    }
    #logo{
        width: 45%;
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }
    .close-modelOffer1,
    .close-modelOffer2,
    .close-modelOffer3,
    .close-modelOffer4{
        padding-right: 5%;
        font-size:25px;
    }

}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 32px;
    }
    .attr-nav {
        right: 25px;
        top: 15px;
    }
    #logo{
        width: 70%;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }    
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }
    .close-modelOffer1,
    .close-modelOffer2,
    .close-modelOffer3,
    .close-modelOffer4{
        padding-right: 4%;
        font-size:25px;
    }

}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    #logo{
        width: 55%;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }    
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;
    }
    .carousel-caption > h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }
    .about_content > h2 {
        font-size: 26px;
        margin-top: 70px;
    }
    .about_content > h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }

    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }
    #hornav{
        display: none;
    }
    .close-modelOffer1,
    .close-modelOffer2,
    .close-modelOffer3,
    .close-modelOffer4{
        padding-right: 3%;
        font-size:25px;
    }

}

@media (max-width: 479px) {
    h1 {
        font-size: 25px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 420px;
    }
    .carousel-caption h1.second_heading {
        margin-bottom: 10px;
    }
    .carousel-caption > h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 16px;
        line-height: 20px;
    }
    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 10px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
    }
    .about_content > h3 {
        font-size: 24px;
    }
    .about_banner > img {
        width: 100%;
    }
    #filters > button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon > li {
        padding: 8px 3px;
    }
    .close-modelOffer1,
    .close-modelOffer2,
    .close-modelOffer3,
    .close-modelOffer4{
        padding-right: 2%;
        font-size:25px;
    }


}
