

body {
    padding: 0;
    margin: 0;
    background: #FFF;
   font-family: 'Open 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;
}

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;
}

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

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

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

label {
    margin: 0;
}
img{
    max-width: 100%;
    vertical-align: middle;
	
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none
}



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(/assets/images/arrow.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);
}





header {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    background: white;
}	
.navbar-light .navbar-brand {
    color:#30c39e;
    font-size: 37px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #30c39e;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#30c39e;
	border-bottom: 2px solid;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #30c39e;
    border-bottom: 2px solid;
}

.navbar-light .navbar-nav .nav-link {
    color: #262e76;
    font-weight: 700;
}
li.nav-item {
    padding: 10px;
}


.carousel-indicators li {
    width: 12px;
    height: 12px;
	border-radius:50%;
	border:2px solid #30c39e;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-caption {
    width: 60%;
    bottom: 42%;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 60px;
    text-align: left;
}
.carousel-caption p {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}



.title-heading-about h3 {
    padding: 0em 0 1em;
    font-size: 24px;
    color: #f85a40;
    letter-spacing: 2px;
    font-weight: 600;
}
.title-heading-about h4 {
    position: absolute;
    top: 10px;
    font-size: 75px;
    font-weight: 600;
    opacity: .5;
    z-index: -1;
    color: #caccd1;
    letter-spacing: 3px;
}
.title-heading-about {
    position: relative;
}
.more-button {
    background-color: #0ca2cf;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    border: #fff;
	border: 2px solid #0ca2cf;
}
.more-button:hover {
    background: transparent;
    color: #000;
    border: 2px solid #0ca2cf;
}
.modal-body img {
    margin-bottom: 15px;
}


.title-heading {
    position: relative;
}
.title-heading h3 {
    color:#f85a40;
    font-size: 35px;
    letter-spacing: 2px;
	font-weight:600;
}
.title-heading h4 {
    position: absolute;
    left: 30%;
    width: 40%;
    top: -24px;
    font-size: 75px;
    font-weight: 600;
    opacity: .5;
    z-index: -1;
    color: #caccd1;
    letter-spacing: 3px;
}

.serv-button.two a, .serv-button a {
    padding: 0.5em 0em;
    color: #f85a40;
    font-size: 15px;
    letter-spacing: 1px;
    background: none;
    border: none;
    border-radius: 0;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.ser_banner_bottom_grid_right h4 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #333;
}
.ser_banner_bottom_grid_right p {
    line-height: 28px;
    font-size: 14px;
    color: #676767;
    letter-spacing: 1px;
}
.serv_banner_bottom_left {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.ser_banner_bottom_grid_left_grid i {
    font-size: 22px;
    color: #fff;
    background: #30c39e;
    width: 60px;
    height: 60px;
    line-height: 60px;
	border-radius: 50%;
}
.services_banner_bottom_pos_grid:hover i {
    color: #333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}


.team_grid h3 {
    font-size: 1.4em;
    color: #30c39e;
    margin: 1em 0 0.5em;
    
    letter-spacing: 1px;
}
p.team_gridp {
    color: #f85a40;
    margin-bottom: 1em;
    font-size: 1em;
}
.team_grid p {
    margin-bottom: 20px;
}
ul.footer_list_icons.team_icons{
    border-top: 1px solid #ddd;
    padding: 1.5em 0;
}
ul.footer_list_icons li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}
ul.footer_list_icons.team_icons li a {
    color: #30c39e;
}





.video-section {
    background: rgba(0, 0, 0, 0.28);
    min-height: 475px;
    text-align: center;
}
.video-section h2 {
    color: #f85a40;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-top: 3em;
}
.video-section p {
    font-size: 19px;
    color: #fff;
    margin-top: 15px;
}
p.model-body-text-p {
    color: #000;
    font-size: 15px;
    text-align: left;
}
.more-button3 {
    background-color: #0ca2cf;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    border: 2px solid #0ca2cf;
    padding: .5em 2em;
}
.more-button3:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #0ca2cf;
}



ul.portfolio-area li figure {
    margin: 0;
}

.portfolio-categ li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px;
    font-size: 1.1em;
    margin: 0 0.4em;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.portfolio-categ li a {
    color: #333;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 2px;
}

a.image-gal {
    display: block;
}

.portfolio-area li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    width: 19%;
    margin: 0.5%;
	width: 372px;
}

.home-portfolio-text {
    margin-top: 10px;
}

.portfolio-categ li.active {
    background: #f85a40;
    color: #fff;
}

.portfolio-categ li.active a {
    color: #fff;
}




.news_grid1 {
    background: url(/assets/images/n1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_grid2 {
    background: url(/assets/images/n2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	background-position: 50% 50%;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_grid3 {
    background: url(/assets/images/n3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	background-position: 50% 50%;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_grid4 {
    background: url(/assets/images/n4.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	background-position: 50% 50%;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_grid5 {
    background: url(/assets/images/n5.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	background-position: 50% 50%;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_grid6 {
    background-size: 100% !important;
    min-height: 300px;
	background-position: 50% 50%;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_grid_info {
    background: rgba(255, 255, 255, 0.59);
    border: 4px solid #e2e2e2;
    padding: 2em;
    height: 300px;
    display: block;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.news_grid1:hover .news_grid_info,.news_grid2:hover .news_grid_info,.news_grid3:hover .news_grid_info,.news_grid4:hover .news_grid_info,.news_grid5:hover .news_grid_info,.news_grid6:hover .news_grid_info{
    display: block;
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1 ease;
	-moz-transition: 1s ease;
}
.news_grid_info p.date {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
}
.news_grid_info p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #111;
	line-height: 26px;
	margin-bottom: 1.5em;
}
.news_grid_info h3 {
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: 1px;
    margin: 1em 0;
}
.news_grid_info a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
	font-weight: 600;
    letter-spacing: 2px;
}


.title-heading-stats {
    position: relative;
}
.title-heading-stats h4 {
    position: absolute;
    left: 0;
    top: -24px;
    font-size: 75px;
    font-weight: 600;
    opacity: .5;
    z-index: -1;
    color: #caccd1;
    letter-spacing: 3px;
}
.title-heading-stats h3 {
    color: #f85a40;
    font-size: 35px;
	font-weight:600;
    letter-spacing: 2px;
    margin-bottom: 35px;
}
.more-button1 {
    background-color: #0ca2cf;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    border: #fff;
	border: 2px solid #0ca2cf;
}
.more-button1:hover {
    background: transparent;
    color: #000;
    border: 2px solid #0ca2cf;
}
.countericon i {
    color:#30c39e;
    font-size: 25px;
}
p.counter {
    font-size: 30px;
    color: #000;
    letter-spacing: 2px;
}
.counterinfo h3 {
    font-size: 21px;
    color: #999;
}



.contact{
	background: url(/assets/images/contact.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height:500px;
}
.contact .title-heading {
    
}
.contact .title-heading h4 {
    color:#333;
}

.contact-left,.contact-middle h3 {
	text-align: left;
	font-weight: inherit;
	font-size: 24px;
	letter-spacing: 1px;
	color: #30c39e;
	
}
.contact-left {
	padding: 2em;
	box-sizing: border-box;
	background:rgba(0, 0, 0, 0.72);
}
p.para-cont {
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
}
.contact-middle {
	padding: 2em;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.72);
}
ul.contact-social-icons {
    margin-top: 3px;
}
ul.contact-social-icons a {
    color: #dbe2e0;
    margin-right: 10px;
    font-size: 18px;
}
ul.contact-social-icons a:hover {
    color: #fff;
}
ul.contact-social-icons li {
    display: inline-block;
}
.form-group label {
    margin: 0px 0 7px;
    color: #fff;
}
.add-info p{
    color: #fff;
	margin-top: 5px;
	font-size: 16px;
}

.btn-2 {
    background: #30c39e;
    border: none;
    border: 2px solid #30c39e;
    padding: .5em 1em;
    outline: none;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 1em;
}
.btn-2:hover {
    background: transparent;
    color: #fff;
}




.map-add iframe {
	width: 100%;
	height: 300px;
	border: none;
}




.n-left h6 {
	font-size: 2.5em;
	letter-spacing: 1px;
	color: #30c39e;
	font-weight: 700;
}

.new_newsletter_right {
    padding: 2em 0;
    background: rgba(21, 21, 21, 0.86);
}

.new_newsletter_right input[type="submit"],
.new_newsletter_right input[type="text"] {
	width: 30%;
}

.new_newsletter_right input[type="email"],
.new_newsletter_right input[type="text"] {
	outline: none;
	border: none;
	padding: 10px;
	background: #fff;
	border: 2px solid #ffffff;
	color: #212121;
	font-size: 15px;
	text-align: center;
	float: left;
}

.new_newsletter_right input[type="email"] {
	width: 38%;
	margin: 0 1%;
}

.new_newsletter_right input[type="submit"] {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-transform: capitalize;
	padding: 9.5px 0px;
	border: none;
	outline: none;
	background: #30c39e;
	border: 2px solid #30c39e;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.new_newsletter_right input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}






.footer_grid_section_1its{
	background: #332969;
}

.footer_grid_section_1its h3,.footer_grid_section_1its h2{
	font-size: 1.6em;
	color: #ffffff;
    font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.footer-text p,.contact-info p {
    color: #808080;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    
}

.phone {
    margin-top: 20px;
}

.contact-info h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.copyright {
    border-top: 1px solid #808080;
    margin-top: 2em;
    padding-top: 2em;
    margin-left: 15px;
}
.copyright p {
    font-size: 15px;
    letter-spacing: .5px;
   
}
.copyright p a{
	color:#808080;
	text-decoration: none;
}
.copyright p a:hover {
	color:#fff;
}
.footer{
	padding: 4em 0;
}

.footer p {
	color: #fff;
}

.footer-grid:nth-child(2) {
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
	color: #34bf49;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}


.newsletter {
	position: relative;
	margin-top: 2em;
}


ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info {
    margin-top: 15px;
}

ul.social_section_1info a {
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}
ul.social_section_1info a:hover{
    color: #fff;
}

.contact-info p a {
    color: #fff;
}
.contact-info i {
    margin-right: 10px;
}
.phone p a:hover {
    color: #fff;
}

ul.links li {
    list-style-type: none;
    margin: 10px 0;
}
ul.links li a{
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
}
ul.links li a:hover{
    color: #fff;
}



@media(max-width:1440px){

.carousel-caption {
    bottom: 40%;
}
.portfolio-area li {
    width: 334px;
}

}
@media(max-width:1366px){
.portfolio-area li {
    width: 316px;
}

}
@media(max-width:1280px){
li.nav-item {
    padding: 8px;
}
.carousel-caption h5 {
    font-size: 55px;
}
.carousel-caption {
    bottom: 38%;
}
.portfolio-area li {
    width: 295px;
}
.video-section {
    min-height: 435px;
}

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

li.nav-item {
    padding: 5px;
}
.carousel-caption h5 {
    font-size: 50px;
}
.carousel-caption p {
    font-size: 16px;
}
.portfolio-area li {
    width: 334px;
}
.news_grid_info h3 {
    font-size: 24px;
}
p.para-cont {
    font-size: 14px;
}
.title-heading h4 {
    top: -18px;
    font-size: 63px;
}
.title-heading-about h4 {
    font-size: 63px;
}
.title-heading-stats h4 {
    font-size: 75px;
}
.add-info p, a {
    font-size: 14px;
}
}
@media(max-width:1024px){

li.nav-item {
    padding: 3px;
}

.video-section {
   min-height: 425px;
}
.portfolio-area li {
    width:315px;
}
.portfolio-categ li {
   padding: 6px 10px;
}

}
@media(max-width:991px){
.navbar-light .navbar-toggler {
    background: #fff;
}
ul.navbar-nav.ml-auto {
    background: rgba(0, 0, 0, 0.5215686274509804);
}
li.nav-item {
    text-align: center;
}
.carousel-item img{
    
}
.carousel-caption h5 {
    font-size: 47px;
}
.title-heading-about h3 {
    padding: .5em 0;
	font-size:33px;
}
.title-heading-about h4 {
    top: 2px;
    font-size: 54px;
}
.title-heading h3 {
    font-size: 33px;
}
.title-heading h4 {
    top: -12px;
    font-size: 54px;
}
.video-section {
    min-height: 370px;
}
.video-section h2 {
   
    padding-top: 2.5em;
}
.team_grid h3 {
    font-size: 20px;
}
.portfolio-area li {
    width: 305px;
}
.title-heading-stats h3 {
    font-size: 33px;
	margin-bottom: 30px;
}
.title-heading-stats h4 {
    font-size: 54px;
	top: -13px;
}
.team_grid p {
    margin-bottom: 10px;
}
.clients {
    margin-bottom: 50px;
}
.latest-news {
    flex:0 0 50%;
    max-width: 50%;
}
.title-heading h4 {
    top: -9px;
    font-size: 45px;
}
p.para-cont {
    margin-bottom: 30px;
}
.btn-2 {
    margin-top: 0em;
}
.footer-grid_section_1its_sec {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}
.copyright {
    margin-top: 1em;
}

}
@media(max-width:800px){
.carousel-caption h5 {
    font-size: 45px;
}
.carousel-caption {
    bottom: 33%;
}
.video-section h2 {
    font-size: 38px;
}
.team_grid {
    flex: 0 0 50%;
    max-width: 50%;
}
.portfolio-area li {
    width: 248px;
}
.n-left h6 {
    font-size: 2.3em;
}
.video-section h2 {
    font-size: 36px;
}
.portfolio-area li {
    width: 369px;
}
}
@media(max-width:768px){
.portfolio-area li {
    width: 353px;
}
}
@media(max-width:736px){
.video-section h2 {
    font-size: 34px;
}
.title-heading h4 {
    top: -3px;
    font-size: 38px;
}
.portfolio-area li {
    width: 337px;
}
.section_about_counter_left {
    margin-bottom: 35px;
}
.latest-news {
    flex: 0 0 100%;
    max-width: 100%;
}
.news_grid4,.news_grid5,.news_grid6 {
    margin-bottom: 25px;
}
.col-lg-4.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-6.col-sm.about-left {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.col-lg-8.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-left {
    margin-bottom: 20px;
}
.n-left h6 {
    text-align: center;
    margin-bottom: 20px;
}
.contact .title-heading h4 {
    font-size: 32px;
    top: 2px;
}
}
@media(max-width:667px){
.carousel-caption {
    bottom: 22%;
}
.carousel-caption h5 {
    font-size: 41px;
}
.video-section h2 {
    font-size: 31px;
}
.video-section p {
    font-size: 17px;
}
.video-section {
    min-height: 300px;
}
.portfolio-area li {
    width: 303px;
}
}
@media(max-width:640px){
.carousel-caption h5 {
    font-size: 40px;
}
.video-section h2 {
    font-size: 29px;
}
.portfolio-area li {
    width: 290px;
}
}
@media(max-width:600px){
.carousel-caption h5 {
    font-size: 35px;
}
.video-section h2 {
    font-size: 27px;
}
.portfolio-area li {
    width: 270px;
}

}
@media(max-width:568px){
.carousel-caption {
    bottom: 15%;
}
.video-section h2 {
    font-size: 25px;
}
.video-section p {
    font-size: 15px;
}
.portfolio-categ li {
    padding: 4px 8px;
}
.portfolio-area li {
    width: 255px;
}
}
@media(max-width:480px){
.carousel-caption h5 {
    font-size: 30px;
}
.navbar-light .navbar-brand {
    font-size: 35px;
}
.carousel-caption p {
    margin-top: 0;
}
.carousel-caption {
    bottom: 11%;
}
.ser_banner_bottom_grid_right h4 {
    font-size: 18px;
}
.portfolio-area li {
    width: 430px;
}
.contact .title-heading h4 {
    font-size: 26px;
    top: 1px;
}
.title-heading h3 {
    font-size: 28px;
}
.title-heading-stats h3 {
    font-size: 28px;
}
.title-heading h4 {
    top: -3px;
    font-size: 32px;
}
.title-heading-stats h4 {
    font-size: 38px;
    top: -8px;
}
.title-heading-about h3 {
    font-size: 28px;
}
.title-heading-about h4 {
    top: 6px;
    font-size: 38px;
}
}
@media(max-width:414px){
.navbar-light .navbar-brand {
    font-size: 26px;
}
.carousel-caption h5 {
    font-size: 27px;
}
.title-heading h4 {
    top: -2px;
    font-size: 26px;
}
.title-heading h3 {
    font-size: 24px;
}
.portfolio-area li {
    width: 360px;
}
.portfolio-categ li {
    margin: 0px;  
}
.contact .title-heading h4 {
    font-size: 21px;
    top: 2px;
}
.n-left h6 {
    font-size: 27px;
}
}
@media(max-width:384px){
.carousel-caption h5 {
    font-size: 25px;
}
.portfolio-area li {
    width: 330px;
}
.ser_banner_bottom_grid_left_grid i {
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.video-section h2 {
    font-size: 23px;
}
.footer-grid_section_1its_sec {
    flex: 0 0 100%;
    max-width: 100%;
}
.team_grid {
    flex: 0 0 100%;
    max-width: 100%;
}
.title-heading h4 {
    font-size: 23px;
}
}
@media(max-width:375px){
.title-heading h3 {
    font-size: 22px;
}
.navbar {
    padding: .1rem 1rem;
}
.carousel-caption p {
    font-size: 15px;
}
.title-heading-about h3 {
    font-size: 19px;
}
.title-heading-about h4 {
    top: 2px;
    font-size: 34px;
}
.video-section h2 {
    font-size: 22px;
}
.portfolio-categ li a {
    font-size: 13px;
    letter-spacing: 1px;
}
.title-heading-stats h3 {
    font-size: 22px;
}
.title-heading-stats h4 {
    font-size: 34px;
}
.contact .title-heading h4 {
    font-size: 18px;
    top: 3px;
}
.contact-left, .contact-middle h3 {
    font-size: 23px;
}
.btn-2 {
    padding: .5em .5em;
    font-size: 13px;
}
}
@media(max-width:320px){
.carousel-caption p {
    font-size: 13px;
}
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.carousel-caption h5 {
    font-size: 20px;
}
.portfolio-area li {
    width: 270px;
}
p.counter {
    font-size: 25px;
    letter-spacing: 1px;
}
.contact .title-heading h4 {
    font-size: 14px;
    top: 5px;
}
.n-left h6 {
    font-size: 25px;
}
}

.services h1{
    color: #262e76;
    font-weight: bold;
}



.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 10px 12px;
  font-size: 16px;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
}

.dropup {
  position: fixed !important;
  bottom: 23px;
  left: 20px;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  padding-bottom: 50px;
}

.dropup-content a {
  color: white;
  padding: 2px 2px;
  text-decoration: none;
  background-color: #f1f1f1;
  display: block;
  border-radius: 50%;
  margin:5px 0px;
  width: 50px;
  height: 50px;
  font-size: 22px;
}
.dropup-content a path{
  color: white;
  fill: #fff;
}
.dropup-content a:nth-child(1){
    background-color: #4dc247;
}
.dropup-content a:nth-child(2){
    background-color: #ec5923;
}
.dropup-content a:nth-child(3){
    background-color: #0084ff;
}
.dropup-content a:nth-child(4){
    background-color: #848484;
}

.dropup-content a:hover {background-color: #ccc}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980B9;
}


.page-head_contentmk_info_allahsuperl {
    
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    min-height: 300px;
}
h3.tittle-allahsuperl {
    color: #000;
    font-size: 3em;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}
span.heading-style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    z-index: 1;
    line-height: 0px;
}
.heading-style i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FF5722;
    margin: 0 -4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading-style i:nth-child(2) {
    width: 12px;
    height: 12px;
    background-color: #1accfd;
}
h3.tittle-allahsuperl:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    bottom: 0px;
    right: 43.5%;
    width: 200px;
    height: 1px;
    background-position: 0px 0px;
}
ul.allahsuper_short {
    text-align: left;
    padding: 16px 0;
}
ul.allahsuper_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.allahsuper_short li a {
    color: #FF5722;
    text-decoration: none;
}
.services-breadcrumb {
    padding: 0;
    background: #eee;
    text-align: center;
}
.services-breadcrumb ul li i {
    padding: 0 1em;
}
.line:before {
    content: "";
    display: block;
    border-right: 2px solid #30c39e;
    position: absolute;
    height: 280px;
    right: 32px;
}
.color-light-green{
    color: #30c39e;
}
.color-blue{
    color: #262e76;
}
.product-img{
    position: relative;
}
.product-img img{
    
    height: 258px;
}
.product-tag {
    position: absolute;
    top: 6px;
    right: 12px;
    background: #333;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    border-radius: 4px;
    text-transform: uppercase;
}
.price {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
}
.price .item-price {
    display:  block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 7px;
}
.product-name{
    font-weight: 700;
    text-align: inherit;
    font-size: 18px;
    line-height: 20px;
}
.product-address{
    font-size: 13px;
    color: #9b9b9b;
}
.product-details p{
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.d-cell{
    display: table-cell;
}
.updated {
    color: #9b9b9b;
    font-size: 12px;
}

.logo{
    width: 184px;
    height: 82px;
    padding-left: 20px;
}
@media (min-width:1000px){
   .carousel-inner{
        max-height:  760px;
    }
}
.color-white-hover-green{
    color: #fff !important;
}
.color-white-hover-green:hover{
    color: #5fc3a1  !important;
}
a.nav-link.border-0 {
    padding: 15px 10px;
    border: 1px solid #1f1a99 !important;
    color: #fff;
    background: #7ab57a !important;
    text-align: center;
}
a.nav-link.border-0.active{
    background: #c18ec2 !important;
    color: #fff;
}
.speaciloffers{
    width: 271px;
    height: 271px;
}
.carouselsize{
    width: 730px;
    height: 365px;
}
.banner{
    margin-top: 100px;
}
.navbar:before{
    display: none !important;
}
.navbar:after{
    display: none !important;
}
.bgbus{
        background: linear-gradient(rgba(194, 149, 149, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/bus-bg.png);
        background-repeat: no-repeat;
        background-position: center;
}
@media (max-width: 900px){
    .speaciloffers{
       width: 170px;
       height: 170px;
    }   
    .col-md-2.line div {
        display: inline;
    }
    .line:before {
        display: none;
    }
    .line {
        padding: 10px 0px;
    }
    .carouselsize{
        width: 100%;
        height: 150px !important;
    }
    .banner{
        margin-top: 85px;
    }
    .news_grid_info{
        display: block;
    }
    .mobilefix{
        position: absolute;
        background:#040157;
        width: 120px;
        color: #fff;
    }
    .mobilefix + td,.mobilefix + th{
        margin-left: 120px;
        display: block;
    }
}
@media (max-width: 1080px){
    h3.tittle-allahsuperl:after {
        right: 40%;
    }
}
@media (max-width: 991px){
    h3.tittle-allahsuperl:after {
        right: 37%;
    }
}
@media (max-width: 667px){
    h3.tittle-allahsuperl:after {
        width: 169px;
    }
}
@media (max-width: 640px){
    h3.tittle-allahsuperl:after {
        right: 36.5%;
    }
}

@media (max-width: 600px){
    h3.tittle-allahsuperl:after {
        right: 35%;
    }
}
@media (max-width: 480px){
    h3.tittle-allahsuperl:after {
        right: 31%;
    }
}
@media (max-width: 480px){
    h3.tittle-allahsuperl:after {
        right: 34%;
        width: 140px;
    }
}
@media (max-width: 414px){
    h3.tittle-allahsuperl:after {
        right: 36%;
        width: 120px;
    }
}
@media (max-width: 384px){
    h3.tittle-allahsuperl:after {
        right: 36%;
        width: 100px;
    }
}
@media (max-width: 480px){
    h3.tittle-allahsuperl {
        font-size: 2em;
    }
}
@media (min-width:576px) {
.mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
}
.white{
  color: #fff !important;
}
.black{
  color: #000 !important;
}
.blue{
  color: #000157 !important;
}

