@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
	
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }
 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:13px; font-family: 'Lato', sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:400;}
h1{ font-size:90px; line-height: 94px; font-family: 'prospectus_pro_s_demobold'; }
h2{ font-size:60px; line-height: 60px; font-family: 'prospectus_pro_s_demobold'; }
h3{ font-size:28px; line-height: 34px; }
h4{ font-size:26px; line-height: 30px; }
h5{ font-size:22px; line-height: 28px; }
h6{ font-size:16px; line-height: 20px; }

p{ color:#000000; font-size:18px; font-weight:400; line-height:30px; margin-bottom:20px; font-family: 'Lato', sans-serif; }

ul{ margin:20px 20px; padding:0;}
ul li{ font-size:18px;  color:#000000; font-weight:400; line-height:30px; padding:0 0 5px 0; list-style: none; position: relative; }
ul li:before{ content: ''; display: block; position: absolute; left: -15px; top: 13px; width: 6px; height: 6px; background: #1EABE2; border-radius: 50%; }

ol{ margin:20px 20px; padding:0;}
ol li{ font-size:18px;  color:#000000; font-weight:400; line-height:30px; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb;}
blockquote p{ font-size:16px; font-weight:400; line-height:30px; margin-bottom:15px; position:relative; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color: #1EABE2; transition: all 0.3s ease-in-out; }
a:hover{ color:#84C558; text-decoration: none; }
a:active, a.current{ color: #84C558; }
a:focus{ outline: none; }

.btn{ display: inline-block; font-size: 16px; line-height: 20px; color: #000000; font-family: 'Lato', sans-serif; font-weight: 700; text-transform: uppercase; padding: 14px 57px 14px 35px; box-sizing: border-box; background: rgb(139,255,237); background: linear-gradient(90deg, rgba(139,255,237,1) 0%, rgba(180,255,155,1) 100%); border-radius: 50px; transition: all 0.4s ease-in-out; position: relative; }
.btn:hover{ color: #000; text-decoration: none; box-shadow: 0 1px 15px 0 rgb(0 0 0 / 75%);  }
.btn:after{ content: ''; display: block; position: absolute; right: 28px; top: 18px; width: 13px; height: 13px; background: url(../images/btn-arrow.svg); background-size: cover; }
.btn.white-btn{ background: #ffffff; }

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:1px solid #dedede; padding:0 15px; color:#666666; font-size:12px; height:36px; }
textarea{ border:1px solid #dedede; padding:5px 15px; color:#666666; font-size:12px; height:60px; resize:none;  font-family: 'Lato', sans-serif; line-height:16px;}

input[type="submit"], input[type="button"], input[type="reset"]{ background:#666; cursor:pointer; color:#fff; border:none; height:30px; line-height:28px; display:block; font-size:15px;}
input[type="submit"]:hover, input[type="button"]:hover{ background:#666; color:#fff;}

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; min-height:100%; min-height: 100%; height: auto !important; height: 100%; }
.container{ max-width:1300px; width:100%; }
.footer, .push {height: 22px; }

/* header */
header{ height: auto; position: absolute; top: 0; left: 0; width: 100%; padding-top: 45px;  z-index: 1; }
.logo{ display: inline-block; }
.logo figure{ display: inline-block; }
.logo figure img{ display: block; width: 100%; }
.call-cell{ display: inline-block; float: right;  font-size: 14px; line-height: 18px; color: #ffffff; text-transform: uppercase; margin-top: 17px; }
.call-cell .call-title{ display: inline-block; color: #1EABE2; margin-right: 10px; }
.call-cell a{ color: #ffffff; }
.call-cell a:hover{ color: #1EABE2; }

/* nav */
nav{ width:100%; height:auto; }
nav ul{ margin: 0; display: inherit; }
nav ul li{ color:#000000; font-size:18px; font-weight:400; line-height:30px; font-family: 'Lato', sans-serif;  }
nav ul li a{ color: #000000; }
nav ul li a:hover, nav .active{ color: #1EABE2; }

/* footer */
/*start*/
footer{ width:100%; height:auto; background:#082C3C; padding: 80px 0 80px 0; box-sizing: border-box; }
.footer-logo{ display: inline-block; max-width: 180px; margin-right: 96px; float: left; }
.footer-logo figure{ display: inline-block; width: 100%; }
.footer-logo figure img{ display: inline-block; width: 100%; }
.cont-info-grp{ display: inline-block; margin-top: 30px; }
.cont-info{ display: inline-block; margin-right: 58px; }
.cont-info h6{ font-size: 12px; line-height: 16px; text-transform: uppercase; color: #1EABE2; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 0; }
.cont-info a{ font-size: 16px; line-height: 20px; color: #ffffff; font-family: 'Lato', sans-serif; font-weight: 700; }
.cont-info a:hover{ color: #1EABE2; }
.social-icon-grp{ display: flex; flex-wrap: wrap; float: right; margin-top: 38px; }
.social-icon-grp a{ display: inline-block; height: 23px; margin-left: 35px; }
.social-icon-grp a:first-child{ margin-left: 0; }
.social-icon-grp a figure{ display: block; width: 100%; height: 100%; }
.social-icon-grp a figure img{ display: block; width: 100%; height: 100%; transition: all 0.3s ease-in-out; }
.social-icon-grp a:hover img{ transform: scale(1.1); }
/*end*/

/*--------- home page ------------*/
/* banner part */
/*start*/
.banner{ display: block; width: 100%; position: relative; }
.banner figure{ display: block; width: 100%; }
.banner figure img{ display: block; width: 100%; }
.banner .container{ height: 100%; position: absolute; top: 0; left: 50%; transform: translate(-50%, -0%); display: flex; align-items: center; justify-content: center; }
.banner-desc{ display: block; width: 100%; max-width: 1005px; text-align: center; }
.desc-title-cell{ display: block; width: 100%; position: relative; margin-bottom: 30px; }
.desc-title-cell .big-title{ display: block; color: #ffffff; position: relative; margin-bottom: 0; font-family: 'prospectus_pro_s_demobold'; font-size: 90px; line-height: 92px; letter-spacing: -2px; }
.desc-title-cell .big-title em{ font-style: normal; color: #C4F1A6; }
.desc-title-cell .small-title{ display: block; font-size: 58px; line-height: 58px; font-family: 'Lato', sans-serif; font-weight: 900; text-transform: uppercase; color: #ffffff; }
.desc-title-cell:after{ content: ''; display: block; position: absolute; bottom: -7px; right: 0; height: 2px; background: #ffffff; width: 81%; }
.banner-desc .two-col{ display: flex; flex-wrap: wrap; align-items: center; margin-top: 25px; }
.banner-desc .two-col .col-left{ display: inline-block; width: 785px; text-align: left; }
.banner-desc .two-col .col-right{ display: inline-block; width: 200px; text-align: right; }
.banner-desc p{ color: #ffffff; font-size: 16px; line-height: 30px; margin-bottom: 0; }
.banner-desc .two-col .col-right a{ float: right; }
/*end*/

/*service section*/
/*start*/
.service-section{ display: block; width: 100%; padding: 100px 0 70px 0; position: relative; }
.service-section:before{ content: ''; display: block; width: 100%; height: 650px; position: absolute; top: 0;  background: rgb(238,242,243); background: linear-gradient(180deg, rgba(238,242,243,1) 0%, rgba(255,255,255,1) 100%); box-sizing: border-box;  }
.service-section .container{ position: relative; }
.welcome-inner-sec{ display: block; max-width: 1000px; margin-bottom: 130px; }
.welcome-inner-sec .two-col{ display: flex; }
.welcome-inner-sec .two-col .col-left{ display: inline-block; width: 380px; margin-left: 0; }
.welcome-inner-sec .two-col .col-right{ display: inline-block; width: 595px; margin-right: 0; padding-left: 25px; box-sizing: border-box; padding-top: 50px; }
.welcome-title{ font-size: 18px; line-height: 24px; text-transform: uppercase; color: #1EABE2; margin-bottom: 35px; font-weight: 700; }
.welcome-inner-sec h2{ color: #082C3C; margin-bottom: 0; }
.welcome-inner-sec .col-right p{ margin-bottom: 0; }
.services-grp-area{ display: flex; flex-wrap: wrap; width: 100%; max-width: 1270px; }
.services-grp-area .services-cell{ display: inline-block; width: 400px; padding: 95px 30px 40px 45px; box-sizing: border-box; background: #ffffff; -webkit-box-shadow: 0px 0px 15px 1px rgb(240 240 240); -moz-box-shadow: 0px 0px 15px 1px rgb(240 240 240); box-shadow: 0px 0px 15px 1px rgb(240 240 240); border: 1px solid #F0F0F0; margin-right: 34px; margin-bottom: 34px; float: left; margin-left: 0; position: relative; }
.services-cell figure{ display: block; margin-bottom: 13px; min-height: 70px; position: relative; }
.services-cell figure img{ max-width: 65px; }
.services-cell h3{ color: #082C3C; margin-bottom: 35px; font-weight: 700; position: relative; transition: .6s ease-in-out; }
.services-cell p{ margin-bottom: 0; position: relative; transition: .6s ease-in-out; }
.services-grp-area .services-cell:nth-child( 3n + 3 ){ margin-right: 0; }
/*end*/

/*about section*/
/*start*/
.about-section{ display: block; width: 100%; position: relative; }
.about-section.bt-wt-brd:before{ content: ''; display: block; position: absolute; width: 100%; height: 70px; background: #EEF2F3; bottom: 0; left: 0; }
.about-section .container{ max-width: 1440px; width: 100%; position: relative; }
.about-slider{ display: block; width: 100%; }
.about-slider .item{ box-sizing: border-box; }
.about-slider .two-col{ display: block; }
.about-slider .two-col .col-left{ display: flex; width: 605px; background: #1EABE2; padding: 60px 56px 60px 135px; box-sizing: border-box; margin-left: 0; align-items: center; justify-content: center; position: relative; float: left; min-height: 575px; z-index: 1 }
.about-slider .two-col .col-left h2{ color: #ffffff; }
.about-slider .two-col .col-left p{ color: #ffffff; margin-bottom: 40px; }
.about-slider .two-col .col-left:after{ content: ''; display: block; position: absolute; right: -492px; top: 0; background: #1EABE2; height: 100%; width: 492px; }
.about-slider .two-col .col-right{ display: inline-block; width: 833px; margin-right: 0; margin-top: 55px; position: relative; float: right; z-index: 2; }
.about-slider .two-col .col-right figure{ display: block; width: 100%; }
.about-slider .two-col .col-right figure img{ display: block; width: 100%; }
.about-arrow{ display: inline-block; position: absolute; right: 0; bottom: 0; }
.about-arrow .left-arrow, .about-arrow .right-arrow{ width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; float: left; background: #EEF2F3; transition: all 0.3s ease-in-out;  cursor: pointer;}
.about-arrow .left-arrow:hover, .about-arrow .right-arrow:hover{ background: #ffffff; }
.about-arrow .left-arrow figure{ display: flex; width: 17px; height: 17px; }
.about-arrow .left-arrow figure img{ display: inline-block; width: 100%; }
/*end*/

/*testimonial section*/
/*start*/
.testimonial-section{ display: block; width: 100%; padding: 235px 0 200px 0; background: #EEF2F3; }
.testimonial-slider{ display: block; width: 100%; }
.testimonial-cell{ display: block; width: 100%; position: relative; }
.testimonial-desc:before{ content: ''; display: block; position: absolute; left: -135px; top:50%; width: 77px; height: 57px; background: url(../images/double-quote-left.svg); background-size: cover; transform: translate(0%, -50%); }
.testimonial-desc:after{ content: ''; display: block; position: absolute; right: -135px; top:50%; width: 77px; height: 57px; background: url(../images/double-quote-right.svg); background-size: cover; transform: translate(0%, -50%); }
.testimonial-arrow{ display: block; width: 100%; text-align: center; padding-top: 80px; }
.arrow-grp{ display: inline-block; }
.arrow-grp .left-arrow{ display: inline-block; max-width: 17px; margin-right: 52px; cursor: pointer; }
.arrow-grp .right-arrow{ display: inline-block; max-width: 17px; cursor: pointer; }
.arrow-grp figure{ display: block; width: 100%; }
.arrow-grp figure img{ display: block; width: 100%; }
/*end*/

/*talk section*/
/*start*/
.talk-section{ display: block; width: 100%; height: 600px; background-size: cover;
    background-position: center center; }
.talk-section .container{ display: flex; height: 100%; align-items: center;justify-content: center; }
.testimonial-desc{ font-size: 40px; line-height: 50px; color: #2D7391; text-align: center; display: block; width: 1022px; margin-bottom: 40px; text-align: center; position: relative; font-family: 'prospectus_pro_s_demobold'; }
.testimonial-name{ font-size: 18px; line-height: 20px; color: #5B9DB8; text-align: center; }
.talk-desc{ display: inline-block; max-width: 1035px; }
.talk-desc .talk-big-title{ display: block; color: #ffffff; position: relative; margin-bottom: 0; font-family: 'prospectus_pro_s_demobold'; font-size: 90px; line-height: 92px; letter-spacing: -2px; }
.talk-desc .talk-sml-title{ display: block; font-size: 58px; line-height: 58px; font-family: 'Lato', sans-serif; font-weight: 900; text-transform: uppercase; color: #ffffff; }
.talk-desc .btn{ margin-top: 25px; }
/*end*/