@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto.regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto.thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto.thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'robotoregular';
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
	font-size: 14px;
}

h1{
    color: #ff0000;
    font-size:36px;
    font-weight: normal;
    
}

a{
    color: inherit;
}
/*============ Navbar =============*/

.navbar-dark .navbar-nav .nav-link{
    color: #999999;
   /* border-right: 1px solid #999999;*/
    padding: 22px 25px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff    
}
.nav-link {
    display: block;
    padding:0 0;
}
.navbar-toggler{
    margin: 10px;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #cc0000;
    background: #cc0000;
}
.navbar .nav-item:hover {
    background: #cc0000;
    color: #fff;
}

/* ====== carousel ======  */

.carousel-item{
    background: #000;
    text-align: center;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 20px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

/* ====== About Us ======  */

.about-us-box{
    background: url('../images/aboutusline.png');
    background-repeat: no-repeat;
    height: 352px;
    text-align: center;
    margin-top: 120px;
} 
.about-us-box h1{
    color: #ff0000;
    font-size:36px;
    margin-top:-90px;
    font-weight: normal;
    
}
.about-us .nav-tabs{
    border-bottom: 0px;
}
.about-us .nav-tabs:hover{ border: none;}

.about-us .nav-tabs .active {
    border: none;
} 
.about-us .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin: auto;
    padding-top: 30px;
}

.about-us .nav-tabs .nav-item .active{
    border-bottom: 1px solid #ff0000;
    color:red;
	font-size: 18px;
	font-weight: bold;
}

.about-us .nav-tabs .nav-item{
    color: #7f7f7f!important;
    font-weight: thin;
	font-size: 18px;
}
.about-us .about-pra{
    margin-top: 15px;
}
.about-us .about-pra p{
    width: 725px;
    margin: auto;
    display: block;
    font-size: 15px;
    line-height: 1.5;
}
.about-us .brush-image{
    position: absolute;
    top: -120px;
    z-index: -10;
    left: -60px;
}
.about-us .camera-image{
        position: absolute;
        right: -104px;
        bottom: 21px
}

/*====== what do =========*/
.whot-do{
    margin-top: 30px;
}
.what-do{font-family: 'robotothin';}

.whot-do .bg-secondary{
    background-color: #efefef!important;
    padding: 20px 0;
}

.whot-do .contect{
    background: url('../images/webseries-line.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 485px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.whot-do .contect p{
    padding: 63px;
    line-height: 2;
    font-size: 18px;
    font-weight: inherit;
    color: #999999;
}
.whot-do .contect p a{
   color: #000000;
}
.whot-do .nav-tabs{
    border-bottom: 0px;
}
.whot-do .nav-tabs:hover{ border: none;}

.whot-do .nav-tabs .active {
    border: none;
} 
.whot-do .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin: auto;
    padding-top: 30px;
}

.whot-do .nav-tabs .nav-item .active{
    border-bottom: 3px solid #87030c;
    color:#000;
    background-color: #efefef;
	position: relative;
	font-size: 18px;
}
.whot-do .nav-tabs .nav-item .active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #6A0136;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.whot-do .nav-tabs .nav-item{
    color: #7f7f7f!important;
    font-weight: thin;
	font-size: 18px;
}


/* ======== how-we-do-section ========= */

.how-do h1{
    font-weight: thin;
    text-transform: uppercase;
    padding: 30px 10px;
	font-family: 'robotothin';
}

.how-do h6{
    text-transform: uppercase;
    padding-bottom: 30px;
}

.how-do .nav-tabs .nav-link{
    height: 40px;
    width:40px;
    text-align: center;
    padding: 10px;
    background: #fff;
    color:#000;
    margin-left: 20px;
}

.how-do .nav-tabs .active{
    background: #f10120;
    color: #fff;
    border: 1px solid #fff;
}

.how-do .nav-tabs{
    border-bottom: none;
    float: right;
    margin-right: 25px;
}

/* ==== contact section ==== */

.contact-img{
    padding: 20px 0 30px 0;
}

.contact h1{
    margin-bottom: 15px;
}

.contact h6{
    font-weight: bold;
    color: #000;
}

.contact p,.contact a{
    color: #000;
}

.contact-form form{
    padding: 15px 0 15px 15px;
    border-right: 1px solid #f10a28;
    border-top:1px solid #f10a28;
    border-left: 2px solid #f10a2859;
    border-bottom: 2px solid #f10a2859;
    min-height: 260px;
    margin-bottom: 30px;
}

input{
    border:none;
}

label{
    width: 20%;
}

.form-group input{
    border-bottom: 1px solid #ccc;
    width: 77%;
}

.btn-danger{
    float: right;
    padding: 0 20px 0 20px;
    border-radius: 9px;
    margin-right: 15px;
}

/* == map section == */  
.map{
    padding: 30px 0;
   /* border-bottom: 10px solid #f10120;*/
    
}

.map-marker{
       border: 3px solid #f10120;
}

iframe{
    width: 100%;
    height: 150px;
 
}

.theVoiceIcon i{
	font-size: 52px; margin-right: 15px;
}


/*======== Back to top icon ========*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #990000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 90;
    border-radius: 50px;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    font-size: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 5px;
}

#return-to-top:hover i {
    color: #fff;
}
.logo{
   margin: 10px 0;
}

#demo{
    margin-bottom: 0;
	margin-top: 75px;
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: #999;
}
.navbar .nav-item.active {
    background: #cc0000;
    color: #fff;
}

/***************About Us page *********************/
.wrap {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 50px auto 15px;
}
.wrap:before {
    content: '';
    position: absolute;
    top: 96%;
    left: 0;
    border-top: 1px solid #cc0000;
    background: #cc0000;
    width: 100%;
    transform: translateY(-50%);
}
.links {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dot {
    width: auto;
    height: 30px;
    background: #fff;
    margin: 0px auto;
    color: #ff0000;
    font-size: 36px;
	font-family: 'robotoregular';
    padding: 0px 20px;
	text-transform: uppercase;
}
.aboutUsText {margin: 50px 0px;}

.aboutUsText ul li{
	padding: 15px 0px;
	    color: #000;
    font-size: 17px;
}
.social i{font-size: 26px;margin-right: 15px;}
.social{margin-top: 15px; margin-left: 15px;float: left}

.social_home i{font-size:36px;margin-right: 15px;color: #fff;}
.social_home{margin-top: 15px; margin-left: 15px; display: table-cell; vertical-align: middle;}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border-color: transparent;
    color: red;
}
.fixFooter{background: #555; position: fixed;bottom: 0px;}


@media screen and (min-width: 992px){

   /*============ navbar ===========*/
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
        border-bottom-style: dashed;
        margin-bottom: 2px;
        border-width: 6px;
		border-color: #000;
		background: #fff;
   }
  
    
   
   /*============ navbar dropdown hover ============*/
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block!important;
   }
    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
   }
	.HowWeDo{padding: 90px 0}
}
.mt-60 {
	margin-top: 45px;
}
.w-95{width: 95%}

@media screen and (max-width: 992px) {

    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
        background: #cc0000;
        border-top: 1px solid #999999;
        text-align: center;
        margin: 0 5px 
   }
    .navbar-collapse{
        position: absolute;
        z-index: 99;
        top: 85px;
        left: 0;
        right: 0;
   }
	.hand{display: block}


}

@media screen and (max-width: 767px){
   body{
       text-align: center;
   }

   h1{
       font-size: 1.50rem;
   }

   .fineart h1{
       font-size: 30px;
   }

   .form-group {
        width: 100%;
   }
   .social input{
       width: 100%;
   }
   .camera-image{
       display: none;
   }
   .brush-image{
       display: none;
   }

   .about-us .about-pra p{
    width: 100%;
    margin: auto;
    display: block;
    font-size: 11px;
    line-height: 1.5;
    }
	.about-us .nav-tabs .nav-item .active{
	font-size: 14px;
}
	.about-us .nav-tabs .nav-item{
	font-size: 14px;
}
	.about-us-box,.whot-do .contect {background: none;}
	.whot-do .nav-tabs .nav-item .active{
    border-bottom: 3px solid #87030c;
    color:#000;
    background-color: #efefef;
	position: relative;
	font-size: 14px;
}
.whot-do .nav-tabs .nav-item .active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 6px solid #6A0136;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.whot-do .nav-tabs .nav-item{
    color: #7f7f7f!important;
    font-weight: thin;
	font-size: 14px;
}
	.whot-do .contect p{padding: 0px; font-size: 12px;}
	.hand{display: none}
	.whot-do .contect{height: 200px;}
	.carousel-item {
		height: 14rem;}
	.carousel-item > img {
    height: 14rem;
}
	.HowWeDo{padding: 20px 0}
	.navbar {
        padding-top:0px;
        padding-bottom:0px;
        border-bottom-style: dashed;
        margin-bottom: 2px;
        border-width: 6px;
		border-color: #000;
		background: #fff;
   }
	.w-95{width: auto}
	.mt-60 {
    margin-top: -20px;
}
	.h5, h5 {
    font-size: 10px;
}
	.card-text:last-child {
    font-size: 12px;
}
	.fixFooter{background: #555; position: inherit;bottom: 0px;}
	.dot {
    color: #ff0000;
    font-size: 26px;
    font-family: 'robotoregular';
    padding: 10px 20px;
		text-transform: uppercase;}
}
