

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,
body {
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  color: #000000;
}

h3 {
  font-weight: 600;
  color: rgb(8, 8, 8);
  font-size: 24px;
  font-family: "Roboto", Sans-serif;
} /*heading*/

h4 {
  font-weight: 500;
  color: rgb(8, 8, 8);
}

h5 {
  font-weight: 600;
  color: rgb(8, 8, 8);
}

p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.45px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
 
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: rgb(61 87 148 / 90%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 90px;
}


/*navbarbst****/

.navbar{
  background: rgba(86, 100, 133, 0.9);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar .navbar-nav .nav-item a{
  padding: 15px;
  font-size: 14px;
  color: #ffffff;
}

.navbar-brand    img{
  max-height: 90px;
} 

.navbar .nav-item .nav-link:hover{
  color: #47aeff;
  font-size: 14px;
}

.navbar .nav-item .dropdown-menu{
  background-color:  rgba(86, 100, 133, 0.9);
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
  color: #47aeff;
}

.navbar-text i{
  font-size: 14px;
}

.navbar-text span{
  font-size: 14px;
}

.navbar-text{
  cursor: pointer;
}

 
/*************Responsive****************/

@media (max-width: 992px) {
  .navbar-brand .logo{
   height: auto;
   width: auto;
    
  }
}


@media (max-width: 768px) {
     
  .navbar-brand .logo{
      height: auto;
      width: auto;
     }
}

@media (max-width:576px){
  .navbar-brand .logo{
    height: 60px;
    width: auto;
   }
}

/*---------banner head****************-------*/

.carousel-caption{
  position: absolute;
  left: 0;
  width: 50%;
  top: 32%;
  margin-left: 5%;
  text-align: left;
}

.carousel-caption h5{
   color: #000000;
   font-size: 30px;
}

.carousel-caption p{
  color: rgb(0, 0, 0);
  margin-top: 10px;
  font-weight: bold;
}

.caro{
  color: black;
}

/*--end banner******/

/****about-index title***/
 
.section-titles h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #040404;
}

.section-titles p{
  color: #26292c;
}

.btn-get-started {
  margin-top: 25px;
  background: #21a8e3;
  border: 0;
  padding: 8px 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.btn-get-started span {
  font-size: 16px;
  color: white;
}

.btn-get-started:hover {
  background: #0a8fc8;
}
 
/*********index service***********/
.Services-banner {
  width: 100%;
  height: 40vh;
  background: url("../img/banner/banners.webp") top center;
  background-size: cover;
}

.Services-banner .container h2 {
  text-align: center;
  padding: 85px;
  color: white;
}

/*******end index service*********/

/* Recent-posts Section - Home Page
------------------------------*/
.recent-posts article {
  background-color: var(--color-box-background);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 25px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: rgb(42, 42, 42);
  margin-bottom: 2px;
}

.recent-posts .post-titles{
  font-size: 20px;
  color: #26292c!important;
  font-weight: 750;
  margin-bottom: 2px;
}
  
.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 2px; 
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #0a8fc8;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aab3c7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #e0e0e2;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#aboutbanner {
  width: 100%;
  height: 70vh;
  background: url("../img/banner/abtmess.webp") top center;
  background-size: cover;
  position: relative;
  background-size: 100% 100%;
}

.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #414c64;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #8b97b3;
}

.about p {
  font-size: 15px;
  color: #848484;
}

#Aboutus{
  padding-bottom: 10px;
}

#Aboutus p{
  color: #26292c;
}

/****what we do Banner*******/
#whatbanner {
  width: 100%;
  height: 70vh;
  background: url("../img/banner/whatbanner.webp") top center;
  background-size: cover;
  position: relative;
  background-size: 100% 100%;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/****service text*****/
/*******/
.services .icon-box {
  text-align: center;
  padding: 20px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  background: #f5f5f5;
  border-radius: 50%;
}

.services .icon-box .icon img {
  font-size: 32px;
  transition: 0.5s;
  line-height: 1;
  position: relative;
  border-radius: 50%;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #414c64;
  transition: ease-in-out 0.3s;
}

.services .icon-box:hover {
  border-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; 
  background-color: #f5f5f7;
}

/*--------------------------------------------------------------
# Contactus Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: url("../img/banner/contactusbann.webp") top center;
  background-size: cover;
  position: relative;
}

#hero .container {
  text-align: center;
  padding-top: 50px;
}

.contact .section-title p{
  text-align: center;
  font-size: 16px;
  color:#777777 !important;
  font-weight: 550 !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #0a8fc8;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #21a8e3;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
   
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 30px;
}

.contact .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact input,
.contact textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #ffc107;
}

.contact input {
  padding: 10px 15px;
}

.contact textarea {
  padding: 12px 15px;
}

.contact button[type="submit"] {
  background: #21a8e3;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact button[type="submit"]:hover {
  background: #0a8fc8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  background: rgba(55, 64, 85, 0.9);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: rgba(55, 64, 85, 0.9);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 img {
  height: 60px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

#footer .footer-top .footer-contact p strong {
  color: #1ca5e0;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1ca5e0;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #777777;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul i:hover {
  color: #ffffff;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1ca5e0;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e1e4ec;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1ca5e0;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter p{
  color: white;
  font-size: 14px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e1202e;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e1e4ec;
  color: #5f6f92;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1ca5e0;
  text-decoration: none;
}

/*--------------------------------------------------------------
#  Associate
--------------------------------------------------------------*/
#Assocbanner:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#Associabanner{
  width: 100%;
  height: 70vh;
  background: url("../img/banner/associateban.jpg") top center;
  background-size: 100% 100%;
  position: relative;
  background: cover;
}

.main-associate .associate-cards{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5vh 1vh;
  padding: 3vh;

}
.main-associate .associate-cards .associate-link{
  color:blue;

}
.main-associate .associate-cards .associate-link:hover{
  color:blue;

}

 
/**********blog page main*********/
 /*--------------------------------------------------------------
# Contactus Hero Section
--------------------------------------------------------------*/
#blogbanner {
  width: 80%;
  height: 40vh;
  background: url("../img/banner/blogger_font.webp") top center;
  background-size: contain;
  position: relative;
  background-size: 100% 100%;
margin: 20px auto;
}

/*************Responsiv*******************/
@media (min-width: 1024px) {
  .carousel-inner .carousel-item .ban{
    height: 80vh;
    width: 100%;
    background-size: 100% 100%; 
 } 

   
}

@media (max-width: 992px) {
  .carousel-inner .carousel-item .ban{
    height: auto;
    width: 100%;
    background-size: 100% 100%; 
 } 

   /***contact us ******/
   #hero .container {
    padding-top: 0;
  }

  /***whatwedo****/
  #whatbanner {
    width: 100%;
    height: 50vh;
    background-size: 100% 100%;
  }

   /*****breadcrumbs****/
   .breadcrumbs{
    padding: 10px 0;
   }
}

 /**************/ 

@media (max-width: 768px) {
  .carousel-inner .carousel-item .ban{
    height: auto;
    width: 100%;
    background-size: 100% 100%; 
 } 

   #Associabanner{
    width: 100%;
    height: 40vh;
    background-size: 100% 100%;
 }

    /***contact us ******/
    #hero {
      height: 40vh;
      width: 100%;
      background-size: 100% 100%;
    }

    /******aboutus******/
    #aboutbanner {
      height: 40vh;
      width: 100%;
      background-size: 100% 100%;
    }

     /***whatwedo****/
    #whatbanner {
      width: 100%;
      height: 40vh;
      background-size: 100% 100%;
    }

    /*****breadcrumbs****/
     .breadcrumbs .d-flex {
       display: block !important;
     }
   
     .breadcrumbs ol {
       display: block;
     }
   
     .breadcrumbs ol li {
       display: inline-block;
     } 
     
     .breadcrumbs{
      padding: 10px 0;
     }

     /****blogpage******/
     #blogbanner {
      width: 100%;
      height: 40vh;
      background-size: 100% 100%;
    }
}

/***********/

@media (max-width:576px) {
  .carousel-inner .carousel-item .ban{
    height: 30vh;
    width: 100%;
    background-size: 100% 100%; 
 } 

 #Associabanner{
  width: 100%;
  height: 30vh;
  background-size: 100% 100%;
}

   /***contact us ******/
   #hero {
    height: 30vh;
    width: 100%;
    background-size: 100% 100%;
  }

   /******aboutus******/
   #aboutbanner {
    height: 30vh;
    width: 100%;
    background-size: 100% 100%;
  }

    /***whatwedo****/
  #whatbanner {
    width: 100%;
    height: 30vh;
    background-size: 100% 100%;
  } 

  /*****breadcrumbs****/
  .breadcrumbs{
    padding: 8px 0;
   }

   /****blogpage******/
   #blogbanner {
    width: 100%;
    height: 30vh;
    background-size: 100% 100%;
  }
}


.recent-posts .section-title h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #040404;
}
.recent-posts .section-title p{
  color: #26292c;
}









 