body{
    font-family: 'Roboto', sans-serif;
}
.hr_mob{
    width: 40px;
    height: 3px;
    background: #6d78a057;
    margin-top: 50px;
    display: none;
    border: 0;
}
.is-sticky .default-header {
    box-shadow: -0px 0px 10px 0px rgba(158, 158, 158, 0.2);
    border-bottom: 1px solid aliceblue;
}
.mt-minus{
    margin-top: -200px;
}
.mt-m150{
    margin-top: -150px;
}
.add-pading{
    padding: 200px 0;
}
.bold{
    font-weight: 900;
}
.container{
    max-width: 1400px;
}

#home{
    background: url("../img/header_bg.jpg") top right no-repeat;
}
#home h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 95px !important;
}
#home h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
}
#home h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
}
body{
    background: #fff url("../img/bg.jpg") center 600px no-repeat;
}

.navbar-nav a {
    padding: 10px;
}
.banner-left, .banner-right{
    margin-top: -60px;
}
#all_services h1, .service h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 60px !important;
}
.service p{
    font-size: 18px;
}
.footer-area {
    background-color: #fff;
    margin-top: 70px;
    background: url("../img/footer.png") bottom center no-repeat;
    background-size: 100%;
}

.primary-btn {
    line-height: 40px;
    padding-left: 30px;
    padding-right: 25px;
    border-radius: 25px;
    padding-top: 3px;
    border: 0;
    transition: all 0.5s ease 0s !important;
    background: #41b3f2 !important;
}
.primary-btn:hover{
    background: #36c0ff !important;
    box-shadow: unset !important;
    border: 0;
    color: #fff;
}
.btn_big {
    margin-top: 50px;
    padding: 10px 70px;
    border-radius: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    background: #3cc36d !important;
	box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.08);
}
.btn_mid{
    padding: 5px 40px;
    font-size: 18px;
}
.btn_big:hover {
    background: #3dd489 !important;
	box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.08) !important;
}
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    outline: none;
    background: #fff;
    padding: 0 !important;
    border-bottom: 1px solid #5cb7e9;
}


/* --  SIGN-UP  -- */

.sec_form {
    display: flex;
    align-items: center;
    height: 100vh;
    background: url("../img/header_bg.jpg") top right no-repeat;
}
.sec_form .container {
    max-width: 400px;
    padding: 0;
}
.sec_form .form_logo img{
    max-width: 200px;
    margin-top: 7px;
}
.sec_form .form_logo h3{
    text-transform: uppercase;
    font-size: 35px;
}
#form2{
    width: 90%;
    margin-top: 20px;
}
.form_content {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(152, 192, 220, 0.5);
    padding: 20px 50px 40px;
    border: 1px;
    height: 350px;
}
.form_header {
    height: 170px;
    align-items: center;
    padding: 0 30px;
    background: url("../img/sign_bg.jpg") center center no-repeat;
}
.sec_form button{
    margin-top: 50px;
    font-size: 16px;
    color: #43b2ed !important;
    border: 1px solid #43b2ed !important;
}
.sec_form button:hover {
    color: #fff !important;
    background: #43b2ed !important;
}
.contact_link{
    cursor: pointer !important;
    font-size: 14px;
    margin-top: 60px;
}

/* --  SIGN-UP  -- */

/*   POP UP   */

#popup-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    z-index: -1000;
}
.hide_forever{
    display: none !important;
}
.popupbox_act {
    transform: scale(1) !important;
    transition: all 0.5s ease;
    top: 0 !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}
#popup-modal .underlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    -webkit-animation: fadein .7s;
    animation: fadein .7s;
    z-index: -1;
}
.popup-modal-window {
    width: 500px !important;
    border-radius: 10px;
    background: #fff;
    margin: auto;
    position: relative;
}
#popup-modal .modal-title {
    font-size: 18px;
    color: #fff;
    padding: 14px;
    margin: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #44A6D9;
}
#popup-modal h3 {
    color: #fff;
    font-size: 1.3em;
    margin: 0.5em;
    text-transform: uppercase;
    font-weight: 600;
}
#popup-modal .modal-body {
    text-align: center;
    padding: 20px 35px 40px;
}
.modal-body h2 {
    font-size: 26px;
    font-weight: 400 !important;
}
.modal-body h1 {
    margin: 0px 0 10px;
    color: #0071b9;
    font-size: 45px !important;
}
.modal-body .btn{
    background: #11ab34;
    text-transform: unset !important;
}

.close_btn {
    display: inline-block;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    color: #44a6d9 !important;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: #fff;
    border: 0;
    font-weight: inherit;
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    transform: rotate(45deg);
    line-height: 29px;
    padding-left: 7px;
}
.close_btn:hover {
    color: red !important;
}

/*   POP UP   */

/*   THANKS PAGE   */

.sec_thanks .container{
    max-width: 850px;
}
.sec_thanks {
    background: url("../img/header_bg.jpg") top right no-repeat;
}
.sec_thanks img{
    max-width: 100%;
}
.pl-50{
    padding-left: 50px;
}

/*   THANKS PAGE   */

@media (min-width: 1921px) {
	body {
		background-size: cover;
	}
	.footer-area {
		background-size: contain;
	}
}

@media (max-width: 991px) {
	.sec_thanks .mt-100{
        margin-top: 0;
    }
	.sec_thanks .pl-50{
        padding-left: 0px;
    }
	.footer-area {
		background-size: cover;
	}
    body{
        background-size: cover;
    }
    .navbar-brand{
        max-width: 70%;
    }
    .navbar-brand img{
        max-width: 90%;
    }
    #home h1 {
        margin-top: 15%;
        font-size: 4rem;
        line-height: 4.2rem !important;
    }
    #home h3 {
        margin: auto;
    }
    #home h4 {
        text-align: left;
    }
    .icon{
        padding-left: 15%;
    }
    .banner-right{
        margin: 50px auto;
        max-width: 80%;
    }
    #all_services {
        margin-top: 55%;
    }
    #service_1 {
        margin-top: -250px;
    }
    .mt-minus {
        margin-top: -200px;
    }
    .service-img{
        margin-top: 40px;
        max-width: 80%;
    }
    .service .small-reverse{
        flex-flow: wrap-reverse;
    }
    .service img{
        max-width: 60%;
        margin: auto;
    }
    .service .mt-50 {
        margin-top: 10px;
    }

    .col-sm-6{
        width: 50%;
    }
    .col-sm-4{
        width: 33.3%;
    }
    .banner-right img {
        width: 90%;
        max-width: 100%;
    }
    .banner-right {
        max-width: 100%;
    }
    .service-img{
        width: 90%;
        max-width: unset;
    }
    .service img{
        max-width: 90%;
    }
    #home h4 {
        font-size: 16px;
        padding-top: 15px;
        width: 100%;
    }
    .service p {
        font-size: 16px;
    }
    
    #home .ml-20 {
        margin-left: 0;
    }
    .about-right, .about-left{
        text-align: center;
    }
    #all_services h1, .service h1 {
        font-size: 40px;
        line-height: 44px !important;
    }
    #all_services {
        margin-top: 70%;
    }
    .mt-m150{
        margin-top: -230px;
        max-width: 60%;
    }
    .popup-modal-window {
        max-width: 90%;
    }
    .navbar-collapse {
        text-align: right;
        padding: 16px 0 10px;
    }
    .navbar-nav li {
        padding: 8px 0;
    }
    .btn_mid {
        padding: 5px 40px;
        font-size: 18px;
        margin: 10px 0 40px;
    }
}
@media (max-width: 661px) {
    .hr_mob{
        display: block;
    }
    .banner-left{
        margin-top: 0px;
    }
    .banner-right {
        margin-top: 40px;
    }
}
@media (max-width: 412px) {
	.row {
		margin-left: 0 !important;
		padding-left: 0 !important; 
	}
	.col-sm-6{
        width: 40%;
    }
    .icon{
        margin-left: 40px !important;
        padding-left: 0;
    }
    .sec_form .form_logo h3 {
        font-size: 27px;
    }
}
@media (max-width: 320px) {
    #home h1 {
        font-size: 3rem;
        line-height: 3.2rem !important;
    }
    .col-sm-6{
        width: 40%;
    }
    .icon{
        margin-left: 40px;
        padding-left: 0;
    }
        font-size: 25px;
    }
}
