* {
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Great Vibes', cursive;
}

h2 {
    font-family: 'Great Vibes', cursive;
    color: #600027;
}

P {
    font-family: roboto slab;
}

nav#mainNav {
    background-color: white;
}

li.nav-item {
    padding-left: 66px;
    font-size: 20px;

}

li.nav-item a {
    color: #600028;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

/* HTML5 tags */
header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
    font: 14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    color: #333;
    background: #eee;
}

a,
a:visited {
    color: blue;
    text-decoration: none;
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

#dev7link {
    position: absolute;
    top: 0;
    left: 50px;
    background: url(images/dev7logo.png) no-repeat;
    width: 60px;
    height: 67px;
    border: 0;
    display: block;
    text-indent: -9999px;
}

.slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear: both;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.carousel-inner {
    background-color: #67092b;
    padding: 50px 0;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    top: -204px;
    z-index: 999;
}

.carousel-inner .col-md-4 {
    border-right: 1px solid #fff;
}

.nivo-caption {
    display: none !important;
}

img.img-fluid.logo {
    position: absolute;
    width: 100px;
    top: 5px;
}

.carousel-item h3 {
    font-family: roboto slab;
    font-size: 20px;
}


/*about*/
#about {
    padding-top: 0;
    padding-bottom: 0;
}

.ab-bg {
    color: aliceblue;
    font-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 10px !important;
}

.ab-style .col-md-3 img {
    width: 100%;
}

.ab-style .col-md-3 {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.col-md-6.ab-bg h3 {
    margin-top: 61px;
}

.col-md-6.ab-bg h5 {
    font-size: 22px;
    margin-top: 80px;
}

.row.foresight {
    padding: 90px 0;
}


#about-3 .row {
    padding: 80px 15px;
        background-size: cover;
    background-position: center;
}
#about-3 .col-md-12 {
    font-size: 16px;
    background-color: #66062b42;
    color: #fff;
}

/*gallery*/


.glery a {
    float: right;
    background: #680e32;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #737373;
}









/*service*/

#services .main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

#services .col-md-4 {
    padding: 1em 0;
    float: left;
    width: 50%;
}

@media screen and (max-width: 640px) {
    #services .col-md-4 {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    #services .col-md-4 {
        width: 33.33333%;
    }
}

#services .col-md-4 .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: #6f1739bf;
    background: #6f1739bf;
    position: absolute;
    height: 99%;
    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:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    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:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

section#about2 {
    padding: 0px;
}



#gallery {
    padding-top: 0;
}


#gallery .col-md-4 {
    margin-top: 20px;
}

#gallery .col-md-4 img {
    border-radius: 5px;
    cursor: pointer;
}








/*counter*/
#counter {
    padding: 0;
    padding-bottom: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.four.col-md-4 {
    padding: 0;
    background-color: #680e32;
    height: fit-content;
}

.counter-box {
    display: block;
    padding: 60px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Great Vibes';
}

.counter-box i {
    font-size: 40px;
    margin: 0 0 15px;
    color: #d2d2d2;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
    background-image: url(images/counter.png);
    margin-top: -24px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}

.four col-md-4 {
    padding-top: 60px;
    padding-bottom: 56px;

}


.counter-box.eqal {
    padding-top: 40px;
    padding-bottom: 40px;
}

.counter .four.col-md-4 {
    height: fit-content;
}

/*contact*/



.get-in-touch {
    max-width: 800px;
    margin: 20px auto;
    position: relative;
    background-image: url(images/about-us.png);
}

.get-in-touch .title {
    text-align: center;

    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
    color: #600028;


}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #670b2d;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #65092d;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
        -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #600028;

    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
}

#contact {
    background-image: url(images/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#contact h1 {
    font-family: 'Great Vibes', cursive;
    color: #600028;
    font-size: 55px;
}

#service {
    padding: 90px 0;
}

#about h2 {
    font-size: 55px;
}

#about2 h3 {
    font-size: 55px;
}

#services h2 {
    font-size: 55px;
}

#gallery h2 {
    font-size: 55px;
}

.content h3 {
    font-family: roboto slab;
}

#contact-us {
    padding: 0px;
/*    margin-top: 150px;*/
    background-repeat: repeat;

}

.text-size {
    color: white;
    text-align: left;
    padding: 20px;
    font-size: 19px;
}

#contact-us h3 {
    color: white;
    font-size: 33px;
    margin-top: 20px;
}

.footerimg img {
    width: 100%;
    text-align: center;
    display: block;
    margin: auto;
}

.footer-content p {
    color: white;
    font-family: Roboto slab;
    font-size: 20px;
}

.footer-content {
    padding: 50px 28px;
}

@media only screen and (max-width: 600px) {
    .carousel-item h3 {
        font-size: 10px;
    }

    .carousel-inner {

        padding: 12px 0;
        top: -127px;
    }

    .lead {

        padding: 12px;
        letter-spacing: 0.1px;
    }

    .ab-bg p{
        padding: 10px;
    }
    .col-md-6.ab-bg h5 {
    font-size: 16px;
    }
}

@media only screen and (max-width: 425px) {
    div#navbarResponsive li {
        text-align: center;
    }   
    section#about2 {
    display: none;
}
    .carousel-inner {
    height: 57px;
}
}


@media only screen and (min-width: 900px) {
    section#about-3 {
    display: none;
}
}
@media only screen and (min-width: 1800px) {
    img.img-fluid.logo {
    width: 250px;
}
    #mainNav .nav-link {
        padding: 2.5rem 1rem;
        font-size: 22px;
}
}
section#about-3 {
    padding: 0;
}

/*footer*/

/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}

/* Icons */
.icon-button i {
	background: none;
/*	color: white;*/
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}

.fa-google-plus::before {
    
}





.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.tumblr span {
	background-color: #34526f;
}
.instagram span {
	background-color: #517fa4;
}
.youtube span {
	background-color: #bb0000;
}
.pinterest span {
	background-color: #cb2027;
}



.icon-button .fa-twitter {
	color: #4099ff;
}
.icon-button .fa-facebook {
	color: #3B5998;
}
.icon-button .fa-tumblr {
	color: #34526f;
}
.icon-button .fa-google-plus {
	color: #db5a3c;
}
.icon-button .fa-instagram {
	color: #517fa4;
}
.icon-button .fa-youtube {
	color: #bb0000;
}
.icon-button .fa-pinterest {
	color: #cb2027;
}




.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
	color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }
  body {

	  padding: 10px;
  }
  .pinterest {
   display: none; 
  }

}

.text-content li {
    color: white;
    font-family: roboto slab;
    list-style: none;
    text-align: justify;
    font-size: 18px;
}



.add::after {
    content: "+";     
}

/*brocher*/

.brocher img {
    
    width: auto;
    height: 200px;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9999999999;

}






.footer-n {
    margin-left: 120px;
}



.number-footer {
    position: relative;
    top: 27px;
    color: aliceblue;
    font-size: 18px;
}