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

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #222222;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
img,
ul,
ol,
li,
input,
form,
.btn,
.navbar,
.breadcrumb,
.pagination {
    margin: 0px;
    padding: 0px;
    border: 0;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p,
a {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
}

h2 {
    font-size: 40px;
    color: #222222;
    font-weight: 700;
}

h3 {
    font-size: 40px;
    color: #222222;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
}

h5 {
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.btn_com {
    padding: 10px 35px;
    display: inline-block;
    background: #0691cc;
    color: #ffffff;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
}

.pr0 {
    padding-right: 0px;
}

.py_60 {
    padding: 60px 0px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.py_90 {
    padding: 100px 0px 100px;
}

.py_6090 {
    padding: 60px 0px 90px;
}

.pt_90 {
    padding-top: 90px;
}

.pb_90 {
    padding-bottom: 90px;
}

.mt_30 {
    margin-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.dis_none {
    display: none;
}

.btn {
    border-radius: 0;
}
/* topbar part start */
.top_bar {
    background: #1e1e1e;
    font-size: 15px;
    height: 40px;
    padding: 0;
    color: rgb(244, 244, 244);
  }

  .top_bar .contact-info a {
    line-height: 0;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    padding-left: 5px;
  }
/* topbar part end */
/* header start */
header .menu_part {
    padding: 5px 0px;
    background: #e2edf6;
}

header .menu_part a img {
  height: 60px;

}

header .menu_part .navbar-brand i {
    color: #0691cc;
}

header .menu_part .main_menu .nav-item .nav-link {
    padding: 7.5px 15px;
    border-radius: 5px;
    text-align: center;
    color: #222222;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.menu_part .nav_bar ul li:last-child {
    background: #a6c5de;
    margin-left: 10px;
}
.menu_part .nav_bar ul li:nth-last-child(2){
    background: #a6c5de;
    margin-left: 10px;
}

header .menu_part .main_menu .nav-item:hover .nav-link {
    color: #0691cc;
}

header .menu_part .main_menu .nav-item .extra_btn {
    border-radius: 35px;
    background: #0691cc;
    color: #e2edf6;
}

header .menu_part .main_menu .active .nav-link {
    color: #0691cc;
}

header .menu_part .extra_menu .nav-item .nav-link {
    padding: 7.5px 20px;
}

header .menu_part .extra_menu .dp_menu {
    position: relative;
}

header .menu_part .extra_menu .dp_menu .nav-link:hover {
    color: #0691cc;
}

header .menu_part .extra_menu .dp_menu .nav-link i {
    padding-left: 5px;
}

header .menu_part .extra_menu .dp_menu ul {
    position: absolute;
    left: 0;
    top: 55px;
    width: 150px;
    background: #e2edf6;
    transition: 0.4s;
    visibility: hidden;
    z-index: 9999;
}

header .menu_part .extra_menu .dp_menu ul li a {
    padding: 5px 20px;
    display: block;
}

header .menu_part .extra_menu .dp_menu ul li:hover a {
    color: #0691cc;
}

header .menu_part .extra_menu .dp_menu:hover ul {
    top: 50px;
    visibility: visible;
}

header .fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #e2edf6;
    padding: 0px 0px;
}

/* header end */
/* banner_part start */
.banner_item img{
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.banner_part .overlay_banner {
    background: rgba(146, 202, 241, 0.6);
}

/* banner_part end */

/* gallery part start */

.gallery_part{
    width: 100%;
    background: #e2edf6;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .gallery_part .img_item{
    background-repeat: no-repeat !important;
    background-position: 100% 100% !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    position: relative;
  }

  .wrapper{
    width: 100%;
    height: 30px;
    background: #f8f8f8bd;
    text-align: center;
    position: absolute;
    bottom: 0px;
  }

  .wrapper .img_content a{
    font-weight: 500;
    font-size: 16px;
    margin: 20 0px;
    color: #000;
  }

/* gallery part end */

/* clients part start */

.common_heading h3 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 30px;
}

.clients_slide_item {
    width: 100px;
    display: inline-block;
}

.clients_slide_item a img {
   padding: 0px 0px;
}



.clients_part {
    text-align: center;
    background: #e2edf6;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .clients_part .slide_img img{
    font-size: 12px;
    width: 200px !important;
    height: 100px;
  }
  .clients_part img{
    font-size: 12px;
    padding: 30px 0px;
  }

/* clients part end */


/* common_heading start */
.common_heading {
    padding-bottom: 30px;
}

.common_heading h3 {
    padding-bottom: 10px;
    text-transform: capitalize;
}

.common_heading h3 span {
    color: #0691cc;
}

/* common_heading end */

/* login part start */
.login_img img{
    width: 100%;
    margin-top: 30px;
    margin-right: 20px;
  }
  .login_form{
    background: #dcebffc1;
    height: 520px;
    width: 400px;
    margin-top: 50px;
    margin-left: 45px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 10px 1px #dcebffc1;
  }
  .login_form p{
    text-align: center;
    font-size: 18px;
    color: #504e4e;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .login_form form{
    margin-top: 10px;
    text-align: center;
  }
  .input_type{
    margin-bottom: 20px;
  }

  .check_box {
    color: #000;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;

    margin-top: 25px;
  }
  .check_box a{
    text-align: right;
    margin-left: 92px;
    color: #d10000;
    font-size: 14px;
  }
  .login_button{
    background: #464551;
    padding: 5px 150px;
    padding-bottom: 7px;
    border-radius: 10px;
    color: rgb(246, 246, 246);
    font-size: 16px;
    transition: all 0.4s;
    border: 1px solid #302f38;
  }
  .login_button:hover{
    background: #14102e;
    color: white;
    border: 1px solid #14102e;
  }
  hr{
    color: rgb(0, 0, 0);
  }
  .form_link{
    text-align: center;
  }
  .form_link a{
    color: #302f38;
    font-size: 14px;
  }
  .form_link .google_link{
    background: white;
    padding: 10px 16px;
    border-radius: 5px;
    margin-bottom: 50px;
    transition: all 0.5s;
    margin-left: 5px;
  }
  .form_link .google_link:hover{
    background: #cbdeef;
  }
  .form_link p{
    font-size: 14px;
  }
  .form_link p a{
    font-weight: 600;
  }

  /*icon view css */

  .input-box{
    position: relative;
    display:block;
  }
  .input-box span{
    width: 30px;
  }

  .input-box .input-control{
    width: 100%;
    background: #fff;
  }
  .input-box .password-show{
    position: absolute;
    cursor: pointer;
    top: 25%;
    right: 4%;
    visibility: visible;
  }




/* login part end */
/* register part start */
.applyBoard_part{
    text-align: center;
    margin-top: 30px;
    margin-left: 20px;
    color: #000;
  }

  .applyBoard_part h1 {
    color: #000;
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 15px;
  }

  .applyBoard_box{
    text-align: center;
    border: 1px solid rgb(206, 206, 206);
    width: 350px;
    height: 550px;
    border-radius: 5px;
    color: #000;
    display: block;
    margin: 10px;
  }
  /* .applyBoard_box .count-box img{

  } */
  .applyBoard_box img{
    margin: 0px;
  }

  .applyBoard_box h4{
    color: #323232;
    margin: 20px;
    font-weight: 500;
  }
  .applyBoard_box p{
    font-size: 15px;
    color: #787878;
    line-height: 1.5;
    margin: 35px;

  }
  .applyBoard_box a{
    background: #302f38;
    color: rgb(239, 238, 238);
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.4s;
  }
  .applyBoard_box a:hover{
    background: #212027;
    color: white;
  }

  .login_part{
    background: #e2edf6;
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 90px;
  }
  .login_part h2{
    padding: 30px 0px;
    font-weight: 400;
    font-size: 30px;
  }
  .login_part h2 a{
    color: #ffffff;
    background: #3e404b;
    border-radius: 10px;
    padding: 7px 12px;
    font-size: 14px;
  }



/* register part end */


/* footer part start */

.footer {
    background: #0E222F;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 14px;
  }
  .footer_head .footer_about p{
    padding-bottom: 0px;
    line-height: 0.6;
  }

  .footer .footer-top {
    padding: 60px 0 10px 0;
  }

  .footer .footer-top p{
    line-height: 0.8;
  }
  .footer_head h1 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 46px;
  }
  .footer_head p{
    padding-bottom: 35px;
    font-size: 12px;
    font-weight: 400;
  }
  .footer_head .footer_about h3{
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .footer .footer-top .social-links a:hover {
    background: #cc1616;
    color: #fff;
    text-decoration: none;
  }

  .footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    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 li {
    padding: 7px 0;
    display: flex;
    align-items: center;
  }
  .footer .footer-top .footer-links ul li a{
    font-size: 11px;
    font-weight: 200;
  }

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

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

  .footer .footer-top .footer-links ul a:hover {
    color: #eb4444;
  }


  .footer .copyright {
    border-top: 1px solid #262626;
    text-align: center;
    padding-top: 30px;
  }

  .footer .credits {
    padding: 20px 0px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  .footer .credits a {
    color: #e82d2d;
  }
  .footer_head p {
   color: #ffffff;
  }

  .footer_head .footer_about h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
  }
  .footer_head .footer_about p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
  }
  @media (max-width: 575px) {
    #footer .footer-top .footer-info {
      margin: -20px 0 30px 0;
    }
  }
footer part end
