@charset "utf-8";
/*..............embedded fonts..............*/

/*..............embedded fonts..............*/

/*..............custom fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
/*-------font-family: 'Open Sans', sans-serif;-----------*/
/*..............custom fonts..............*/



/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size:20px; font-weight: 400; color:#000; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: normal; margin:0 0 25px; padding:0; color: #000; line-height: 1.6;}
h1{ font-size:40px; line-height: 56px; font-weight: 600;}
h2{ font-size:40px;}
h3{ font-size:35px;}
h4{ font-size:30px;}
h5{ font-size:24px;}
h6{ font-size:18px;}
p{ margin:0 0 25px; line-height: 1.6;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { color: #2C74DE; outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}
label{ font-size: 16px; line-height: 24px; font-weight: 600;}

input, textarea, select{ font-family: 'Open Sans', sans-serif; font-weight: 300; outline: none;}
input[type="submit"]{ font-family: 'Open Sans', sans-serif; font-weight: 300; transition:all 0.3s ease 0s; outline: none;}
select { appearance: none; -webkit-appearance: none; height: 50px !important; padding-right: 40px !important; background-image: url(../images/select-arw.png); background-repeat: no-repeat; background-position: 96% center;  }

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn { border: 0; display: inline-block; vertical-align: top;border: 1px solid #2C74DE; background: #2C74DE; color: #fff !important; padding: 16px 43px; font-size: 16px; line-height: 1; font-weight: 600; border-radius: 35px; white-space: nowrap; }
.btn:hover { background: #000;border: 1px solid #000;  }
.btn.line-btn {background-color: transparent; border: 1px solid #000; color: #000 !important; }
.btn.line-btn:hover{background-color: #000;color: #fff !important;}
.btn.white-btn {background-color: #fff; border-color: #fff; color: #000 !important; }
.btn.white-btn:hover{background-color: #000 !important;border-color: #000 !important; color: #fff !important}



/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}

/* --- checkbox and radio button Styles --- */

.common-padd { padding-top: 125px; padding-bottom: 125px; }
.common-padd-small { padding-top: 50px; padding-bottom: 50px; }
.common-padd-lt-rt { padding-left: 85px; padding-right: 85px; } 

.form-control {height: 50px; padding: 12px 15px; border: 1px solid #B3B3B3; border-radius: 6;}

/*..............common styles..............*/



/*for header css*/
.main-header {padding: 40px 35px 0px 35px; z-index: 999; left: 0; right: 0; top: 0; }
.header-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.call-portal { padding: 0 0 18px; margin-right: -20px; display: flex; align-items: center; justify-content: flex-end; }
.call-portal a.call-link { color: #CE222B; font-weight: 900; font-style: italic; margin-right: 10px; }
.call-portal a.call-link svg { color: #686868; }
.call-portal a.portal-btn { background: #CE222B; color: #fff; padding: 9px; line-height: 1; display: block; font-size: 14px; }

.main-menu {  }
.main-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center;justify-content: center;}
.main-menu ul li { list-style: none; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 24px; font-weight: 400;}
.main-menu ul li:not(:last-child) { margin-right: 65px; }
.main-menu ul li a { display: block; color: #000; padding: 8px 0; position: relative;font-weight: 400;}
.main-menu ul li:hover a, .main-menu ul li.current-menu-item a { color: #2C74DE;}


.main-menu ul li.talk-btn a { background: #cd0b03; color: #fff !important; padding: 14px 35px !important; line-height: 1; font-size: 16px; border-radius: 30px; }
.main-menu ul li.talk-btn a:hover { background: #e2136c; }

.nav_btn { color: #000; font-size: 22px; text-align: right; display: none; }
.nav_close { display: none; color: #fff; }


.main-header.fixed { background: #000; padding: 10px 35px; left: 0; position: fixed; top: 0; width:100%; box-shadow:0 0 12px rgba(0, 0, 0, 0.4); transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s;}

@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/*for header css*/
.reletive-sec{position: relative;}
.section-third .sngl-box .image-box img,
.hiw-sec .img-box img{width: 100%;height: 100%;object-fit: cover;}


.blue-bg{background-color: #2C74DE;}

header .logo,
header .logsec {width: 25%; }
header .hdr-rt{width: 50%;}
header .logsec ul li {margin-left: 14px; list-style: none; }
header .logsec ul {display: flex; justify-content: flex-end; align-items: center; padding: 0; margin: 0; }

.banner-top h1 {text-align: center; font-weight: 600; max-width: 1199px; margin-left: auto; margin-right: auto; }
.banner-top p {font-size: 20px; line-height: 30px; text-align: center; font-weight: 500; padding-top: 15px; }
.banner-top p span {font-weight: 600; }
.banner-top form {margin-top: 50px; }
.banner-top form label {margin-bottom: 4px; color: #000; }
.banner-top form button.btn {margin: 0 auto; display: block; margin-top: 30px; }
.banner-top .partical-img-1 {position: absolute; z-index: -1; top: 0; right: 0; max-width: 800px; padding-top: 200px; }

.banner-btm {margin-top: 100px; }
.banner-btm .image-box {max-width: 740px; margin: 0 auto; margin-bottom: 50px;}
.banner-btm ul li .card span {display: block; color: #000; font-size: 24px; font-weight: 600; }
.banner-btm ul li .card {width: 460px; display: block; padding: 30px; border-radius: 10px; text-align: center; font-size: 16px; background-color: #ffffff; border: none; filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12)) }
.banner-btm ul li {list-style: none; padding: 0 10px; }
.banner-btm ul {display: flex; align-items: center; padding: 0; margin: 0; justify-content: center; }
/* .banner-btm ul li .card:hover {border: 1px solid #2C74DE !important; box-shadow: 0 0px 10px #2C74DE8a; } */
.banner-btm .partical-img-2 {position: absolute; z-index: -1; max-width: 600px; top: 0; left: 0; }

.section-two h2 {text-align: center; font-weight: 600; }
.section-two p{font-size: 30px;font-weight: 500;text-align: center;}
.section-two-vert-space {padding-top: 80px; padding-bottom: 80px;}

.section-third .sngl-box h2 {font-weight: 600; margin-bottom: 10px; }
.section-third .sngl-box .image-box {width: 100%; height: 100%; overflow: hidden; filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12)) ; }
.section-third .sngl-box .image-box img {object-position: top; }
.section-third .sngl-box {margin-bottom: 50px;padding: 0 30px;}
.section-third .partical-img-2 {position: absolute; z-index: -1; max-width: 800px; top: 0; left: 0; padding-top: 24px; }
.section-third .partical-img-1 {position: absolute; z-index: -1; max-width: 500px; bottom: 0; right: 0; padding-bottom: 200px; }

.section-forth {text-align: center; padding-top: 100px ; padding-bottom: 100px;}
.section-forth h2 {color: #fff; font-weight: 600; margin-bottom: 10px; }
.section-forth p{color: #fff;}

footer {padding: 108px 35px; border: solid; border-width: 1px 0 0 0; border-color: #B3B4B4; }
footer .footer-content {display: flex; }
footer .footer-logo-box {width: 25%; }
footer .footer-menu {width: 50%; }
footer .footer-menu ul li a {font-size: 16px; line-height: 24px; color: #000; font-weight: 400; }
footer .footer-menu ul li {list-style: none; padding: 0 34px; }
footer .footer-menu ul {padding: 0; margin: 0; display: flex; padding: 0 10px; justify-content: center; }
footer .footer-menu ul li a:hover{color: #2C74DE;}

.inner-banner .inner-content-box {text-align: center; max-width: 700px; margin: 0 auto; }
.inner-banner .inner-content-box h2 {font-weight: 600; }
.inner-banner .inner-content-box p {font-size: 30px; }
.inner-banner .inner-content-box p a{font-weight: 600;color: #2C74DE;}
.hiw-sec .content-box {text-align: center; padding: 30px; }
.hiw-sec .content-box h3 {font-weight: 600; margin-bottom: 10px; font-size: 40px; }
.hiw-sec .img-box {width: 90%; height: 90%; overflow: hidden; filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12)) }

.inner-banner .inner-content-box-two {text-align: center; padding: 0 50px; }
.inner-banner .inner-content-box-two h2 {font-weight: 600; }
.inner-banner .inner-content-box-two p {font-size: 20px; line-height: 30px; font-weight: 500; }

.pricing-sec .sngl-box-wraper h5 {font-weight: 600; margin-bottom: 15px; }
.pricing-sec .sngl-box-wraper p {min-height: 165px; }
.pricing-sec .sngl-box-wraper h6 span {font-weight: 600; color: #2C74DE; font-size: 32px; }
.pricing-sec .sngl-box-wraper h6 {margin: 0; }
.pricing-sec .sngl-box {padding: 0 5px; height: 100%; text-align: center; }
.pricing-sec .sngl-box-wraper {padding: 31px; background-color: #fff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12); border-radius: 10px; height: 100%; }

.only-content-sec .contnt-areas{max-width: 720px;margin: 0 auto;}
.only-content-sec h3{font-weight: 600;}

.login-sec .login-sec-wraper {max-width: 1000px; margin: 0 auto; background-color: #fff; padding: 30px 50px; box-shadow: 0 0 30px #2C74DE59; }
.login-sec .login-sec-wraper h2 {font-weight: 600; }
.login-sec .login-sec-wraper label {font-weight: 600; color: #000; margin-bottom: 7px; }
.login-sec .login-sec-wraper input.form-control {border: 1px solid #9f9f9f; }
.login-sec .login-sec-wraper ul li {list-style: none; }
.login-sec .login-sec-wraper ul {padding: 0; margin: 0; display: flex; justify-content: space-between; align-items: center; }
.login-sec .login-sec-wraper label.form-check-label a {font-weight: 600 !important; }
.login-sec .login-sec-wraper label.form-check-label {font-weight: 500 !important; font-size: 18px; color: #646464 !important; }

footer .footer-logo-box p {margin: 0; }







/*Andrea's*/

.background-blue {background-color: #EFF4FA;}











/*Media Query css*/

@media only screen and ( min-width:1600px ) {
    .container { max-width: 1440px;}
}

@media only screen and ( max-width:1599px ) {

	

}
@media only screen and ( max-width:1439px ) {
    .common-padd {padding-top: 80px; padding-bottom: 80px; }
    .btn {font-size: 16px;}
    .main-menu ul li:not(:last-child) {margin-right: 40px; }
    .main-menu ul li {font-size: 16px; }
    /*h1 {font-size: 32px; line-height: 44px; }*/
    h2 {font-size: 32px; line-height: 44px; }
    h3 {font-size: 32px; line-height: 44px; }
    .banner-top p {font-size: 20px; line-height: 30px; }
    .banner-top form {margin-top: 40px; }
    .banner-btm {margin-top: 60px; }
    .section-two p {font-size: 20px; }
    .section-third .sngl-box .image-box {height: 100%; }
    footer .footer-menu ul li a {font-size: 16px; }
    footer .footer-menu ul li {padding: 0 20px; }
    .inner-banner .inner-content-box p {font-size: 25px; }
    .hiw-sec .content-box h3 {font-size: 30px; }
    .inner-banner .inner-content-box-two p {font-size: 20px; }
    .pricing-sec .sngl-box-wraper {padding: 15px; }
    .pricing-sec .sngl-box-wraper p {min-height: 150px; font-size: 18px; overflow-wrap: break-word;}
    h5 {font-size: 20px; }
    

}
@media only screen and ( max-width:1299px ) {
    .btn {padding: 12px 25px;}
    .main-menu ul li:not(:last-child) {margin-right: 30px; }





}
@media only screen and ( max-width: 991px ) {

    .nav_btn { display: block; cursor: pointer; }
    .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;}
    .main-menu { position: fixed; transform:translateX(320px); right: 0; top: 0; bottom: 0; z-index: 999; max-width: 320px; box-shadow: 4px 0 27px rgba(0, 0, 0, 0.11); background-color: #2C74DE; padding-top: 28px; margin:0; display:block; width: 100%; padding-left: 28px; transition: 250ms ease-in;}
    .main-menu ul li { width: 100%; }
    .main-menu ul li:not(:last-child) { margin-right: 0; }
    .main-menu ul li a { display: block; padding: 10px; }

    header .hdr-rt {width: auto; position: absolute; right: 30px; }
    .banner-btm ul li .card {width: 330px; }
    header .logsec {width: 60%; padding-right: 60px; }
    .main-header {padding: 10px 15px; }
    .main-menu ul li a {color: #fff; }
    .hiw-sec .content-box {text-align: center; padding: 0 0 30px 0; }
    footer .footer-menu ul li {padding: 0px 10px; }
    footer .footer-menu ul li a {font-size: 13px; }
    footer .footer-logo-box p {font-size: 16px; }
    .pricing-sec .sngl-box {padding: 0; height: auto; margin-bottom: 30px; }
    .pricing-sec .sngl-box-wraper p {min-height: auto; }
    .inner-banner .inner-content-box-two {padding: 0 0px; }
    .main-menu ul li:hover a, .main-menu ul li.current-menu-item a {color: #000; }








}
@media only screen and ( max-width: 767px ) {
    .common-padd {padding-top: 40px; padding-bottom: 40px; }
    h1, h2 {font-size: 25px; }
    h3 {font-size: 22px; }
    .banner-top p {font-size: 20px; }
    p {line-height: 1.3; }
    h1, h2, h3, h4, h5, h6 {line-height: 1.3;}
    .banner-top form label {margin-top: 20px; }
    .banner-top form {margin-top: 20px; }
    .banner-btm ul {display: block; }
    .banner-btm ul li .card {margin: 0 auto; margin-bottom: 20px; }
    .section-third .sngl-box {margin-bottom: 40px; padding: 0 0px; }
    .section-third .sngl-box .image-box {height: 100%; }
    .common-padd-small {padding-top: 30px; padding-bottom: 30px; }
    footer .footer-content {display: flex; flex-direction: column-reverse; }
    footer .footer-logo-box {width: 100%;text-align: center; }
    footer .footer-menu {width: 100%; margin-bottom: 20px; }
    footer {padding: 30px 15px; }
    .banner-btm {margin-top: 30px; }
    .inner-banner .inner-content-box p{font-size: 20px;}
    .hiw-sec .content-box h3{font-size: 25px;}
    .login-sec .login-sec-wraper {padding: 20px 20px; }
    .login-sec .login-sec-wraper label {font-size: 16px; }
    .login-sec .login-sec-wraper ul {display: block;}
    .login-sec .login-sec-wraper ul li button {margin: 0 auto; display: block; padding: 15px 70px; margin-top: 30px; }
    .login-sec .login-sec-wraper label.form-check-label {font-size: 15px;}

    h1 {font-size: 32px; line-height: 44px;


}
@media only screen and ( max-width: 575px ) {
    .main-header {padding: 10px 0px; }
    header .logsec {width: 75%; padding-right: 50px; }
    header .btn {padding: 10px 25px; font-size: 10px; }
    h1 {font-size: 32px; line-height: 44px;}
    h2 {font-size: 20px; }
    h3 {font-size: 20px; }
    .banner-top p {font-size: 18px; }
    body{font-size: 18px}
    .banner-btm ul li .card span {font-size: 20px; }
    .banner-btm ul li .card {width: 100%;padding: 15px; }
    .section-two p {font-size: 18px; }
    footer {padding: 30px 0px; }
    footer .footer-menu ul li {padding: 0 10px; }
    footer .footer-menu ul li a {font-size: 12px; }
    .section-third .sngl-box .image-box {height: 100%; }
    header .logsec ul li {margin-left: 7px; }
    .hiw-sec .img-box {height: 100%;}
    .hiw-sec .content-box h3{font-size: 20px;}
    .hiw-sec .content-box p {margin: 0; }
    .inner-banner .inner-content-box p {margin: 0; }
    .inner-banner .inner-content-box-two p {font-size: 18px;margin:0; }
    





}
@media only screen and ( max-width: 380px ) {


}

/*Media Query css*/




