






.naba{ background-color: #F0F8FB;
	line-height: 75px;
}








/*header start*/
.header{ background:#343a40;
	color:#fff;
	padding-top: 7px;
	padding-bottom: 5px;

	}

.header span { 
	position: relative;
	top: -3px;
	
	}

.header i{ font-size:22px;
	}

.iconalign{ text-align:right;

	}
.iconalign i:hover{ text-align:right;
	transform: translateY(-2px);
	}
/*header end*/



/*Navbar dropdown Start*/
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    transform: translateY(-2px);
}

.dtrnav {
    margin-top: 20px;
    margin-bottom: 20px;
	
}


.dropdown:hover > .dropdown-menu {
    display: block;
}


.dropdown:hover .nav-link {
    transform: none; 
}
/*Navbar dropdown End*/




/*section2 mar ser start*/

.section2{ width: 100%;
    display: flex;
    background-color: #d3d3d3;
    align-items: center;
    justify-content: center;
    height: 100vh;
	margin-top:50px;
    

 }
 .container2{ width: 95%;
display: flex;
max-width: 1000px;
margin: 0 auto;
align-items: center;
justify-content: center;
}
.ate1{ width: 55%;
    height: 550px;
    background-image:url(../image/digital-marketing-services-bangalore.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border:solid 10px #FFF;
	border-radius: 20px;


}
.ate2{ width: 45%;
    height:400px;
    background-color:#343a40;
	
    padding: 20px;
    margin-left: -120px;
    color: white;
    border-radius: 20px;
	border:solid 10px #FFF;
   
    
}
.ate2 h2{ color:#EF0E12;
    
}
@media only screen and (max-width: 620px) {
	
	.section2{ width: 100%;
    display: flex;
    background-color: rgb(247, 233, 217);
    align-items: center;
    justify-content: center;
    height:auto;
	margin-top:50px;
	padding-bottom:20px
    

 }
 


    .container2{ flex-direction: column;
        width: 90%;

        }
        .ate1{ width: 100%;

    background-image:url(../image/digital-marketing-services-bangalore.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border:solid 10px #CC33CC;
	margin-top:20px;
        }
        .ate2{width: 80%;
        margin: 0;
		height:auto;
    margin-top: -100px;}
  }

  
  @media only screen and (max-width: 320px) {
	
	.section2{ width: 100%;
    display: flex;
    background-color: rgb(247, 233, 217);
    align-items: center;
    justify-content: center;
    height:auto;
	margin-top:50px;
	padding-bottom:20px
    

 }
 


    .container2{ flex-direction: column;
        width: 90%;

        }
        .ate1{ width: 100%;

   background-image:url(../image/digital-marketing-services-bangalore.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border:solid 10px #CC33CC;
	margin-top:20px;
        }
        .ate2{width: 80%;
        margin: 0;
		height:auto;
    margin-top: -100px;}
  }
  

/*section2 end*/




/*SMM Services 3D All Card Start*/


	/*Service Card Start*/
.cardborder {
	
	 row-gap: 40px;
}
.cardborder img {
	border: solid 1px #000;
	
}
	
	/*Service Card End*/

.card-3d {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
	;
}

.iconsmm i{ 
	color: #C42828;
	font-size: 60px;
	margin-top: 30px;
	padding-bottom: 20px;
	
	
}

.card-3d:hover {
    transform: translateY(-3px); /* 3px ऊपर जाता है */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35); /* शैडो गहरी होती है */
	
}

/* Optional: Make images responsive */
.card-img-top {
    width: 100%;
    height: auto;
}


/*SMM Services 3D All Card End*/






/* ===================================
    # Skill Area  start
====================================== */

.skill-area .tab-items {
  border-left: 1px solid #e7e7e7;
  padding-left: 35px;
	background-color: #f3f2f0 !important; 
}

.skill-area .skill-items li a {
  border: 1px solid #e7e7e7;
  padding: 10px 24px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: inherit;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.skill-area .skill-items li.active a::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff4450;
  margin-left: -10px;
}

.skill-area .skill-items ul.nav-pills {
  margin-bottom: 20px;
}

.skill-area .skill-items .tab-content img {
  margin-top: 15px;
}

.skill-area .skill-items li.active a {
  background: #ff4450;
  border-color: transparent;
}

.skill-area .info-box {
  padding-right: 35px;
}

.skill-area .info-box h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.skill-area .info-box .skill-items .progress-box .progress {
  margin-bottom: 30px;
  height: 3px;
}

.skill-area .info-box .skill-items .progress-box:last-child .progress {
  margin-bottom: 0;
}

.skill-area .info-box .skill-items .progress-box h5 {
  text-transform: capitalize;
  font-weight: 600;
}

.skill-area .info-box .skill-items {
  margin-top: 30px;
}

.skill-area .info-box .skill-items .progress-box .progress .progress-bar {
  background: #ff4450;
}

/* ===================================
    # Skill Area  end
====================================== */












/* ContactForm start */
.fome {
    background-color: #d3d3d3 !important;
}

section#contact {
    background-image: image();
    background-repeat: no-repeat;
    background-position: center;
}

section#contact .section-heading {
    color: #000;
}

section#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
    padding: 1.25rem;
}

section#contact form#contactForm .form-group input.form-control {
    height: auto;
}

section#contact form#contactForm .form-group-textarea {
    height: 100%;
}

section#contact form#contactForm .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
}

section#contact form#contactForm p.help-block {
    margin: 0;
}

section#contact form#contactForm .form-control:focus {
    border-color: #ffc800;
    box-shadow: none;
}

section#contact form#contactForm ::-webkit-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

section#contact form#contactForm :-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

section#contact form#contactForm ::-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

section#contact form#contactForm :-ms-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

submitSuccessMessage.af {
    background-color: #14af97;
}

.btn-primary {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    margin-top: 15px;
    /* Hover effect के लिए smooth transition जोड़ें */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* बटन पर माउस ले जाने पर रंग बदलें */
.btn-primary:hover {
    color: #343a40 !important; /* टेक्स्ट का रंग डार्क ग्रे */
    background-color: #d3d3d3 !important; /* बैकग्राउंड का रंग लाइट ग्रे */
    border-color: #343a40 !important; /* बॉर्डर का रंग डार्क ग्रे */
	font-weight: bold;
	 transform: translateY(-1px);
}

/*ContactForm  end */



















/*contact us start*/

.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
	margin-bottom: 20px;
}
.contact .info-box i {
  font-size: 32px;
  color: #ed502e;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.ddd{ background-color:aliceblue;
}
.yy{ background-color: #FFF;
	box-shadow: -8px 10px 38px -1px rgba(0,0,0,0.68);
-webkit-box-shadow: -8px 10px 38px -1px rgba(0,0,0,0.68);
-moz-box-shadow: -8px 10px 38px -1px rgba(0,0,0,0.68);
}

.ty{ background-color: #FFF;
	margin: 5px;
	box-shadow: -8px 10px 38px -1px rgba(0,0,0,0.68);
-webkit-box-shadow: -8px 10px 38px -1px rgba(0,0,0,0.68);
-moz-box-shadow: -8px 10px 38px -1px rgba(0,0,0,0.68);
	
}

.contact-area.bottom-half {
  position: relative;
  bottom: -120px;
  margin-top: -120px;
}

.contact-area .address-items {
  padding: 50px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.contact-area .address-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0.7;
}

.contact-area .address-items li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-area .address-items li h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.contact-area .address-items li .icon i {
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
}

.contact-area .address-items li span {
  color: #ffffff;
}

.contact-area .address-items li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-area .contact-items > .row {
  display: flex;
  align-items: center;
}

.contact-area .contact-items {
  background: #ffffff;
  -moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.contact-area .contact-items .form-box {
  padding-right: 65px;
  padding-left: 35px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-area .contact-items .form-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-area .contact-items .form-box p {
  margin-bottom: 30px;
}

.contact-area .contact-items .form-box input, 
.contact-area .contact-items .form-box textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
}

.contact-area .contact-items .form-box textarea {
  min-height: 180px;
  padding-top: 15px;
}

.contact-area .contact-items .form-box button {
  border: none;
  background: #ff4450;
  padding: 12px 35px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.contact-area .contact-items .form-box button i {
  margin-left: 5px;
}

/*contact us end*/









/* team section*/

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #00325a;
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #145889;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #145889;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}
 
 /*team section end*/







/* ===================================
    # Services Modern start
====================================== */
.modern-services-area .item {
    background: #ffffff;
    padding: 60px 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
    position: relative;
    z-index: 1;
	
}

/* यहाँ यह नया CSS जोड़ा गया है */
.modern-services-area .item .icon {
    text-align: center;
}

.modern-services-area .item .icon i {
    font-size: 50px;
    margin-bottom: 30px;
    color: #ff4949;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 105px;
	
}

.modern-services-area .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #ff4949;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    opacity: 0.08;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
	
}

.modern-services-area .item:hover .icon i::after,
.modern-services-area .single-item:first-child .item .icon i::after {
    background: #ffffff;
    opacity: 1;
}

.modern-services-area .item h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.modern-services-area .single-item {
    margin-bottom: 30px;
}

.modern-services-area .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape-5.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.modern-services-area .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: #ff4949;
    z-index: -1;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.modern-services-area .item:hover::after,
.modern-services-area .single-item:first-child .item::after {
    opacity: 1;
}

.modern-services-area .item:hover::before,
.modern-services-area .single-item:first-child .item::before {
    opacity: 1;
    height: 100%;
}

.modern-services-area .item .content a {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: -15px;
    color: #666666;
}

.modern-services-area .item .content a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.modern-services-area .item .content a i {
    position: relative;
    top: 1px;
    font-size: 12px;
    transition: all 0.05s ease-in-out;
}

.modern-services-area .item h4,
.modern-services-area .item p,
.modern-services-area .item i {
  transition: all 0.35s ease-in-out;
}

.modern-services-area .item:hover h4,
.modern-services-area .item:hover p,
.modern-services-area .item:hover a,
.modern-services-area .single-item:first-child .item h4,
.modern-services-area .single-item:first-child .item p,
.modern-services-area .single-item:first-child .item a {
  color: #ffffff;
}

/* ===================================
    # Services Modern end
====================================== */


	
	/*seo start*/

.seo{ width:100%;
height:100vh;
background: rgb(248,249,250);
background: linear-gradient(90deg, rgba(248,249,250,1) 0%, rgba(232,234,236,1) 42%, rgba(255,255,255,1) 100%);
clip-path: polygon(0% 15%, 100% 0%, 100% 75%, 0% 90%);}                 


@media only screen and (max-width: 990px) {
.seo{ width:100%;
height:auto;
background: rgb(248,249,250);
background: linear-gradient(90deg, rgba(248,249,250,1) 0%, rgba(232,234,236,1) 42%, rgba(255,255,255,1) 100%);
clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);} 
}


.seo-list{ background-color:#f8f9fa;

}



ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 55px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
	
	


/*seo end*/




.carousel-shadow .owl-stage-outer {
  margin: -15px 15px 0;
  padding: 15px;
}


@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
    width: 1200px;
  }
}












/* ===================================
    # Footer start
====================================== */
footer .footer-content.default-padding {
    padding-top: 10px;
}
footer .widget-title {
  margin-bottom: 30px;
}

footer .f-item {
  margin-top: 30px;
}

footer .footer-items.default-padding {
  padding-top: 20px;
}

footer .logo {
  margin-bottom: 30px;
}

footer .footer-bottom img {
  height: 50px;
}

footer .about ul {
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

footer .f-item a:hover {
  color: #ff4949;
}

footer .f-item img {
    margin-bottom: 30px;
    height: 50px;
}

footer .about ul li {
  display: inline-block;
}

footer .about ul li a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    line-height: 43px;
    background: #e7e7e7;
    text-align: center;
    border-radius: 50%;
}

footer.bg-dark .about ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

footer.bg-gray  .about ul li a {
  color: #ff4949;
}

footer .recent-post .thumb {
  width: 100px;
  top: 8px;
  margin-right: 20px;
  position: relative;
}

footer .recent-post .info a {
  font-size: 16px;
}

footer.bg-dark .recent-post .info a {
  color: #ffffff;
}

footer .recent-post .info a:hover {
  color: #ff4949 !important;
}

footer .f-item.recent-post .meta-title span {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
}

footer .f-item.recent-post .meta-title i {
  font-weight: 500;
  margin-right: 7px;
}

footer .recent-post .content a {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 15px;
}

footer .recent-post .content .meta li {
  color: #ff4949;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

footer .recent-post .content .meta li i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

footer .recent-post .single {
  margin-bottom: 30px;
}

footer .recent-post .single:last-child {
  margin-bottom: 0;
}

footer .recent-post img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

footer .f-item.address li,
footer .f-item.recent-post li {
  display: flex;
}

/* Twitter Widget */
footer .f-item .twitter-item a {
  color: #ff4949;
  font-size: 14px;
}

footer .f-item .twitter-item .twitter-context {
  color: #666666;
}

footer.bg-dark .f-item .twitter-item .twitter-context {
  color: #ffffff;
}

footer .f-item .twitter-item .twitter-context i {
  color: #ff4949;
  margin-right: 5px;
}

footer .f-item .twitter-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer.bg-dark .f-item .twitter-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}

footer .link li {
  display: block;
  margin-bottom: 15px;
	
	
	
	
	margin-left: -37px;
	
}

footer .link li:last-child {
  margin-bottom: 0;
}

footer .link li a {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}

footer .link li a:hover {
  margin-left: 10px;
  color: #ff4949;
}

footer .link li a::before {
  content: "\27A4";
  font-family: "themify";
  left: 0;
  position: absolute;
  font-size: 10px;
	margin-top: 5px!important;
	
	
	
}

footer .contact li {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
	
}

footer .f-item.address li {
  padding-bottom: 0;
	
	
}

footer .contact li i {
    float: left;
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
	
}

footer .f-item .address li {
    display: flex;
    margin-bottom: 25px;
    padding: 0;

}

footer .f-item .address li .content,
footer .f-item .address li .content a {
  color: #a0a2a6;
}

footer .f-item .address li i {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 24px;
    color: #ff4949;
    position: relative;
    top: 5px;
	
}

footer .f-item .address li:last-child {
    margin-bottom: 0;
}

footer .f-item .address li strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;

}

footer.bg-dark .contact li i {
    color: #ffffff;	

}

footer .contact li span {
  padding-left: 20px;	

}

footer .contact li:last-child {
  margin-bottom: 0;
}

footer .widget-title {
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: capitalize;		

}

footer.bg-dark .widget-title {
  color: #ffffff;
}

footer.bg-dark p, footer.bg-dark li, footer.bg-dark a {
  color: #cccccc;
}

.footer-bottom.text-center.pt-50.oh {
  border-top: 1px solid #263442;
  color: white;
  float: left;
  width: 100%;
}

.footer-bottom {
    border-top: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #0f1825 none repeat scroll 0 0;
}

.footer-bottom .row {
  display: flex;
  align-items: center;
}

footer.bg-dark .footer-bottom {
  border-color: #263442;
}

.footer-bottom p {
  margin: 0;
  text-transform: capitalize;
  color: #cccccc;
}

footer.bg-dark.v2 .f-item .widget-title {
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .f-item.subscribe .input-group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

footer .f-item.subscribe input.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  margin-bottom: 10px;
}

footer .f-item.subscribe button {
  background: #ff4949 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  min-height: 45px;
  width: 100%;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: inline-block;
  font-weight: 700;
  margin: 10px;
  text-transform: uppercase;
}

.footer-bottom .copyright {
  float: left;
}

.footer-bottom .footer-social {
  float: right;
}

.footer-bottom .footer-social li {
  display: inline-block;
}

.footer-bottom .footer-social li a {
  display: inline-block;
  padding: 10px;
}

.footer-bottom .copyright p {
  line-height: 45px;
}

footer .f-item.tags li {
  display: inline-block;
  float: left;
}

footer .f-item.tags li a {
  background: #263442 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  text-transform: capitalize;
}

footer .f-item.tags li a:hover {
  background: #ff4949 none repeat scroll 0 0;
}	
	
.fc ul {
    
    margin-left: -37px;

}

/*footer end*/


.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}


