/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 62.5%;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #fff;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */


@-ms-viewport {
  width: device-width;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul, img, header, footer, section, figure{ margin:0; padding:0; list-style:none;}
img{ max-width:100%; display:inline-block;}
a{ text-decoration:none;}
a:focus{ border:0; outline:0;}
a, a:hover, i, i:hover{
	transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;	
}
.no-padding {
    padding: 0px !important;
}
.t-r {
    text-align: right !important;
}
.t-c {
    text-align: center !important;
}
.flt-l {
    float: left !important;
}
.flt-r {
    float: right !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
     /*-webkit-appearance: none;*/
     border-radius: 0;
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold_0.eot');
    src: url('../fonts/nexa_bold_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold_0.woff2') format('woff2'),
         url('../fonts/nexa_bold_0.woff') format('woff'),
         url('../fonts/nexa_bold_0.ttf') format('truetype'),
         url('../fonts/nexa_bold_0.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light.eot');
    src: url('../fonts/nexa_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light.woff2') format('woff2'),
         url('../fonts/nexa_light.woff') format('woff'),
         url('../fonts/nexa_light.ttf') format('truetype'),
         url('../fonts/nexa_light.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    padding: 0px;
    margin: 0px;
    /*background: #fff;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}


.header {
    /*float: left;
    width: 100%;
    min-height: 176px;*/
    /*display: block;
    margin: 0px;
    padding: 0px;*/
    background:#fff;
    height: 80px;
}

.header .logo {
    float: left;
    text-align: center;
    width: 100%;
    position:relative;
    margin: 10px 0 0 0;
}



.header .nav {
    float: left;
    text-align: center;
    position: relative;
    margin: 0 0 0;
    /*height: 50px !important;*/
    background: #fff;
    
}

.header .nav ul {
    float: left;
    width: 100%;
    margin: 0 0 0 27px;
}
.header .nav li {
    display: inline-block;
    float: left;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}

.header .nav li a {
    float: left;
    color: #464b54;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 80px;
    padding: 0 14px;
}
.header .nav li a:hover {
    color: #375c9a;
    background:transparent;
    text-decoration: none;
}
.header .nav li.active a {
    color: #375c9a;
    text-decoration: none;
    background:transparent;
}
.header .nav li.active a:focus{background: none;}
.header .nav li a:focus{background: none;}

.header a.Try {
    float: left;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #f6b313;
    text-decoration: none;
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    margin: 20px 0 0 0;
}
.header a.Try:hover {
    color: #000;
    background: #fbe9bd;
}

/*------------------Banner----------------------*/

.banner {
    position: relative;
    z-index: 1;
    margin: 0px 0 0 0;
}
.banner .container {
    position: relative;
}

.banner img {
    width: 100%;
    height: 509px !important;
}
.banner .container {
    width: 873px;
}
.banner .caption {
    position: absolute;
    left: 0;
    top: -410px;
    width: 100%;
    text-align: center;
    height: 233px;
}
.carousel-indicators {
    bottom: 20px !important;
}
.banner .caption h1 {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #f8f8f8;
    font-size: 57px;
    font-family: 'nexa_boldregular';
    letter-spacing: 1px;
    text-shadow: 0 0 5px #000;
}
.banner .caption h1 span {
    font-size: 30px;
    font-family: 'nexa_boldregular';
    letter-spacing: 1px;
    text-shadow: 0 0 5px #000;
}
.banner .caption p {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 35px 0;
}

.banner .caption a.contact {
    float: left;
    background: rgba(55,92,154, 0.4);
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 22px;
    border: 2px solid #13c9f6;
    border-radius: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 20px 0 0 41%;
}
.banner .caption a.contact:hover {
    color: #fff;
    background: #13c9f6;
    border: 2px solid #13c9f6;
}

/*------------------------------------------------*/

.section_01 {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    min-height: 500px;
    padding: 4% 0;
    margin: 0px;
}

.section_01 h2.ols {
    float: left;
    width: 100%;
    color: #14243f;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 0 0;
}
.section_01 p {
    float: left;
    width: 100%;
    color: #686e74;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    padding: 0 50px 0 0;
    margin: 20px 0 0 0;
}
.section_01 ul {
    float: left;
    width: 100%;
    color: #686e74;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 0 0;
}
.section_01 ul li {
    float: left;
    margin: 0 20px 0 0;
}
.section_01 ul li a {
    float: left;
    border-radius: 20px;
    color: #375c9a;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #375c9a;
    line-height: 38px;
    text-decoration: none;
    padding: 0 20px;
    margin: 20px 0 0 0;
}
.section_01 ul li a:hover {
    color: #fff;
    background: #f69e13;
    border: 2px solid #f69e13;
}

.section_01 .video {
    width: 653px;
    height: 366px;
    display: block;
    position: absolute;
    z-index: 100;
    right: -30px;
    top: 0px;
}

/*------------------------------------------------*/

.section_02 {
    width: 100%;
    float: left;
    background: #f8f8f8;
    position: relative;
    min-height: 500px;
    padding: 4% 0 15% 0;
    margin: 0px;
}
.section_02 .container {
    width: 1200px;
}

.section_02 h2.soft {
    float: left;
    width: 100%;
    text-align: center;
    color: #1e2e49;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 0 0;
}
.section_02 p {
    float: left;
    width: 100%;
    text-align: center;
    color: #5a6c89;
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 0 0;
}
.section_02 ul {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.section_02 ul li {
    float: left;
    width: 228px;
    position: relative;
    padding: 0 20px;
    margin: 0 0 0 0;
}
.section_02 ul li:nth-child(2) {
    position: relative;
    margin: 90px 0 0 10px;
}
.section_02 ul li:nth-child(3) {
    float: left;
    position: relative;
    margin: -5px 0 0 10px;
}
.section_02 ul li:nth-child(4) {
    float: left;
    position: relative;
    margin: 90px 0 0 10px;
}
.section_02 ul li .curve1 {
    float: left;
    display: block;
    position: absolute;
    z-index: 200;
    right: -90px;
    top: 58px;
}
.section_02 ul li .curve2 {
    display: block;
    position: absolute;
    z-index: 220;
    right: -85px;
    top: -45px;
}
.section_02 ul li .curve3 {
    display: block;
    position: absolute;
    z-index: 220;
    right: -86px;
    top: 50px;
}
.section_02 ul li .curve4 {
    display: block;
    position: absolute;
    z-index: 220;
    right: -70px;
    top: -50px;
}
.section_02 ul li .icon {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}
.section_02 ul li p  {
    float: left;
    width: 100%;
    text-align: center;
    color: #375c9a;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 0;
}

.section_02 a.view  {
    float: left;
    background: #f8f8f8;
    color: #375c9a;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #375c9a;
    border-radius: 50px;
    font-weight: 700;
    padding: 0 30px;
    margin: 40px 0 0 46%;
}
.section_02 a.view:hover {
    color: #fff;
    background: #f69e13;
    border: 2px solid #f69e13;
}

/*------------------------------------------------*/

.section_03 {
    width: 100%;
    min-height: 606px;
    float: left;
    background: url(../images/pricing_bg.jpg) no-repeat center top;
    position: relative;
    padding: 4% 0 3% 0;
    margin: 0px;
    background-size: cover;
}
.section_03 .tab_block {
    width: 100%;
    float: left;
    position: relative;
    margin: -180px 0 0 0;
}
.section_03 .tab_block .tab {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
}
.section_03 .tab_block .tab ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
}
.section_03 .tab_block .tab ul li {
    float: left;
    margin: 0 8px 0 0;
}
.section_03 .tab_block .tab ul li a {
    float: left;
    text-shadow: 0 0 2px #000;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #375c9a;
    text-decoration: none;
    border-radius:5px 5px 0 0;
    line-height: 45px;
    padding: 0 20px;
    margin: 0 0 0 0;
}
.section_03 .tab_block .tab ul li a:hover {
    color: #375c9a;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    text-shadow: 0 0 2px #ccc;
}
.section_03 .tab_block .tab ul li.active a {
    color: #375c9a;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    text-shadow: 0 0 2px #ccc;
}
.section_03 .tab_block .tab_botm {
    width: 100%;
    background: #fff;
    border-radius:0 0 8px 8px;
    height: 120px;
    float: left;
    position: relative;
    padding: 40px 20px 0 20px;
    margin: 0px 0 0 0;
}

.section_03 .tab_block .tab_botm ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
}
.section_03 .tab_block .tab_botm ul li {
    float: left;
    width: 264px;
    background: url(../images/dot-line-divider.png) no-repeat right top;
    margin: 0 10px 0 0;
    padding-right: 10px;
}
.section_03 .tab_block .tab_botm ul li:last-child {
    background: none;
}
.section_03 .tab_block .tab_botm ul li p {
    float: left;
    text-align: left;
    background: url(../images/blue-tic.png) no-repeat left top 5px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #404959;
    text-decoration: none;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 0 36px;
    margin: 0 0 0 0;
}

.section_03 h2.sp {
    float: left;
    width: 100%;
    text-shadow: 0 0 3px #ccc;
    text-align: center;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 18px;
    font-weight: 600;
    padding: 0 0 0 36px;
    margin: 70px 0 0 0;
}
.section_03 p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    padding: 0 0 0 36px;
    margin: 20px 0 0 0;
}
.section_03 .sp_form {
    float: left;
    background: url(../images/mid-dotline.png) repeat-y center top;
    width: 100%;
    min-height: 300px;
    margin: 80px 0 0 0;
}

.section_03 .sp_form .form_block {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.section_03 .sp_form .form_block .col-xs-12.col-md-6.col-sm-6 {
    padding: 8px !important;
}

.section_03 .sp_form .form_block label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.section_03 .sp_form .form_block input[type="text"] {
    width: 100%;
    border: none;
    color: #fff;
    background: rgba(255,255,255,0.06);
    float: left;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    border: 1px solid #7a88a1;
    height: 50px;
    margin: 5px 0 5px 0;
}

.section_03 .sp_form .form_block input[type="submit"] {
    line-height: 45px;
    text-align: center;
    float: left;
    background: #f69e13;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    border: none;
    padding: 0 25px;
    margin: 0px -5px 0 0;
}

.section_03 .sp_form .sp_right {
    width: 100%;
    float: left;
}

.section_03 .sp_form .sp_right .sp_right_top {
    float: left;
    width: 503px;
    height: 99px;
    background: url(../images/blueright-bg.png) no-repeat top;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0px 0 0 20px;
}
.section_03 .sp_form .sp_right .sp_right_title {
    float: left;
    width: 90%;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 2px;
    margin: 20px 0 0 20px;
}
.section_03 .sp_form .sp_right p {
    float: left;
    width: 90%;
    color: #fff;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0 0 20px;
}
.section_03 .sp_form .sp_right a.read {
    float: left;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #91a1bb;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius:20px; 
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 35px 0 0 25px;
}
.section_03 .sp_form .sp_right a.read:hover {
    color: #fff;
    background: #f69e13;
    border: 1px solid #f69e13;
}

/*------------------------------------------------*/

.section_ready {
    width: 100%;
    min-height: 400px;
    float: left;
    background: #f8f9f9;
    position: relative;
    padding: 3% 0 5% 0;
    margin: 0px;
}
.section_ready h2.ready {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: #1e2e49;
    font-weight: 600;
    margin: 0px 0 0 0;
}
.section_ready .plug {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    color: #38507a;
    font-weight: 300;
    margin: 5px 0 0 0;
}

.section_ready .course_box {
    float: left;
    background: #fff;
    width: 100%;
    min-height: 450px;
    border: 1px solid #ededee;
    box-shadow: 0 0 1px #ccc;
    padding: 0 0 30px 0;
    margin: 50px 0 0 0;
}
.section_ready .course_box:hover {
    box-shadow: 0 0 12px #ccc;
}
.section_ready .course_box .course_top {
    float: left;
    position: relative;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#384660+0,375c99+100 */
background: #384660; /* Old browsers */
background: -moz-linear-gradient(left,  #384660 0%, #375c99 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #384660 0%,#375c99 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #384660 0%,#375c99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384660', endColorstr='#375c99',GradientType=1 ); /* IE6-9 */
;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px;
    margin: 0 0 0 0;
}
.section_ready .course_box .white_arrow {
    float: left;
    height: 12px;
    position: relative;
    margin: -12px 0 0 30px;
}
.section_ready .course_box ul {
    float: left;
    width: 100%;
    min-height: 300px;
    position: relative;
    padding: 0 30px;
    margin: 0 0 0 0;
}

.section_ready .course_box ul li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #cdd3de;
    position: relative;
    padding: 0 0;
    margin: 0 0 0 0;
}
.section_ready .course_box ul li:last-child {
    border-bottom: none;
}
.section_ready .course_box ul li a {
    float: left;
    text-decoration: none;
    background: url(../images/smalblue-tic.png) no-repeat left top 12px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #404959;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 0 10px 25px;
    margin: 0 0 0 0;
}


.section_ready .course_box a.course_butn {
    float: left;
    text-decoration: none;
    border: 2px solid #375c9a;
    border-radius: 25px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    color: #375c9a;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 35px;
    padding: 0 35px;
    margin: 40px 0 0 70px;
}
.section_ready .course_box a.course_butn:hover {
    background: #375c9a;
    border: 2px solid #375c9a;
    color: #fff;
}

/*------------------------------------------------*/

.section_demo {
    width: 100%;
    min-height: 400px;
    float: left;
    background: #fff;
    position: relative;
    padding: 3% 0 5% 0;
    margin: 0px;
}
.section_demo h2.demo {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: #14243f;
    font-weight: 600;
    margin: 0px 0 0 0;
}
.section_demo .demo_text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #404959;
    font-weight: 400;
    margin: 5px 0 40px 0;
}

.section_demo .demo_img {
    float: left;
    text-align: center;
    margin: 30px 0 0 0;
}

.section_demo .blue_25 {
    float: left;
    width: 100%;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    color: #375c9a;
    font-weight: 600;
    line-height: 25px;
    margin: 40px 0 0 20px;
}
.section_demo .blue_16 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #505d74;
    font-weight: 400;
    margin: 15px 0 0 20px;
}
.section_demo a.read {
    float: left;
    text-decoration: none;
    border: 1px solid #375c9a;
    border-radius: 25px;
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #375c9a;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    padding: 0 20px;
    margin: 20px 0 0 20px;
}
.section_demo a.read:hover {
    color: #fff;
    background: #f69e13;
    border: 1px solid #f69e13;
}

/*------------------------------------------------*/

.section_app {
    width: 100%;
    min-height: 400px;
    float: left;
    background: #f8f8f8;
    position: relative;
    padding: 3% 0 0 0;
    margin: 0px;
}
.section_app h2.app {
    float: left;
    width: 100%;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: #14243f;
    font-weight: 600;
    margin: 0px 0 0 0;
}
.section_app .app_text {
    float: left;
    width: 100%;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    color: #375c9a;
    line-height: 25px;
    font-weight: 400;
    margin: 10px 0 0px 0;
}
.section_app p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #505d74;
    line-height: 25px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.section_app a.app_tag{
    float: left;
    margin: 30px 10px 0 0;
}

/*------------------------------------------------*/

.section_midform {
    width: 100%;
    background:url(../images/down-arrow.gif) no-repeat center top #375c9a ;
    position: relative;
    float: left;
    padding: 1% 0;
    margin: 0px;
}
.section_midform .mid_form {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
}

.section_03 .sp_form .form_block {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.section_midform .mid_form .col-xs-12.col-md-3.col-sm-3 {
    padding: 5px !important;
}

.section_midform .mid_form label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.section_midform .mid_form input[type="text"] {
    width: 100%;
    border: none;
    color: #000;
    background: #fff;
    float: left;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    border: none;
    height: 42px;
    margin: 5px 0 5px 0;
}

.section_midform .mid_form input[type="submit"] {
    line-height: 42px;
    text-align: center;
    float: left;
    background: #f69e13;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    border: none;
    padding: 0 30px;
    margin: 30px 0 0 0;
}


/*------------------------------------------------*/

.section_bottom {
    width: 100%;
    min-height: 470px;
    float: left;
    background:url(../images/footer-topbg.jpg) no-repeat center top ;
    position: relative;
    padding: 3% 0;
    margin: 0px;
    background-size: cover;
}
.section_bottom h2.con {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0px 0 0 0;
}
.section_bottom .cont_text {
    float: left;
    width: 100%;
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
    margin: 10px 0 0px 0;
}

.section_bottom .form_b {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.section_bottom .form_b .col-xs-12.col-md-3.col-sm-3 {
    padding: 5px !important;
}
.section_bottom .form_b .col-xs-12.col-md-12.col-sm-12 {
    padding: 5px !important;
}

.section_bottom .form_b  label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.section_bottom .form_b  input[type="text"] {
    width: 100%;
    color: #fff;
    background: rgba(255,255,255,0.2);
    float: left;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    border: 1px solid #abb3c0;
    height: 50px;
    margin: 40px 0 5px 0;
    -webkit-text-stroke-color: #fff;
}

.section_bottom .form_b textarea {
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: 1px solid #abb3c0;
    float: left;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    border-radius: 0px;
    height: 160px;
    padding: 10px;
    margin: 10px 0 0 0;
}

.section_bottom .form_b  input[type="submit"] {
    line-height: 45px;
    text-align: center;
    float: left;
    background: #f69e13;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    border: none;
    padding: 0 40px;
    margin: 0px 0 0 0;
}

.section_bottom .form_b  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.section_bottom .form_b  input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.section_bottom .form_b  input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.section_bottom .form_b  input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.section_bottom .form_b textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.section_bottom .form_b textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.section_bottom .form_b textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.section_bottom .form_b textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


/*------------------------------------------------*/

.footer {
    width: 100%;
    float: left;
    background:#fff;
    position: relative;
    padding: 2% 0 2% 0;
    margin: 0px;
}
.footer .copyright {
    text-align: center;
    float: left;
    width: 100%;
    color: #2e528f;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 0 0;
}
.footer .f_link {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.footer .f_link ul {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
}
.footer .f_link ul li {
    float: none;
    width: 100%;
    text-align: center;
}
.footer .f_link ul li a {
    color: #a7aeb9;
    border-right: 1px solid #a7aeb9;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 5px;
    margin: 5px 0 0 0;
}
.footer .f_link ul li a:nth-child(7) {
    border-right: none;
}
.footer .f_link ul li a:last-child {
    border-right: none;
}

.carousel-indicators .active {
    background-color: #13c9f6 !important;
    border-color: #13c9f6 !important;
    height: 12px;
    margin: 0;
    width: 12px;
}










/*---------------------------------------------------------------------------------*/

/* responsive story */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
.wrapper {overflow: hidden;}

.container {
    width: 100% !important;
    padding: 0px !important;
}




 
}


/* Tablet landscape size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
.wrapper {overflow: hidden;}

.container {
    width: 100% !important;
    padding: 0px !important;
}
    

    


}



/* All Mobile Sizes (devices and browser) */
/*all things are do in this condition*/
@media only screen and (max-width: 767px) {

.wrapper {overflow: hidden;}

.container {
    width: 100% !important;
    padding: 0px !important;
}

    
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px !important;
    min-height: 0px !important;
    position: relative;
}

.navbar-header {width: 100%; margin: 8% 0 0 0;}
.navbar-nav {
    float: left !important;
    text-align:left !important;
    width: 100%;
    margin: 7.5px 0 !important;
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav > li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #2f2f2f;
}
.navbar-nav > li:last-child {
    border-bottom: none;
}
.navbar-default .navbar-nav > li > a {
    background: none !important;
    float: left;
    width: 100%;
    line-height: 20px !important;
    padding: 5px 5px;
}
.header .nav {
    padding-left: 0;
    padding-right: 0;
}
.nav > li > a {
    width: 100%;
}
    
.banner {
    margin: -49px 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
}



    
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.mainbody_section .live-chat {
    top: 45px;
}
    



    

}

 @media only screen and (min-width:480px) and (max-width:599px) {
     
.wrapper {overflow: hidden;}

.container {
    width: 100% !important;
    padding: 0px !important;
}
     


}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}
 @media only screen and (min-width:360px) and (max-width: 479px) {

}

 @media only screen and (min-width:320px) and (max-width: 359px) {

}


@media (min-width: 1400px) {
   

}

@media (min-width: 1600px) {

}

@media (min-width: 1800px) {

}

@media (min-width: 2000px) {

}



