﻿ /* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
 
 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 
 *
 {
     font-family: "Manrope", sans-serif;
 }
 
 
 
 
 /* topbar css */
 .t-icon .fbb
 {
     background-color:#3b5998 !important;
     border-radius:0;
     border:1px solid #fff;
 }
 .t-icon .fbb:hover
 {
      background-color:#000 !important;
 }
 .t-icon .fbb i
 {
     color:#fff;
 }
 
 .t-icon .tww
 {
     background-color:#1da1f2 !important;
     border-radius:0;
     border:1px solid #fff;
 }
 .t-icon .tww:hover
 {
      background-color:#000 !important;
 }
 
 .t-icon .tww i
 {
     color:#fff;
 }
 
 .t-icon .lnn
 {
     background-color:#fbad50 !important;
     border-radius:0;
     border:1px solid #fff;
 }
 .t-icon .lnn:hover
 {
      background-color:#000 !important;
 }
 
 .t-icon .lnn i
 {
     color:#fff;
 }
 
 .t-icon .yut
 {
     background-color:#cd201f !important;
     border-radius:0;
     border:1px solid #fff;
 }
 .t-icon .yut:hover
 {
     background-color:#000 !important;
 }
 
  .t-icon .yut i
  {
      color:#fff;
  }
 
 .t-icon .inss
 {
     background-color:#0077b5 !important;
     border-radius:0;
     border:1px solid #fff;
 }
 .t-icon .inss:hover
 {
     background-color:#000 !important;
 }
 
 .t-icon .inss i
 {
     color:#fff;
 }
     
 
 /*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/* button close */
 
 /* nav menu start */
.navbar {
   background-color:#00715d;
    height: 80px;
   
}

.navbar .navbar-brand img
{
    width: 230px;
    height: 133px;
    position: relative;
    z-index: 50;
    top: 27px;
}

.navbar-nav .nav-item .nav-link{
    padding: 0 18px;
    color:#90c8be;
}

.navbar-nav .nav-item .nav-link:hover
{
    color:#ffffff;
}


.login_btn {
    background-color: #FDD44B;
    color: #585757;
    border-radius: 25px;
    padding: 7px 25px;
    font-size: 15px;
    font-weight:700;
    text-decoration: none;
    transition: 0.3s background-color;
    margin-right: 14px;
}
.login_btn:hover{
    background-color:#fff;
    color:#61CE70;
}


.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

    .navbar-toggler:focus, .btn-close:focus {
        box-shadow: none;
        outline: none;
    }

#home {
    color: #fff;
}

.nav-link {
    color: #000;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
/* #home:hover {
    color: #000;
} */

.nav-link:hover, .nav-link.active {
    color: #000;
}


/* dropdown menu hover effect on effect css start */
#nav_object {
    position: relative;
}

/* .dropdown{

        padding: 0 20px;
        } */

.dropdown-menu li a {
    color: #000000;
    font-size:15px;
    border-bottom: 1px solid #7d8d89;
}



.dropdown-menu {
    background: #F4ECE4 !important;
    border-bottom: 2px solid yellow;
    border-top: 4px solid #5bb450;
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    background-color: rgba(0, 179, 255, 0.5);
}

.dropdown-menu li a:hover {
    color: #fff;
}

.dropdown-item:hover {
    background-color: #00715d;
}

#nav_object {
    position: relative;
}

/* sidebar menu styling */
@media (max-width:991px) {
    .sidebar {
        background-color: rgba(255,255,255,0.15);
        backdrop-filter: blur(10px);
    }

    .nav-item {
        padding: 10px 0;
    }

    #home:hover {
        color: #fff;
    }

    .nav-item a:hover {
        color: #fff;
    }
}
/* end of sidebar menu styling */

/* end of mouse hover of dropdown menu */

@media(min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #FDD44B;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

@media(max-width:768px){
    navbar {
        background-color: #000;
    }
    
  .navbar .adm
    {
        display:none !important;
    }
    
    .navbar .navbar-brand img
    {
        width: 90px !important;
        height: 63px !important;
        top:0;
    }
 }
/* end nav menu */

/** Compaigns section css start **/

/* divider code */
.heading-with-divider h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    text-align: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.heading-with-divider h2::before,
.heading-with-divider h2::after {
    content: "";
    flex: 0 0 80px; 
    height: 4px;
    background-color: #ad922e;
    margin: 0 5px; 
}

.heading-with-divider h2 span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .heading-with-divider h2 {
        flex-direction: column;
        font-size: 20px;
    }

    .heading-with-divider h2::before,
    .heading-with-divider h2::after {
        flex: 0 0 30px; 
        height: 1px;
        margin: 5px 0; 
    }
}

@media (max-width: 480px) {
    .heading-with-divider h2 {
        font-size: 18px;
    }

    .heading-with-divider h2::before,
    .heading-with-divider h2::after {
        flex: 0 0 20px; 
        height: 1px;
    }
}
/* divider code end */
.circle {
  width: 200px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  
}

.circle canvas {
  vertical-align: top;
  width: 130px !important;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: black;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
/** Compaigns section css end **/

/* Gallery and news Section */

.team-carousel .owl-nav,
.service-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  left: 0;
  margin-top: -20px;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252531;
  background: #DFB163;
  font-size: 22px;
  opacity: .1;
  transition: .3s;
}

.team-carousel:hover .owl-nav .owl-prev,
.team-carousel:hover .owl-nav .owl-next,
.service-carousel:hover .owl-nav .owl-prev,
.service-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.portfolio-item .portfolio-img {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  transition: .5s;
}

.portfolio-item:hover .portfolio-img {
  bottom: 100%;
}

.portfolio-item .portfolio-text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: .5s;
}

.portfolio-item:hover .portfolio-text {
  bottom: 0;
}

.team .team-social {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: .3s;
}

.team:hover .team-social {
  opacity: 1;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DFB163;
  background: transparent;
  border: 1px solid #DFB163;
  font-size: 22px;
  transition: .3s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #252531;
  background: #DFB163;
}

.contact-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* End */

/*------------------------------------------------------------------
    Blog & News
-------------------------------------------------------------------*/

.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-inner p:hover
{
    color:#c19400;
}

.blog-img {
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #585757;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
	text-decoration:none;
}

.blog-inner a.new-btn-d.br-2 {
	color: #DfB163;
}
.blog-inner a.new-btn-d.br-2:hover
{ 
	border: 2px solid #DfB163;
	transition:.5s ease;
}

.blog-inner a.new-btn-d::before {
	background: #eee9db;
}


.blog-inner a:hover {
	color:#000;   
}

.blog-inner .item-meta {
	background: #fdd44b;
}

.blog-inner .item-meta a 
{
	background: #fdd44b;
	color: #ffffff;
	display: inline-block;
	border: none;
}

.blog-inner .item-meta span {
	color: #ffffff;
	background: #00715d;
	display: inline-block;
	padding: 5px;
}

.blog-inner h2 {
	margin-top: 20px;
}
/* End */

/* card carousel */


/* End */




/* footer style */
footer {
 /* background: linear-gradient(rgba(8, 84, 61, 1), rgba(42,38,15, 1)), url(../image/b2.jpg); */
  background: #095A5B;
  background-size: 100% 100%;
  color: #fff;
  padding: 30px 0 0;
  position: relative;
}

footer .f_logo {
  /* margin-bottom: 30px; */
  width: 300px !important;
}

footer .social {
  align-items: center;
  display: flex;
  justify-content: center;
}

.social
{
    padding-right:150px;
}

.social ul {
  display: flex;
  margin-bottom: 0;
 
  padding: 0;
  list-style: none;
}

.social ul li {
  background: #212d2b;
  font-size: 16px;
  border: 1px solid;
  border-radius: 50%;
  list-style: none;
  margin: 5px;
  padding: 5px 8px;
}

.social ul li:hover
{
    background-color:#add8e6;
    
}
.social ul li i
{
    color:#fff;
}
.social ul li i:hover
{
    color:#00715d;
}

.social ul li a
{
    text-decoration:none;
}

@media(max-width:768px) {
  footer .footer-item h4 {
    text-align: center;
  }

  footer .s_icon_content a {
    text-align: center !important;
  }
  
  .s_icon_content iframe
  {
      padding-left:25px;
  }
  .social
  {
      padding-left:150px;
  }
  
  footer .s_icon_content img
  {
    margin-left: 80px;
  }
  
}

footer .menuthing #footermenu a:hover{
  color: #00B074 !important;
  
margin-left: 5px !important;

transition: all 0.5s;
}

/* footer style end */





