@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
    color: #000000;
    font-family: 'Lato', sans-serif;
}

.logo-section{margin-bottom: 30px;}

.logo {
    display: block;
}

h1 {
   font-size: 60px;
    line-height: 60px;
}

h2 {
    line-height:1.4em;
    font-size: 34px;
    font-weight: 300;
}

h1, h2, h3, h4{font-family: 'Oswald', sans-serif;}

.poppins{font-family: 'Lato', sans-serif;}

.white{color: #ffffff;}

.yellow{color: #F2AE0B;}

.top_section {
    padding:5px 0 30px;
    background-image: url(../images/bnr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.container {
    max-width: 860px;
    position: relative;
}
.imgdiv img {
    width: 100%;
    margin-bottom: 20px;
}


.ribbon-active::before {
    background-color: #186C91 !important;
}

.ribbon-arrow::before {
    padding: 22px 0 !important;
}
.ribbon-arrow::before {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.25rem;
    background-color: #186C91;
    content: " ";
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    /* clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); */
}

span.ribbon-arrow.active:before {
    background: #00D1FF;
}
.ribbon-arrow .ribbon-text {
    position: relative;
    display: block;
    margin-top: -42px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.01rem;
}
.ribbon-arrow .ribbon-text {
    margin-top: -45px;
    font-size: 0.75rem;
    line-height: 45px;
}
@media (min-width: 992px){
.ribbon-arrow .ribbon-text {
    font-size: 18px;
}
}

.skybtn {
    margin: 20px auto;
    padding: 15px 12px;
    border-radius: 8px;
    z-index: 99;
    background-color: #3fa9f5;
    width: 272px !important;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
    font-size: 20px;
}

section.rest_of_the_section h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
}


.secondary-header {
    padding: 8px 0;
    background-color: #F2AE0B;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.black {
    color: #222222;
}
.row.borderrow {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: unset;
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 20px 20px 45px;
    flex-direction: initial;
}

.row.borderrow h3{position: relative;font-family: 'Lato', sans-serif; margin-bottom: 10px;color: #212529;font-weight: 400;line-height: 1.4em;}

.row.borderrow h3, .row.borderrow p{	
	font-size: 19px;
}

.row.borderrow h3 i {
    position: absolute;
    font-size: 28px;
    left: -44px;
    font-weight: 300 !important;
}

.oswald-title {
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
	margin-bottom: 27px;
}

.topborderradius{border-radius: 10px 10px 0 0;}

.borderrowlast{border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important; border-radius: 0 0 10px 10px;}


.green-bg{
	position: relative;
    z-index: 1;
    margin-right: 8px;
	background-color: #001330;
	padding: 4px 10px 8px;
}

ul li {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
	position: relative;
	color: #212529;
	border: none;
	line-height: 29px;
}

ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top:5px;
	background-size: cover;
	width:16px;
	height: 16px;
	background-image: url(../images/check.png);
}

ul li strong{color: #2b2b2b;}

span.date {
    color: #969696;
    margin-left: 50px;
	font-style: italic;
}
ul {
    margin-bottom: 0;
    margin-top: 15px;
}
.container.content-area {
    margin-bottom: 50px;
}
.copyright .container.content-area {
    margin-bottom: 0;
}
button.btn.btn-primary {
    border: unset;
    display: block !important;
    width: 100%;
    font-size: 26px;
    text-decoration: underline;
    border-radius: 0;
    box-shadow: -2px 2px 1px 1px #969696;
	font-family: geomanist-regular-webfont;
	font-weight: bold;
	background: linear-gradient(268.51deg, #FF8B48 1.19%, #FF4401 98.79%) !important;
}

input#exampleInputEmail1 {
    margin-top: 8px;
    border-radius: 0;
    height: 50px;
}
.col-sm-6 .col-sm-12.text-center h3 {
    font-size: 22px;
    line-height: normal;
	color: #969696;
}
.col-sm-6 .col-sm-12.text-center h3 strong{color: #2b2b2b;}
strong {
    font-weight: 700 !important;
}

p {
    font-size: 18px;
	font-family: 'Lato', sans-serif;
}

.para{text-align: left; margin-top: 30px;}

.para p{
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
}

.margintop55 {
    margin-top: 55px;
}

.margintop50 {
    margin-top: 50px;
}

.slate {
    color: rgb(172, 177, 183);
}

.white {
    color: rgb(255, 255, 255);
}
p, li {
    font-size: 20px;
    color: #212529;
    line-height: 30px;
}
.ronald-section-bg {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.v2 .ronald-section-bg {
    background-image: url(../images/banner-v2.jpg);
}
.v3 .ronald-section-bg {
    background-image: url(../images/banner-v3.jpg);
}
section.logo-section .logo {
    margin-bottom: 15px !important;
}

.copyright {
    background: #262930 !important;
    padding: 0 0 25px;
}

.copyright p {
    font-size: 11px !important;
    margin-bottom: 15px !important;
}
.copyright p a {
    color: #fff;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
    .ronald-hompepage-intro-section {
        padding:50px 0;
    }
    .logo {
        margin-bottom: 40px !important;
    }
   .content-area{
       padding-top: 35px !important;
       padding-bottom: 35px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 15px;
    box-sizing: border-box;
}
}


.top32 {
    margin-top: 32px;
}

.bottom46 {
    margin-bottom: 40px;
}

.maximg {
    max-width: 329px !important;
    margin: auto !important;
    display: table !important;
}

.max786 {
    max-width: 786px;
    margin: auto;
    display: table;
}

h3 {
    line-height: 2.625rem;
    font-size: 1.6099rem;
    margin-bottom: 0;
}

h5 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.9288rem;
}
.content-area img {
    margin: 0 auto 30px;
    display: block;
}

a#apply_link {
    padding: 23px 50px;
    font-size: 19px;
    background: #ff4500;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

a#apply_link:hover {
    background: #ffffff;
    color: #ff4500;
    border: 1px solid #ff4500;
}

.copyright {
    background:  #38c8f8;
    padding: 0 0 25px;
}

.copyright p {
    line-height: 1.375rem;
    font-size: 0.8669rem;
    margin-bottom: 0;
}

hr {
    border-top: 1px solid rgb(255 255 255 / 90%);
}

a.btn {
    background: #ff0000;
    color: #FFFFFF !important;
    font-size: 28px;
    font-weight: 600;
    border-radius: 3px;
    padding: 13px 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0px;
    margin: 20px 0;
}
div#myCarousel {
    max-width: 600px;
    margin: auto;
}
@media(max-width:1679px){
   .max960{
    max-width: 714px !important;
    margin: auto;
}
}

@media(max-width:1024px) {
    h2 {
        line-height: 1.4em;
        font-size: 28px;
        font-weight: 300;
    }
}

@media(max-width:991px) {
  button.btn.btn-primary {
    font-size: 18px;
}  
	ul {
    padding: 0;
}
	
	span.date {
    color: #969696;
    margin-left: 0;
    font-style: italic;
    display: block;
}
    .author {
    margin-top: 15px;
}

    .container .col-sm-6 {
        flex: unset;
        max-width: 100%;
    }

.col-sm-6 .col-sm-12.text-center h3 {
    font-size: 17px;
    line-height: normal;
    color: #969696;
    margin-top: 0;
}
    a#apply_link {
        padding: 15px 22px;
        font-size: 16px;
        
    }
   .ronald-section-default {
    padding: 25px 0;
    margin-bottom: 25px;
}
    h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
}
    .content-area img {
    margin:0 auto 20px;
    display: block;
    width: 290px;
}
    h2 {
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 300;
}
    .copyright {
    padding: 25px 0 25px;
}
    ul li {
    font-size: 15px;
	}
    .logo-section h4.white {
    font-size: 16px;
    margin-top: 20px !important;
    margin-bottom: 20px;
}
    h2.white {
    margin-bottom: 20px;
}
    .logo {
        width: 75px;
    }
    .team-text {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    .max850 {
        max-width: unset;
    }
    .max786 {
        max-width: unset;
    }
    .maximg {
        max-width: 150px !important;
    }
    .bottom46 {
        margin-bottom: 20px;
    }
    .top32 {
        margin-top: 15px;
    }
    h3 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0 !important;
    margin-top: 10px;
}
    p {
        font-size: 16px;
        line-height: 1.4em;
    }
    h3 br,
    h5 br {
        display: none;
    }


    .nomobilebtn{margin-bottom: 0;}
    
.v1 .ronald-section-default br {
    display: none;
}
    
    .v1 h3 {
    margin-bottom: 14px;
}
    .v1 a#apply_link {
    margin: 15px auto 25px;
}
a.btn.btn-large {
    font-size: 14px;
}
    .v2 a.btn.btn-large.btn-call-strong {
    font-size: 14px;
        margin-bottom: 15px;
}
    .btm br {
    display: none !important;
}
    a.btn {
    background: #ff0000;
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    padding: 13px 25px;
    border: none;
    cursor: pointer;
    display: block;
    letter-spacing: 0px;
    margin: 20px auto;
    width: 285px;
}
}

.mobile-only{display: none;}
	.desktop-only{display: block;}

@media(max-width:767px){
	
	.col-sm-5 img {
    margin: auto;
    display: table;
    width: 200px;
}
	.para p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
	h2.white.poppins {
    margin-bottom: 0;
}
	
	h1{font-size: 24px !important;}
	
	section.rest_of_the_section h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px !important;
}
	.mobile-only{display: block;}
	.desktop-only{display: none;}
	.logo-section {
    margin-bottom: 0px;
}
	.col-sm-6 .col-sm-12.text-center h3 {
    font-size: 16px;
    color: #969696;
    margin-top: 0;
    line-height: 1.4em !important;
}
.content-area img {
    margin: 0 auto;
    display: block;
    width: 200px;
}
	.text-center p {
    margin-bottom: 0;
    font-size: 14px;
}
	.logo-section {
    margin-bottom: 0px;
    padding: 5px 0 !important;
}
	.logo-section img{width: 120px !important;}
	input#exampleInputEmail1 {
    margin-top: 8px;
    border-radius: 0;
    height: 35px;
}
	.form-group {
    margin-bottom: 7px;
}

	.col-12.col-md-3.d-block {
    max-width: 217px !important;
    margin: 30px auto 0;
}
	
	section.top_section img {
   
}
	
	.green-bg {
    display: block;
}
	
	.row.borderrow {
    margin-left: 0;
    margin-right: 0;
	padding: 20px 20px 20px 20px;
}
	
	p {
    font-size: 16px !important;
    line-height: 1.4em;
}
	.row.borderrow h3 i {
     left: -30px;
}
	.row.borderrow h3, .row.borderrow p {
    font-size: 16px;
}
}


@media(max-width:480px) {
    h2 {
        line-height: 1.5em;
        font-size: 18px;
        font-weight: 300;
    }

    a#apply_link {
        font-size: 14px;
        white-space: normal;
    }

    .ronald-section-default .inner {
        max-width:100%;
        margin: auto;
    }
h1 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
}
}

i.fa.fa-mobile {
    font-size: 44px;
}

.call-to-order {
    height: 62px;
    margin: auto;
    padding: 4px 12px;
    border-radius: 8px;
    z-index: 99;
    background-color: #3fa9f5;
}
.call-to-order {
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
}


@media (min-width: 756px){
.call-to-order {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 16px;
}
}