  /*==================================
      * Author        : "HelloXpert"
      * Template Name : picasso | HTML Template
      * Version       : 1.0
  ==================================== */

/*=========== TABLE OF CONTENTS ===========

    01. GENERAL CSS
    02. COMMON CSS ALL PAGE
    03. FOOTER AREA
    04. HOME DEFAULT
    05. HOME GRAPHICS
    06. HOME MASONERY
    07. HOME SHOWCASE
    08. HOME AGENCY
    09. HOME GRID MASONERY
    10. HOME BOXED
    11. HOME FULL GRID
    12. HOME BLOG
    15. PORTFOLIO PAGE
          i    PORTFOLIO SINGLE-1
          ii.  PORTFOLIO SINGLE-2
          iii. PORTFOLIO SINGLE-3
          iv.  PORTFOLIO SINGLE-4
          v.   PORTFOLIO SINGLE-5
    16. SHOP PAGE
          i.   SHOP SIDEBAR LEFT
          ii.  SHOP SIDEBAR RIGHT
          iii. SHOP CART PAGE
          iv.  SHOP CHECK OUT
          v.   SHOP SINGLE PAGE
    17. BLOG PAGE
          i.   STANDERD BLOG PAGE
          ii.  BLOG SINGLE PAGE
          iii. SIDEBAR GRID BLOG PAGE
          iv.  MASONRY BLOG PAGE
          v.   SIDEBAR MASONERY BLOG PAGE
    18. ABOUT US PAGE
    19. ABOUT ME PAGE
    20. SERVICE PAGE
    21. CONTACT PAGE
    22. ONE PAGE
          i.   PHOTOGRAPHER ONEPAGE
          ii.  CORPORATE ONEPAGE
          iii. PORTFOLIO ONEPAGE
          iv.  FREELANCER ONEPAGE
    23. SCROLL TO TOP
    24. PRELOADER

======================================*/

/*=================================*/
/*  01. GENERAL CSS
/*=================================*/
*{
    padding: 0;
    margin: 0;
}
*{box-sizing:border-box;}
body{
    font-family: 'PostATSans-Regular', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    max-width:1920px;
    margin:0 auto;
}
a,a:hover,a:active,a:focus{text-decoration:none;color: #000;}
h1,h2,h3,h4,h5,h6{margin: 0;font-weight : normal}
p{margin: 0;line-height: 24px;}
ul{
    padding: 0;
    margin: 0;
    list-style: none
}
.nopadding{margin: 0 !important;padding: 0 !important}
select,input,textarea{outline:0;}
.floatleft{float: left;}
.floatright{float: right;}
.fix{overflow: hidden;}
html,body{
    height: 100%;
}
@font-face{
	font-family : CabinSketch-Bold;
	src: url(../fonts/CabinSketch-Bold.ttf);
}
@font-face{
  font-family : AMBIENT;
  src: url(../fonts/AMBIENT.OTF);
}

@font-face {
    font-family: PostATSans-Bold;
    src: url("/fonts/post/PostATSans-Bold.otf") format("opentype");
}

@font-face {
    font-family: PostATSans-Regular;
    font-weight: bold;
    src: url("/fonts/post/PostATSans-Regular.otf") format("opentype");
}

/*=================================*/
/*  02. COMMON CSS ALL PAGE
/*=================================*/
/*****************
    Menu One
 *****************/
.header-area {
    background-color: #03162b;
    left: 0;
    right: 0;
    top: 0;
}
.header-area.stick {
    animation: 800ms ease-in-out 0s normal fadeInDown;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 1000;
}
.header-bottom.stick {
    animation: 800ms ease-in-out 0s normal fadeInDown;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.boxed-layout .header-area,
.box-layout .header-area,
.boxed-layout .header-bottom,
.box-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
.header-area-1 {
    padding-left: 50px;
    padding-right: 50px;
}
.header-left-1 {
    left: 50px;
    position: absolute;
    top: 0;
}
/* ========Logo ==========*/
.logo1 {
    display: inline-block;
    margin: 21px 0;
    vertical-align: top;
}
.logo1 img {
    height: 60px;
}
.stick .logo1 {margin: 25px 0 24px;}
.logo-2 {
  display: inline-block;
  margin: 25px 0 24px;
  vertical-align: top;
}
.menu-wrapper-1 {
    display: block;
    float: left;
    width: 100%;
}
.menu {
    display: inline-block;
    float: right;
    vertical-align: top;
}
.menu ul li a {
    color: #535353;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 47px 0 47px 32px;
}
.menu ul li {
    position: relative;
    display: inline-block;
}
/*-----------Navigation css here--------*/
.menu ul li {
    display: inline-block;
    margin-left: 33px;
    position: relative;
}

.menu ul li:hover {
    color: #fa0027;
}

.menu ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 33px 0;
    letter-spacing: 1px;
    font-family: 'PostATSans-Regular', 'Open Sans', sans-serif;
	text-transform:uppercase;
}

.menu ul li input {
    width: 200px;
    border: 0px;
    text-align: right;
    background-color: #03162b;
}

.menu ul li input::placeholder {
    color: #fff;
}

input.searchbox {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 33px 0;
    letter-spacing: 1px;
    font-family: 'PostATSans-Regular', 'Open Sans', sans-serif;
    text-transform:uppercase;
    height: 30px;
}

.menu ul li .dropdown_menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(15px);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 99;
    padding: 15px 0;
}
.menu ul li:hover .dropdown_menu,.menu ul li .dropdown_menu li:hover ul.dropdown-submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.menu ul li .dropdown_menu li a {
    color: #272727;
    font-size: 11px;
    padding: 0 28px;
    letter-spacing: 1px;
    font-family: 'PostATSans-Regular', 'Open Sans', sans-serif;
}
.menu ul li .dropdown_menu li {
    border-bottom: 1px solid transparent;
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    position: relative;
}
.menu ul li .dropdown_menu li:last-child {border: medium none;}
.menu ul li:hover a,
.menu ul li:hover ul li a:hover,
.menu ul li .dropdown_menu li:hover a,
.menu ul li .dropdown_menu li:hover li a:hover,
.header-style6 .menu ul li:hover a,
.header-style6 .menu ul li:hover ul li a:hover,
.header.header-style3 .menu ul li:hover a,
.header.header-style3 .menu ul li:hover li a:hover {color: inherit;}
.menu ul li:hover ul li a,.menu ul li .dropdown_menu li:hover li a,.header-style6 .menu ul li:hover ul li a,.header.header-style3 .menu ul li:hover li a {color: #555;}
.menu ul li .dropdown_menu li ul.dropdown-submenu {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(10px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    padding: 15px 0;
}
.menu ul li .dropdown_menu li.dropdown_submenu_inner::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    color: #252525;
}
/* ---------Mobile Menu Style 1---------- */
.mobile-menu-wrapper-1 {
    display: block;
    float: left;
    width: 100%;
}
.mobile-menu-wrapper .meanmenu-reveal {
    color: #fff;
    font-size: 30px;
    height: 28px;
    padding: 0;
    top: -55px;
    transition: all 0.3s ease 0s;
    width: 28px;
}
.stick .mobile-menu-wrapper .meanmenu-reveal {top: -60px;}
.mobile-menu-wrapper.meanmenu-reveal:hover {color: #f58533;;}
.mobile-menu-wrapper .meanmenu-reveal i {
    display: block;
    line-height: 28px;
}
.mean-bar {
    background-color: transparent;
    float: left;
    min-height: auto;
    padding: 0;
    top: 100%;
    z-index: 9999;
}
.mean-nav {
    background: transparent none repeat scroll 0 0;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
.mean-nav ul li.mean-last {margin-bottom: 15px;}
.mean-nav ul li a,
.mean-nav ul li li a,
.mean-nav ul li li li a {
    color: #fff;
    border-color: transparent;
    opacity: 1;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}
.mean-nav ul li li a {
    padding-left: 20px;
    font-size: 11px;
}
.mean-nav ul li li li a {
    padding-left: 40px;
    font-size: 11px;
}
.mean-nav ul li a:hover {
    background-color: transparent;
    color: #f58533;
}
.mean-nav .mean-expand {
    background-color: transparent;
    border: medium none !important;
    font-size: 20px !important;
    height: 44px;
    line-height: 44px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    width: 40px;
}
.mean-nav .mean-expand.mean-clicked {font-size: 20px !important;}
.mean-nav .mean-expand:hover {color: #f58533;;}
.menu {
    display: inline-block;
    float: right;
    vertical-align: top;
    text-align: right;
    margin-right: 0px;
    margin-top: 11px;
}

.titletext {
    position: absolute;
    top: 30px;
    left: 110px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
/*****************
    Menu Three
 *****************/
#main-menu-three .home2>.navigation{margin-top:0px;}
#main-menu-three nav.navbar.navbar-default.navbar-fixed-top.home3 {
    background: #f3f3f3;
    padding: 30px 0;
}
#main-menu-three nav.navbar.navbar-default.navbar-fixed-top.home2 {
    background: transparent;
    padding: 30px 0;
}
#main-menu-three .h33{ padding: 0px !important;margin-top:0!important;}
#main-menu-three .navigation {
    padding: 0 100px;
    overflow: hidden;
    position: relative;
}
#main-menu-three .sidebar-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
#main-menu-three .pull-right {margin-top: 4px;}
#main-menu-three .menu-icon img {
    margin-left: 2px;
    margin-top: -5px;
}
#main-menu-three .btn-default {
  	color: #333;
  	background-color: transparent;
  	border-color: #333;
}
#main-menu-three .btn {
    display: inline-block;
    padding: 2px 8px;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: #d9d9d9;
    margin-bottom: 50px
}
#sidebar-wrapper.active {
    background-color: #3f3f3f;
    right: 350px;
    width: 320px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
#main-menu-three .sidebar-nav li a:hover, a:active{
    color:#d9d9d9;
    background:transparent;
}
#main-menu-three .sidebar-nav li a:focus{
    color:#d9d9d9;
    background:transparent;
}
#main-menu-three .sidebar-nav li a{
    color: #d9d9d9;
    transition: .5s;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    line-height: 28px;
}
#main-menu-three .sidebar-nav li {
    list-style: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 38px;
}
#main-menu-three .sidebar-nav {position: relative;text-align: center;}
#sidebar-wrapper {
    padding: 30px;
  	margin-right: -350px;
  	top:0;
  	right: 0;
  	width: 350px;
  	position: fixed;
  	height: 100%;
  	overflow-y: auto;
  	z-index: 1000;
  	transition: all 0.5s ease-in 0s;
  	-webkit-transition: all 0.5s ease-in 0s;
  	-moz-transition: all 0.5s ease-in 0s;
  	-ms-transition: all 0.5s ease-in 0s;
  	-o-transition: all 0.5s ease-in 0s;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {text-decoration: none;outline:0;}
#main-menu-three .list-group {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#main-menu-three .logo {float: left;}
#main-menu-three .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}
#menu-toggle {
    float: right;
    display: inline-block;
    padding-top: 8px;
}
.list-group-item {
    position: relative;
    display: block;
	  font-size:13px;
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
}
/*=================================*/
/*  03. FOOTER AREA
/*=================================*/
.footer {
    background-color: #efefef;
    padding: 0px 0 30px;
    text-align: center;
}
.footer_menu li {display: inline-block;}
.footer_menu li a {
    color: #1c1c1c;
    font-size: 12px;
    margin: 0px 16px;
    letter-spacing: 1px;
    display: block;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.footer hr {
    border-top: 1px solid #bdbdc0;
    max-width: 200px;
    margin: 0px auto 20px;
}
p.address-footerH2,
p.address-footerH2 .email_h2,
p.address-footerH2 .phoneNo_h2 {
    color: #e8e8e8;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 36px;
}
.footer2 hr {
    border-top: 1px solid #666565;
    margin: 33px auto 34px;
}
.email_h2{color: #b4b3b3;}
.phoneNo_h2{color: #b4b3b3;}
.footer h3 {
    color: #1c1c1c;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0px 15px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}
.footer2 h3 {
    color: #959595;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
}
.footer6{background-color: #03162b; }
.footer6 a { color: #999999; }
.footer6 hr{border-top: 1px solid #8b8b8b;}
.footer_menu6 li a {
    color: #dbdbdb !important;
    letter-spacing: 2px;
}
.footer6 h3{
  color: #999999 !important;
  font-family: 'PostATSans-Regular', sans-serif;
}
.footer2 {
    background-color: #4f4f4f;
    padding: 95px 0px 100px;
}
.footer_footer2 li a {
    color: #d0d0d0 !important;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    margin: 0px 28px;
    font-weight: 400;
    font-size: 13px;
}
/*=================================*/
/*  04. HOME DEFAULT
/*=================================*/
/*=======Slider Area Section======*/
#P_MS58f6e1d26a722 {
    position: relative;
    visibility: visible;
}
#P_MS58f6e1d26a722 .msp-cn-122-8 {
    background-color: #353535;
    padding:18px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 4px;
}
#P_MS58f6e1d26a722 .msp-cn-122-7 {
    background-color: #787878;
    padding:18px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 4px;
}
#P_MS58f6e1d26a722 .msp-cn-122-13 {
    background-color: #3c3c3c;
    padding:18px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 50px;
    text-align: right;
    line-height: 50px;
    white-space: nowrap;
    color: #f9f9f9;
    letter-spacing: 4px;
}
#P_MS58f6e1d26a722 .msp-cn-122-12 {
    background-color: #787878;
    padding:18px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 50px;
    text-align: right;
    line-height: 50px;
    white-space: nowrap;
    color: #f9f9f9;
    letter-spacing: 4px;
    width:437px;
}
/*====masoner home-1===*/
.demo{
    background: url(../images/testimonial_h1_bg.jpg) no-repeat scroll center center / cover;
    padding: 75px 0px 75px;
    position: relative;
}
.h1_testimonial_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, .9);
    background-color: rgba(69,69,69, .95);
}
.testimonial_h1 .pic_h1 {
    width: 22%;
    padding: 24px 0;
    margin: 0 2% 0 4%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial_h1 .pic_h1:before,
.testimonial_h1 .pic_h1:after{
    content: "";
    width: 116px;
    height: 140px;
    background: #fafafa;
    position: absolute;
    z-index: -1;
}
.testimonial_h1 .pic_h1:before{
    top: 0;
    right: -20px;
}
.testimonial_h1 .pic_h1:after{
    bottom: 0;
    left: -20px;
}
.testimonial_h1 .pic_h1 img{
    width: 100%;
    height: auto;
    border: 4px solid #fafafa;
}
.testimonial_h1 .testimonial-content {
    width: 70%;
    float: right;
}
.testimonial_h1 .title {
    display: block;
    font-size: 16px;
    color: #fafafa;
    margin: 0;
    padding-top: 50px;
    padding-left: 15px;
    letter-spacing: 3px;
}
.testimonial_h1 .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #d2d2d2;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 15px;
    letter-spacing: 1px;
}
.testimonial_h1 .description_h1 {
    font-size: 13px;
    line-height: 26px;
    color: #dbdbdb;
    padding: 0 15px;
    margin: 0;
    position: relative;
    max-width: 760px;
    letter-spacing: 1px;
}
.testimonial_h1 .description_h1:before,
.testimonial_h1 .description_h1:after{
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #dbdbdb;
    position: relative;
}
.testimonial_h1 .description_h1:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial_h1 .description_h1:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
/*========Controls-2==========*/
.demo .owl-nav div {
    height: 35px;
    width: 35px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    line-height: 35px;
    left: 33%;
    font-size: 22px;
    color: #6a6a6a;
    border-radius: 50%;
    color: #dbdbdb
}
.demo .owl-nav div.owl-next {
    right: 0;
    left: 38%;
}
.demo .owl-nav div.owl-next:after {
    content: "";
    font-size: 40px;
    color: #bfbfbf;
    position: absolute;
    top: 5px;
    left: -12px;
    width: 3px;
    height: 25px;
    background-color: #bfbfbf;
}
@media only screen and (max-width: 990px){
    .testimonial_h1{ text-align: center; }
    .testimonial_h1 .pic_h1{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial_h1 .pic_h1:before,
    .testimonial_h1 .pic_h1:after{
        width: 80px;
        height: 100px;
    }
    .testimonial_h1 .testimonial-content{
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .testimonial_h1 .title{
        padding: 15px 0 0 0;
    }
    .testimonial_h1 .post{
        padding: 0;
        margin-bottom: 10px;
    }
}
/*about section home-1*/
.About_H_1 {
    padding: 119px 0px 122px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.about_left_h1 h2 {
    color: #484848;
    max-width: 460px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-size: 36px;
    margin-bottom: 45px;
    line-height: 60px;
}
.about_left_h1 p {
    color: #646464;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 23px;
}
.row_h1_about {margin-top: 73px;}
.h1_about_column_4_single h5 {
    color: #656565;
    font-size: 12px;
    margin-top: 23px;
    letter-spacing: 1px;
}
.about_right_h1 {
    position: relative;
    margin-left: 65px;
    height: 600px;
}
.about_right_div1 {
    position: absolute;
    left: 0;
    top: 0;
}
.about_right_div2 {
    position: absolute;
    top: 60px;
    left: 230px;
}
.about_right_div3 {
    position: absolute;
    top: 300px;
    left: -40px;
}
.about_right_div1,
.about_right_div2,
.about_right_div3 {
    box-shadow: 5px 4px 5px 0px #989898;
}
.container_nij{
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

/*======massonery=====*/
.h1_section_title_area h2{
    color: #1d1d1d;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 4px;
}
.portfolio-h1_Area {margin-top: 17px;}
#Portfolio_h1_area {
    overflow: hidden;
    padding: 113px 0px 112px;
}
.Default-container{
  position: relative;
   min-height: 700px;
 }
.portfolio-preview-1 img{width:100%;}
.Default-item--width2 {width:  66.6666666666666666%;}
.Default-item--width4 {width: 33.33333333333333333%; }
.Default-item--height2 {width:  25%;}
.Default-item {
    padding: 15px;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}
.Default-sizer{width: 33.33333333333333333%;}
.Default-menu {
    letter-spacing: 2px;
    margin-top: 68px;
    text-align: center;
    margin-bottom: 17px;
}
.Default-menu .title{
    font-size: 18px;
    line-height: 40px;
    font-weight: 900;
    color: #000;
    text-align: center;
    border-bottom: 1px #000 solid;
    cursor: pointer;
    padding: 0 30px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.Default-menu .title:after{
    width: 10px;
    height: 10px;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
    content: "";
    position: absolute;
    right: 24px;
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.Default-menu .title.active:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
 }
.Default-menu a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    line-height: 25px;
    color: #888888;
    font-weight: 400;
    margin: 0 13px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-family: 'Roboto', sans-serif;
}
.Default-menu a.active{color: #000;}
.Default-menu a span.text{
    display: inline-block;
    position: relative;
 }
.Default-menu a span.text:after {
    left: 100px;
    right: 100px;
    top: 50%;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
}
.Default-menu a.active span.text:after{
    left: -5px;
    right: -5px;
}
.Default-menu a span.number{
    display: inline-block;
    position: relative;
    top: -7px;
}
.load_more_h1project {
    color: #5e5e5e;
    font-size: 13px;
    letter-spacing: 1.7px;
    margin-right: 15px;
    margin-top: 35px;
    display: inline-block;
}
.load_more_h1project:focus {color: #5e5e5e;}
.load_more_h1project i {
    color: #414141;
    margin-left: 4px;
}
/*-----Portfolio hover efect ---------*/
.portfolio_preview_hh_1{
    position: relative;
    overflow: hidden;
}
.portfolio_preview_hh_1 a{cursor: url(../images/icon-move_plus_agency_cursor_p1.png), move;}
.portfolio_preview_hh_1 .overlay {
    position: absolute;
    text-align: center;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
}
.portfolio_preview_hh_1 .hover-txt {
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.portfolio_preview_hh_1 .hover-txt {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.portfolio_preview_hh_1 .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.portfolio_preview_hh_1 h5 {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}
.portfolio_preview_hh_1 h3 {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.portfolio_preview_hh_1 img{
    transition: all 0.7s;
    width:100%;
}
.portfolio_preview_hh_1:hover img{
    filter: opacity(0.2);
    -webkit-filter: opacity(0.2);
}
.portfolio_preview_hh_1 .h-border {
    border-top: 1px solid #363636;
    width: 60px;
    margin: 7px auto 9px;
}
.portfolio_preview_hh_1:hover .overlay,
.portfolio_preview_hh_1:hover .hover-txt{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity:1;
}
/*======end portfolio hover efect===== */
/*====for toggle nav====*/
@media (max-width: 767px) {
  .Default-menu a{
    display: block;
    margin: 0;
    text-align: center;
    padding: 10px 0;
  }
  .Default-menu .title{display: block;}
  .Default-menu .toggle{
    padding-top: 10px;
    display: none;
  }
  .portfolio-preview-2 .top-icon{display: none;}
}
@media (max-width: 640px) {
    .Default-item.Default-item--width2,
    .Default-item.Default-item--height2,
    .Default-item.Default-item--width4{width: 100%;}
}

/*=================================*/
/*  06. HOME MASONERY
/*=================================*/
/*=====Portfolio=====*/
.full_width_masonery-container{position: relative;}
.full_width_masonery-item img{width:100%;}
.full_width_masonery-item--width2 { width:  50%; }
.full_width_masonery-item--width4 { width:  25%; }
.full_width_masonery-item--height2 { }
.full_width_masonery-item {
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}
.full_width_masonery-sizer{width: 25%;}
@media (max-width: 768px) {
  	.full_width_masonery-item.full_width_masonery-item--width2,
  	.full_width_masonery-item.full_width_masonery-item--width4{width: 50%;}
}
@media (max-width: 480px) {
  	.full_width_masonery-item.full_width_masonery-item--width2,
  	.full_width_masonery-item.full_width_masonery-item--width4{width: 100%;}
}

/*=================================*/
/*  09. HOME GRID MASONERY
/*=================================*/
/*=====1. Portfolio / content-block=======*/
#Portfolio_H_6 {
    overflow: hidden;
    background-color: #fff;
    padding: 50px 0 50px;
}
.Portfolio_h6_title h2 {
    color: #525252;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'PostATSans-Bold', 'Open Sans', sans-serif;
}
.Portfolio_h6_title hr {
    max-width: 100px;
    border: 0;
    border-top: 1px solid #9d9d9d;
    margin: 22px auto 0px;
}
.Home-Grid-container{position: relative;}
.portfolio-preview-1 img{width:100%;}
.Home-Grid-item--width2 { width:  50%; }
.Home-Grid-item--width4 { width:  25%; }
.Home-Grid-item--height2 { height: 398px;}
.Home-Grid-item {
    padding: 10px;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.Home-Grid-sizer{width:  25%;}
.Home-Grid-menu {
    font-size: 0;
    margin: 54px 0px 16px;
    text-align: center
}
.Home-Grid-menu .title {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: #525252;
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Home-Grid-menu a {
    font-size: 14px;
    line-height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    margin-left: 28px;
}
.Home-Grid-menu a span.text {
    display: inline-block;
    position: relative;
    color: #8c8c8c;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}
.Home-Grid-menu a span.text:after{
    left: 100px;
    right: 100px;
    top: 50%;
    margin-top: 1px;
    height: 1px;
    background: #8c8c8c;
    position: absolute;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
}
.Home-Grid-menu a.active span.text:after{
    left: -5px;
    right: -5px;
}
.Home-Grid-menu a span.number{
    display: inline-block;
    position: relative;
    top: -7px;
}
@media (max-width: 767px) {
    .Home-Grid-menu {margin: 30px 0px 0px 0px;}
    .Home-Grid-menu a{
      display: block;
      margin: 0;
      text-align: center;
      padding: 10px 0;
    }
    .Home-Grid-menu .title{display: block;}
    .Home-Grid-menu .toggle{
      padding-top: 10px;
      display: none;
    }
    .portfolio-preview-2 .top-icon{display: none;}
}
@media (max-width: 768px) {
    .Home-Grid-item.Home-Grid-item--width4{width: 50%;}
}
@media (max-width: 480px) {
    .Home-Grid-item.Home-Grid-item--width2,
    .Home-Grid-item.Home-Grid-item--width4{width: 100%;}
    .Portfolio_h6_title h2 {font-size: 20px;}
}
/*=======hover effect=============*/
.portfolio-left_H6 {
    background-color: #03162b;
    padding: 8px 0px 18px 16px;
}
.portfolio-left_H6 h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'PostATSans-Regular', sans-serif;
    height: 2.2em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.portfolio-left_H6 h3 {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 6px;
    font-family: 'PostATSans-Regular', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Home-Grid .toggle {
    text-align: center;
    padding: 0;
    margin: 0;
}

/*=================================*/
/*  13. HOME PORTFOLIO
/*=================================*/
.menu_transparent{background-color:transparent !important;}
.transparent_menu_color ul li a{color: #f4f4f4;}
.transparent_menu_color ul li a:hover{color: #f4f4f4;}
/*Portfolio 1 owl-carousel========================*/
#Portfolio_1st_owl {
    padding: 90px 0 100px 0;
    overflow: hidden;
}
.Portfolio_1st_owl .item img {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto;
}
.Portfolio_1st_owl {
    border-style: solid;
    border-width: 3px;
    border-image:linear-gradient(to left, rgba(249, 249, 249, 0) 11%, rgb(0, 0, 0) 50%, rgba(255, 255, 255, 0) 89%) 100% 0 100% 0/3px 0 3px 0 stretch;
    color: transparent;
    text-align: center;
    padding: 39px 0 39px 0;
}
/*Portfolio 1 footer==========================*/
.personal_portfolio1_foter {
    background: #f2f2f2;
    padding-top: 63px;
}
.personal_portfolio1_foter .container-fluid {
    padding: 0 100px;
}
.personal_portfolio1_foter_content {
    margin-bottom: 36px;
}
ul.portfolio1_content li {
    display: inline-block;
}
ul.portfolio1_content li a {
    margin: 0 10px;
    font-size: 11px;
}
span.p1_footer {
    padding-left: 9px;
    color: #1b1b1b;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
hr.Bottom_hr {
    margin-top: 26px;
    border-top: 1px solid #e5e5e5;
}
p.Bottom_paraG {
    padding: 17px 0 30px 0;
}
.Portfolio__typeing_section{background-color: #fff }
.Portfolio_typeing_section_div {
    margin-left: 218px;
    margin-top: 140px;
}
.Portfolio_typeing_section_div h2 {
    font-size: 60px;
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
}
.Portfolio_typeing_section_div h1 {
    font-size: 60px;
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
}
.Portfolio_typeing_section_div .color-main b {
    color: #180bbe;
    font-family: 'Lato', sans-serif;
    font-size: 60px;
}
/*personal profile masonary=======*/
#home_portfolio_new {
    padding: 106px 0px 100px;
    overflow: hidden;
}
#home_portfolio_new .container-fluid {
    padding: 0 100px;
}
.Angel-container{position: relative;}
.Angel-item img{width:100%;}
.Angel-item--width2 { width:  50%; }
.Angel-item--width4 { width: 33.333333333333336%; }
.Angel-item--height2 { }
.Angel-item{
    position:relative;
    overflow:hidden;
}
.Angel-sizer{
    width: 33.333333333333336%;
}
@media (max-width: 640px) {
    #home_portfolio_new .Angel-item.Angel-item--width4{width: 100%;}
}
.ehover .table-cell{display:table-cell;vertical-align:middle;}
.ehover {
    position: relative;}
.ehover .overlay {
    position: absolute;
    text-align: center;
    left: 31px;
    right: 31px;
    bottom: 30px;
    height: 180px;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    -webkit-box-shadow: 2px 31px 168px -23px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 31px 168px -23px rgba(0,0,0,0.5);
    box-shadow: 2px 31px 168px -23px rgba(0,0,0,0.5);
}
.ehover .hover-txt{
    position: relative;
   display:table;
   width:100%;
   height:100%;
   z-index:1;
}
.ehover .hover-txt{
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.hover-txt p{
    font-size: 13px;
    color: #5f5f5f;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.hover-txt h5 {
    font-size: 18px;
    font-weight: 500;
    color: #141414;
    margin: 34px 0 9px;
    font-family: 'Lato', sans-serif;
}
hr.h-border {
    border-top: 2px solid #555;
    margin: 10px auto;
    max-width: 50px;
}
.search a {
    color: #777;
    font-size: 18px;
}
/* effect 13 */
.ehover img{
    transition: all 0.7s;
    width:100%;
}
.ehover:hover .overlay,
.ehover:hover .hover-txt{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity:1;
}
/*partner section*/
#personal_portfolio_logoS {
    padding: 60px 0px 20px;
}
.portfolio_logoS_single {
    margin-bottom: 80px;
}
.portfolio_logoS_single img {
    width: 100px;
}
#personal_portfolio_logoS .container-fluid {
    padding: 0 192px;
}
/*footer section*/
.personal_portfolio_footer_content {
    background: #f2f2f2;
    padding: 120px 0 131px;
}
.pp_footer_content h2 {
    font-size: 18px;
    color: #0c0c0c;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 26px;
}
ul.pp_footer_content_bottom li {
    margin-bottom: 10px;
}
 ul.pp_footer_content_bottom li h4 {
    font-size: 13px;
    color: #717171;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
ul.pp_footer_content_bottom li h4 a {
    font-size: 13px;
    color: #717171;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.pp_footer_content p {
    font-size: 13px;
    color: #717171;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 25px;
}
/*=================================*/
/*  13. HOME PORTFOLIO TWO
/*=================================*/
#pportfolio2 {
    padding-top: 110px;
}
.pportfolio2_title h2 {
    font-size: 30px;
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.hr_top {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #999999,#999999, rgba(0, 0, 0, 0));
    max-width: 130px;
    margin: 0 auto;
    margin-top: 9px;
}
.pportfolio2 .container-fluid {
    padding: 0 100px;
}
.pportfolio2-container{
    position: relative;
}
.pportfolio2-item img{
    width:100%;
}
.pportfolio2-item--width2 {
    width:  50%;
}
.pportfolio2-item--width4 {
    width:  25%;
}
.pportfolio2-item--height2 { }
.pportfolio2-item{
    position:relative;
    overflow:hidden;
}
.pportfolio2-sizer{
    width: 25%;
}
.pportfolio2-menu{font-size: 0; margin: 42px 0 27px;}
.pportfolio2-menu .title{
    font-size: 18px;
    line-height: 40px;
    font-weight: 900;
    color: #000;
    text-align: center;
    border-bottom: 1px #000 solid;
    cursor: pointer;
    padding: 0 30px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pportfolio2-menu button {
    display: inline-block;
    font-size: 13px;
    color: #3f3f3f;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    margin: 0 23px;
    line-height: 0;
    position: relative;
    border: none;
    outline: 0;
    background: transparent;
}
.pportfolio2-menu button.active{color: #000; text-decoration: line-through;}
@media (max-width: 768px) {
    #pportfolio2 .pportfolio2-item.pportfolio2-item--width4{width: 50%;}}
@media (max-width: 640px) {
    #pportfolio2 .pportfolio2-item.pportfolio2-item--width4{width: 100%;}}
@media (max-width: 320px) {.ehover:hover .overlay, .ehover:hover .hover-txt{display: none;}}

.prtflio_hover_txt p {
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    color: #2e2c2c;
    margin: 0;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1.5px;
}
.prtflio_hover_txt h5 {
    font-size: 13px;
    color: #0c0c0c;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15px 0 6px;
    font-family: 'Open Sans', sans-serif;
}
.prtflio_hover_txt hr.h-border {
    border-top: 1px solid #555;
    margin: 3px auto;
    max-width: 35px;
}
/*Load More*/
.per_port1_load_more {
    text-align: center;
    margin-top: 27px;
}
.per_port1_load_more a {
    display: inline-block;
    font-size: 12px;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
span.Load_morE_i {
    display: block;
    margin-top: -4px;
}
/*=================================*/
/*  10. HOME BOXED
/*=================================*/
.Main_Menu_h7 {
    padding: 21px 0;
    background-color: #f9f9f9;
}
.Main_Menu_h7  .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
}
.Main_Menu_h3 {
    padding: 21px 0;
    background-color: transparent;
}
.Main_Menu_h7 .logo {float: left;}
.top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {opacity: 0; }
.bottom-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 30px;
    height: 1px;
    border-radius: 10px;
    background-color: #F9A530;
}
.mid-menu {
    top: 13px;
    width: 30px;
    height: 1px;
    right: -17px;
    border-radius: 10px;
    background-color: #F9A530;
}
.bottom-menu {
    top: 21px;
    width: 30px;
    height: 1px;
    border-radius: 10px;
    background-color: #F9A530;
}
.menui {
    background: #000;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}
.icon {
    z-index: 999;
    position: relative;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 0;
    right: 15px;
    float: right;
}
.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #272727;
    opacity: 0.95;
}
.Menu_logoh2{position: relative}
.Menu_NAme {
    position: absolute;
    right: 58px;
    margin-top: 16px;
    font-size: 14px;
    color: #353535;
    font-weight: 600
}
.mobilenav li:first-child {margin-top: 150px;}
.mobilenav li .list-group{margin-top: 0px;}
.mobilenav li {
    list-style-type: none;
    max-width: 200px;
    margin: auto;
    line-height: 40px;
}
.mobilenav li a {
    font-size: 16px;
    color: #f8f8f8;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}
.Main_Menu_h7 .list-group {margin-bottom: 0px;}
.Main_Menu_h7 .mobilenav li ul li a {
    font-size: 10px;
    background-color: transparent;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 5px;
}
.list-group {padding-left: 25px;}
.Main_Menu_h7 .mobilenav li ul li{line-height: 25px}
/*=====Work Section =====*/
#Portfolio_H_7 {
    overflow: hidden;
    background-color: #fff;
}
.Portfolio_h7_title h2 {
    color: #272727;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: 'PostATSans-Regular', sans-serif;
}
.Box_sliderr .container {
    width: 1170px;
    overflow: hidden;
}
.Portfolio_h7_title hr {
    max-width: 30px;
    border: 0;
    border-top: 2px solid #a0a0a0;
    margin: 29px auto 0px;
}
.boXed-menu {
    font-size: 0;
    margin: 46px 0px 21px;
    text-align: center
}
.boXed-menu .title {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: #525252;
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boXed-menu a {
    font-size: 14px;
    line-height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    margin-left: 42px;
}
.boXed-menu a span.text {
    display: inline-block;
    position: relative;
    color: #585858;
    letter-spacing: 1.7px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.boXed-menu a span.text:after{
    left: 100px;
    right: 100px;
    top: 50%;
    margin-top: 1px;
    height: 1px;
    background: #8c8c8c;
    position: absolute;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
}
.boXed-menu a.active span.text:after{left: -5px; right: -5px;}
.boXed-menu a span.number{
    display: inline-block;
    position: relative;
    top: -7px;
}
.boXed-container{position: relative;}
.portfolio-preview-1 img{width:100%;}
.boXed-item--width2 { width:  50%; }
.boXed-item--width4 { width:  25%; }
.boXed-item--height2 { height: 398px;}
.boXed-item {
    padding: 5px;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}
.boXed-sizer{width:  25%;}
/*=======hover effect=============*/
.portfolio-preview-h7{
    position: relative;
    overflow: hidden;
}
.portfolio-preview-h7 .overlay {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(245, 245, 245, .85);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
}
.portfolio-preview-h7 .hover-txt {
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.portfolio-preview-h7 .hover-txt {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.portfolio-preview-h7 .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-preview-h7 h3 {
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Dosis', sans-serif;
}
.portfolio-preview-h7 h5 {
    color: #9b9b9b;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    margin-top: 3px;
}
.portfolio-preview-h7 img{
    transition: all 0.7s;
    width:100%;
}
.portfolio-preview-h7:hover img{
    filter: opacity(0.3);
    -webkit-filter: opacity(0.3);
}
.portfolio-preview-h7:hover .overlay,
.portfolio-preview-h7:hover .hover-txt{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity:1;
}
/*end portfolio hover efect ---------*/
@media (max-width: 767px) {
    .boXed-menu {margin: 30px 0px 0px 0px;}
    .boXed-menu a{display: block;margin: 0;text-align: center;}
    .boXed-menu .title{display: block;}
    .boXed-menu .toggle{padding-top: 10px; display: none;}
}
@media (max-width: 768px) {
    .boXed-item.boXed-item--width4{width: 50%;}}
@media (max-width: 480px) {
    .boXed-item.boXed-item--width2,
    .boXed-item.boXed-item--width4{width: 100%;}
    .Portfolio_title h2 {font-size: 20px;}
}

/*============================
      15. PORTFOLIO PAGE
==============================*/
/*===============================
    i. PORTFOLIO SINGLE-1
===============================*/
.POrtfolio_1_single_area {

    /*overflow: hidden;*/
	padding-top:15px;
    margin-top: 40px;
}
.POrtfolio_1_singlE {
    padding: 35px 35px 35px 35px;
    position: relative;
}
.portfolio_1_single_Pre {
    float: left;
    color: #7f7f7f;
    font-size: 12px;
}
.portfolio_1_single_next {
    float: right;
    color: #7f7f7f;
    font-size: 12px;
}
.portfolio_1_single_next_Previous {
    overflow: hidden;
    margin: 24px 60px 0px 15px;
    letter-spacing: 1px;
}
.portfolio_1_single_Pre a {
    color: #7f7f7f;
    letter-spacing: 2px;
}
.portfolio_1_single_next a {
    color: #7f7f7f;
    letter-spacing: 2px;
}
/*
.POrtfolio_1_singlE:before {
    position: absolute;
    left: 0px;
    top: -90px;
    height: 0;
    content: "";
    border-bottom: 90px solid #fafafa;
    border-right: 0 solid transparent;
    border-left: 457.5px solid transparent;
}
*/
.POrtfolio_1_single_right {
    position: relative;
    z-index: 1;
    background-color: #fafafa;
}
.POrtfolio_1_singlE h2 {
    position: relative;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 11px;
    letter-spacing: 2px;
}
.POrtfolio_1_singlE h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    content: "";
    background-color: #b7b7b7;
}
.POrtfolio_1_singlE_liSt li {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
}
.POrtfolio_1_singlE_liSt {margin-top: 15px;}
.POrtfolio_1_single_right_details {
    color: #4a4a4a;
    line-height: 26px;
    font-size: 14px;
    margin-top: 19px;
    text-align: justify;
}
.POrtfolio_1_single_area .col-md-4{margin-left: -78px;}
/*========Controls-1==========*/
.POrtfolio_1_single_area .owl-nav {
    right: -90px;
    position: absolute;
    top: 15%;
}
.POrtfolio_1_single_area .owl-nav div {
    height: 65px;
    width: 65px;
    background-color: #e8e8e8;
    text-align: center;
    position: absolute;
    top: 56.5%;
    line-height: 65px;
    transform: translateY(-50%);
    left: 0px;
    font-size: 14px;
    color: #aaaaaa;
    border-radius: 50%;
}
.POrtfolio_1_single_area .owl-nav div.owl-next {
    right: 0;
    left: 110px;
}
.portfolio_1_single{
    cursor: url(../images/icon-move_plus_agency_cursor_p1.png),
    move;
}
/*===============================
    ii. PORTFOLIO SINGLE-2
===============================*/
.POrtfolio_2_single_area {
    padding: 120px 0px 118px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.product-gallery_portfolio_2 img{width: 100%}
.content-Portfolio_2-detail.has-sidebar_portfolio_2 .product-gallery_portfolio_2 .bx-wrapper {
    float: none;
    margin: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}
.product-gallery_portfolio_2 .bx-wrapper {
    float: left;
    margin: 0;
    padding-right: 10px;
    position: relative;
    width: 81.4%;
}
.product-gallery_portfolio_2 .bx-viewport {background: #f5f5f5 none repeat scroll 0 0;}
.product-gallery_portfolio_2 .bxslider img {
    height: auto;
    width: 100%;
}
.product-gallery_portfolio_2 .bx-prev {
    color: #a0a0a0;
    font-size: 30px;
    left: 0;
    margin-left: 25px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.product-gallery_portfolio_2 .bx-next {
    color: #a0a0a0;
    font-size: 30px;
    margin-right: 15px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.content-Portfolio_2-detail.has-sidebar_portfolio_2 .product-gallery_portfolio_2 #bx-pager {
    float: none;
    width: auto;
}
.product-gallery_portfolio_2 #bx-pager {
    float: left;
    width: 18.6%;
}
.content-Portfolio_2-detail.has-sidebar_portfolio_2 .product-gallery_portfolio_2 #bx-pager a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 27px;
    margin-top: 30px;
    max-width: 349px;
}
.content-Portfolio_2-detail.has-sidebar_portfolio_2 .product-gallery_portfolio_2 #bx-pager a:last-child {margin-right: 0;}
.product-gallery_portfolio_2 #bx-pager a {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* Content portfolio-2 */
.portfolio_single_2_ConTenT h5 {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-bottom: 23px;
}
.portfolio_single_2_ConTenT h5:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 2px;
    width: 30px;
    background-color: #d0d0d0;
    content: "";
}
.portfolio_single_2_ConTenT h2 {
    font-size: 34px;
    color: #404040;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inherit;
    margin-top: 34px;
}
.portfolio_single_2_product_description {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 46px;
    margin-bottom: 50px;
}
.portfolio_single_2_ConTenT {margin-top: 48px;}
/*===============================
    iii. PORTFOLIO SINGLE-3
===============================*/
#Portfolio_single_3_area {
    padding: 110px 0px 117px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.Portfolio_three-container{position: relative; min-height: 700px;}
.portfolio-preview-1 img{width:100%;}
.Portfolio_three-item--width2 {width: 66.6666666666666666%;}
.Portfolio_three-item--width4 {width: 33.3333333333333333%; }
.Portfolio_three-item {
    padding: 10px;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.Portfolio_three-sizer{width: 33.3333333333333333%;}
.POrtfoliO_3_left_{margin-top: 9px; }
.portfolio_3_single_Content_left {margin-bottom: 38px;}
.portfolio_3_single_Content {margin-top: 10px;}
.p_3_single_details {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    padding-left: 25px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 18px;
}
.p_3_single_details:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 1px;
    background-color: #e8e3e0;
    content: "";
}
.POrtfoliO_4_left_ h2 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.POrtfoliO_4_left_ {margin-left: 24px;}
.portfolio_3_single_Content_description {
    max-width: 433px;
    margin-left: 23px;
}
.portfolio_single_3_next_previous{margin: 0 !important}
.portfolio_3_single_nexttt {margin-right: 8px;}
.portfolio_3_single_Preee {margin-left: 9px;}
/*========Controls==========*/
.portfolio-preview-1 .owl-nav div {
    height: 35px;
    width: 35px;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    line-height: 35px;
    transform: translateY(-50%);
    left: 25px;
    font-size: 20px;
    color: #8c8c8c;
    transition: .5s;
}
.portfolio-preview-1 .owl-nav div.owl-next {
    right: 25px;
    left: auto;
}
/*========end Controls==========*/
/*===============================
    iv. PORTFOLIO SINGLE-4
===============================*/
.PORTFOLIO_4_menu_bg{background-color: #f9f9f9}
.POrtfolio_4_single_area {
    padding: 120px 0px 118px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.POrtfolio_4_single_left {position: relative;}
.POrtfolio_4_single_left:before {
    position: absolute;
    left: -40px;
    top: 0;
    height: 2px;
    width: 200px;
    content: "";
    background-color: #e8e3e0;
}
.POrtfolio_4_single_left:after {
    position: absolute;
    left: 0;
    top: -40px;
    height: 200px;
    width: 2px;
    content: "";
    background-color: #e8e3e0;
}
.POrtfolio_4_single_left h2 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #4a4a4a;
    font-weight: 500;
    border-bottom: 1px solid #e8e3e0;
    display: inline-block;
    padding-bottom: 9px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.POrtfolio_4_single_left h3 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #4a4a4a;
    font-weight: 500;
    border-bottom: 1px solid #e8e3e0;
    display: inline-block;
    padding-bottom: 9px;
    margin-top: 28px;
}

.POrtfolio_4_single_left_collection {position: relative;}
.POrtfolio_4_single_left_collection:before {
    position: absolute;
    left: -20px;
    top: 0;
    height: 2px;
    width: 100px;
    content: "";
    background-color: #e8e3e0;
}
.POrtfolio_4_single_left_collection:after {
    position: absolute;
    left: 0;
    top: -20px;
    height: 100px;
    width: 2px;
    content: "";
    background-color: #e8e3e0;
}
.POrtfolio_4_single_left_collection h2 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #4a4a4a;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 9px;
    margin-top: 28px;
}

.POrtfoliO_4_left_ {margin-left: 24px;}
.p_4_list_single li {color: #7f7f7f;}
.p_4_list_single {margin-top: 8px;}
.p_4_single_details {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-top: 26px;
}
.portfolio_4_single_next_Previous h4 {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio_4_single_next_Previous h4 a{color: #7f7f7f;}
.portfolio_4_single_next_Previous span {padding: 0px 45px;}
.portfolio_4_single_next_Previous {margin-top: 60px;}
/*========Controls==========*/
.POrtfolio_4_single_area .owl-nav div {
    height: 35px;
    width: 35px;
    background-color: #f7f7f7;
    text-align: center;
    position: absolute;
    top: 56.5%;
    line-height: 35px;
    transform: translateY(-50%);
    left: -135px;
    font-size: 17px;
    color: #6a6a6a;
    border-radius: 50%;
}
.POrtfolio_4_single_area .owl-nav div.owl-next {right: 0;left: -65px;}

/*===============================
    v.  PORTFOLIO SINGLE-5
===============================*/
/*======== Header ========*/
.pg_logo img{
    width: auto;
}

@media (min-width : 992px) {
    .pg_logo {
        position: absolute;
        left: 90px;
        top: 38px;
        z-index: 9999;
    }
}
@media (max-width : 991px) {
    .pg_logo {
       display: none;
    }
}



@media only screen and (max-width: 991px) {
    #aside-nav #navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
        z-index: 99999;
    }
    #aside-nav #navigation.visible {
        visibility: visible;
        opacity: 1;
        top: 60px;
    }
    #aside-nav.dark-menu #navigation {
        background-color: #1f1f1f;
        border-color: rgba(255, 255, 255, 0.1);
    }
    #aside-nav.dark-menu .navigation-menu>li>a {
        color: #fff;
    }
    #aside-nav.dark-menu .navigation-menu>li>a:hover {
        color: #bbb;
    }
    #aside-nav.dark-menu .navigation-menu>li .submenu li>a {
        color: #ccc;
        border-color: rgba(255, 255, 255, 0.1);
    }
    #aside-nav.dark-menu .navigation-menu>li .submenu li>a:hover {
        color: #fff;
    }
    #aside-nav.dark-menu .navigation-menu>li .submenu.megamenu>li>.menu-label {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.1);
    }
    #aside-nav.dark-menu .navigation-menu>li.menu-item-has-children.opened>a {
        color: #bbb;
        border-color: rgba(255, 255, 255, 0.1);
    }
    #aside-nav .navigation-menu {
        max-height: 400px;
        float: none;
    }
    #aside-nav .navigation-menu>li {
        float: none;
        display: block;
    }
    #aside-nav .navigation-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
        font-size: 18px;
        height: 12px;
        line-height: 12px;
        top: 50%;
        margin-top: -6px;
    }
    #aside-nav .navigation-menu>li>a {
        color: #393939;
        padding: 15px 20px;
        font-weight: 500;
    }
    #aside-nav .navigation-menu>li>a:hover {
        color: #787878;
    }
    #aside-nav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #aside-nav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #aside-nav .navigation-menu>li .submenu li>a {
        display: block;
        position: relative;
        padding: 15px;
        padding-left: 45px;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #787878;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e6e6e6;
    }
    #aside-nav .navigation-menu>li .submenu li>a:hover {
        color: #1f1f1f;
    }
    #aside-nav .navigation-menu>li .submenu li.menu-item-has-children>a:not(.menu-label):after {
        position: absolute;
        right: 30px;
        font-size: 16px;
        content: "\f107";
        font-family: "FontAwesome";
    }
    #aside-nav .navigation-menu>li .submenu li.menu-item-has-children .submenu li a {
        padding-left: 65px;
    }
    #aside-nav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #aside-nav .navigation-menu>li .submenu .submenu.opened {
        display: block;
    }
    #aside-nav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #aside-nav .navigation-menu>li .submenu.megamenu>li .menu-label {
        display: block;
        padding: 15px 25px;
        padding-left: 35px;
        clear: both;
        font-weight: 400;
        white-space: nowrap;
        letter-spacing: 0;
        font-size: 13px;
        font-weight: 500;
        color: #1f1f1f;
        border-bottom: 1px solid #e6e6e6;
    }
    #aside-nav .navigation-menu>li.menu-item-has-children.opened>a {
        color: #1f1f1f;
        border-bottom: 1px solid #e6e6e6;
    }
    #aside-nav .menu-extras {
        border-color: rgba(0, 0, 0, 0.08);
    }
    #aside-nav .menu-extras .menu-item>div>a {
        color: #1f1f1f;
    }
    #aside-nav .menu-extras .menu-item>div>a:hover {
        color: #787878;
    }
    #aside-nav.dark-menu {
        background-color: #1f1f1f;
        box-shadow: none;
        border-color: #1a1a1a;
    }
    #aside-nav.dark-menu .logo .logo-dark {
        opacity: 0;
        height: 0;
    }
    #aside-nav.dark-menu .logo .logo-light {
        opacity: 1;
        height: auto;
    }
    #aside-nav.dark-menu .menu-extras .menu-item>div {
        border-color: rgba(255, 255, 255, 0.1);
    }
    #aside-nav.dark-menu .menu-extras .menu-item>div>a {
        color: #fff;
    }
    #aside-nav.dark-menu .menu-extras .menu-item>div>a:hover {
        color: #bbb;
    }
    #aside-nav.dark-menu .hamburger-inner {
        background-color: #fff;
    }
    #aside-nav.dark-menu .hamburger-inner:before,
    #aside-nav.dark-menu .hamburger-inner:after {
        background-color: inherit;
    }
    #aside-nav.dark-menu .menu-toggle:hover .hamburger-inner {
        background-color: #bbb;
    }
}

@media only screen and (min-width: 992px) {
    #aside-nav {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 240px;
        background-color: #fff;
        z-index: 99999;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }
    #aside-nav .logo {
        text-align: center;
        padding: 35px;
        margin-bottom: 50px;
    }
    #aside-nav .logo img {
        max-width: 120px;
    }
    #aside-nav .navigation-menu>li {
        display: block;
        position: relative;
    }
    #aside-nav .navigation-menu>li.menu-btn-item {
        padding-left: 35px!important;
        padding-right: 35px!important;
    }
    #aside-nav .navigation-menu>li.active>a {
        color: #787878;
    }
    #aside-nav .navigation-menu>li>a {
        color: #1f1f1f;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        padding: 12px 35px;
        text-align: center;
    }
    #aside-nav .navigation-menu>li>a:hover {
        color: #787878;
        background-color: transparent;
    }
    #aside-nav .navigation-menu>li>a:focus {
        background-color: transparent;
    }
    #aside-nav .navigation-menu>li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        margin-left: 0;
    }
    #aside-nav .navigation-menu>li .submenu,
    #aside-nav .navigation-menu>li .sub-menu {
        list-style: none;
        padding-left: 0;
        display: none;
        padding: 10px 0;
    }
    #aside-nav .navigation-menu>li .submenu>li>a,
    #aside-nav .navigation-menu>li .sub-menu>li>a {
        display: block;
        font-family: 'Montserrat', sans-serif;
        color: #787878;
        font-weight: 400;
        font-size: 13px;
        padding: 5px 0;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #aside-nav .navigation-menu>li .submenu>li>a:hover,
    #aside-nav .navigation-menu>li .sub-menu>li>a:hover {
        color: #1f1f1f;
    }
    #aside-nav.aside-right {
        left: auto;
        right: 0;
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }
    #aside-nav.aside-hidden {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        right: -240px;
    }
    #aside-nav.aside-hidden .toggle-nav {
        display: block;
    }
    #aside-nav.aside-hidden.is-active {
        right: 0;
    }
    #aside-nav.aside-hidden.aside-right {
        left: auto;
        right: -240px;
    }
    #aside-nav.aside-hidden.aside-right.is-active {
        right: 0;
    }
    #aside-nav.aside-hidden.aside-right .toggle-nav {
        right: auto;
        left: -90px;
    }
    #aside-nav .toggle-nav {
        display: none;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        padding: 8px 0;
        top: 23px;
        left: -90px;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        outline: none;
        background: transparent;
        box-shadow: none;
    }
    #aside-nav .toggle-nav:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    #aside-nav.dark-menu {
        background-color: #1f1f1f;
    }
    #aside-nav.dark-menu .navigation-menu>li>a {
        color: #ddd;
    }
    #aside-nav.dark-menu .navigation-menu>li>a:hover {
        color: #fff;
    }
    #aside-nav.dark-menu .navigation-menu>li .submenu>li>a,
    #aside-nav.dark-menu .navigation-menu>li .sub-menu>li>a {
        color: #ccc;
    }
    #aside-nav.dark-menu .navigation-menu>li .submenu>li>a:hover,
    #aside-nav.dark-menu .navigation-menu>li .sub-menu>li>a:hover {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {

    #aside-nav .hamburger-inner,
    #aside-nav .hamburger-inner:before,
    #aside-nav .hamburger-inner:after {
        background-color: #000 !important;
    }
        #aside-nav .toggle-nav {
        border-left: 1px solid #000 !important;
    }
    #aside-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 60px;
        background-color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        z-index: 99999;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding-left: 15px;
        padding-right: 15px;
    }
    #aside-nav .logo {
        display: table;
        height: 60px;
        float: left;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        z-index: 110;
    }
    #aside-nav .logo>a {
        display: table-cell;
        vertical-align: middle;
    }
    #aside-nav .logo img {
        max-height: 40px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        display: block;
        width: auto;
    }
    #aside-nav .toggle-nav {
        float: right;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        outline: none;
        margin-right: -15px;
        border-left: 1px solid #eee;
    }
    #aside-nav .toggle-nav .hamburger-box {
        height: 15px;
    }
    #aside-nav .navigation-menu>li>a {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 20px;
    }
    #aside-nav .navigation-menu>li>a:hover,
    #aside-nav .navigation-menu>li>a:focus {
        background-color: transparent;
    }
    #aside-nav.dark-menu .toggle-nav {
        border-color: rgba(255, 255, 255, 0.1);
    }
}

#aside-nav .hamburger {
    position: relative;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
}
#aside-nav .hamburger-box .txt {
    position: absolute;
    top: -13px;
    left: -60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}
#aside-nav .hamburger-box {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 30px;
}
#aside-nav .hamburger-inner {
    background-color: #000;
    border-radius: 4px;
    display: block;
    height: 1px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 30px;
}
#aside-nav .hamburger-inner:before {
    background-color: #000;
    border-radius: 4px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: -6px;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 30px;
}
#aside-nav .hamburger-inner:after {
    background-color: #000;
    border-radius: 4px;
    bottom: -6px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 22px;
    right: 0;
}
#aside-nav .hamburger .hamburger-inner {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#aside-nav .hamburger .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
#aside-nav .hamburger .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#aside-nav .hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#aside-nav .hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    top: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
#aside-nav .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 30px;
}













.tp-caption .s_icn{
    line-height: 20px !important;
    border: 2px solid transparent !important;
}
.tp-caption .s_icn:hover{
    opacity: .5 !important;
    border: 2px solid #fff !important;
}























/*Backgorund============================*/
.pp3_title_img{background: url(../../images/Home_portfolio_5/about_me_title_img.jpg) no-repeat scroll center center /cover;}
.B_latest_news {
    padding: 232px 0;
}
.pp3_Text h2 {
    font-family: 'Oswald', sans-serif;
    color: #9e0e59;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 3px;
}
hr.pp3_bg_top {
    max-width: 150px;
    border-top: 2px solid #6b6b6b;
    margin: 20px auto;
}
.pp3_Text h3 {
    font-size: 16px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
button.HirE_Me {
    border: 1px solid #030303;
    background: #030303;
    color: #f8f8f8;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 2px 30px;
    margin-top: 20px;
}
.pp3_CreativE{padding-top: 116px;}
.cReaTive_images img{width: 100%}
.pp3_blog_title_text {
    background-color: #f7f7f7;
    max-width: 698px;
    margin: 0 auto;
    padding: 46px 0px 53px;
    box-shadow: 0 0 0 10px #fafafb;
    border: 1px solid #585858;
    opacity: 0.9;
}



/*personal portfolio 3 masonary===============*/
.pp3_masonary {padding: 100px 0 50px;}
.pp3mas-menu{font-size: 0; margin: 0 -18px; font-family: 'Playfair Display', serif;}
.pp3mas-menu .title{font-size: 18px; line-height: 40px; font-weight: 900; color: #000; text-align: center; border-bottom: 1px #000 solid; cursor: pointer; padding: 0 30px; display: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pp3mas-menu .toggle {
    text-align: center;
    margin-bottom: 45px;
}
.pp3mas-menu .title:after{width: 10px; height: 10px; border-right: 1px #000 solid; border-bottom: 1px #000 solid; content: ""; position: absolute; right: 24px; top: 14px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.pp3mas-menu .title.active:after{transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
.pp3mas-menu a {display: inline-block;vertical-align: bottom;font-size: 13px;line-height: 25px;color: #494949;font-weight: 700;margin: 0 18px;position: relative;transition: all .3s;-webkit-transition: all .3s;border: 1px solid #000;padding: 3px 6px;cursor: pointer;
}
.pp3mas-menu a.active{color: #000;}
.pp3mas-menu a span.text{display: inline-block; position: relative;}
.pp3mas-menu a span.text:after{left: 100px; right: 100px; top: 50%; margin-top: 1px; height: 1px; background: #000; position: absolute; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.pp3mas-menu a.active span.text:after{left: -5px; right: -5px;}
.pp3mas-menu a span.number{display: inline-block; position: relative; top: -7px;}




.portfolio-preview-3 .table-cell{display:table-cell;vertical-align:middle;}
.portfolio-preview-3 {
    position: relative;}
.portfolio-preview-3 .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    /*height: 100%;*/
    background: rgba(35, 35, 35, 0.71);
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
}
.portfolio-preview-3 .hover-txt_pp5{
    position: relative;
   display:table;
   width:100%;
   height:100%;
   z-index:1;
}
.portfolio-preview-3 .hover-txt_pp5{
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
}
.portfolio-preview-3 .hover-txt_pp5 p {
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    margin: 0;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 1.5px;
}
.portfolio-preview-3 .hover-txt_pp5 h5 {
    font-size: 15px;
    color: #f7f7f7;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15px 0 6px;
    font-family: 'Open Sans', sans-serif;
}
.portfolio-preview-3 .hover-txt_pp5 hr.h-border {
    border-top: 1px solid #f7f7f7;
    margin: 3px auto;
    max-width: 35px;
}
/* effect 13 */
.portfolio-preview-3 img{
    transition: all 0.7s;
    width:100%;
}
/*.portfolio-preview-1:hover img{
    filter: opacity(0.3);
    -webkit-filter: opacity(0.3);
}*/
.portfolio-preview-3:hover .overlay,
.portfolio-preview-3:hover .hover-txt_pp5{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity:1;
}



/*mixItUp=======================*/
.work-showcase .mix {
    display: none;
}




/*after-before=======================*/
/*after:before*/
.single-overlay_pp3:after {
    border-left: 1px solid #c3c3c3;
    border-top: 3px solid #c3c3c3;
    left: 24%;
    top: 42%;
}
.single-overlay_pp3:before {
    border-right: 1px solid #c3c3c3;
    border-bottom: 3px solid #c3c3c3;
    right: 27%;
    bottom: 38%;
}
.single-overlay_pp3:after,
.single-overlay_pp3:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.portfolio-preview-3 .overlay:hover .single-overlay_pp3:after,
.portfolio-preview-3 .overlay:hover .single-overlay_pp3:before{opacity: 1;transform: scale(1)}
.portfolio-preview-3 .overlay:hover .single-overlay_pp3 {opacity: 1; cursor: crosshair;}


/*personal portfolio 3 owl carosul========================*/
.pp3_owl_carosul {
    padding: 50px 0 100px;
}
.pP3_item img {
    max-width: 176px;
    height: auto;
    margin: 0 auto;
}
.No_PaDdInG{
    padding: 0px;
}


/*===============================
    21. CONTACT PAGE
===============================*/
.Contact_Page_title_img {
    background: url(../images/Contact_page_title_img.jpg) no-repeat scroll center center /cover;
    height: 600px;
    display: table;
    width: 100%;
    padding: 0px 30px;
}
.Contact_title_ {
    background-color: #f7f7f7;
    max-width: 530px;
    margin: 0 auto;
    padding: 88px 0px;
    box-shadow: 0 0 0 10px #fafafb;
    border: 2px solid #acacac;
    opacity: 0.9;
    margin-top: 13px;
}
.Contact_title_ h2 {
    font-size: 32px;
    font-weight: 500;
    color: #3f3f3f;
    line-height: 50px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 4.7px;
}
.Contact_title_text {
    background-color: #fff;
    opacity: 0.8;
    padding: 88px 0;
}
/*Contact us=========*/
.sibgle_CONTACT {
    border: 1px solid #d7d7d7;
    height: 300px;
    display: table;
    width: 100%;
}
.sibgle_CONTACT_cell {
    display: table-cell;
    vertical-align: middle;
}
.ContaCT_seCtion {
    padding: 116px 0px 121px;
    background-color: #fafafa;
}
.first_item_Co img {margin-top: 28px;}
.sibgle_CONTACT_cell i {
    font-size: 30px;
    margin-left: 0;
    color: #696969;
}
.C_title_Contact h2 {
    color: #3e3e3e;
    font-family: 'Dosis', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3.2px;
    line-height: 32px;
}
.C_title_Contact hr {
    border: 1px solid #a4a4a4;
    max-width: 30px;
    margin: 30px auto 54px;
}
.C_title_Contact p {
    color: #5a5a5a;
    font-size: 14px;
    max-width: 615px;
    margin: 0 auto;
    line-height: 26px;
    padding: 0px 15px;
    letter-spacing: 1px;
}
.Contact-lIst_C {margin-top: 31px;}
.sibgle_CONTACT h3 {
    color: #111111;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 22px;
    font-weight: 500;
}
.sibgle_CONTACT hr {
    border: 1px solid #414141;
    max-width: 30px;
    margin: 21px auto 17px;
}
.sibgle_CONTACT p{
    color: #696969;
    font-size: 13px;
    letter-spacing: 1px;
}
.sibgle_CONTACT a {
    color: #696969;
    font-size: 13px;
    letter-spacing: 1px;
}
/*Cotact formsection===========*/
.Contact_Form_SectiON {
    padding: 116px 0px 105px;
    overflow: hidden;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}
.contact_SeCTION {margin-top: 57px;}
.Contact_Form_SectiON [placeholder]::-webkit-input-placeholder {color: #a7a7a7;font-size: 12px;letter-spacing: 1px}
.Contact_Form_SectiON .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background-color: transparent;
    padding: 0 5px;
    margin-bottom: 27px;
}
.Contact_Form_SectiON .form-control:focus {
    border-color: #dcdcdc;
    outline: 0;
    box-shadow: none;
}
.message_TextArea {
    margin-top: 10px;
    width: 100%;
    height: 134px !important;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background-color: transparent;
}
.submit_submiTT {
    color: #fbfbfb;
    background-color: #3b3b3b;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 7px 23px;
    border-radius: 4px;
    margin-top: 7px;
    outline: 0;
    display: inline-block;
    border: 1px solid transparent;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.submit_submiTT:focus{
    color: #fbfbfb;
    background-color: #3b3b3b;
}
.submit_submiTT:hover{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}
/* Map section===== */
.map_section_area {
    position: relative;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 702px;
}


/* Terms and Lega */
p.terms {
    text-align: left;
    margin-bottom: 20px;
}
/*===============================
    23. SCROLL TO TOP
===============================*/
.scroll-Top a i {
    font-size: 15px;
    transform: rotate(-30deg);
    color: #767676;
    position: fixed;
    right: 60px;
    bottom: 45px;
	display:none;
}
/*===============================
    24. PRELOADER
===============================*/
.loader-overlay {
    background-color: rgba(255,255,255,1);
    height: 100%;
    width: 100%;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.preloader {
    background: #30ddb6 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.preloader-inner-area {
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}
.c-preloader::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.c-preloader::after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: -0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
/*========================THANK YOUR=================*/







/* home_default page start*/

.latest_events{ padding:40px 0;}
.latest_events .latest_events_block{border:solid 1px #ddd; padding:10px; margin-bottom:30px;}
.latest_events .latest_events_block img{max-width:100%;}
.latest_events .latest_events_block .latest_events_contant{ padding-top: 0px;}
.latest_events .latest_events_block .latest_events_contant p{ line-height: 22px; color: #696969; font-size: 14px; text-align: justify; padding-bottom:20px;}
.latest_events .latest_events_block .latest_events_contant h3{ color: #474747; font-size: 18px; padding-bottom:8px; font-weight: 500;}
.latest_events .latest_events_block .latest_events_contant a{  color:#fff; padding: 7px 31px; background: #3b3b3b; margin:auto; display:table; text-align:center;}

.slider .slider_contant{position: absolute; bottom:50px; right: 0; left: 0;  text-align: center; color:#fff; width: 53%; margin: auto;}
.slider .slider_contant h1{   letter-spacing: 1px;text-transform:uppercase; font-size: 50px;font-weight: 700; padding-bottom:15px;}
.slider .slider_contant p{font-size: 25px;line-height: 33px;}
.slider{position:relative;}



/* home_default page end*/


/* Contact page start*/

.contact{padding:40px 0;}
.contact h3{background:#474747; color:#fff; border-radius: 3px 3px 0 0; padding:15px;}
.contact .panal_body{background: #efefefd9; padding:15px;    border-radius: 0 0 3px 3px;}
.contact .panal_body .contact_block{padding-top:15px;}
.contact .panal_body .contact_block h4{text-transform:uppercase;padding-bottom: 8px;}
.contact .panal_body .contact_block p{ padding-bottom: 10px;}
.contact .panal_body .contact_block a{}

/* Contact page end*/


/* event_detail page start*/

.event_detail{padding:40px 0;}
.event_detail .event_detail_contant{}
.title{padding-bottom:10px; color: #3e3e3e; font-size: 32px; font-weight: 600; text-transform:uppercase;}
.event_detail .event_detail_contant p{    padding-bottom: 10px; text-align:justify;}
.event_detail .event_detail_contant h3 {     padding-bottom: 10px;
    color: #3e3e3e;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 1px #8a8787;
    margin-bottom: 10px;
	    display: inline-block;}


.event_detail .event_detail_img img{max-width:100%;}

.event_detail .event_detail_contant span{ color:#8a8787;   text-transform: capitalize; padding-bottom:20px;    display:block;}

.video img{max-width:100%;}
.video h3{padding-bottom:8px;    color: #3e3e3e; font-size: 32px; font-weight: 600;}

.document{padding:40px 0;}

.picture{padding-bottom:40px;}
.picture .picture_block a img{width:100%;}


/* event_detail page end*/


/* login_wrapper page start*/

.slider{width:100%;color:#000;}
.slider .owl-nav {position: absolute;top: 50%;width: 100%; display:block !important; }
.slider .owl-prev {display: inline-block;width:25px;height:25px;font-size:0px;border-radius: 50px; text-align:center; margin-left:10px;}
.slider .owl-prev:before {content: "\f104";font-family: FontAwesome;font-size:40px;color: #fff;display: inline-block;}
.slider .owl-next {display: inline-block;width:25px;height:25px;font-size:0px;border-radius: 50px;text-align:center;float: right; margin-right:10px;}
.slider .owl-next:before{content: "\f105";font-family: FontAwesome;font-size:40px;color: #fff;display: inline-block;}
.slider .owl-dots{position: relative;top: -40px; margin-left:8px; text-align:center;}
.slider .owl-dots .owl-dot{width:15px; height:15px; display:inline-block; background:#999; margin:0 5px; border-radius:50%; }
.slider .owl-dots .owl-dot.active{background:#000;}


.slider_1{width:100%;color:#000;}
.slider_1 .owl-nav {position: absolute;top: 50%;width: 100%; display:block !important; }
.slider_1 .owl-prev {display: inline-block;width:25px;height:25px;font-size:0px;border-radius: 50px; text-align:center; margin-left:10px;}
.slider_1 .owl-prev:before {content: "\f104";font-family: FontAwesome;font-size:40px;color: #fff;display: inline-block;}
.slider_1 .owl-next {display: inline-block;width:25px;height:25px;font-size:0px;border-radius: 50px;text-align:center;float: right; margin-right:10px;}
.slider_1 .owl-next:before{content: "\f105";font-family: FontAwesome;font-size:40px;color: #fff;display: inline-block;}
.slider_1 .owl-dots{position: relative;top: -40px; margin-left:8px; text-align:center;}
.slider_1 .owl-dots .owl-dot{width:15px; height:15px; display:inline-block; background:#999; margin:0 5px; border-radius:50%; }
.slider_1 .owl-dots .owl-dot.active{background:#000;}





.panel_heading{  padding:10px;     border-radius: 3px 3px 0 0; text-align:center;}
.panel_heading a{color:#bf3333;}

.panel_body p{   color: #383535;}


.form-heading { color:#fff; font-size:23px;}
.main-div .panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.main-div .panel p { color:#777777; font-size:14px;  line-height:24px; text-align:center;}
.main-div .panel{box-shadow:none; margin-bottom: 0;}


.form-control{border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    background-color: transparent !important;
    padding: 0 5px !important;
    margin-bottom: 27px !important;
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;

}



.panel_heading {
border-radius: 3px 3px 0 0;
font-size: 26px;
font-weight: bold;
margin-bottom: 12px;
padding: 10px;
}

 .form-group {
  margin-bottom:10px;
}

.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.btn.btn-3mpg {
background: #3b3b3b none repeat scroll 0 0;
border-color: #3b3b3b;
color: #ffffff;
font-size: 16px;
font-weight: bold;
height: 50px;
line-height: 50px;
padding: 0;
text-transform: uppercase;
width: 100%;
margin-bottom:10px;
}

 .btn.btn-3mpg:hover{background:#202020;}

.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.btn.btn-3mpg.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}



/* login_wrapper  page end*/



/* Register  page start*/

.Register{padding:40px 0;}
.Register h4 {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  padding: 17px 10px;
}
.Register .form {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  display: table;
  margin: auto;
  width: 50%;
  margin-bottom:20px;
}
.Register .form .panel_body{    float: left; width: 100%; padding:15px;}
.Register .form .panel_body label {
  color: #777777;
  float: right;
  font-weight: normal;
  padding-top: 5px;
}
.Register .form .panel_body .input{    float: left;
    width: 100%;
    padding-bottom: 15px;}

.Register .form .panel_body .input a{width:100%; text-transform:uppercase; color:#fff; padding: 6px 50px; background: #3b3b3b;    display: inline-block;
    width: 100%;
    text-align: center;}

.Register .form .panel_body .input select{       width: 100%;
    height: 34px;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
    outline: 0 !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    background-color: transparent !important;
    padding: 0 5px !important;
    margin-bottom: 27px !important;}

/* .header-area .header-left .logo1 img {
    max-width: 200px;
} */
/* Register  page end*/


.Creative_conTENt p {
    font-family: 'Lato', sans-serif;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}



.sibgle_CONTACT a:hover { color:#696969 !important;}



.document_block {
  margin-bottom: 36px;
  margin-top: 42px;
  text-align: center;
}



.login_page .col-md-6.col-md-offset-3 {
    position: absolute;
    top: 30%;
    z-index: 9;
    left: 0;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);

	width:75%; margin:auto;

}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
 .panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;     font-family: 'Dosis', sans-serif;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
    background: #3b3b3b none repeat scroll 0 0;
    border-color: #3b3b3b;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.btn-register:hover{color:#fff;}


.login_page .panel-body{padding:0 40px 35px;}

.login_page .panel-body .panel{margin:20px 0 0 0; box-shadow:none;}

.login_page .panel-login .panel-body .col-sm-12.col-sm-offset-3 {
    margin-left: 0;
}

#register-form{margin-top:30px;}

.main-div  .form-control::placeholder {
    font-size: 14px;

}

.main-div .form-control:focus {
    color:#555 !important;
}

.main-div  .form-control:hover {
    color:#555 !important;
}

 .main-div [for="remember"] {
    font-weight: normal !important;
    font-size: 14px;
}


.main-div input#register-submit {
	 background: #3b3b3b none repeat scroll 0 0 !important;
    border-color: #3b3b3b !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;


}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  left: 0;
  margin: 10px auto 30px;
  max-width: 35%;
  padding: 50px 70px 70px 71px;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 99;
}

.btn.btn-primary.zipdownload {
    color: #fff;
    background-color: #03162b;
    border: none;
}

.btn.btn-primary.zipdownload:hover {
    color: #fa0027;
} 

.players .media-wrapper video { width: 100%; height:100%; object-fit: inherit;}

@media all and (min-width: 320px) and (max-width: 480px) {
/* login page */

/* .header-area .header-left .logo1 img { max-width: 120px;} */
.login_page .col-md-6.col-md-offset-3 { left: 0; position: relative; top: 0; z-index: 9; }
.main-div { max-width:80%; padding: 10px 22px;     top: 42%;}
.main-div .panel_heading { font-size: 13px; padding-bottom:6px;  margin-bottom: 0px;}
.main-div .panel p { font-size: 13px;}\
.form-control { height: 35px; margin-bottom: 0 !important; }
.btn.btn-3mpg{height:35px;     line-height: 35px;}
.form-control {  margin-bottom: 0 !important; height: 35px;}
.slider_1{display:none;}
.login_bg{ background:url(../images/slider_2.jpg) no-repeat; height:100%; background-size: cover;}
.forgot{margin-bottom:15px;}

/* home page */
.latest_events{padding:0px;}
.slider .owl-dots { top: -25px;}
.slider .slider_contant{display:none;}

/* contact-us */
.ContaCT_seCtion{ padding: 0px !important;}
.ContaCT_seCtion .C_title_Contact hr { margin: 20px auto 20px;}
.Contact_Form_SectiON {    padding: 0 0 30px !important;}
.Contact_Form_SectiON .C_title_Contact hr {  margin: 20px auto 20px;}

/* Register */
.Register .form .panel_body label{float:left;}
.Register .form{width:100%;}

/* event_detail */
.event_detail .event_detail_contant h3{font-size:20px;}
.event_detail .event_detail_contant{padding-bottom:30px;}
.picture .picture_block { padding-bottom: 30px;}
.POrtfolio_1_single_area{padding:0 !important;}
.POrtfolio_1_single_right{margin-top:25px !important;}
}
@media all and (min-width: 481px) and (max-width: 767px) {

/* login page */
/* .header-area .header-left .logo1 img { max-width: 120px;} */
.login_page .col-md-6.col-md-offset-3 { left: 0; position: relative; top: 0; z-index: 9; }
.main-div { max-width:50%; padding: 10px 22px;     top: 50%;}
.main-div .panel_heading { font-size: 20px; padding-bottom:6px;  margin-bottom: 4px;}
.main-div .panel p { font-size: 14px;}
.form-control { height: 40px; margin-bottom: 13px !important; }
.btn.btn-3mpg{height:40px;     line-height: 40px;}
.slider_1{display:none;}
.login_bg{ background:url(../images/slider_2.jpg) no-repeat; height:100%; background-size: cover;}
.forgot{margin-bottom:15px;}

/* home page */
.slider .slider_contant{width:70%;}
.slider .slider_contant p { font-size: 14px; line-height: 22px;}
.slider .slider_contant h1{font-size:40px;}
.latest_events .latest_events_block img{width:100%;}
.latest_events{padding:0px;}

/* contact-us */
.ContaCT_seCtion{ padding: 0px !important;}
.ContaCT_seCtion .C_title_Contact hr { margin: 20px auto 20px;}
.Contact_Form_SectiON { padding: 0 0 30px !important;}
.Contact_Form_SectiON .C_title_Contact hr {  margin: 20px auto 20px;}

/* Register */
.Register .form .panel_body label{float:left;}
.Register .form{width:80%;}

/* event_detail */
.event_detail .event_detail_contant h3{font-size:20px;}
.event_detail .event_detail_contant{padding-bottom:30px;}
.picture .picture_block { padding-bottom: 30px;}
.document .col-md-4 { width: 33%; float: left;}
.POrtfolio_1_single_area{padding:0 !important;}
.POrtfolio_1_single_right{margin-top:25px !important;}
}

@media all and (min-width: 768px) and (max-width: 1024px) {

/* login page */

/* .header-area .header-left .logo1 img { max-width: 120px;} */
.main-div { max-width:75%;    padding: 24px 45px; top:33%; }
.slider_1{display:none;}
.login_bg{ background:url(../images/slider_2.jpg) no-repeat; height:100%; background-size: cover;}

/* home page */
.slider_1 .owl-carousel .owl-item img{height:500px;}
.slider .slider_contant{width:80%}
.slider .slider_contant p { font-size: 15px; line-height: 25px;}
.slider .slider_contant h1 { font-size: 30px;}
.latest_events{padding:0px;}

/* contact-us */
.ContaCT_seCtion{ padding: 0px !important;}
.ContaCT_seCtion .C_title_Contact hr { margin: 20px auto 20px;}
.Contact_Form_SectiON { padding: 0 0 30px !important;}
.Contact_Form_SectiON .C_title_Contact hr {  margin: 20px auto 20px;}

/* Register */
.Register .form .panel_body label{float:left;}
.Register .form{width:80%;}

/* event_detail */
.event_detail .event_detail_contant h3{font-size:20px;}
.POrtfolio_1_single_area{padding:0 !important;}
.POrtfolio_1_single_right{margin-top:0px !important}
}


/*
RETINA (2x RESOLUTION DEVICES)

*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .cb-social-media-icons.cb-colors .cb-twitter, .cb-social-media-icons.cb-colors .cb-instagram, .cb-social-media-icons.cb-colors .cb-facebook, .cb-social-media-icons.cb-colors .cb-youtube {
    background-image: url(/vendor/picasso/assets/images/cb-widget-social-media-colors@2x.png);
    background-size: 241px 50px;
  }

  .cb-social-media-icons.cb-white .cb-twitter, .cb-social-media-icons.cb-white .cb-instagram, .cb-social-media-icons.cb-white .cb-facebook, .cb-social-media-icons.cb-white .cb-youtube {
    background-image: url(/vendor/picasso/assets/images/cb-widget-social-media-light@2x.png);
    background-size: 258px 50px;
  }
}

.cb-social-media-icons.cb-white a {
  background-image: url(/vendor/picasso/assets/images/cb-widget-social-media-light.png);
}

.cb-social-media-icons {
  text-align: center;
}
.cb-social-media-icons a {
  display: inline-block;
  width: 51px;
  height: 50px;
  margin: 0 25px 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  top: 0;
}
.cb-social-media-icons a:hover {
  top: -5px;
}
.cb-social-media-icons .cb-facebook {
  background-position: 0 0;
}
.cb-social-media-icons .cb-instagram {
  background-position: -129px 0;
}
.cb-social-media-icons .cb-twitter {
  background-position: -60px 0;
  width: 62px;
}
.cb-social-media-icons .cb-youtube {
  background-position: -187px 0;
  width: 71px;
}

.cb-social-media-icons a{
    margin:20px 13px 10px;
    transform: scale(0.7);
}

/*===============================
    iv. MASONRY BLOG PAGE 
===============================*/
.Blog_4_title {
    background: url(../images/Blog_4_Side_title_img.jpg) no-repeat scroll center center /cover;
    height: 600px;
    display: table;
    width: 100%;
    padding: 0px 30px;
    position: relative;
}
.Blog_4 {padding: 105px 0px 92px;}
.Blog_4 img{width: 100%;}
.Blog_page-container{
    position: relative;
    min-height: 700px;
}
.Blog_page-item--width2 { width:  50%; }
.Blog_page-item--width4 { width:  25%; }
.Blog_page-item--height2 {height: 398px;}
.Blog_page-item {
    padding: 15px;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.Blog_page-sizer{width:  33.333333333333336%;}
@media (max-width: 767px) {
    .Blog_page-item.Blog_page-item--width4{width: 100%;}
    .single_Contet_b-4 h3, .blog_4_d_admin {text-align: center;}
}
.single_Contet_b-4 {
    padding-top: 18px;
    padding-bottom: 38px;
}
.blog_4_d_admin,
.blog_4_d_admin a {
    color: #828282;
    font-size: 11px;
    letter-spacing: 1.6px;
    font-weight: 300;
    margin: 0;
}
.single_Contet_b-4 h3 a {
    color: #2c2c2c;
    letter-spacing: 2.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    display: inline-block;
}
.blog_4-detailsss {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 26px;
    margin-top: 19px;
    font-weight: 300;
    letter-spacing: .9px;
}
.blog_4-detailsss a{color: #6c6c6c;}
.blog_4_readmore {
    text-align: right;
    margin-top: 9px;
}
.blog_4_readmore a {
    color: #929292;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.2px;
}
.Blog_pagination_blog_4 {
    text-align: center;
    margin-top: 15px;
}
.B_2_Admin-2 {
    height: 70px;
    width: 70px;
    overflow: hidden;
}
.b2_cmts-txt-2 h5 {
    letter-spacing: 1.6px;
    font-family: Times New Roman;
}
.b2_cmts-txt-2 {padding-left: 91px !important;}

.disclaimer {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    color: #5c5c5c;
}