/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Nunito Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

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

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #646464;
    font-family: 'Nunito Sans', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    padding: 0 0 5px 15px;
}

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

.btn-fluid {
    width: 22% !important;
    min-width: 175px !important;
}

.success {
    color: green;
}

.error {
    color: red;
}
/* //Reset Code */
/* bottom-to-top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: url(/images/themes/theme-photograph/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* //bottom-to-top */
/* header */
/* logo */
a.navbar-brand {
    font-size: 36px;
    letter-spacing: 1px;
    color: #ca202b;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.18);
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #ca202b;
}

/* //logo */
/* navigation */
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #333;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    left: -37px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ca202b;
}

/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
}

/*helper*/
.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 10px 3px rgba(8, 8, 8, 0.12);
    z-index: 999;
    background: #fff;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

/* //fixed nav */
/* //navigation */
/* //header */
/* banner section */
/* banner text */
.pogoSlider {
    min-height: 50vw !important;
}

.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 820px;
    padding-top: 12em;
    padding-left: 4em;
}

.pogoSlider-slide-element h3 {
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 1.4;
}

.pogoSlider-slide-element p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 3px;
}

.pogoSlider-slide-element p span {
    display: block;
}

/* button effect */
a.button {
    background: #ffc168;
    padding: 12px 28px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    outline: none;
    border-radius: 100px;
    display: inline-block;
}

a.button:hover {
    background: #ca202b;
}

/* //banner text */
/* heading title */
h3.tittle {
    color: #646464;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: Raleway;
}

.title-icon i {
    font-size: 25px;
    position: absolute;
    top: -13px;
    color: #1e1e1e;
    opacity: 0.7;
    left: 0;
    right: 0;
}

.title-icon {
    border-bottom: 2px solid #cecece;
    max-width: 200px;
    margin: 1em auto 1.5em;
    position: relative;
}

p.sub-tittle {
    max-width: 700px;
    margin: 0 auto;
}

/* //heading title */
/* about */
.title-icon2 {
    max-width: 160px;
    margin: 1em 1em 1.5em;
}

.title-icon2 i {
    left: 68px;
}

h3.aboutright {
    color: #ca202b;
    line-height: 1.4;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.28);
}

h4.aboutright {
    margin: 1.5em 0;
    font-style: italic;
    font-family: initial;
    font-size: 16px;
    color: #383838;
}

/* //about */
/* middle img */
.photo-style-img {
    background: url(/images/themes/theme-photograph/ab.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 20vw;
}

/* //middle img */
/* services */

.ps_features_grid.text-center {
    box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.28);
    border-radius: 6px;
}

.why-choose-agile,
.ps_features_grid,
.ps_features_grid i {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.agile-why-text h4 {
    letter-spacing: 1px;
}

.agile-why-text p {
    color: #646464;
    font-size: 14px;
    padding: 0 4px;
}

.ps_agile_us:hover .ps_features_grid i {
    color: #ffc168;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* //services */

/* overview */
.video-s {
    background: url(/images/themes/theme-photograph/bg.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 480px;
}

button.play-button {
    background: transparent;
    border: none;
    margin-top: 11em;
}

button.play-button i {
    font-size: 7em;
    color: #fff;
}

.modal-body iframe {
    width: 100%;
    height: 449px;
}

.modal-title {
    font-size: 32px;
    letter-spacing: 1px;
    color: #ca202b;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.18);
}

/* //overview */
/* team */
/*********************** Demo - 8 *******************/
.box8 .icon,
.box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    box-shadow: 1px 0px 12px 2px rgba(0, 0, 0, 0.18);
    position: relative;
}

.box8 img {
    width: 100%;
    height: auto
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box8 .icon li a,
.box8 .title {
    background: #ca202b;
    font-size: 17px;
    color: #fff;
}

.box8:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

.box8 .title {
    padding: 9px 12px;
    border-radius: 5px;
    bottom: 20px;
    letter-spacing: 1px;
    left: 20px;
    transition: all .9s ease 0s;
}

.box8:hover .title {
    bottom: -40px;
}

.box8 .icon li,
.box8 .title {
    display: inline-block;
}

.box8 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all .35s ease 0s
}

.box8:hover .title {
    bottom: -40px
}

.box8 .icon {
    list-style: none;
    padding: 0;
    top: 42%;
    left: 0;
    right: 0
}

.box8 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 2.6;
    border-radius: 50%;
}

.box9 .icon,
.box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
    overflow: hidden;
}

.box10 .icon li a,
.box11,
.box12,
.box13,
.box14,
.box6 .icon li a,
.box7,
.box7 .icon li a,
.box8,
.box8 .icon li a {
    text-align: center;
}

@media only screen and (max-width:990px) {
    .box8 {
        margin-bottom: 20px
    }
}

/* //team */

.feedback-info {
    position: relative;
}

.feedback-top {
    padding: 1em;
    min-height: 156px;
    margin: 1px;
}

.feedback-img {
    position: absolute;
    top: -27%;
    left: 38%;
}

.feedback-top h4 {
    letter-spacing: 1px;
}

/*-- //feedback --*/
/* blog */
.posts-top {
    position: relative;
}

.posts-top h3 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    background: #ffc168;
    padding: 10px 25px;
    bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

.posts-top h3 span {
    display: block;
    font-weight: 100;
    font-size: 16px;
}

.posts-s-bottom ul li {
    display: inline-block;
}

.posts-s-bottom h4 {
    font-size: 23px;
}

.posts-s-bottom i {
    color: #ca202b;
}

.posts-s-bottom a {
    color: #999;
    letter-spacing: 1px;
    font-size: 15px;
}

.posts-s-bottom a:Hover {
    color: #000;
}

/* //blog */
/* contact */
.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 15px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0px;
}

.main_grid_contact textarea {
    min-height: 8em;
    resize: none;
}

.input-group1 input[type="submit"] {
    outline: none;
    padding: 16px 0;
    font-size: 15px;
    color: #fff;
    background: #ffc168;
    border: none;
    width: 36%;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    margin: 2em auto 0;
}

.input-group1 input[type="submit"]:hover,
.n-right-s input[type="submit"]:hover {
    opacity: .7;
    letter-spacing: 4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* //contact */

.n-right-s input[type="text"],
.n-right-s input[type="email"] {
    padding: 15px;
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
}

.n-right-s input[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 15px;
}

/* //newsletter */
/* footer */
a.navbar-brand.logo2 {
    font-size: 32px;
}

/* navigation */
.footer ul li a {
    color: #999;
    font-size: 14px;
}

.footer ul li a:hover {
    color: #000;
}

/* //navigation */
h5.footer-head-s {
    letter-spacing: 1px;
}

.footer-social-agile ul li,
.payment-smk ul li {
    display: inline-block;
}

.footer-social-agile ul li a i {
    height: 30px;
    width: 30px;
    line-height: 29px;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footer-social-agile ul li a i.fa-facebook-f:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

.footer-social-agile ul li a i.fa-twitter:hover {
    background: #55acee;
    color: #fff;
    border-color: #55acee;
}

.footer-social-agile ul li a i.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background-size: 200% 150%;
    color: #fff;
    border-color: #3f729b;
}

.footer-social-agile ul li a i.fa-youtube:hover {
    background: #c4302b;
    color: #fff;
    border-color: #c4302b;
}

.footer-social-agile ul li a i.fa-whatsapp:hover {
    background: #4FCE5D;
    color: #fff;
    border-color: #4FCE5D;
}

.payment-smk ul li a i {
    color: #3a3a3a;
    font-size: 30px;
}

/* copyright */
p.copy-right-grids {
    letter-spacing: 2px;
    font-size: 15px;
}

p.copy-right-grids a {
    color: #ca202b;
}

p.copy-right-grids a:hover {
    color: #000;
}

/*Video Modal*/
.videoModal {
    background: url('/images/search-loader.gif') no-repeat center center;   
    background-size: 50px;
}

/*Google Map*/
.map {
    border: none;
    width: 100%;
    height: 350px;
}

.form-wrapper {
    position: absolute;
    width: 90%;
    top: -100px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 10px;
}
.review{
    height:300px;
}

.review .material {
    position: relative;
    padding: 0;
    margin: 5px;
    border: none;
    overflow: visible
}

.review .material input, .review .material textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    outline: none;
    cursor: text;
}


/* responsive */
@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {
    .pogoSlider-slide-element h3 {
        font-size: 46px;
    }

    .pogoSlider-slide-element p {
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .pogoSlider-slide-element {
        padding-top: 11em;
    }
}

@media(max-width: 1080px) {
    .pogoSlider-slide-element h3 {
        font-size: 40px;
    }

    .pogoSlider-slide-element p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    a.button {
        padding: 11px 28px;
        font-size: 16px;
    }

    .pogoSlider-slide-element {
        padding-top: 9em;
    }

    .agile-why-text {
        padding-right: 0;
    }

    .agile-why-text h4 {
        font-size: 23px;
    }

    .video-s {
        min-height: 400px;
    }

    button.play-button {
        margin-top: 8em;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    a.navbar-brand {
        font-size: 32px;
    }

    a.navbar-brand img {
        width: 20%;
    }

    h3.tittle {
        font-size: 34px;
    }

    h3.aboutright {
        font-size: 26px;
    }

    .posts-agiles {
        padding: 0 .5em;
    }

    .posts-s-bottom a {
        font-size: 13px;
    }

    p {
        font-size: 15px;
    }
}

@media(max-width: 1050px) {
    .pogoSlider-slide-element h3 {
        font-size: 36px;
    }

    .feedback-img {
        left: 36%;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 991px) {
    button.navbar-toggler {
        border: 1px solid #9a9a9a;
        border-radius: 0px;
    }

    .pogoSlider-slide-element {
        padding-top: 7.5em;
    }

    .about-img {
        order: 2;
    }

    .about-s-mk {
        order: 1;
    }

    .agile-why-text {
        padding-right: 1em;
    }

    .icon-style-pss {
        padding: 0 3em;
    }

    .team-effect-agile {
        padding: 0 .5em;
    }

    .box8 .title {
        padding: 8px 13px;
        font-size: 15px;
    }

    .feedback-img {
        left: 43%;
        top: -31%;
    }

    .posts-agiles {
        padding: 0 1em;
    }

    .n-right-s .form-group {
        padding: 0 .3em;
    }

    a.navbar-brand.logo2 {
        font-size: 29px;
    }

    a.navbar-brand img {
        width: 16%;
    }

    p.copy-right-grids {
        font-size: 14px;
    }
    .modal-body iframe {
        height: 284px;
    }
    .modal-title {
        font-size: 26px;
    }
}

@media(max-width: 900px) {
    .pogoSlider-slide-element h3 {
        font-size: 32px;
    }

    .pogoSlider-slide-element p {
        font-size: 14px;
    }

    .pogoSlider-slide-element {
        padding-top: 6em;
    }

    button.play-button i {
        font-size: 5em;
    }

    .video-s {
        min-height: 300px;
    }

    button.play-button {
        margin-top: 6.5em;
    }
}

@media(max-width: 800px) {
    .pogoSlider-slide-element {
        padding-top: 4em;
    }

    .main_grid_contact textarea {
        min-height: 8em;
    }
}

@media(max-width: 768px) {
    .br-md-0 {
        border-right: none !important;
    }
}

@media(max-width: 736px) {
    .pogoSlider-slide-element h3 {
        font-size: 28px;
    }

    .pogoSlider-slide-element p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    a.button {
        padding: 10px 26px;
        font-size: 16px;
    }

    h3.tittle {
        font-size: 32px;
    }

    h3.aboutright {
        font-size: 24px;
    }

    .icon-style-pss {
        padding: 0 1.5em;
    }

    .team-effect-agile {
        padding: 0 1em;
    }

    .box8 .title {
        padding: 10px 18px;
        font-size: 17px;
    }

    .box8 {
        margin-bottom: 25px;
    }

    .counter {
        font-size: 38px
    }

    .feedback-img {
        left: 40%;
    }

    .pogoSlider-slide-element {
        padding-top: 4.5em;
        padding-left: 0em;
    }

    .input-group1 input[type="submit"] {
        width: 48%;
    }
}

@media(max-width: 667px) {
    .pogoSlider-slide-element {
        padding-top: 4em;
    }
}

@media(max-width: 640px) {
    .pogoSlider {
        min-height: 60vw !important;
    }

    .pogoSlider-slide-element {
        padding-top: 5em;
    }
}

@media(max-width: 600px) {
    .navbar-light .navbar-nav .nav-link {
        letter-spacing: 1px;
    }

    .pogoSlider-slide-element {
        padding-top: 4.5em;
        padding-left: 2em;
    }
    .font-sm-12{
        font-size: 12px !important;
    }
    .font-sm-14{
        font-size: 14px !important;
    }
}

@media(max-width: 568px) {
    .video-s {
        min-height: 240px;
    }

    button.play-button i {
        font-size: 4em;
    }

    button.play-button {
        margin-top: 5em;
    }

    .n-right-s .form-group {
        padding: 0 1em;
    }

    .icon-right-s {
        text-align: center;
    }

    .main_grid_contact textarea {
        min-height: 8em;
    }

    .input-group1 input[type="submit"] {
        padding: 15px 0;
        font-size: 14px;
    }
    .modal-body iframe {
        height: 300px;
    }
}

@media(max-width: 480px) {
    .pogoSlider {
        min-height: 76vw !important;
    }

    .pogoSlider-slide-element h3 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    p.copy-right-grids {
        letter-spacing: 1px;
    }
    .modal-body iframe {
        height: 251px;
    }
}

@media(max-width: 440px) {
    a.button {
        padding: 9px 21px;
        font-size: 15px;
    }

    h3.tittle {
        font-size: 28px;
    }

    .agile-why-text h4 {
        font-size: 22px;
    }

    .agile-why-text p {
        font-size: 14px;
    }

    .icon-style-pss {
        padding: 0 1em;
    }

    p.copy-right-grids {
        text-align: center;
    }

    a.navbar-brand {
        font-size: 28px;
    }
    .modal-body iframe {
        height: 228px;
    }
}

@media(max-width: 414px) {
    .pogoSlider-slide-element h3 {
        font-size: 24px;
    }

    .pogoSlider-slide-element {
        padding-top: 3.5em;
    }

    h3.aboutright {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }

    .box8 .title {
        padding: 10px 12px;
        font-size: 15px;
    }

    .feedback-img {
        left: 37%;
    }

    .main_grid_contact input[type="text"],
    .main_grid_contact input[type="email"],
    .main_grid_contact textarea {
        padding: 13px 14px;
        font-size: 14px;
    }

    .input-group1 input[type="submit"] {
        width: 54%;
    }

    .n-right-s input[type="text"],
    .n-right-s input[type="email"] {
        padding: 13px;
    }
    .modal-body iframe {
        height: 213px;
    }
}

@media(max-width: 384px) {
    .pogoSlider-slide-element {
        padding-top: 2.5em;
    }

    .input-group1 input[type="submit"] {
        width: 64%;
    }
    .modal-body iframe {
        height: 213px;
    }
}

@media(max-width: 375px) {}

@media(max-width: 320px) {
    nav.navbar.navbar-expand-lg.navbar-light.fixed-navi {
        padding: 1px 10px;
    }

    .pogoSlider-slide-element h3 {
        font-size: 20px;
    }

    .pogoSlider-slide-element p {
        font-size: 12px;
    }

    a.button {
        padding: 8px 18px;
        font-size: 14px;
    }

    .pogoSlider {
        min-height: 88vw !important;
    }

    h3.aboutright {
        font-size: 20px;
    }

    h4.aboutright {
        margin: 1em 0;
    }

    .about-img {
        margin-top: 1em;
    }

    .icon-style-pss {
        padding: 0 .5em;
    }

    .agile-why-text h4 {
        font-size: 20px;
    }

    .video-s {
        min-height: 200px;
    }

    button.play-button {
        margin-top: 4em;
    }

    .feedback-img {
        left: 33%;
        top: -25%;
    }

    .feedback-top h4 {
        font-size: 22px;
    }

    .posts-s-bottom ul li.mx-3 {
        margin: 0 10px !important;
    }

    .posts-s-bottom a {
        font-size: 12px;
    }

    .input-group1 input[type="submit"] {
        width: 70%;
    }
    .modal-body iframe {
        height: 100%;
    }
    .modal-title {
        font-size: 24px;
    }
}

/* //responsive */

/*Custom*/

.design{
    font-size: 0.1px;
    color: transparent;
}
.video-container:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

.footer-bottom {
    background:#ffc168;
    color: #fff;
}

.fontw-700{   
    font-weight: 700;
}
.font-14{
    font-size: 14px;
}
.font-12{
    font-size: 12px;
}

.font-sm-12{
    font-size: 12px;
}
.font-koho {
    font-family: KoHo;
}
.ls-1 {
    letter-spacing: 1px;
}
.ls-0{
    letter-spacing: 0px;
}
#services{
    background-image: url(/images/themes/theme-photograph/bg7.jpg);
    background-size: 150%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#testimonials {
    background-image: url(/images/themes/theme-photograph/bg4.jpg);
    background-size: 150%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
