
/* Page Head */
.page_head h3 {
    font-size: 45px;
}

.page_head p {
    color: #000;
    text-align:left;
}

.page_head {
    background-size: cover;
    padding: 100px 0 30px;
}

.page_head h3 {
    color: #000;
    font-size: 55px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align:left;
}

/* INTRO STYLES */

.intro {
    position: relative;
}

.intro .container,
.intro img {
    position: relative;
    z-index: 77;
}

.overlay {
    background:#000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Intro */


.intro1 {
    background: #262626 url(../images/bg/1.jpg) no-repeat center;
    background-size: cover;
    padding: 230px 0 200px;
}

.intro1 h2 {
    color: #fff;
    font-size: 53px;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px;
}

.intro1 p {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.intro-form {
    padding: 30px 40px 40px;
    border-radius: 15px;
    background: #fff;
    webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
    box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
}

.intro-form h4 {
    color: #000000;
    font-size: 25px;
    margin: 5px 0 20px;
    text-align: center;
    font-weight: 700;
}

.intro-form input {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 0px 25px;
    height: 48px;
    line-height: 48px;
    color: #222;
    background: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 18px;
}

.intro-box {
    margin-top: 30px;
}

.intro-box span  {
    float: left;
    width: 50px;
    color: #fff;
    font-size: 50px;
}

.intro-box i {
    position: absolute;
    left: 23px;
    line-height: 70px;
    top: 0;
}

.intro-box div {
    margin-left: 75px;
}

.intro-box h4 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 0 0 20px;
}

/* Intro  2 */

.intro2 {
    background: #262626 url(../images/bg/2.jpg) no-repeat center;
    background-size: cover;
    padding: 160px 0 140px;
}

.intro2 h3 {
    color: #fff;
    margin: 0px 0px 30px;
    font-size: 60px;
    font-weight: 200;
}

.intro2 p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    padding: 0 10%;
    line-height: 28px;
}

.intro2 .intro-play-btn {
    margin: 60px 0;
}

.dual-btn a {
    margin: 0 5px;
    min-width: 200px;
    text-align: center;
}

.intro-play-btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 130px 0;
    display: block;
}

.intro-play-btn i {
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 96px;
    display: inline-block;
    margin: 0 15px;
}


/* ICON SERVICES STYLES */

.services {
    padding: 100px 0 0;
}

.service-box {
    text-align: center;
}

.service-box i {
    font-size: 70px;
    color: #000000;
}

.service-box h4 {
    margin: 25px 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.service-box p {
    font-size: 14px;
    padding: 0 15px;

}

.icon-box {
    padding: 30px 0;
}

.icon-box::before {
    display: none;
}

.service2 {
    background: #000000;
    padding: 100px 0;
}

.s2-box-ico div {
    font-size: 46px;
    line-height: 128px;
    height: 110px;
    width: 110px;
    margin: 0 auto 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #fff inset;
    position: relative;
    overflow: hidden;
}

.s2-box-ico div:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    transition: .4s;
}

.s2-box:hover .s2-box-ico div:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: .4s;
}

.s2-box:hover .s2-box-ico div i {
    position: relative;
    z-index: 55;
}

.s2-box:hover .s2-box-ico div {
    color: #000000;
}

.s2-box h4 {
    margin: 0px 0px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.s2-box p {
    color: #fff;
    padding: 0 15px;
}

.service3 {
    padding: 0px 0 100px;
}

.eyecatch {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    position:relative;
    max-width:100%;
    max-height:100%;
    margin-left: auto;
    margin-right: auto;
}

.rounded15{
    border-radius: 15px;
}

.rounded25{
    border-radius: 25px;
}

.rounded55{
    border-radius: 55px;
}

.icon-box-square .text-center {
    padding: 30px 30px 15px;
    position: relative;
    text-align: left;
    box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
    background-color: #fff;
}

.icon-box-square .text-center span {
    position: absolute;
    height: 55px;
    width: 55px;
    top: -25px;
    background: #000000;
    color: #fff;
    border-radius: 10px;
}

.icon-box-square .text-center h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform:capitalize;
    text-align: left;
    letter-spacing: 0.2px;
    margin: 15px 0 15px;
}
.icon-box-square .text-center span i{
    font-size: 35px;
    text-align: center;
    color: #fff;
    padding-left: 1px;
    padding-top: 10px;
}

.icon-box-square .text-center p {
    font-size: 13px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


/*  PORTFOLIO */
.portfolio-item {
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 5px rgb(0,0,0,0.6);
    transition: box-shadow 0.3s ease-in-out;

}

.grid-sizer, .portfolio-item{
    width: 33.33%;
}

.portfolio-2col .portfolio-item {
    width: 50%;
}

.portfolio-3col .portfolio-item {
    width: 33.33%;
}

.portfolio-4col .portfolio-item {
    width: 25%;
}

.portfolio-5col .portfolio-item {
    width: 19.7%;
}

.portfolio-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    cursor: pointer;
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.portfolio-item-overlay-inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay-inner {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.portfolio-item img {
    transform: scale(1);
    transition: .25s;
    width: 100%;
}

.portfolio-item:hover img {
    transform: scale(1.1);
    transition: .25s;
}

.portfolio-item-overlay-inner h3 {
    color: #FFF;
    margin: 0 0 5px;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.portfolio-item-overlay-inner p {
    color: #FFF;
    font-size: 15px;
    padding-top: 3px;
    margin: 0;
}

.portfolio-wrap {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.portfolio-filter {
    list-style-type: none;
    display: table;
    margin: 0 auto 45px;
    position: relative;
}

.portfolio-filter li {
    float: left;
    margin: 0 20px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
}

.portfolio-filter li a {
    color: #888;
    border: 2px solid transparent;
    padding: 5px 12px;
}

.portfolio-filter li a.active {
    color: #000000;
    border: 2px solid #000000;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sub-about {
    padding: 80px 0;
}

.sub-about h4 {
    font-size: 23px;
    margin: 0 0 18px;
    text-transform: uppercase;
    color: #000;
}

.sub-about p {
    font-size: 14px;
    line-height: 25px;
}

.intro-about2 {
    background: #fff;
    background-size: cover;
}
.intro-about2 h3 {
    font-size: 32px;
    line-height:45px;
    color:#000000;
    font-weight:700;
}
.intro-about2 p{
    padding-top:20px;
    padding-bottom:20px;
}