body {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #111;
}

p {
    line-height: 1.48 !important;
}
.f400 {
    font-weight: 400 !important;
}
.f500 {
    font-weight: 500 !important;
}

.f600 {
    font-weight: 600 !important;
}

.f700 {
    font-weight: 700 !important;
}

.bg-dark {
    background: #111 !important;
}

.bg-light {
    background: #efefef8c !important;
}

select:focus {
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}

textarea:focus {
    box-shadow: none !important;
}

button:focus {
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

/*NAVBAR*/
.custom-navbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .custom-navbar img {
        width: 64px;
        border-radius: 12px;
    }

    .custom-navbar a {
        color: #c1c3c6 !important;
        padding: 0.5em 1em !important;
        font-size: 17px;
    }

        .custom-navbar a:hover {
            color: #0964cd !important;
        }

    .custom-navbar .navbar-brand {
        margin-left: 0px;
        padding: 0px !important;
    }

    .custom-navbar i {
        font-size: 22px;
    }

    .custom-navbar .btn1 {
        background-color: #dadada;
        border-color: #dadada;
        color: #111 !important;
        box-shadow: none;
        padding: 7px 14px 5px 14px !important;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
    }

        .custom-navbar .btn1:hover {
            background-color: #0964cd;
            border-color: #0964cd;
            color: white !important;
        }

    .custom-navbar .btn2 {
        background-color: #6c757d;
        border-color: #6c757d;
        color: #fff !important;
        box-shadow: none;
        padding: 7px 14px 5px 14px !important;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
    }

        .custom-navbar .btn2:hover {
            background-color: #0964cd;
            border-color: #0964cd;
            color: white !important;
        }

    .custom-navbar .navbar-nav .dropdown-menu {
        background: #111;
        padding-bottom: 0px;
    }

    .custom-navbar .dropdown-divider {
        border-top: 1px solid #363636;
        margin: 0px;
    }

.dropdown-languagez a {
    text-decoration: none;
    font-size: 15px;
    padding: 0.35em 1em !important;
}

.dropdown-languagez i {
   
    font-size: 15px;
}

.small-icon {
    font-size: 16px !important;
    padding-right: 2px;
}

.search-header {
    position: relative;
}

    .search-header .form-control {
        padding-left: 29px;
    }

    .search-header i {
        position: absolute;
        top: 11px;
        left: 10px;
        font-size: 14px;
    }

@media (max-width: 991px) {
    .custom-navbar .btn1 {
        width: 200px;
    }

    .custom-navbar .btn2 {
        margin-top: 15px;
        width: 200px;
    }

    .custom-navbar a {
        padding: 0.5em 0em !important;
    }

    .custom-navbar .navbar-collapse {
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    .custom-navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/**/

.bg-cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.76);
    height: 100%;
}

.bg-content-div {
    padding: 250px 0px;
    background: rgba(0, 0, 0, 0.71);
}

.bg-content-div-sub {
    padding: 100px 0px;
}

.bg-content-div h1 {
    font-size: 52px;
}

.bg-content-div h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
}

.btn-main {
    background-color: #0964cd;
    border-color: #0964cd;
    color: #fff !important;
    box-shadow: none;
    padding: 10px 20px 9px 20px !important;
}

    .btn-main:hover {
        background-color: #0852a7;
        border-color: #0852a7;
    }

    .btn-main:active {
        background-color: #0852a7 !important;
        border-color: #0852a7 !important;
    }




      .btn-outline-primary:hover {
        background-color: #0852a7;
        border-color: #0852a7;
    }

    .btn-outline-primary:active {
        background-color: #0852a7 !important;
        border-color: #0852a7 !important;
    }

.btn-small {
    background-color: #0964cd;
    border-color: #0964cd;
    color: #fff !important;
    box-shadow: none;
    padding: 7px 20px 7px 20px !important;
    font-size: 14px;
}

    .btn-small:hover {
        background-color: #0852a7;
        border-color: #0852a7;
    }

    .btn-small:active {
        background-color: #0852a7 !important;
        border-color: #0852a7 !important;
    }

.btn-small2 {
    background-color: #212529;
    border-color: #212529;
    color: #fff !important;
    box-shadow: none;
    padding: 7px 20px 7px 20px !important;
    font-size: 14px;
}

    .btn-small2:hover {
        background-color: #333;
        border-color: #333;
    }

    .btn-small2:active {
        background-color: #333 !important;
        border-color: #333 !important;
    }

.bg-radius1 {
    border-bottom-left-radius: 180px;
}

.bg-radius2 {
    border-bottom-right-radius: 180px;
}

.label-fr {
    font-weight: 500;
    font-size: 14px;
}
.input-style{

    border:1px solid #b8b8b8;
}

/**/
.container {
    max-width: 1180px !important;
}

.head2 {
    font-size: 42px;
}

.h-6 {
    color: white !important;
    font-size: 42px;
}

.line {
    width: 100px;
    height: 2px;
    margin: auto;
    background: #3589cc;
}

.bg-section2 p {
    font-size: 20px;
    color: white;
    line-height: 30px;
}

/**/
.style-title {
    text-align: center;
    padding-bottom: 30px;
}

    .style-title h2 {
        font-size: 42px;
        /*font-weight: 600;*/
        /*text-transform: uppercase;*/
        position: relative;
        color: #111;
    }

        .style-title h2::before,
        .style-title h2::after {
            content: "";
            width: 50px;
            height: 2px;
            background: #111;
            display: inline-block;
        }

        .style-title h2::before {
            margin: 0 15px 10px 0;
        }

        .style-title h2::after {
            margin: 0 0 10px 15px;
        }

.sp-head {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.features {
    background: white;
    border-radius: 13px;
    box-shadow: 0px 0px 11px 1px #d7d7d7;
    border-bottom: 6px solid #8282828f;
}

    .features:hover {
        opacity: 0.8;
    }

    .features h3 {
        font-weight: 500;
        font-size: 21px;
    }

    .features img {
        width: 80px;
    }

    .features h3 {
        padding-top: 20px;
    }

.services-section a {
    text-decoration: none !important;
}

.relative {
    position: relative;
}

.ly-1 {
    position: absolute;
    right: -138px;
    top: -112px;
    width: 270px;
}

@media (max-width: 767px) {
    .features img {
        width: 80px;
    }
}

/**/
/**/
.tesimonial-clients {
    padding: 95px 0;
    /*background: #e3eef8;*/
}

.h5-text {
    color: #555;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 19px;
    /*text-transform: uppercase;*/
}

/*.tesimonial-clients h2 {
        font-weight: 600;
        font-size: 44px;
        margin-top: 50px;
        margin-bottom: 20px;
    }*/

.tesimonial-clients h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
}

.tesimonial-clients p {
    margin-top: 5px;
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 37px;
    color: #666666;
}

.testimonial-box {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    background-color: #efefef8c !important;
    padding: 30px 30px 35px 35px;
    /*margin-bottom: 30px;*/
}

    .testimonial-box p {
        color: #111;
    }

.ratings i {
    color: orange;
}

.card-bio {
    position: relative;
}

    .card-bio img {
        position: absolute;
        left: 0px;
        top: -4px;
        width: 56px !important;
        border-radius: 100%;
    }

    .card-bio h6 {
        margin-left: 70px;
        font-weight: 600;
        margin-bottom: 1px;
        font-size: 17px;
    }

    .card-bio span {
        margin-left: 70px;
        display: inline-block;
        font-size: 14px;
        color: gray;
    }

/**/
.owl-carousel button.owl-dot {
    width: 9px;
    height: 9px;
    background: #fff !important;
    margin: 0px 3px;
    border-radius: 100%;
    border: 2px solid #222 !important;
}

    .owl-carousel button.owl-dot.active {
        background: #333 !important;
        margin: 0px 3px;
        border-radius: 100%;
        border: 2px solid #222 !important;
    }

/**/
.freelancer-box {
    border-radius: 5px;
    /*background-color: #f8f8f8 !important;*/
    background: linear-gradient( 135deg, rgb(240 238 238 / 0%) 0%, rgb(241 241 241 / 77%) 51%, rgb(255 255 255) 51%, rgb(255 255 255) 71%, rgb(255 255 255) 100% );
    padding: 20px 15px 20px 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 19px 0px #c1c1c1;
    position: relative;
    border-bottom: 6px solid #8282828f;
}

.about-us-box{
      border-radius: 5px;
    /*background-color: #f8f8f8 !important;*/
    padding: 20px 15px 20px 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 19px 0px #c1c1c1;
    position: relative;
    border-bottom: 6px solid #8282828f;
    background:white;
}

.cl1 {
    background: #f3f3f3;
}
.right-box {
    max-width: 600px;
    margin: auto;
    display: block;
}

.ratings-bio {
    font-size: 13px;
    font-weight: 500;
}

    .ratings-bio i {
        color: orange;
    }

.freelancer-bio {
    padding-left: 70px;
}

.freelancer-box .profile {
    /*position: absolute;*/
    /*left: 0px;
        top: -4px;*/
    width: 66px !important;
    border-radius: 100%;
}

.freelancer-details {
    padding-left: 21px;
    position: relative;
}

    .freelancer-details i {
        position: absolute;
        left: 0px;
        top: 2px;
    }

    .freelancer-details p {
        font-size: 14px;
        color: #666;
    }

.shade-bg {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1000;
}

/**/

    .box-1{
    
        padding:30px;
        border-radius:14px;
        margin-top:19px;
        box-shadow:0px 0px 20px 2px #00000038

    }

    

    .box-1 h2{
        font-size:28px;
    }

    .box-1-dark{
        background:#252525;
        color:white;
    }

/**/



.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-team {
  padding: 0 0 40px;
  background: #fff;
  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 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: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}




/**/

.bg-light2 {
    background: #fcfcfc;
}

.profile-sidebar {
    box-shadow: 0px 0px 13px 2px #e1dede;
    padding: 20px;
}

.profile-sidebar-img1 {
    width: 120px;
    margin: auto;
    display: block;
    margin-top: -70px;
    border-radius: 100%;
}

.profile-sidebar p {
    font-size: 16px;
}

.profile-sidebar-main {
    padding-left: 90px;
}

    .profile-sidebar-main img {
        position: absolute;
        width: 75px;
        left: 0px;
        top: 0px;
        border-radius: 100%;
    }

.ratings-sm {
    font-size: 14px;
}

.skills {
    display: inline-block;
    border-radius: 23px;
    padding: 3px 12px;
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    margin-right: 4px;
}

.freelance-img {
    width: 40px !important;
}

.flag-location{
    font-size:25px
}

.orange {
    color: orange;
}

.gig-img {
    height: 200px;
    border-radius: 20px;
    position: relative;
}

.radius-5 {
    border-radius: 20px;
}

.price {
    font-size: 12px;
    padding: 4px 11px;
    background: #212529;
}

.gig-box {
    box-shadow: 0px 0px 13px 2px #e1dede;
}

.btn-outline-1 {
    color: #111;
    border: 1px solid #111;
}

    .btn-outline-1:hover {
        color: #fff;
        border: 1px solid #0964cd;
        background:#0964cd
    }

.size4 {
    font-size: 33px;
}

.ratings-star i {
    font-size: 16px;
}

.custom-nav-pills .nav-link {
    color: #111;
}

.custom-nav-pills2 .nav-link {
    border: 1px solid gray;
    color: #111;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 16px;
}

    .custom-nav-pills2 .nav-link.active {
        background-color: #424548;
    }

/**/


.img1 {
    width: 180px;
}

.img2 {
    width: 230px;
    margin-top: 13px;
}

.img3 {
    width: 230px;
    margin-top: 6px;
}

.img4 {
    width: 200px;
}

.btn-width {
    width: 180px;
}

.overlay6 {
    background: rgba(0, 0, 0, 0.77) !important;
}

/*footer*/
footer {
    background: #000;
    padding-top: 90px;
    padding-bottom: 30px;
}

.text-footer {
    color: #afb5c0;
}

footer p {
    color: #afb5c0;
}

footer h3 {
    font-weight: 500;
    font-size: 21px;
}

.footer-ul1 a {
    color: #c7ccd6;
    padding-right: 19px;
    display: inline-block;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

    .footer-ul1 a:hover {
        color: white;
        text-decoration: none;
    }

.footer-hr {
    border-top: 1px solid #595959;
}

.footer-ul2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #fff;
    color: #111;
    font-size: 16px;
    text-decoration: none;
    transition: all ease 0.5s;
}

    .footer-ul2 a:hover {
        background: #0964cd;
        color: #fff;
    }

/**/
.footer-circle i {
    background: #333;
    color: #fff;
    font-size: 68px;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 100%;
    box-shadow: 0px 0px 36px 6px #0000001c;
}

    .footer-circle i:hover {
        /*background:#f48433;*/
    }

.footer-circle h3 {
    font-size: 22px;
}

/**/
.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.faqs-container .accordion {
}

.faqs-container .accordion-button {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #111;
    padding: 20px;
    font-weight: 500;
}

    .faqs-container .accordion-button:hover {
        text-decoration: none !important;
    }

    .faqs-container .accordion-button:active {
        text-decoration: none !important;
    }

    .faqs-container .accordion-button:focus {
        text-decoration: none !important;
        box-shadow: none !important;
    }

.faqs-container .card-header {
    padding: 0px;
    margin: 0px;
    /*border: none !important;*/
    /*background: none !important;*/
    background: white;
    /*border-radius:10px !important;*/
}

.faqs-container .card {
    border: none !important;
    background: white;
    box-shadow: 0 8px 12px rgb(218 218 218 / 18%);
    /*border-radius:10px;*/
    margin-bottom: 15px;
}

.head4 {
    font-size: 35px;
}

.card-header .btn[aria-expanded="true"] {
    /*color: #777 !important;*/
}

/**/

.reg-form {
    box-shadow: 0px 0px 16px 1px #d7d7d7;
    padding-left: 15px;
    padding-right: 15px;
}

    .reg-form .form-control {
        border: 1px solid #a5a7a8 !important;
    }

    .reg-form .form-select {
        border: 1px solid #a5a7a8 !important;
    }
/**/

.rem {
    position: relative;
    top: -2px;
}

.gray {
    color: gray;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .divider-text span {
        padding: 7px;
        font-size: 12px;
        position: relative;
        z-index: 2;
    }

    .divider-text:after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ddd;
        top: 55%;
        left: 0;
        z-index: 1;
    }

.f16 {
    font-size: 15px;
}

.f15 {
    font-size: 14px;
}

.btn-facebook {
    background-color: #405d9d;
    color: #fff !important;
}

.btn-google {
    background-color: #c5665f;
    color: #fff !important;
}

.btn-facebook:hover {
    opacity: 0.9;
    background-color: #405d9d;
}

.btn-google:hover {
    opacity: 0.9;
    background-color: #c5665f;
}

.bg-grd {
    background-image: linear-gradient(#ffffff, #5a8cc638);
}

/*Blog*/


.link-page {
    text-decoration: none;
    color: #333;
}

    .link-page:hover {
        color: #444;
    }

    .sub-head {
    padding-top: 14px;
}
    .list-1 {
    position: relative;
}
    .blog-post-main p {
    color: #333;
}

.list-1 li {
    position: relative;
    padding-left: 20px;
}

.list-1 {
    position: relative;
}

    .list-1 i {
        position: absolute;
        left: 0px;
        top: 4px;
        color: #0852a7;
    }

    .list-1 a:hover {
        color: #555;
    }
    
.breadcrumb-custom a {
    color: #0852a7 !important;
    font-size: 16px;
    text-decoration:none
}

.sub-details h5 {
    padding-bottom: 15px;
    padding-top:15px;
}


/**/

.chat-icon{
    color:#111 !important;

}

.chat-icon-link{
color:#111 !important;
display:inline-block;
margin-left:7px;
}

.countries a{
    color:#111;
    text-decoration:none;

}
.countries h4{
    color:#111;
    text-decoration:none;
    font-weight:500;
    font-size:21px;
    padding-top:5px;
}
/**/

@media(min-width:1500px)
{
    .xl-top{
        margin-top:70px;
    }
}

@media (max-width: 991px) {
    .hide-sm {
        display: none !important;
    }

    .dropdown-languagez {
        margin-top:21px;
       margin-bottom:13px;
    }

      .dropdown-languagez .dropdown-menu a {
        color:#222 !important;
        padding-left:10px !important
    }
}

@media (max-width: 767px) {

    .box-1 h2 {
    font-size: 22px;
}

    .btn-facebook {
        font-size: 14px;
    }

    .btn-google {
        font-size: 14px;
    }

    .ly-1 {
        display: none;
    }

    .bg-content-div {
        padding: 61px 0px;
    }

        .bg-content-div h1 {
            font-size: 40px;
            /* font-weight: 600; */
        }

    .head2 {
        font-size: 36px;
    }

    .style-title h2::before,
    .style-title h2::after {
        display: none;
    }

    .style-title h2 {
        font-size: 36px;
    }

    .h-6 {
        font-size: 36px;
    }

    .bg-section2 p {
        font-size: 18px;
    }

    .btn-width {
        width: 150px;
    }

    .head4 {
        font-size: 29px;
    }

    .f15 {
        font-size: 13px;
    }

    .reg-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hide-xs {
        display: none;
    }

    .features h3 {
        font-size: 18px;
    }

    .bg-radius1 {
        border-bottom-left-radius: 70px;
    }

    .bg-radius2 {
        border-bottom-right-radius: 70px;
    }
}


