/*
* -----------------------------------------------------
*  01.Common Styles 
*  02.Preloader 
*  03.Home
*  04.Menu
*  05.About Section 
*  07.Services Section 
*  08.Portfolio Section
*  10.Contact Section 
* -----------------------------------------------------
*/



/*=================================*/
/*  01.Common Styles 
/*=================================*/

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

body {
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
    color: #666;
    background-color: #ecf0f1;
    line-height: 2;
}

.page-inner {
    padding: 40px;
}

.page-right {
    color: #666;
    overflow-x: hidden !important;
}

img{
    display: block;
    max-width: 100%;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1{
    font-size: 2em;
}

.page-inner h2 {
    font-weight: 300;
    font-size: 2.4em;
}

p {
    font-size: 16px;
    /* color: #111; */
    color: #555;
}

.full-height {
    /*
    background-size: cover;
    background-position: center;
    */
    background: no-repeat url('../images/interest.png');
    background-position: bottom right;
}

h3.subtitle {
    position: relative;
}

h3.subtitle svg {
    position: absolute;
    top: 28px;
    left: 0;
}

g.Web {
    opacity: 1;
}

g.Header {
    stroke-width: 2px;
}

.padding-bottom-90 > .content {
    padding-bottom: 60px;
}

section {
    /* background-color: #ecf0f1; */
    height: 0;
    max-width: 850px;
}

section > .content {
    margin: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

section .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 1000px;
}

.sec_title {
    position: relative;
    z-index: 55;
    margin-bottom: 60px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    padding-top: 32px;
    padding-bottom: 25px;
    line-height: 1;
}

.sec_title h2{
    display: inline-block;
    font-size: 43px;
    font-weight: 700;
    /* color: #222; */
    color: #262262;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/*Main Color*/
.home_type .side #typed,
.menu .social-icons a:hover,
.menu .active_item,
.mob-menu .menu-title span,
.menu .menu_list li a:hover,
.testimonials .arrows span:hover,
.fun-facts span,
.portfolio_sec  .item .info p,
.zoom-anim-dialog .project_info span,
.contact .info span.icon {
    /* color: #47A3DA; */
    color: #19b5ff;
}

.mob-menu .menu-title {
    color: #fff;
}

.mob-menu .navbar-toggle .icon-bar {
    background-color: #fff;
}

.home_type .more_info a:hover,
.skills .skill div span,
.resume .date:after,
a.rslides_nav:hover,
.services .font-icon i,
li.active_filter:after,
.zoom-anim-dialog a.demo:hover,
.contact .contact_form .submit:hover {
    /* background-color: #47A3DA; */
    background-color: #19b5ff;
}

.contact .contact_form .submit,
.home_type .more_info a:hover,
.testimonials .arrows span:hover,
.fun-facts h4,
.resume .item,
.services .font-icon i,
.zoom-anim-dialog a.demo,
.form-control:focus,
.contact .contact_form .submit:hover {
    /* border-color: #47A3DA; */
    border-color: #19b5ff;
}

g.Header {
    /* stroke: #47A3DA; */
    stroke: #19b5ff;
}

.pt-page {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    height: auto;
    visibility: visible;
    z-index: 1;
}

.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.mfp-inline-holder .mfp-content {
    width: 80% !important;
}

/*End Common Styles*/



/*=================================*/
/*  02.Preloader 
/*=================================*/

.page-loader{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;  
}

.loader{
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: #000;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

/*End Preloader*/



/*=================================*/
/*  03.Home
/*=================================*/

.home_type .side {
    background-size: cover;
    background-position: center;
}

.home_type .side .overlayer {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: relative;
    z-index: 11;
}

.home_type .side h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    position: relative;
    z-index: 10;
}

.home_type .side h1 .typed-cursor {
    font-weight: 100;
}

.home_type .more_info {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
}

.home_type .more_info a:hover {
    border-width: 2px;
    border-style: solid;
}

.home_type .more_info .info-title {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 5px;
}

.home_type .more_info .info-body {
    color: rgba(238, 238, 238, 0.84);
}

.home_type .more_info a {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    margin-right: 18px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.home_type .overlayer.pogoSlider {
    background: transparent;
    padding: 0 !important;
}

.home_type .overlayer.pogoSlider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
}

/*End Home Type*/



/*=================================*/
/*  04.Menu
/*=================================*/

.mob-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    padding: 17px 0;
    display: none;
}

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 58;
    width: 100%;
    /* background-color: #fff; */
    background-color: #262262;
    box-shadow: 1px 1px 5px rgba(95, 95, 95, 0.28);
    padding: 15px 0;
}

.mob-menu .mob-menu-content {
    overflow: hidden;
}

.mob-menu .menu-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

.navbar-toggle {
    padding: 0;
}

.navbar-toggle .icon-bar {
    background-color: #000;
    height: 2px;
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.collapsed .icon-bar {
    transform: none !important;
    opacity: 1 !important;
}

.menu {
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.profile img {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34),-1px 1px 1px rgba(0, 0, 0, 0.34);
}

.intro-content h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.intro-content h1 > span:first-child {
    /* color: #151515; */
    color: #ccc;
    font-weight: 500;
    font-size: 32px;
    /* text-transform: capitalize; */
    text-transform: uppercase;
    margin-bottom: 5px;
}

.intro-content h1 > span > span {
    color: #19b5ff;
    display: block;
}

.menu_list a {
    /* color: #000; */
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0;
}

.menu .social-icons {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu .social-icons a {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    /* color: #252525; */
    color: #ccc;
}

.menu .social-icons a:first-of-type {
    margin-left: 0;
}

/*End Menu*/



/*=================================*/
/*  05.About Section 
/*=================================*/

.about span.main_work {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    letter-spacing: 0.5px;
}

.about h3 {
    margin-bottom: 45px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.skills .skill {
    padding-bottom: 15px;
    position: relative;
}

.skills .skill div {
    text-align: right;
    padding-bottom: 12px;
    line-height: 1;
}

.skills .skill h5 {
    margin-right: 10px;
    color: #111;
    font-size: 14px;
    margin: 0;
    position: absolute;
    left: 0;
}

.skill > span {
    color: rgba(0, 0, 0, 0.48);
    display: block;
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    font-size: 15px;
    font-weight: 500;
    /* text-transform: capitalize; */
    font-style: italic;
}

.skills .skill div span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.skills .skill .false {
    opacity: 0.19;
}

.owl {
    margin-left: -15px;
    margin-right: -15px;
}

/*End About Section*/



/*=================================*/
/*  07.Services Section 
/*=================================*/

.services .item {
    padding-bottom: 40px;
}

.services .content {
    position: relative;
    z-index: 8;
}

.services .font-icon i {
    font-size: 25px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 5px;
}

.services .service_content p {
    font-size: 15px;
    margin: 0;
}

.services h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/*End Services Section*/



/*=================================*/
/*  08.Portfolio Section
/*=================================*/

.project__slider {
    max-width: 768px;
}

.portfolio_sec .row {
    margin-right: -10px;
    margin-left: -10px;
}

.portfolio_sec .ul-filter {
    margin-bottom: 30px;
}

.portfolio_sec .ul-filter li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.3;
    padding: 8px;
    text-transform: uppercase;
}

.portfolio_sec .ul-filter li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

li.active_filter {
    color: #000;
}

li.active_filter:after {
    transform: scale(1) !important;
}

.portfolio_sec .item {
    padding: 10px;
}

.portfolio_sec .item .project_content {
    position: relative;
}

.portfolio_sec .item .img_wrapper {
    padding: 10px 10px 30px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.portfolio_sec .item .img_wrapper .my_img,
.portfolio_sec .item .img_wrapper .my__img {
    overflow: hidden;
}

.portfolio_sec .item img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio_sec .item:hover img {
    transform: scale(1.3);
}

.portfolio_sec .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.portfolio_sec .item:hover .info {
    opacity: 1;
}

.portfolio_sec .item:hover .info h3,
.portfolio_sec .item:hover .info p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_sec  .item .info h3 {
    color: #fff;
    font-size: 20px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 25px;
}

.portfolio_sec  .item .info p {
    font-weight: bold;
    margin-bottom: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    margin-top: 6px;
    letter-spacing: 0.3px;
}

.zoom-anim-dialog .project__slider {
    position: relative;
}

a.rslides_nav {
    position: absolute;
    top: 45%;
    z-index: 555;
    display: inline-block;
    background: rgba(0, 0, 0, 0.18);
    color: #eee;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a.rslides_nav i {
    font-size: 40px;
    line-height: 54px;
}

a.rslides_nav.prev {
    left: 0;
}

a.rslides_nav.next {
    right: 0;
}

.zoom-anim-dialog {
    padding: 0 !important;
}

.zoom-anim-dialog .display-table-cell{
    background: no-repeat url('../images/interest.png');
    background-position: bottom right;
    padding-top: 50px;
}

.zoom-anim-dialog h3 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.my-mfp-zoom-in button.mfp-close,
.my-mfp-zoom-in .mfp-close:active {
    font-size: 42px;
    border-left: 1px solid rgba(51, 51, 51, 0.69);
    border-radius: 50%;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease-in-out;
}

.zoom-anim-dialog a.demo {
    padding: 8px 20px;
    color: #252525;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-width: 2px;
    border-style: solid;
}

.zoom-anim-dialog a.demo:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.zoom-anim-dialog iframe {
    width: 100%;
    max-width: 100%;
}

/*End Portfolio Section*/



/*=================================*/
/*  10.Contact Section 
/*=================================*/

.contact h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.contact p {
    font-size: 15px;
}

.info .item {
    position: relative;
}

.contact .info {
    margin-top: 30px;
}

.info span.icon {
    font-size: 33px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
}

.info .item div {
    margin-left: 51px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}

.info .item div:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    bottom: 0;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.08);
}

.contact .info span:not(.icon) {
    font-size: 14px;
    font-weight: 500;
    /* color: #151515; */
    color: #666;
}

.info .item div p {
    line-height: 1.2;
    margin-top: 10px;
}

/*
.contact .info p a {
    color: #666;
}
*/

.contact .contact_form {
    position: relative;
}

.contact .form-control {
    margin-top: 15px;
    border-radius: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
    resize: none;
}

.contact .form-control[name="name"] {
    margin-top: 7px;
}

.contact textarea.form-control {
    height: 200px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .contact_form .submit {
    margin-top: 30px;
    border-radius: 8px;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact .contact_form .submit:hover {
    color: #fff;
}

.errorForm {
    border: 1px solid #da4856 !important;
}

.msg_success,
.msg_error{
    display: none;
    font-size: 12px;
    padding-top: 15px;
    position: absolute;
    bottom: -50px;
    /* text-transform: capitalize; */
}

.msg_error p {
    color: #CE3D3D;
}

.msg_success p {
  color: #1FB4DA;
}

/*End Contact Section*/