@import "../css/internal/internal-core.css";
@import "../css/external/external-core.css";

.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}
body{
    /*background: url("../images/mesmorizephotos-back-images/mesmerizephotos-text-slider-back-images-044.png") repeat;*/
    /*background-position: center;*/
}

/*start of nav*/

.mesmerize-photos-ctl-res-logo-inf{
    display: none;
}
.mesmerize-photos-res-logo a img{
    width: 100%;
    height: auto;
    display: block;
}
.mesmerize-photos-ctl-nav-pad{
    padding: 5px 80px;
}
.mesmerize-photos-bg-fix-nav{
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    z-index: 101;
    width: 100%;
    -webkit-transition: top 0.6s ease-in-out;
    -moz-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out;
}
.mesmerize-photos-ctl-nav-up {
    top: -142px !important;
}
.mesmerize-photos-ctl-dis-cen li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

a.mesmerize-photos-ctl-pad-lft-rit {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: #393939 !important;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    padding: 5px 16px !important;
    cursor: pointer;
    text-shadow: 0px 2px 2px rgb(207, 207, 207);
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.mesmerize-photos-ctl-pad-lft-rit:hover{
    color: #0ad0d5 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mesmerize-photos-ctl-nav-log {
    max-width: 20%;
    margin: auto;
}

.mesmerize-photos-ctl-nav-log a img {
    width: 100%;
    height: auto;
    display: block;
}

.mesmerize-photos-ctl-drop-cus {
    min-width: 175px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px !important;

    border: none !important;
    border-radius: 0px !important;
}

.mesmerize-photos-ctl-drop-cus-item {
    padding: 15px 20px !important;
    text-align: center !important;
    cursor: pointer;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px !important;
    color: #393939 !important;
    font-weight: 600;
}
.mesmerize-photos-ctl-drop-cus-item:active {
    color: #ffffff !important;
    background-color: #f24c21;
}
.mesmerize-photos-ctl-drop-cus-item:hover {
    /*color: #ffffff !important;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff !important;
    background-color: #0ad0d5;
}
/*end of nav*/


/*start of slider*/
.b-cen{
    /*margin-top: 120px;*/
    margin-top: 95px;
}
.mesmerize-photos-ctl-car-ind ul {
    bottom: 65px !important;
}

.mesmerize-photos-ctl-nxt-sli li {
    cursor: pointer;
}

.mesmerize-photos-ctl-sli-dot-bot li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #f24c21;
}

.mesmerize-photos-ctl-sli-dot-bot .active {
    background-color: #ffffff !important;
    border-width: 3px;
    border-style: solid;
    border-color: #0ad0d5;
}

.mesmerize-photos-ctl-sli-img img {
    width: 100%;
    height: auto;
    display: block;
}
.mesmerize-photos-ctl-act-sli-mobi {
    display: none;
}

.mesmerize-photos-ctl-sli-txt {
    bottom: 150px !important;
}

.mesmerize-photos-ctl-sli-txt h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.mesmerize-photos-ctl-sli-txt h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

/*end of slider*/

/*start of container*/

.mesmerize-photos-top-i-lft {
    background-color: #fffbde;
}
.mesmerize-photos-cmp-cen-inf-txt {
    width: 90%;
    margin: 0px auto;
    padding: 35px 0px;
}

.mesmerize-photos-cmp-cen-inf-sli {
    width: 90%;
    margin: 0px auto;
    padding: 35px 0px;
}
 .mesmerize-photos-cmp-cen-lat-eve {
      width: 90%;
      margin: 0px auto;
      padding: 70px 0px 35px;
 }
.mesmerize-photos-ctl-cen-img-lft img {
    width: 100%;
    height: auto;
    display: block;
    cursor: move;
}

.mesmerize-photos-owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons div:hover{
    color: #ffffff !important;
    background-color: #0ad0d5 !important;
    border-color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-buttons div{
    -webkit-border-radius: 0px !important;
    -moz-border-radius:  0px !important;
    border-radius:  0px !important;
    color: #393939 !important;
    background: #ffffff !important;
    opacity: initial !important;
    border-width: 4px;
    border-style: double;
    border-color: #f24c21;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.mesmerize-photos-ctl-top-inf h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #0ad0d5;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
/*.mesmerize-photos-ctl-cen-inf{*/
    /*display: flex !important;*/
    /*align-items: center;*/
    /*flex-direction: row;*/
    /*height: 100px;*/
/*}*/
.mesmerize-photos-ctl-cen-inf h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #393939;
    line-height: normal;
    padding: 25px 0px 15px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    width: 95%;
    letter-spacing: 1.5px;
}
.mesmerize-photos-ctl-heart-top{
    text-align: center;
}
.mesmerize-photos-ctl-heart-top i {
    color: #d51700;
    font-size: 30px;
}

/*.mesmerize-photos-ctl-cen-inf h2 span{*/
/*text-transform: uppercase;*/
/*}*/
.mesmerize-photos-ctl-bot-par p {
    /*text-indent: 35px;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: inherit;
    text-align: justify;
    /*margin-top: 20px;*/
}

.mesmerize-photos-ctl-cen-bot-inf h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    color: #0ad0d5;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
i.mesmerizephotos-caps{
	font-size: 38px;
    font-weight: 400;
}

.mesmerize-photos-ctl-cen-bot-inf h4 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    /*padding-top: 20px;*/
}

.mesmerize-photos-ctl-cen-bot-inf p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: inherit;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mesmerize-photos-ctl-top-pad {
    padding-top: 20px;
}

.top-i-lft {
    background-color: #fffbde;
}

/*start of two buttons*/
.mesmerize-photos-ctl-ctl-bot-hrt-cen {
    text-align: center;
}

.mesmerize-photos-ctl-ctl-bot-hrt-cen i {
    color: #d51700;
    font-size: 35px;
}

.mesmerize-photos-ctl-btn-div {
    width: 65%;
    background-color: #feb41d;
    margin: auto;
}

.mesmerize-photos-ctl-btn {
    line-height: normal;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.mesmerize-photos-ctl-btn span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
}

.mesmerize-photos-ctl-btn-sty {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.mesmerize-photos-ctl-btn-sty a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
}

.mesmerize-photos-ctl-btn-sty::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.mesmerize-photos-ctl-btn-sty:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.mesmerize-photos-ctl-btn-sty::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.mesmerize-photos-ctl-btn-sty:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*end of two buttons*/

.mesmerize-photos-ctl-bor-top-hdr {
    border-top: 10px dotted #f24c21;
}

.mesmerize-photos-ctl-bor-bot-hdr {
    border-bottom: 10px dotted #f24c21;
}

.mesmerize-photos-ctl-cen-def-hdr-txt p {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    color: #0ad0d5;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    /*display:none;*/
    /*visibility: hidden;*/
}
p.mesmerize-photos-ctl-txt-mar-bot{
    margin-bottom:70px;
}

span.mesmerize-photos-ctl-img-auto{
    display: inline-block;
}
.mesmerize-photos-ctl-cen-def-hdr-txt h3,.mesmerize-photos-ctl-cen-def-hdr-txt h4 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    padding-top: 20px;
}

.mesmerize-photos-ctl-top-bot-pad {
    padding-top: 30px;
    padding-bottom: 35px;
}

/*start of img hover sliding css*/
.mesmerize-photos-ctl-pad-top-bot {
    /*padding: 10px 8px;*/
    padding: 0px 8px;
}
.mesmerize-photos-ctl-pad-top-ten-bot {
    padding: 10px 10px;
}
.mesmerize-photos-ctl-evnt-inf-hov {
    cursor: pointer;
}

.mesmerize-photos-ctl-evnt-inf-hov:hover .mesmerize-photos-ctl-for-img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mesmerize-photos-ctl-evnt-inf-hov.hover .mesmerize-photos-ctl-for-img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mesmerize-photos-ctl-evnt-inf-hov:hover .mesmerize-photos-ctl-bac-img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mesmerize-photos-ctl-evnt-inf-hov.hover .mesmerize-photos-ctl-bac-img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mesmerize-photos-ctl-for-img {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 8px;
}

.mesmerize-photos-ctl-pho img {
    width: 100%;
    height: auto;
    display: block;
}

.mesmerize-photos-ctl-bac-img {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    top: 0;
    left: 0;
}

.mesmerize-photos-ctl-bac-img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.mesmerize-photos-ctl-evnt-inf-txt{
    display: none;
}
.mesmerize-photos-ctl-evnt-txt-hdr h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: 45px;
    text-transform: lowercase;
    text-align: center;
}

.mesmerize-photos-ctl-evnt-txt-hdr h3 i {
    color: #d51700;
    font-size: 20px;
}

.mesmerize-photos-ctl-evnt-ico-cen h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
}

/*end of img hover sliding css*/
/*start of text slider css*/
.cmp-cen-inf-txt-sli {
    width: 90%;
    margin: 0px auto;
    padding: 35px 0px;
}

.mesmerize-photos-ctl-mar-auto {
    margin: auto;
}

.mesmerize-photos-txt-sli-hdr-team h4 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #393939;
    line-height: normal;
    margin-bottom: 15px;
}

.mesmerize-photos-ctl-sli-txt-img {
    width: 15%;
    margin: auto;
    display: none;
}

.mesmerize-photos-ctl-sli-txt-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.owl-controls {
    margin-top: 18px !important;
}

.owl-page span {
    border-radius: 0px !important;
    background: #ffffff !important;
    border-width: 5px;
    opacity: initial !important;
    border-style: double;
    border-color: #f24c21;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-page,.active span{
    border-color: #0ad0d5; !important;
}
.owl-page:hover span{
    border-color: #0ad0d5; !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*end of text slider css*/
/*start of pre post wedding video css*/
.mesmerize-photos-cmp-cen-lat-vid-wed {
    width: 90%;
    margin: 0px auto;
    padding: 35px 0px;
}

.mesmerize-phots-ctl-mar-auto {
    margin: auto;
}
.mesmerize-photos-ctl-vid-ind {
    margin-top: 10px;
    margin-bottom: 10px;

}

.mesmerize-photos-ctl-vid-ind video {
    width: 100%;
    height: auto;
    display: block;
}

/*end of pre post wedding video css*/
/*start of birthday video css*/
.mesmerize-photos-cmp-cen-lat-vid-bir {
    width: 90%;
    margin: 0px auto;
    padding: 35px 0px;
}
/*end of birthday video css*/

/*start of photo  css*/
.mesmerize-photos-cmp-cen-lat-phot{
    width: 90%;
    margin: 0px auto;
    padding: 35px 0px;
}
.mesmerize-photos-out-cov-pho-fir {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-outdoor-photography/mesmerizephotos-n1-outdoor/mesmerizephotos-fir-out-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-out-cov-pho-sec {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-outdoor-photography/mesmerizephotos-n2-outdoor/mesmerizephotos-sec-out-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}
.mesmerize-photos-wed-cov-pho-fir {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-wedding-photography/mesmerizephotos-n1-wedding/mesmerizephotos-fir-wed-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-wed-cov-pho-sec {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-wedding-photography/mesmerizephotos-n2-wedding/mesmerizephotos-sec-wed-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}
.mesmerize-photos-wed-cov-pho-thi {
    background: url("../images/mesmerizephotos-wedding-photography/mesmerizephotos-n3-wedding/mesmerizephotos-thi-wed-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-wed-cov-pho-fou {
    background: url("../images/mesmerizephotos-wedding-photography/mesmerizephotos-n4-wedding/mesmerizephotos-fou-wed-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}
.mesmerize-photos-wed-cov-pho-fiv {
    background: url("../images/mesmerizephotos-wedding-photography/mesmerizephotos-n5-wedding/mesmerizephotos-fiv-wed-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}
.mesmerize-photos-wed-cov-pho-six {
    background: url("../images/mesmerizephotos-wedding-photography/mesmerizephotos-n6-wedding/mesmerizephotos-six-wed-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-box {
    /*width: 540px;*/
    height: 360px;
    transition: all ease-in 0.3s;
    display: block;
    text-align: center;
    cursor: pointer;
}

.mesmerize-photos-box:hover {
    text-decoration: none;
    color: transparent !important;
    /*background-color: rgba(255, 255, 255, 0.05);*/
}

.mesmerize-photos-box:hover .mesmerize-photos-img-cap {
    background-color: transparent;
    margin-top: 90px;
    color: #ffffff;
}
.mesmerize-photos-img-cap i{
    color: #d51700;
    font-size: 20px;
}
.mesmerize-photos-img-cap {
    /*position: absolute;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #363636;
    text-transform: lowercase;
    font-size: 22px;
    /*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);*/
    text-shadow: 0px 1px 1px rgba(89, 89, 89, 0.8);
    margin-top: 210px;
    background-color: rgba(255, 255, 255, 0.76);
    /*background-color: rgba(255, 135, 0, 0.7);*/
    transition: all ease-in 0.3s;
    font-weight: 700;
}

.mesmerize-photos-desc {
    /*position: absolute;*/
    width: 100%;
    margin-top: 80px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: transparent;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0);
    transition: all ease-in 0.3s;
    font-weight: 100;
}
.mesmerize-photos-bir-cov-pho-fir {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-birthday-photography/mesmerizephotos-n1-birthday/mesmerizephotos-fir-bir-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-bir-cov-pho-sec {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-birthday-photography/mesmerizephotos-n2-birthday/mesmerizephotos-sec-bir-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-can-cov-pho-fir {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-candit-photography/mesmerizephotos-n1-candit/mesmerizephotos-fir-can-cover/mesmerizephotos-coverr.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-can-cov-pho-sec {
    /*width: 540px;*/
    /*height: auto;*/
    background: url("../images/mesmerizephotos-candit-photography/mesmerizephotos-n2-candit/mesmerizephotos-sec-can-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}
.mesmerize-photos-cor-cov-pho-one {
    background: url("../images/mesmerizephotos-corporate-photography/mesmerizephotos-n1-corporate/mesmerizephotos-fir-cor-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}

.mesmerize-photos-cor-cov-pho-sec {
    background: url("../images/mesmerizephotos-corporate-photography/mesmerizephotos-n2-corporate/mesmerizephotos-sec-cor-cover/mesmerizephotos-cover.jpg") no-repeat;
    background-size: 100% auto;
    display: block;
}
.mesmerize-photos-see-mor {
    text-decoration: none;
}

/*.legend {*/
    /*text-align: center;*/
    /*font-family: Helvetica, Aria, sans-serif;*/
    /*font-size: 11px;*/
    /*color: rgb(192,192,192);*/
/*}*/

.on {
    color: #ffffff;
    /*text-shadow: 0px 2px 2px rgba(0,0,0,0.8);*/
    background-color: #0ad0d5;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-transform: lowercase;
    text-align: left;
    padding: 5px 10px;
}
/*end of photo css*/


/*end of container*/

/* start of footer mesmerize-photos a professional photography css*/
.mesmerize-photos-ctl-pad-top-bot-fot {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mesmerize-photos-ctl-foot-col-bg {
    background-color: #ffffff;
}

.mesmerize-photos-ctl-nav-fot h3 a {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    line-height: normal;
    text-transform: lowercase;
    text-align: left;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    float: left;
    margin: 1px;
    background-color: #f24c21;
    padding: 5px 15px;
    border: 5px double white;
}

.mesmerize-photos-ctl-nav-fot h3 a:hover {
    text-shadow: 0px 0 15px #fff;
    text-decoration: none;
}

.mesmerize-photos-ctl-nav-fot h3 a i {
    color: #d51700;
}

.mesmerize-photos-ctl-fot-cen-top-rea img{
    width:100%;
    height:auto;
}
.mesmerize-photos-ctl-fot-cen-cen-rea{
    text-align: center;
}

.mesmerize-photos-ctl-fot-cen-bot-rea h5 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mesmerize-photos-ctl-soc-lis-ver {
    text-align: center;
}

.mesmerize-photos-ctl-soc-lis-ver li a {
    display: block;

    line-height: 60px;
    font-size: 26px;
    width: 60px;
    height: 60px;
    color: #fff;
    /*border-radius: 100%;*/
    border-width: 5px;
    border-style: double;
    border-color: #ffffff;
}

.mesmerize-photos-ctl-soc-lis-ver li a img {
    width: 100%;
    height: auto;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-facebook a {
    background-color: #3b5998;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-twitter a {
    background-color: #1da1f2;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-youtube a {
    background-color: #d52727;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-google-plus a {
    background-color: #dd4b39;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-instagram a {
    background-color: #517fa4;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-facebook a:hover {
    background-color: #344e86;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-twitter a:hover {
    background-color: #0d95e8;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-youtube a:hover {
    background-color: #b31d1d;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-google-plus a:hover {
    background-color: #d73925;
}

.mesmerize-photos-ctl-soc-lis-ver li.social-instagram a:hover {
    background-color: #458eff;
}

.mesmerize-photos-ctl-soc-ico {
    margin-top: 50px;
}

.mesmerize-photos-ctl-pho-num h4 i, .mesmerize-photos-ctl-mail-id h5 i {
    font-size: 20px;
    padding: 10px;
    color: #f24c21;
}

.mesmerize-photos-ctl-pho-num h4 span, .mesmerize-photos-ctl-mail-id h5 span {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #393939;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}
.mesmerize-photos-bot-i-bot{
    background-color: #393939;
    padding: 20px 10px;
}
.mesmerize-photos-ctl-cpy-wri-bot h6 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

.mesmerize-photos-ctl-cpy-wri-bot h6 span a {
    color: #0ad0d5 !important;
    letter-spacing: 2px;
}
.mesmerize-photos-ctl-cpy-wri-bot p{
    font-size: 13px;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    line-height: normal;
    text-transform: inherit;
    text-align: center;
}
.mesmerize-photos-ctl-nav-bot-hov {
    text-align: center;
    margin-bottom: 0px;
}

.mesmerize-photos-ctl-nav-bot-hov li {
    display: inline;
    margin-right: 5px;
}

.mesmerize-photos-ctl-nav-bot-hov li a span {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #393939;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;

    padding-right: 5px;
    border-right: 1px solid #8c8c8c;
}

.mesmerize-photos-ctl-nav-bot-hov li a:hover {
    text-decoration: underline;
    color: white;
}

.mesmerize-photos-ctl-bor-non {
    border-right: none !important;
}

/* start scroll to top*/

.mesmerize-photos-ctl-scro-pos-fix {
    position: fixed;
    bottom: 20px;
    margin-left: 70em;
    width: 100px;
}

.mesmerize-photos-ctl-scrol {
    width: 100%;
}

.mesmerize-photos-ctl-scrol a {
    display: block;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    color: #00dcdc;
    font-size: 16px;

    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.mesmerize-photos-ctl-scrol a:hover {
    color: #393939;
    padding-bottom: 8px;
}

/* arrow icon (span tag) */
.mesmerize-photos-ctl-scrol a i {
    border: 1px solid #0ad0d5;
    padding: 5px;
    /* border-radius: 40px; */
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* background color transition */
    -webkit-transition: 3s;
    -moz-transition: 3s;
    transition: 3s;
}

.mesmerize-photos-ctl-scrol a:hover i {
    border: 1px solid #0ad0d5;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 60px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 60px 0px #ffffff;
    -o-box-shadow: 0px 0px 60px 0px #ffffff;
    -box-shadow: 0px 0px 60px 0px #ffffff;

}



/* end scroll to top*/

/* end of footer mesmerize-photos a professional photography css*/

/* start of nested page mesmerize-photos a professional photography css*/
.mesmerize-photos-cmp-cen-lat-eve-nes,.mesmerize-photos-cmp-cen-inf-vid-nes
    ,.mesmerize-photos-cmp-cen-inf-phot-nes,.mesmerize-photos-cmp-cen-inf-can-nes{
    width: 90%;
    margin: 0px auto;
    padding: 20px 10px 20px;
}
.mesmerize-photos-ctl-cen-img-lft-nes img {
    width: 100%;
    height: auto;
    display: block;
    cursor: move;
}
.mesmerize-photos-ctl-top-inf-nes h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
}
.mesmerize-photos-ctl-top-inf-nes h1 i{
    color: #d51700 !important;
    font-size: 30px;
}
.mesmerize-photos-ctl-cen-inf-nes h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #393939;
    line-height: normal;
    padding: 25px 0px 25px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    width: 95%;
    letter-spacing: 1.5px;
}

.mesmerize-photos-ctl-bot-par-nes p {
    /*text-indent: 35px;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: justify;
    /*margin-top: 20px;*/
}

.mesmerize-photos-ctl-top-bot-pad-nes {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mesmerize-photos-ctl-cen-def-hdr-txt-nes h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    color: #0ad0d5;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

.mesmerize-photos-ctl-cen-def-hdr-txt-nes h4 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    padding-top: 20px;
}
.mesmerize-photos-ctl-bor-top-hdr-nes {
    border-top: 10px dotted #f24c21;
}

.mesmerize-photos-ctl-bor-bot-hdr-nes {
    border-bottom: 10px dotted #f24c21;
}
.mesmerize-photos-cmp-cen-inf-vid-mar-aut{
    margin: auto;
}


.mesmerize-photos-cmp-col-lft-nes{
    width:50%;
    float: left;
}
.mesmerize-photos-cmp-col-rit-nes{
    width:50%;
    float: right;
}
.mesmerize-photos-ctl-pad-lft-rit-6-6-nes {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.mesmerize-photos-ctl-mar-bot-nes {
    margin-bottom: 10px;
}

.mesmerize-photos-cmp-nes-pho-img-stat-nes {
    cursor: pointer;
    overflow: hidden;
    /*background-image: url("../../../images/shutterbees-logo-images/shutterbees-logo-bg.png");*/
    background-repeat: no-repeat;
    background-position: center;
}

.mesmerize-photos-cmp-nes-pho-img-stat-nes img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.mesmerize-photos-cmp-nes-pho-img-stat-nes img:hover {
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
/*start of text slider nested css*/
.cmp-cen-inf-txt-sli-nes {
    width: 90%;
    margin: 0px auto;
    padding: 25px 25px;
}

.mesmerize-photos-ctl-mar-auto-nes {
    margin: auto;
}

.mesmerize-photos-txt-sli-hdr-fed-nes h4 {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    text-transform: lowercase;
    color: #393939;
    line-height: normal;
    margin-bottom: 15px;
}

.mesmerize-photos-ctl-sli-txt-img-nes {
    width: 15%;
    margin: auto;
    display: none;
}

.mesmerize-photos-ctl-sli-txt-img-nes img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

/*end of text slider nes css*/
/* end of nested page mesmerize-photos a professional photography css*/


/* start of reachus page mesmerize-photos a professional photography css*/

.mesmerize-photos-cmp-cen-lat-eve-rea,.mesmerize-photos-cmp-cen-inf-vid-rea{
    width: 90%;
    margin: 0px auto;
    padding: 20px 10px 20px;
}
.mesmerize-photos-cmp-cen-def-hdr-txt-rea h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.mesmerize-photos-cmp-top-bot-pad-10-rea {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mesmerize-photos-cmp-map-wid iframe {
    width: 100%;
    height: 380px;
}
.mesmerize-photos-cmp-map-css {
    border: none;
    margin: 0px;
    overflow: hidden;
}

.mesmerize-photos-cmp-cen-bot-inf-rea i{
    display: block;
    text-align: center;
}

.mesmerize-photos-cmp-cen-bot-inf-rea h2,.mesmerize-photos-cmp-cen-bot-inf-rea h3,.mesmerize-photos-cmp-cen-bot-inf-rea h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    color: #393939;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.mesmerize-photos-cmp-cen-bot-inf-rea p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mesmerize-photos-cmp-top-bot-pad-rea {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mesmerize-photos-cmp-mar-auto-rea{
    margin: auto;
}
.mesmerize-photos-cmp-btn-div-rea {
    width: 65%;
    background-color: #0ad0d5;
    margin: auto;
}
.mesmerize-photos-cmp-btn-rea {
    line-height: normal;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.mesmerize-photos-cmp-btn-rea a span {
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    color: #ffffff;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 4px;
}

.mesmerize-photos-cmp-btn-sty-rea {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.mesmerize-photos-cmp-btn-sty-rea a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
}

.mesmerize-photos-cmp-btn-sty-rea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.mesmerize-photos-cmp-btn-sty-rea:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.mesmerize-photos-cmp-btn-sty-rea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.mesmerize-photos-cmp-btn-sty-rea:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mesmerize-photos-cmp-bot-hrt-cen-rea {
    text-align: center;
}

.mesmerize-photos-cmp-bot-hrt-cen-rea i {
    color: #d51700;
    font-size: 35px;
}
.mesmerize-photos-cmp-inf-bg-rea {
    background-color: #fffbde;
}

/*start of form css*/
.mesmerize-photos-inl-enq-frm {
    background: #ffffff;
    padding: 20px;
    border-radius: 30px;
}

.mesmerize-photos-inl-enq-frm h4 {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 3px;
}

.mesmerize-photos-inl-enq-frm input[type="text"],
.mesmerize-photos-inl-enq-frm input[type="email"],
.mesmerize-photos-inl-enq-frm input[type="tel"],
.mesmerize-photos-inl-enq-frm input[type="url"],
.mesmerize-photos-inl-enq-frm textarea {
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 10px;
}

.mesmerize-photos-inl-enq-frm textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

.mesmerize-photos-inl-enq-frm input[type="text"]:hover,
.mesmerize-photos-inl-enq-frm input[type="email"]:hover,
.mesmerize-photos-inl-enq-frm input[type="tel"]:hover,
.mesmerize-photos-inl-enq-frm input[type="url"]:hover,
.mesmerize-photos-inl-enq-frm textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

.mesmerize-photos-inl-enq-frm button[type="submit"] {
    font-size: 18px;
    font-weight: normal;
}

.mesmerize-photos-inl-enq-frm select {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding: 7px 8px 6px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    background-color: white;
}

.mesmerize-photos-inl-enq-frm select:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

.mesmerize-photos-inl-enq-frm select option {
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    border: 1px solid #DDD;
    background: #FFF;
}

.mesmerize-photos-inl-enq-frm button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #48dce0;
    color: #ffffff;
    padding: 10px;
    font-size: 22px;
    text-transform: lowercase;
    line-height: normal;
    font-style: normal;
    letter-spacing: 3px;
    font-weight: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mesmerize-photos-inl-enq-frm button[type="submit"]:hover {
    background: #0ad0d5;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mesmerize-photos-inl-enq-frm button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.mesmerize-photos-inl-enq-frm input:focus, .mesmerize-photos-inl-enq-frm textarea:focus {
    outline: 0;
    border: 1px solid #AAA;
}

fieldset {
    margin-top: 10px;
}
.mesmerize-photos-inl-sel-txt {
    color: #888888;
}
.mesmerize-photos-inl-txt-col {
    color: #393939;
}

.mesmerize-photos-sel-css-cont {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}
/*end of form css*/

/* end of reachus page mesmerize-photos a professional photography css*/

/* start of team page mesmerize-photos a professional photography css*/
.mesmerize-photos-cmp-inf-bg-tea {
    background-color: #fffbde;
}
.mesmerize-photos-cmp-cen-lat-eve-tea{
    width: 90%;
    margin: 0px auto;
    padding: 20px 10px 20px;
}
.mesmerize-photos-cmp-top-bot-pad-20-tea{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mesmerize-photos-cmp-cen-def-hdr-txt-tea h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.mesmerize-photos-cmp-tea {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 30px;
    border: 1px dotted #393939;
}
.mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-hov-txt-tea {
    top: 35%;
}

.mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea, .mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-hov-txt-tea, .mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-soc-lnk-tea {
    opacity: 1;

}

.mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-soc-lnk-tea {
    bottom: 20%;
}

.mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea, .mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-hov-txt-tea, .mesmerize-photos-cmp-tea:hover .mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-soc-lnk-tea {
    opacity: 1;
    webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.mesmerize-photos-cmp-tea .mesmerize-photos-cmp-soc-lnk-tea a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.mesmerize-photos-cmp-img-tea {
    position: relative;
}

.mesmerize-photos-cmp-img-tea img {
    width: 100%;
    height: auto;
}


.mesmerize-photos-cmp-hov-tea {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 12px solid #393939;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-hov-txt-tea {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.mesmerize-photos-cmp-hov-txt-tea h2 {
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    width:30%;
    margin:auto;
}
/*.mesmerize-photos-cmp-hov-txt-tea img{*/
    /*width:100%;*/
    /*height:auto;*/
/*}*/
.mesmerize-photos-cmp-hov-txt-tea p {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

.mesmerize-photos-cmp-hov-tea .mesmerize-photos-cmp-soc-lnk-tea {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.mesmerize-photos-cmp-uniq-nam-tea {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mesmerize-photos-cmp-uniq-nam-tea h2,.mesmerize-photos-cmp-uniq-nam-tea h4 {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #393939;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.mesmerize-photos-cmp-uniq-nam-tea h3,.mesmerize-photos-cmp-uniq-nam-tea h5 {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #393939;
    line-height: normal;
    text-transform: lowercase;
    letter-spacing: 1px;
}

/* end of team page mesmerize-photos a professional photography css*/

/* start of album page mesmerize-photos a professional photography css*/
.mesmerize-photos-cmp-cen-lat-eve-alb{
    width: 100%;
    margin: 0px auto;
    padding: 10px 10px 10px;
}

.mesmerize-photos-cmp-top-bot-pad-20-alb{
    padding-top: 0px;
    padding-bottom: 20px;
}
.mesmerize-photos-cmp-cen-def-hdr-txt-alb h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.mesmerize-photos-cmp-inf-bg-alb {
    background-color: #fffbde;
}

.mesmerize-photos-cmp-cen-inf-alb{
    width: 100%;
    margin: 0px auto;
    padding: 20px 10px 50px;
}
.mesmerize-photos-ctl-top-inf-alb h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: inherit;
    text-align: center;
}
.mesmerize-photos-ctl-top-inf-alb h2 i{
    color: #d51700 !important;
    font-size: 30px;
}
.mesmerize-photos-ctl-cen-inf-alb h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    padding: 20px 0px 20px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    width: 95%;
    letter-spacing: 1.5px;
}
.mesmerize-photos-ctl-bot-par-alb h4{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #393939;
    line-height: normal;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 1.5px;
}
.mesmerize-photos-ctl-bot-par-alb p {
    /*text-indent: 35px;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    line-height: normal;
    text-transform: capitalize;
    text-align: justify;
    /*margin-top: 20px;*/
}
/* end of album page mesmerize-photos a professional photography css*/

.mesmerize-photos-ctl-lnk-disab{
    cursor: not-allowed !important;
}

.mesmerizephotos-mar{
	margin: auto;
}

.mesmerize-photos-ctl-hdr-soc-ico{
    display: none;
}
.mesmerize-photos-ctl-hdr-soc-lis {
    text-align: center;
    margin-bottom: 0;
}

.mesmerize-photos-ctl-hdr-soc-lis li a {

    display: block;

    line-height: normal;


    width: 45px;

    height: auto;

    color: #fff;

    border-radius: 100%;

    border-width: 5px;

    border-style: double;

    border-color: #ffffff;

    padding: 5px;
}
.mesmerize-photos-ctl-hdr-soc-lis li a i{
    font-size: 18px;
}
.mesmerize-photos-ctl-hdr-soc-lis li a img {
    width: 100%;
    height: auto;
}

.mesmerize-photos-ctl-hdr-soc-lis li.social-facebook a {
    background-color: #3b5998;
}

.mesmerize-photos-ctl-hdr-soc-lis li.social-youtube a {
    background-color: #d52727;
}

.mesmerize-photos-ctl-hdr-soc-lis li.social-instagram a {
    background-color: #517fa4;
}

.mesmerize-photos-ctl-hdr-soc-lis li.social-facebook a:hover {
    background-color: #344e86;
}



.mesmerize-photos-ctl-hdr-soc-lis li.social-youtube a:hover {
    background-color: #b31d1d;
}

.mesmerize-photos-ctl-hdr-soc-lis li.social-instagram a:hover {
    background-color: #458eff;
}