@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap" rel="stylesheet"');
body h1,h2{
    font-family: 'Oswald', sans-serif;
}
html {
    scroll-padding-top:120px; /* height of sticky header */
  }
.fs36{
    font-size:36px;
}
.fs24{
    font-size:24px;
}
.fs48{
    font-size: 48px;
}
.fs30 {
    font-size: 30px;
}
.fs50{
    font-size: 50px;
}
.fs35 {
 font-size: 35px;
}
.purple{
    color: #4183d7;
    font-weight: 700;
}
.green-bg{
    background-color: #18cfab;
}
p{
    color:#757575;
    font-size:15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.header_bg{
    background: url("../images/header-ser1.png") no-repeat;
    background-size: cover;
    font-weight: 400;
    min-height: 575px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
textarea.form-control {
    min-height: calc(12.5em + .75rem + 2px);
}
.header_container {
    padding: 20px 0px;
}
.header_details_box .info_box {
    padding-top: 20px;
}
.header_details_box .round_box {
    width: 60px;
    height: 60px;
    border: solid 1px #c4c4c4;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    position: absolute;
    left: 0px;
}
.header_details_box {
    display: flex;
    position: relative;
    padding-left: 75px;
    margin-left: 20px;
    height: 60px;
    vertical-align: top;
}
.carousel {
    margin-top: 30px;
    font-family: 'Oswald', sans-serif;

}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.navbar {
    background: #245a9f;
    padding: 0px;
    position: sticky;
    top: 0px;
}
.navbar a {
    width: 125px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-right: 80px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
.login_btn{
    position: absolute;
    top: 10px;
    left: -200px;
    text-align: right;
}
.login_btn img{
    margin-right:5px;
}
.login_btn a{
    color: #147cca;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-family: 'open sans';
}
.navbar-brand img{
    max-width: 100%;
}
.header_small_text{
    text-align: center;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.header_big_text{
    text-align: center;
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.container{
    max-width: 100%;
}
#teamSec img {
    border: 2px solid #4183d7;
}
#teamSec .green-box {
    background: #2ecc71;
    padding: 0px 80px;
    padding-bottom: 25px;
    padding-top: 30px;
}
.hSection{
    padding-bottom: 60px;
}
.hSection .green-box {
    background: #2ecc71;
    padding: 0px 50px;
    padding-bottom: 25px;
    padding-top: 30px;
}
.hSection h2 {
    font-weight: 700;
    padding-bottom: 45px;
    padding-top: 55px;
    color: #4183d7;
    font-family: 'Oswald', sans-serif;
}
.grey-bg{
    background:#f7f7f7;
}
#contactSec {
    margin: 50px;
}
.teamtitle {
    /* display: flex; */
    width: 100%;
    min-height: 60px;
    padding: 22px 22px;
    align-items: center;
    background-color: #4183d7;
}
.teamtitle p {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 0px;
}
.wp-section{
    min-height:350px;
    display: flex;
    flex-direction: column;
    background-size:cover;
    background-attachment: fixed;
    color:#fff;
}
.wp-section .head-bar{
    color:#fff;
}
.wp-section p{
    color:#6a717c;
    padding: 0px 50px;
}
.about-image {
    text-align: center;
}
.about-image img {
    box-shadow: -5px -5px #97e6b8, -15px -15px #2ecc71;
}
.about-section {
    padding-top: 70px;
}
.about-section h2 {
    margin-top: 25px;
    color: #393c41;
    font-weight: 600;
}
.about-section p {
    padding: 20px 0px;
    color: #929292;
    line-height: 25px;
    padding-right: 60px;
    font-size: 16px;
}
#abount_link, #services_link, #contact_link {
    margin-top: -200px;
    position: absolute;
}
.our_services {
    padding-top: 80px;
    text-align: center;
}
.our_services h1 {
    color: #4183d7;
    margin-bottom: 120px;
}
.services_box {
    background: #f7f7f7;
    border-left: solid 2px #4183d7;
    border-right: solid 2px #4183d7;
    border-bottom: solid 2px #4183d7;
    padding: 10px;
    text-align: center;
    height: 100%;
}
.services_box .icon_box {
    width: 160px;
    height: 130px;
    background: #4183d7;
    margin: 0 auto;
    line-height: 120px;
    margin-top: -65px;
}
.services_box h2 {
    color: #303030;
    text-transform: uppercase;
    font-size: 20px;
    margin: 20px 0px;
}
.services_box p {
    color: #6a717c;
    padding: 0px 10px ;
    font-size: 14px;
}
/* About Us */
.about_box{
    padding-top: 20px;
    padding-bottom: 80px;
}
.about_box h2 {
    font-style: italic;
    font-size: 36px;
    color: #4183d7;
}
.about_box h1 {
    font-size: 35px;
    color: #4183d7;
    margin-bottom: 40px;
}
.about_box p {
    font-size: 14px;
    margin-bottom: 30px;
}
.row.spRow{
    margin-left:-28px;
    margin-right:-28px;
}
.row.spRow [class*='col-']{
    padding: 30px;
    min-height: 310px;
}

/* What People Say */
.wps-section{
    min-height:486px;
    display: flex;
    flex-direction: column;
    background: url('../images/BG.jpg') center center no-repeat;
    background-size:cover;
    background-attachment: fixed;
    color:#fff;
}
.wps-section .head-bar{
    color:#fff;
}
.wps-section p{
    color:#fff;
}
.quotes{
    width:100%;
    height:57px;
    background: url('../images/icons/purple-quote.png') left no-repeat;
    /* margin-top:60px; */
    display: flex;
}
.quotes-after{
    width:100%;
    height:57px;
    background: url('../images/icons/after.png') top right no-repeat;
    display: flex;
}


/* Out Team */
.ourTeam img{
    width:100%;
}
.teamTitle{
    display: flex;
    width:100%;
    min-height:60px;
    padding:0 20px;
    background:#2e4a5b;
    align-items: center;
}
.teamTitle p{
    color: #fff;
    margin:0;
}

/* Contact Us */

.contactUs .head-bar:after{
    width:232px;
    margin: 20px 0;
}
.form-control{
    border-radius:0;
    border-color:#c1d2cf;
    min-height:53px;
    font-size:14px;
    font-weight:400;
    color: #90aebd;
}
.form-control::-webkit-input-placeholder {
    color: #90aebd;
  }
.form-control:focus{
    color: #414141;
}
.btn2 {
    background-color: #4183d7;
    border: 3px solid #4183d7;
    color: white;
    text-transform: uppercase;
    height: auto;
    width:100%;
    text-shadow: 0px 2px rgba(53, 108, 177,1);
    box-shadow: 0px 6px rgba(53, 108, 177,1);
    cursor: pointer;
    font-size:14px;
    font-weight: 500;
    padding: 13px;
}
.btn2:hover{
    color: #fff;
}
/* .btn2:active {
    text-shadow: 0px 2px rgba(68, 48, 122,1);
    box-shadow: 0px 0 rgba(68, 48, 122,1);
    transform: translateY(6px);
} */
/* Footer */
footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: #28272f;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #18cfab;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 231px;
}
.footer-text p {
  font-size: 14px;
      color: #969595;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  margin-top: 30px;
}

.footer-widget ul li {
  width:100%;
  padding: 10px 0px;
  color: #969595;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #33323a;
}
.footer-widget ul li a:hover{
  color: #fff;
}
.footer-widget ul li a {
    color: #969595;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.footer-text p.sbText{
  color: #b4b4b4;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #22353f;
  border: 1px solid #22353f;
  color: #fff;
}
.subscribe-form input:focus {
  outline: 0 none;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #294453;
    padding: 13px 20px;
    border: 1px solid #294453;
    top: 0;
    color:#18cfab;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-sec{
    background: #22212a;
  padding: 15px 0;
  border-top: 1px solid #323139;
}
.copyright-text p {
  margin: 0;
  color: rgb(187, 187, 187);
  font-size:12px;
}
.copyright-text p a{
  color: #18cfab;
}
.login_btn_right a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-family: 'open sans';
}
.login_btn_right{
    width: 61px;
    margin-top: -5px;
}

/* Media Queries */
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    
}
@media (max-width: 1024px){
    .login_btn {
        right: 35px;
        top: -10px;
    }
}

@media (max-width:991px){
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        flex-wrap: unset;
    }
    .login_btn{
        position: static;
    }
    .navbar-toggler{
        margin-left: 7px;
    }

    /* .navbar-collapse{
        position: absolute;
        left: 0;
        top: 130%;
        width: 100%;
        background: #fff;
    }
    .navbar-nav li a{
        width: 100%;
        display: block;
        padding: 15px;
        color: #444;
    }
    .navbar-nav li a:hover{
        background:#eee;
    }
    .navbar-nav li a.active{
        background:#eee;
    }
    .navbar-nav li .active:after{
        bottom:0;
    } */
}
@media (max-width:768px){
    .header_container {
        text-align: center;
    }
    .header_details_box {
        margin-top: 15px;
        text-align: left;
    }
    
    /* .login_btn {
        position: absolute;
    }
    .login_btn {
        right: 60px;
        top: -89px;
    }
    .navbar-nav .login_btn a {
        color: #fff !important;
    } */
}
@media (max-width:576px){
    
    .navbar{
        padding: 0;
        min-height: 90px;
    }
    .navbar-toggler{
        padding-right: 0;
    }
    .header_big_text{
        font-size:32px;
    }
    .header_small_text {
        font-size:22px ;
    }
    .about-section h2{
        text-align: center;
    }
    .about-section p {
        text-align: center !important;
        padding-right: 0px;
    }
    .navbar-nav li .active {
        color: #2ecc71;
    }
    .navbar-nav li .active::after {
        content: "";
        border-bottom: solid 4px #2ecc71;
    }
    .head-bar-ser:after{
        background: url(../images/service-bar.svg) center no-repeat;
    }
    .header_bg {
        min-height: 450px;
    }
    .fs50 {
        font-size: 40px;
    }
    .hSection .green-box {
        background: #2ecc71;
        padding: 25px 39px;
    }
    .login_btn {
        position: absolute;
    }
    .login_btn {
        right: 46px;
        top: -70px;
    }
    .navbar-nav .login_btn a {
        color: #fff !important;
    }
}