html,
body {
    margin: 0;
    font-size: 100%;
    letter-spacing: 0.5px;
    font-family: 'Comfortaa', cursive;
}

body a {
    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;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}

.main-heading h2 {
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
}

.main-heading {
    padding: 50px 0px 25px;
    text-align: center;
}

.about-content p {
    text-align: justify;
    padding-bottom: 15px;
}

a.bnr-btn {
    display: inline-block;
    margin: 1em 0 0em;
    background: #eb5267;
    padding: 0.5em 1em;
    color: #fff;
    text-transform: capitalize;
}

a.bnr-btn:hover {
    padding: 0.5em 2em;
}

.middle {
    padding: 12px 0px;
}

.nav-middle {
    display: flex;
}

.nav-middle i {
    font-size: 28px;
    color: #42a5f5;
    margin-right: 15px;
}

.list-unstyled li {
    display: inline-block;
}

.list-unstyled li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}

.agile-addresmk li {
    font-size: 14px;
    font-weight: 600;
}

.facebook:hover {
    background-color: #3b5999;
    border-radius: 50px;
}

.twitter:hover {
    background-color: #55acee;
    border-radius: 50px;
}

.googleplus:hover {
    background-color: #dd4b39;
    border-radius: 50px;
}

.linked:hover {
    background-color: #0077B5;
    border-radius: 50px;
}


/*nav*/

.menu {
    background-color: #171717!important;
    z-index: 99;
}

nav.navbar.bootsnav ul.nav>li {
    margin: 0px 5px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 15px 15px;
    font-weight: 600;
    color: #fff;
}

nav.navbar.bootsnav ul.nav>li>a span {
    margin-right: 5px;
}

nav.navbar.bootsnav ul.nav>li>.active {
    background-color: #eb5267;
    color: #fff;
}

nav.navbar.bootsnav ul.nav>li>a:hover {
    background-color: #eb5267;
    color: #fff;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 12px;
    text-align: center;
}


/*nav*/

.special {
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 25px 0px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.special i {
    display: block;
    font-size: 60px;
    color: #eb5267;
    margin-bottom: 10px;
}

.special p {
    font-size: 14px;
}


/*service*/

.grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
    background: #fff;
    padding: 25px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
    border-radius: 10px;
}

.grid1 i.fa {
    font-size: 40px;
    color: #eb5267;
}

.grid1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    color: #212121;
}

.grid1 p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #6b6b6b;
}


/*service*/


/*package*/

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px #000;
    padding: 10px;
    margin-bottom: 30px;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

.content .content-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content-image {
    border-radius: 5px 5px 0 0 !important;
}

.content-image {
    width: 100%;
    height: 233px;
}

.content-details {
    padding-top: 0% !important;
}

.fadeIn-bottom {
    top: 80%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-details h3 {
    text-transform: Capitalize !important;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.dslc-module-front a {
    text-decoration: none;
}

.button {
    border: 1px solid white;
    border-radius: 2px;
    border-color: white;
    color: white;
    padding: 4px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: Capitalize;
    background: #eb5267;
}

.button:hover {
    color: #fff;
}

.home-content-title {
    background-color: #fff;
    text-align: center;
}

.home-content-title h2 {
    font-size: 17px;
    color: #f98826;
    font-weight: 500;
    padding: 10px 0px;
}

.home-content-title p {
    font-size: 13px;
    color: #4A4A4B;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}


/*package*/

.gallery {
    margin-bottom: 20px;
}


/*theme*/

.box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 10px;
}

.box:before,
.box:after {
    content: "";
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 5%;
    left: 5%;
    transition: all 0.3s ease-in-out;
}

.box:after {
    top: auto;
    left: auto;
    bottom: 5%;
    right: 5%;
}

.box:hover:before,
.box:hover:after {
    width: 90%;
    height: 90%;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s ease 0.3s;
}

.box:hover .box-content {
    opacity: 1;
}

.box .box-content:before,
.box .box-content:after {
    content: "";
    width: 85%;
    height: 85%;
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease 0s;
}

.box .box-content:before {
    width: 0;
}

.box .box-content:after {
    height: 0;
}

.box:hover .box-content:before {
    width: 85%;
    border-top: 2px solid #3dbbff;
    border-bottom: 2px solid #3dbbff;
    transition-delay: 0.4s;
}

.box:hover .box-content:after {
    height: 85%;
    border-left: 2px solid #3dbbff;
    border-right: 2px solid #3dbbff;
    transition-delay: 0.4s;
}

.box .title {
    font-size: 16px;
    font-weight: 700;
    color: #3dbbff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.box .post {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}

.box .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

.box .icon li {
    display: inline-block;
}

.box .icon a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15%;
    background: #fff;
    font-size: 15px;
    color: #2d2c2c;
    text-align: center;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

.box .icon a:hover {
    background: transparent;
    color: #3dbbff;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #3dbbff, -1px -1px 3px #3dbbff;
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}


/*theme*/


/*testimonial*/

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    box-shadow: 0px 0px 10px #8c8787;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    box-shadow: 5px 5px 10px #8c8787;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}


/*footer*/

.footer {
    background-color: #000000d4;
    padding: 40px 10px;
}

.footer-heading h2 {
    text-transform: uppercase;
    color: #ff9a03;
    margin-bottom: 20px;
    font-size: 26px;
}

.footer-heading ul li a {
    color: #fff;
    display: block;
    padding: 0px 0px 20px;
    font-weight: 600;
}

.footer-heading p {
    text-align: justify;
    color: #fff;
}

#book-modal .modal-dialog {
    width: 300px;
    height: 400px;
}

footer {
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright {
    padding: 15px 0px;
    background-color: #000;
}

.copyright p {
    font-size: 12px;
    color: #999;
}

.copyright p a {
    color: #ff9a03;
}

.mail_grid_w3l {
    padding: 15px;
}

.mail_grid_w3l input[type="text"],
.mail_grid_w3l input[type="email"],
.mail_grid_w3l textarea {
    outline: none;
    padding: 15px;
    font-size: 15px;
    color: #777;
    background: none;
    width: 100%;
    border: 1px solid #b5b5b5;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 5px;
}

.mail_grid_w3l textarea {
    min-height: 119px;
    width: 100%;
    resize: none;
}

.contact-fields-w3ls {
    margin-bottom: 1em;
}

.mail_grid_w3l input[type="submit"] {
    outline: none;
    padding: 13px 50px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    background: #F44336;
    border: none;
    text-transform: capitalize;
    letter-spacing: 2px;
    border-radius: 5px;
}

.contact-info1 {
    background: #51bce5;
}

.p-sm-5 {
    padding: 3rem !important;
}

.contact-info1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #eee;
}

.contact-info1 p,
.contact-info1 p a {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.expertise {
    background: #eb5267;
    padding: 30px 0 45px;
    text-align: center;
   
}
.how h2{
    color: #41301A;
    margin-top: 0;
}
.how p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.how, .figg{
    margin-bottom: 20px;
}
.figg h4{
    color: #000;
    padding: 10px 0px;
}
.figg p{
    color: #fff;
     font-size: 14px;
}
.buttonfx {
    color: #fff;
    /* button text color */
    outline: none;
    background: #117690;;
    border: none;
    border-bottom: 4px solid #eee;
    letter-spacing: 0.0625em;
    padding: 6px 10px;
    text-transform: uppercase;
    font: bold 14px 'Bitter', sans-serif;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #ccc;
    text-decoration: none;
    /* remove underline if using A instead of BUTTON tag */
    overflow: hidden;
    transition: all .5s;
    border-radius: 30px;
}
/*footer*/