body {
    background: #ffffff;
  }
  html{
    scroll-behavior: smooth;
  }
  
  /*navbar
  ----------*/
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;

}
.navbar-nav a{
  color: #367588;
}
.navbar-light .navbar-brand {
  color: #367588;
}
.navbar-light .navbar-nav .active>.nav-link {
  color: #367588;
}
.navbar-brand{
    font-size: 24px;
    font-weight: 600;
    font-family: sans-serif;
    color: #fff;
}
.navbar-toggler{
  color: #fff;
}
.dropdown-menu a{
  color: #367588;
}

  .navbar .nav-item:not(:last-child) {
    margin-right: 8px;
  }
  
  .dropdown-toggle::after {
     transition: transform 0.15s linear; 
  }
  
  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
  }
  
  .dropdown-menu {
    margin-top: 0;
  }
  .fa-download{
    color: #367588;
  }
 

 /*Slider
 ---------*/
  .carousel-inner{
      width: 100%;
      height: 100%;
      object-fit: contain;
      margin-top: 80px;
  }

  /* About Me 
---------------------*/
.about  .about-details{
  margin-top: 30px;
}
.about-img{
  margin-left: -100px;
  right: -60px;
  
 }
 .about .about-details .img-fluid{
  border: solid 2px;
  border-radius: 8px;
  border-color: #367588;
  height: 450px;
  margin-top: 30px;
 }
 
 .display-1{
  font-size: 140px;
  font-weight: 1000;
  
}
.position-absolute{
  font-weight: 700;
  
}
.btn-teal-blue {
  background-color: #367588;
  color: #ffffff;
}
.btn{
  border: 2px solid #367588;
}
.btn-white{
  background-color: #ffffff;
  border:2px solid #ffffff;
}
.btn-blue{
  border: 2.4px solid #ffffff;
  color: #ffffff;
}
/* @media (max-width: 700px) {
  .about-img{
    margin-left: 20px;
    right: 0px;
    top: 30px;
   }
} */

/*Skills
----------*/
.progress {
  border-radius: 10px;
}
.skill .skills{
  margin-top: 30px;
}
.progress .progress-bar {
  width: 0px;
  border-radius: 10px;
  transition: 2s;
}

/*Experience
------------*/
.experience .ex-img img{
  width: 80px;
}
.experience .experiences .ex-1{
  margin-top: 30px;
}
.experience .experiences .ex-title a{
  font-weight: bold;
  font-size: 18px;

}
.ex-btn{
  width: 100%;
  color: #367588;
  background-color: #D3D3D3;
  margin-top: 15px;
}
.experience .overlay-text .bold{
  font-weight: bold;
}

/*Education
------------*/
.education .educations{
  margin-top: 40px;
}
.fa-dot-circle{
  color: #367588;
}

/*Certification
---------------*/
.certification .certificates{
  margin-top: 30px;
}
.certificate-btn{
  text-align: left;
  margin-left: 30px;
  
}
.certification .details img{
  width: 200px;
} 
.certification .details .heading{
  color: #367588;
} 
/*Training
-----------*/
.training-h4{
  padding-bottom: 30px;
}

.training-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #367588;
  font-size: 50px;
  
}
.teal-blue{
  color: #367588;
}

.training-box{
  /* box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);   */
  margin-left: 20px;
  
  padding: 30px;
  border: rgb(241, 239, 239) solid 1px;

  
}
.training-box:hover{
  box-shadow: 0px 1px 13px rgba(27, 27, 27, 0.705); 
 
}
.border-primary{
  color: #367588;
}
.border-bottom{
  color: #367588;
}
/*publication
------------*/
.publication .row .bold{
  font-weight: bold;
}
/*workshop
------------*/
.workshop .row .bold{
  font-weight: bold;
}

/*Gallery
----------*/
.portfolio-item .portfolio-btn {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
}
.portfolio-item .img-fluid{
  height: 250px;
}

/*Blog
-------*/
.blog-section{
  margin-top: 30px;
}
.blog .img-fluid{
  height: 200px;
}

/*Contact
---------*/
.contact .form{
  margin-top: 30px;

}
.fa-user{
  color: #367588;
}
.fa-pencil-alt{
  color: #367588;
}
.btn-teal-blue{
  background-color: #367588;
  color: #fff;
  margin-top: 50px;
}
.fa-map-marker-alt{
  color: #367588;
}

/*Footer
---------*/
.footer-tittle{
  color: #fff;
}
.icon-white {
  color: #fff;
}
.main-footer{
  background-color: #D3D3D3;
}
.copyright{
  background-color: #D3D3D3;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}
.fa-home{
  color: #367588;
}
.fa-envelope{
  color: #367588;
}
.fa-phone{
  color: #367588;
}
.f-link a{
  color: #000;
}
.text-color{
  color: #367588;
  font-weight: 600;
}
.deep-purple{
  color: #367588;
}
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }


/*Responsive
------------*/


@media(min-width: 220px) {
  .map-container-section {
    width: 280px;
  }

  .display-1 {
    font-size: 40px;
    font-weight: 1000;

  }

  .carousel-inner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 120px;
    margin-left: 0px;
  }

  .about-img {
    margin-left: 0px;
    right: 0px;

  }

  .about .about-details .img-fluid {
    border: solid 2px;
    border-radius: 8px;
    border-color: #367588;
    height: 300px;
    margin-top: 30px;
  }

  .about .ml-5,
  .mx-5 {
    margin-left: 0px !important;
  }

  .experiences .pl-5,
  .px-5 {
    padding-left: 0px !important;
  }

  .certification .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .certificate-btn {
    text-align: left;
    margin-left: 0px;
  }

  .card-body {
    margin-top: 20px;
  }

  .text-left {
    text-align: center !important;
  }

  .text-right {
    text-align: center !important;
  }

  .training .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .btn-teal-blue {
    margin-top: 20px;
  }

  .certification .details .heading {
    color: #367588;
    margin-top: 20px;
  }
  .main-footer .pl-5{
    padding-left: 0px !important;
  }
}
@media(min-width: 320px){
.map-container-section{
  width: 280px;
}
.display-1 {
  font-size: 40px;
  font-weight: 1000;

}
.carousel-inner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 120px;
  margin-left: 0px;
}
.about-img {
  margin-left: 0px;
  right: 0px;

}

.about .about-details .img-fluid {
  border: solid 2px;
  border-radius: 8px;
  border-color: #367588;
  height: 300px;
  margin-top: 30px;
}
.about .ml-5,
.mx-5 {
  margin-left: 0px !important;
}
.experiences .pl-5, .px-5 {
  padding-left: 0px !important;
}

.certification .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  align-content: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.certificate-btn {
  text-align: left;
   margin-left: 0px;
}
.card-body{
  margin-top: 20px;
}
.text-left {
  text-align: center !important;
}
.text-right {
  text-align: center !important;
}
.training .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.btn-teal-blue{
  margin-top: 20px;
}
.certification .details .heading {
  color: #367588;
  margin-top: 20px;
}
.main-footer .pl-5 {
  padding-left: 0px !important;
}
}
@media(min-width: 375px) {
  .map-container-section {
    width: 320px;
  }

  .display-1 {
    font-size: 40px;
    font-weight: 1000;

  }

  .carousel-inner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 120px;
    margin-left: 0px;
  }

  .about-img {
    margin-left: 0px;
    right: 0px;

  }

  .about .about-details .img-fluid {
    border: solid 2px;
    border-radius: 8px;
    border-color: #367588;
    height: 300px;
    margin-top: 30px;
  }

  .about .ml-5,
  .mx-5 {
    margin-left: 0px !important;
  }

  .experiences .pl-5,
  .px-5 {
    padding-left: 0px !important;
  }

  .certification .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .certificate-btn {
    text-align: left;
    margin-left: 0px;
  }

  .card-body {
    margin-top: 20px;
  }

  .text-left {
    text-align: center !important;
  }

  .text-right {
    text-align: center !important;
  }
  .training .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .btn-teal-blue {
    margin-top: 20px;
  }
  
  .certification .details .heading {
    color: #367588;
    margin-top: 20px;
  }
  .main-footer .pl-5 {
    padding-left: 0px !important;
  }
}
@media(min-width: 425px) {
  .map-container-section {
    width: 380px;
  }

  .display-1 {
    font-size: 40px;
    font-weight: 1000;

  }

  .carousel-inner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 80px;
    margin-left: 0px;
  }

  .about-img {
    margin-left: 0px;
    right: 0px;

  }

  .about .about-details .img-fluid {
    border: solid 2px;
    border-radius: 8px;
    border-color: #367588;
    height: 300px;
    margin-top: 30px;
  }

  .about .ml-5,
  .mx-5 {
    margin-left: 0px !important;
  }

  .experiences .pl-5,
  .px-5 {
    padding-left: 0px !important;
  }

 
.certification .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .certificate-btn {
    text-align: left;
    margin-left: 0px;
  }

  .card-body {
    margin-top: 20px;
  }

  .text-left {
    text-align: center !important;
  }

  .text-right {
    text-align: center !important;
  }
  .training .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .main-footer .pl-5 {
    padding-left: 0px !important;
  }
}
@media(min-width: 768px) {
  .map-container-section {
    width: 700px;
  }

  .display-1 {
    font-size: 40px;
    font-weight: 1000;

  }

  .carousel-inner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 80px;
    margin-left: 0px;
  }

  .about-img {
    margin-left: 0px;
    right: 0px;

  }

  .about .about-details .img-fluid {
    border: solid 2px;
    border-radius: 8px;
    border-color: #367588;
    height: 400px;
    margin-top: 30px;
  }

  .about .ml-5,
  .mx-5 {
    margin-left: 0px !important;
  }

  .experiences .pl-5,
  .px-5 {
    padding-left: 0px !important;
  }

 

.certification .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .certificate-btn {
    text-align: left;
    margin-left: 0px;
  }

  .card-body {
    margin-top: 20px;
  }

  .text-left {
    text-align: center !important;
  }

  .text-right {
    text-align: center !important;
  }
  .training .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .main-footer .pl-5 {
    padding-left: 30px !important;
  }
}
@media(min-width: 1024px) {
  .map-container-section {
    width: 600px;
    margin-left: 10px;
  }

  .display-1 {
    font-size: 100px;
    font-weight: 1000;

  }

  .carousel-inner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 80px;
    margin-left: 0px;
  }

  .about-img {
    margin-left: 0px;
    right: 0px;

  }

  .about .about-details .img-fluid {
    border: solid 2px;
    border-radius: 8px;
    border-color: #367588;
    height: 400px;
    margin-top: 30px;
  }

  .about .ml-5,
  .mx-5 {
    margin-left: 0px !important;
  }

  .experiences .pl-5,
  .px-5 {
    padding-left: 0px !important;
  }



.certification .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .certificate-btn {
    text-align: left;
    margin-left: 0px;
  }

  .card-body {
    margin-top: 20px;
  }

  .text-left {
    text-align: left !important;
  }

  .text-right {
    text-align: right !important;
  }
  .blog1.col-lg-4.col-md-12.mb-lg-0.mb-4 {
    padding: 20px;
  }
  .blog2.col-lg-4.col-md-12.mb-lg-0.mb-4 {
    padding: 20px;
  }
  .blog3.col-lg-4.col-md-12.mb-lg-0.mb-4 {
    padding: 20px;
  }
  .training .d-flex {

    display: flex !important;
  }
  .training-box{
    margin-left: 0px;
  }
  .main-footer .pl-5 {
    padding-left: 30px !important;
  }
}



