@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');

body{
    font-family: "Outfit", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:1.6;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Outfit", sans-serif;
    font-weight:400;
    text-rendering:optimizelegibility;
}

b, strong {
    font-weight: 600;
}

header {
    text-align: center;
    padding: 70px 0 0 0;
    /* box-shadow: 3px 0 25px rgba(35,73,131,0.2);*/
}

.logo {
    width: 295px;
    margin-bottom: 30px;
}
.content-sec p.blue-txt{
    color: #11467d;
    font-size: 20px;
    font-weight: 500;
}
.bg-blue {
    background-color: #1464ff;
}
.bg-blue-dark {
    background-color: #0d3777;
}
.bg-blue-dark2 {
    background-color: #0a1e46;
}

.sales-ph {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: right;
    font-weight: 300;
}
.sales-ph span{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.sales-ph .btn-primary {
    font-family: "Outfit", sans-serif;
    background-color: #1464ff;
    border-color: #1464ff;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 300;
}
.btn-primary:hover {
    background-color: #0040bb;
}

.form-mobile-btn {
	position: fixed;
	bottom: 20%;
    right: 10px;
	z-index: 999999;
}


/* Thank You Section */

/*.thank-you-sec {
    padding: 50px 0 150px 0;
    text-align: center;
}
.thank-you-sec h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;   
    line-height: 1.2;
    font-size: 60px;
    color: #11467d;
    text-align: center;
    margin-bottom: 26px;
}
.thank-you-sec p {
    font-size: 22px;
    line-height: 1.3;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #0a1e46;
    margin-bottom: 0;
}
.thank-you-sec .btn-warning {
    background-color: #f0c029;
    border-color: #f0c029;
    color: #000000;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding: 18px 40px;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-warning:hover {
    background-color: #ffc100;
    box-shadow: 0 2px 10px rgba(35,73,131,0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/


/* Form Section */

.form-sec{
    background-color: #edf6fe;
    padding: 30px 0 40px;
    position: relative;
    z-index: 5;
}
.form-sec::before{
   background:url('../png/header-bg.png') no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -5;
}

.form-sec .title-sec h1 {
	font-size: 48px;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	color: #11467d;
	margin-bottom: 20px;
	text-align: left;
}
.form-sec .form-content p{
    font-size: 22px;
    line-height: 1.4;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #0a1e46;
    margin-top: 10px;
}

.form-sec .form-content .list {
    margin-top: 30px;
}
.form-sec .form-content .list h4 {
	font-size: 25px;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	color: #11467d;
	position: relative;
	margin-left: 44px;
	margin-bottom: 10px;
}
.form-sec .form-content .list h4:before {
    position: absolute;
    content: "";
    background: url('../png/check-box.png') no-repeat left center;
    width: 24px;
    height: 24px;
    left: -44px;
    top: 2px;
}

/*.form-sec .form-content .list h4:before {
    content: "\F271";
    font-family: 'Bootstrap-icons';
    font-weight: 600;
    color: #1db1e2;
    font-size: 24px;
    position: absolute;
    left: -44px;
}*/
.form-sec .form-content .list p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #313745;
    margin-left: 44px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.form-sec .form-content .list p:last-child {
    margin-bottom: 0px;
}

.contact-form {
    background: #fff;
    border-radius: 2px;
    padding: 50px;
}
.contact-form .sec-head {
    position: relative;
    margin: 0 0 25px;
}

.contact-form .sec-head h2 {
    color: #0a1e46;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}
.contact-form .sec-head h4 {
    color: #313745;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}
.contact-form .sec-head .req-ind {
    color: #313745;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Outfit", sans-serif;
    padding-left: 15px;
}
.contact-form strong {
    color: #cf1919;
    font-size: 18px;
    display: inline-block;
    font-family: "Outfit", sans-serif;
}

.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-group label {
    font-family: "Outfit", sans-serif;
    color: #0a1e46;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-control {
    padding: 15px 15px;
    border: 1px solid #adc9ff;
    border-radius: 4px;
    box-shadow: 5px 0 10px rgba(35,73,131,0.15);
}

.contact-form form select {
    background: url(../png/select-arrow-21.png) no-repeat 93% 25px;
    color: #5b5f6a;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    background-color: #fff;
}
.contact-form textarea {
    min-height: 160px;
}

.form-control:focus {
    border-color: #79a5fb;
    box-shadow: 0px 5px 10px rgba(35,73,131,0.2);
}

.form-control::placeholder {
    color: #5b5f6a;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
}

.contact-form .btn {
    margin-top: 10px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f66402+0,ff911b+100 */
    background: linear-gradient(to right,  #f66402 0%,#ff911b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contact-form .btn:hover {
    transition: all 0.4s ease-in-out;
    border: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f66402+0,ff911b+100 */
    background: linear-gradient(to right,  #f66402 0%,#ff911b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contact-form .btn-primary img, .cta .btn img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-form .btn-primary:hover img, .cta .btn:hover img {
    -moz-transform: scale(1) translateX(10px) translateY(0);
    -webkit-transform: scale(1) translateX(10px) translateY(0);
    -o-transform: scale(1) translateX(10px) translateY(0);
    -ms-transform: scale(1) translateX(10px) translateY(0);
    transform: scale(1) translateX(10px) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



/* Form Success msg */
.msg.success-msg {
    color: #333;
    margin: 24px 0 0 0;
    padding: 5px 10px;
    text-align: center;
    border: 2px solid #42a263;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.msg.success-msg p {
    margin: 0;
}
.msg.error-msg {
    color: #333;
    margin: 24px 0 0 0;
    padding: 5px 10px;
    text-align: center;
    border: 2px solid red;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.msg.error-msg p {
    margin: 0;
}
form#sub-form-footer p.msg {
    font-size: 18px;
    line-height: 1.4;
    color: #03d372;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}

/* Content Section */
.content-sec{
    padding: 90px 0 50px;
}
.content-sec h2 {
	font-size: 40px;
	color: #11467d;
	font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content-sec h2::after{
    background:#01a8df;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
.content-sec p {
	font-size: 18px;
	color: #2c2c2c;
    font-family: "Outfit", sans-serif;
    margin-bottom: 40px;
}
.content-sec p span{
    color: #0a1e46;
    font-size: 20px;
	font-weight: 600;
}
.content-sec p a{
    color: #01a8df;
	font-weight: 600;
}
.content-sec p a:hover{
    text-decoration: none;
}
.content-sec h3 {
	font-size: 28px;
	color: #0a1e46;
	font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content-sec h3::after{
    background:#ebebeb;
    width: 175px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
.content-sec h6 {
	font-size: 28px;
	color: #0a1e46;
	font-weight: 400;
}
.content-sec ul{
    padding: 0;
}
.content-sec ul li {
    list-style: none;
	font-size: 18px;
	color: #2c2c2c;
    font-family: "Outfit", sans-serif;
    line-height: 1.5;
    margin-bottom: 40px;
    padding-left: 35px;
    position: relative;
}

.content-sec ul li::before {
    position: absolute;
    background: url('../svg/check-icon-7.svg') no-repeat left center;
    width: 24px;
    height: 25px;
    left: 0;
    top: 0px;
    content: "";
}


/* Video Section */
.video-section{
    background: #edf6fe;
    padding: 130px 0 310px;
    text-align: center;
}
.video-section h5 {
	font-size: 30px;
	color: #01a8df;
}
.video-section p {
	font-size: 48px;
	color: #11467d;
    line-height: 60px;
    font-weight: 600;
}
.video-iframe {
    margin-top: -260px;
}
.video-iframe .ratio{
    -webkit-box-shadow: 0px 0px 60px 0px rgba(13,40,91,0.25);
    -moz-box-shadow: 0px 0px 60px 0px rgba(13,40,91,0.25);
    box-shadow: 0px 0px 60px 0px rgba(13,40,91,0.25);
}
.video-iframe iframe #player.player.right-content-area-supported {
	background-color: red !important;
}



/* Certification Section */

.certification-sec {
    padding: 100px 0;
}
.certification-sec .title-sec h2 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    color: #11467d;
    margin-bottom: 40px;
    text-align: center;
}


/*.contact-info-one {
	width: 33%;
	margin-right: 30px;
}
.contact-info-two {
	width: 31%;
	margin-right: 30px;
}
.contact-info-three {
	width: 31%;
}

footer {
    background-color: #0a1e46;
    padding: 80px 0;    
    font-family: "Outfit", sans-serif;
}
.footer-contact-info p{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #cfd3e0;
    margin-right: 16px;
}
.footer-contact-info p span{
    color: #01a7df;
    font-weight: 500;
    font-size: 16px;
    display: block;
}
.footer-contact-info a{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #cfd3e0;
    text-decoration: underline;
}
.footer-contact-info a:hover{
    text-decoration: none;
}
footer h6 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
    position: relative;
    margin: 20px 0 40px 0;
    padding-bottom: 20px;
}
footer h6::after{
    background:#01a8df;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
.footer-contact-info .loc-icon{
    color: #01a7df;
    margin-right: 10px;
    font-size: 18px;
}
.footer-ser-list{
    width: 60%;
    float: left;
    padding: 0;
}
.footer-ser-list:last-child{
    width: 40%;
}
.footer-ser-list li{
    list-style: none;
}
.footer-ser-list li a{
    color: #cfd3e0;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
}
.footer-ser-list li a:hover{
    color: #ffffff;
}

.subscribe-sec h3{
    color: #ffffff;
    font-size: 28px;
    margin: 20px 0 0px 0;
}
.subscribe-sec p{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}
.form-subscribe {
	position: relative;
	margin: 30px 0 0;
	width: 100%;
}
.form-subscribe .form-control {
	border: 1px solid #f5f7f9;
	border-radius: 25px;
	box-shadow: none;
	height: 48px;
	padding: 0 0 0 35px;
	font-size: 15px;
	font-family: Inter,sans-serif;
	color: #cecece;
	background: 0 0;
}
.form-subscribe .btn {
	box-shadow: none;
	padding: 13px 30px 12px;
	position: absolute;
	right: -1px;
	top: -1px;
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	font-size: 15px;
	color: #000;
	line-height: inherit;
	font-family: Inter,sans-serif;
	border-radius: 30px;
	letter-spacing: 1px;
	border-color: #fff;
}
.form-subscribe .btn:hover {
    color: #fff;
}
.footer-social {
	margin: 100px 0 0;
	text-align: right;
}
.footer-social li {
	display: inline-block;
	padding: 0 0 0 15px;
}
.footer-social li a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: 0 0;
	color: #dadde3;
	border-radius: 50%;
	border: 2px solid #dadde3;
	font-size: 14px;
    text-decoration: none;
    transition: .3s;
}
.footer-social li a:hover {
	background: #dadde3;
	color: #262626;
    transition: .3s;
}
.phone-info,
.call-btn{
    width: 100%;
    float: left;
}
.footer-btm{
    width: 100%;
    float: left;
    padding: 40px 0;
    background-color: #0a1e46;
    border-top: solid 1px #083a65;
    font-family: "Outfit", sans-serif;
    color: #939ec4;
    font-size: 14px;
}
.footer-btm p{
    margin: 0;
}
.footer-btm a{
    color: #939ec4;
    text-decoration: none;
}
.footer-btm a:hover{
    text-decoration: underline;
}

footer .btn {
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	border: none;
	background: #01a8df;
	padding: 15px 25px;
	color: #ffffff;
}
footer .btn:hover{
    background-color: #0040bb;
}
footer .btn span {
    font-family:"Graphik Medium",sans-serif;
    font-weight: 500;
}*/

/* Back-to-Top Btn  */
#totop {
    position: fixed;
    text-decoration: none;
    z-index: 999;
}
#totop .top-icon {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    opacity: 0.8;
    background: #00b4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#totop:hover .top-icon {
    opacity: 1;
    box-shadow: 0px 0px 10px rgba(35,73,131,0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




/* Media Queries 
================ */


/* `xxl` applies to x-large devices (large desktops, less than 1400px) */

@media (min-width: 1600px) and (max-width: 1920px) {
    .form-sec .form-content .list p {
        margin-bottom: 38px;
    }
    .form-sec .form-content .list {
        margin-top: 50px;
    }
    .form-sec .form-content .list h4 {
        margin-bottom: 15px;
    }
    .contact-form textarea {
        min-height: 90px;
    }
   
    .contact-info-one {
        width: 30%;
        margin-right: 50px;
      }
    .contact-info-two {
        width: 34%;
        margin-right: 30px;
        margin-left: 30px;
    }
    .contact-info-three {
        width: 27.4%;
        margin-left: 0;
    }

}
@media (min-width: 1599.98px) {    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
    .form-sec .form-content span {
        display: block;
    }    
    .contact-info-one {
        width: 30%;
        margin-right: 50px;
    }
}

@media (min-width: 1400px) {    
    .form-sec .title-sec h1 span {
        display: block;
    }
    .contact-form {
        max-width: 600px;
    }
}


@media (max-width: 1399.98px) {
    .contact-form .sec-head .req-ind {
        color: #8d94a4;
        text-align: right;
    }
}

@media (min-width: 1199.98px) and (max-width: 1400px) {
    .contact-info-one {
        width: 45%;
        margin-top: 20px;
    }
    .contact-info-two {
        width: 50%;
        margin-top: 20px;
        margin-right: 0px;
    }
    .contact-info-three {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .contact-info-one {
        width: 42%;
        margin-top: 20px;
    }
    .contact-info-two {
        width: 50%;
        margin-top: 20px;
        margin-right: 0px;
    }
    .contact-info-three {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 991.98px) {
    #totop {
        position: fixed;
        right: 2%;
        bottom: 10%;
    }
    #totop .top-icon {
        font-size: 22px;
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        padding: 15px;
    }

}

@media (min-width: 768.98px) and (max-width: 992px) {
    .contact-info-one {
        width: 80%;
        margin-right: 0px;
    }
    .contact-info-two {
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
    }
    .contact-info-three {
        width: 100%;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    
    .content-sec h2 {
        font-size: 28px;
    }
    header {
        padding: 30px 0 0 0;
    }
    .contact-form {
        background-color: #f0f5fc;
        padding: 40px;
    }
    .content-sec {
        padding: 50px 0 0px;
    }
    .video-section {
        padding: 50px 0;
    }
    .video-iframe {
        margin-top: -40px;
    }
    .video-section p {
        font-size: 38px;
        line-height: 42px;
    }
    .form-sec {
        padding: 0;
    }
    /*footer {
        padding: 50px 0 40px;
    }
    .footer-social {
        margin: 50px 0 0;
        text-align: left;
    }
    .footer-social ul {
        padding: 0;
    }
    .footer-btm{
        text-align: center;
    }*/
    .form-sec .title-sec h1 {
        font-size: 32px;
        margin-bottom: 0px;
    }
    .form-content {
        padding: 20px 0 40px 0;
    }
    .form-sec .form-content p {
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        margin-top: 30px;
    }
    .form-sec .form-content .list {
        margin-top: 40px;
    }
    .form-sec .form-content .list p {
        margin-bottom:24px;
    }
    .contact-form .sec-head h2 {
        font-size: 32px;
    }
    .contact-form .sec-head h4 {
        margin-bottom: 20px;
    }
    .contact-form .sec-head .req-ind {
        margin-bottom: 0px;
    }
    .certification-sec {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .certification-sec .title-sec h2 {
        font-size: 32px;
    }

    #totop {
        position: fixed;
        right: 10px;
        bottom: 20px;
    }
    #totop .top-icon {
        font-size: 18px;
        color: #fff;
        width: 15px;
        height: 15px;
        padding: 10px;
    }
}


/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .contact-info-one,
    .contact-info-two,
    .contact-info-three{
        width: 100%;
        margin-top: 20px;
    }
    /*footer .footer-logo {
        display: flex;
        margin: auto;
    }*/
}


/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*.footer-ser-list {
        width: 100%;
    }*/
    .contact-form {
        padding: 30px;
    }
    .contact-form .form-control {
        padding: 12px 15px;
        background-color: #fff;
    }
    .contact-form form select {
        background: url(../png/select-arrow-21.png) no-repeat 95% 20px;
    }
    .contact-form textarea {
        min-height: 120px;
    }
    .logo {
        width: 295px;
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .form-sec .title-sec h1 {
        font-size: 30px;
    }
    .content-sec p, .content-sec ul li {
        font-size: 16px;
        line-height: 1.5;
    }
}
