
/* CSS Document */
body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif;
    color:rgb(0, 142, 187);
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;

}
section 
{ 
	padding-top:40px; 
	padding-bottom:40px;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;

}
.no-gutter{ padding-left:0px; padding-right:0px;}


/*=== Top Nav CSS ====*/

#topnav 
{ 
    padding-top:0px; 
    padding-bottom:0px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
}
.navbar-collapse.in{
    position: relative;
    z-index: 9999;
}
/*.navbar-default .navbar-nav > li > a {
    color: #282c32;
    font-size: 20px;
    font-weight: 600;
}*/

.navbar-default .navbar-nav > li > a {
    color: #282c32;
    font-size: 20px;
    font-weight: 500;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0397d6;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0397d6;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #f3f4f5;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    height: 97px;
}
.navbar-brand {
    float: left;
    padding: 23px 15px;
    font-size: 18px;
    line-height: 20px;
}
.nav-wrap{
    padding: 0px 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 16px;
    list-style: none;
    background-color: #f3f4f5;
    border: 1px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
#bs-example-navbar-collapse-1 .dropdown-menu > li > a {
    display: block;
    padding: 20px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    border-radius: 0px;
    background-color: #f3f4f5;
}
#bs-example-navbar-collapse-1 .dropdown-menu > li:last-child > a {
    display: block;
    padding: 20px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    border-radius: 0px 0px 6px 6px;
}
#bs-example-navbar-collapse-1 .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #e6e6e6;
}

.caret1 {
    background-image: url(../img/Arrows-Down-4-icon.png);
    display: inline-block;
    width: 15px;
    height: 14px;
    transition: 0.25s;
    transform: rotate(0deg);

    /*width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.caret1-up {
    background-image: url(../img/Arrows-Down-4-icon.png);
    display: inline-block;
    width: 15px;
    height: 14px;
    transition: 0.35s;
    transform: rotate(-180deg);
    /*width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

/*==== navbar toggle into x css =====*/
.navbar-toggle .icon-bar:nth-of-type(2) {
      top: 1px !important;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px !important;
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
      top: 6px !important;
      transform: rotate(45deg) !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      top: -6px !important;
      transform: rotate(-45deg) !important;
}


/*=== Top Banner CSS ====*/

#ban{
    background-image: url(../img/default-ban.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 308px;
    padding-top: 0px;
    padding-bottom: 0px;

    /*top: -48px;*/
}
#ban .ban-bg{
    background-color: rgba( 3, 151, 214, 0.6);
    position: relative;
    z-index: 99;
    min-height: 100%;
}
#ban .ban-title{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
    letter-spacing: 1px;
}
#ban .subtitle{
    font-size: 24px;
    font-weight: 100;
}
#ban .mrl0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}


/*=== Top Banner type 2 CSS ====*/
#ban2{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 308px;
    padding-top: 0px;
    padding-bottom: 0px;

    /*top: -48px;*/
}
#ban2 .ban-bg{
    background-color: rgba( 3, 151, 214, 0.6);
    position: relative;
    z-index: 99;
    min-height: 100%;
}
#ban2 .ban-title{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 121px;
    letter-spacing: 1px;
}
#ban2 .mrl0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
/*#ban2 .ban-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 121px;
    letter-spacing: 1px;
}*/
#ban2 .client-bg{
    width: 100%;
    background: rgba(3,151,214,0.5);
    background: -moz-linear-gradient(top, rgba(3,151,214,0.5) 0%, rgba(2,94,133,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,151,214,0.5)), color-stop(100%, rgba(2,94,133,0.5)));
    background: -webkit-linear-gradient(top, rgba(3,151,214,0.5) 0%, rgba(2,94,133,0.5) 100%);
    background: -o-linear-gradient(top, rgba(3,151,214,0.5) 0%, rgba(2,94,133,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(3,151,214,0.5) 0%, rgba(2,94,133,0.5) 100%);
    background: linear-gradient(to bottom, rgba(3,151,214,0.5) 0%, rgba(2,94,133,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0397d6', endColorstr='#025e85', GradientType=0 );
}

/*=== Top Banner type 3 CSS ====*/

#ban3{
    background-image: url(../img/layer1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;

    /*top: -48px;*/
}
#ban3 .ban-bg{
    background-color: rgba( 3, 151, 214, 0.6);
    position: relative;
    z-index: 99;
    min-height: 100%;
}
#ban3 .ban-title{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
#ban3 .mrl0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/*=== sub-menu CSS ====*/

#sub-menu{
    background-color: #f3f4f4;
    border-bottom: 1px solid rgba(148,149,150,0.4);
    padding-top: 5px;
    padding-bottom: 5px;
}
#sub-menu .sub-wrap{
    text-align: center;
}
#sub-menu .sub-wrap > ul{
    margin-bottom: 0px;
}
#sub-menu .sub-wrap > ul > li{
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#sub-menu .sub-wrap > ul > li:last-child{
    padding-right: 0px;
}
#sub-menu .sub-wrap > ul > li > a{
    color: #666666;
}
#sub-menu .sub-wrap > ul > li > a:hover{
    color: #0397d6;
    text-decoration: none;
}
#sub-menu .sub-wrap > ul > li.active, #sub-menu .sub-wrap > ul > li > a:focus{
    color: #0397d6;
    text-decoration: none;
}

/* ======= search css =======*/

#searchbar{
    background: #2e3e4f;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}
#searchbar{
  display: none;
}
.search{
    background: #2e3e4f;
    color: #fff;
    padding: 15px 80px;
}
.search::before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 38px;
}
.search2::before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 20px;
}
.search input.box{
    background-color: transparent;
    border: 0px;
    outline: 0;
    color: #fff;
}
input.box{
    background-color: transparent;
    border: 0px;
    outline: 0;
    color: #fff;
    width: 100%;
}
/*==== Custom css start ====*/
label {
    display: unset;
    margin-bottom: unset;
    font-weight: bold;
}
#cform .form-control {
    margin-bottom: 15px !important;
}
.radio label {
        display: table !important;
}
label.required:after {
   display: none !important;
}
.text-left {
    display: block;
}
/*=== Custom css start  ====*/


/*==== Home page ====*/

/*=== main Banner CSS ====*/

#mainban{
    background-image: url(../img/home-banner-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    min-height: 560px;

    /*top: -48px;*/
}
#mainban .ban-bg{
    background-color: rgba( 3, 151, 214, 0.6);
    position: relative;
    z-index: 99;
    min-height: 100%;
}
#mainban h1{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    margin:0px 0px 20px 0px;
    padding: 0px 50px;
}
#mainban p{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    margin:0px 0px 30px 0px;
    padding: 0px 50px;
}
#mainban img{
    display: block;
    margin: auto;
}
#mainban .ban-title{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    position: static;
}
#mainban .mrl0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
#mainban .btn-help{
    border: 1px solid #0397d6;
    border-radius: 5px;
    background-color: #0397d6;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#mainban .btn-help:hover {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    color: #0397d6;
    font-size: 17px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* =======  marker css  ======== */

#mainban .marker1{
    position: absolute;
    top: 106px;
    left: 0px;
}
#mainban .marker1 .lbox {
    background-color: #2c2d2b;
    padding: 20px 20px 10px 20px;
    text-align: left;
    border-radius: 5px;
    /* width: 260px; */
    /* position: relative; */
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
}
/*#mainban .marker1 .lbox{
    background-color: #2c2d2b;
    padding:20px 20px 10px 20px;
    text-align: left;
    border-radius: 5px;
    width: 260px;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
}
#mainban .marker1 .lbox:after {
    top: 82%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2c2d2b;
    border-width: 30px;
    margin-left: -30px;
}*/
#mainban .marker1 .mark img{
    display: block;
    margin: auto;
    position: relative;
    right: 0px;
}
#mainban .marker1 .close{
    color: #a2a0a0;
    position: absolute;
    font-size: 14px;
    top: 5px;
    right: 10px;
}
#mainban .marker1 .lbox a,  .lbox a:hover{
    color: #a2a0a0;
    text-decoration: none; 
}
#mainban .marker1 .lbox p{
    font-size: 14px;
    font-weight: normal;
    color: #d8d6d5;
    line-height: 16px;
    padding: 0px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
#mainban .marker1 .lbox p span{
    font-size: 14px;
    font-weight: bold;
    color: #d8d6d5;
    line-height: 16px;
    display: block;
}
#mainban .marker1 .lbox p.lbox-ft span{
    color: #02abf3;
    display: inline;
    font-weight: normal;
}



/* marker 2*/
#mainban .marker2{
    position: absolute;
    bottom: 35px;
    right: 130px;
}
#mainban .marker2 .lbox.hide{ display: none; }
#mainban .marker2 .lbox {
    background-color: #2c2d2b;
    padding: 20px 20px 10px 20px;
    text-align: left;
    border-radius: 5px;
    /* width: 260px; */
    /* position: relative; */
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
}
/*#mainban .marker2 .lbox{
    background-color: #2c2d2b;
    padding:20px 20px 10px 20px;
    text-align: left;
    border-radius: 5px;
    width: 260px;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
}
#mainban .marker2 .lbox:after {
    top: 82%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2c2d2b;
    border-width: 30px;
    margin-left: -30px;
}*/
#mainban .marker2 .mark img{
    display: block;
    margin: auto;
    position: relative;
    right: 0px;
}
#mainban .marker2 .close{
    color: #a2a0a0;
    position: absolute;
    font-size: 14px;
    top: 5px;
    right: 10px;
}
#mainban .marker2 .lbox a,  .lbox a:hover{
    color: #a2a0a0;
    text-decoration: none; 
}
#mainban .marker2 .lbox p{
    font-size: 14px;
    font-weight: normal;
    color: #d8d6d5;
    line-height: 16px;
    padding: 0px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
#mainban .marker2 .lbox p span{
    font-size: 14px;
    font-weight: bold;
    color: #d8d6d5;
    line-height: 16px;
    display: block;
}
#mainban .marker2 .lbox p.lbox-ft span{
    color: #02abf3;
    display: inline;
    font-weight: normal;
}





/*  marker 3 */

#mainban .marker3{
    position: absolute;
    top: 100px;
    right: 80px;
}

#mainban .marker3 .lbox.hide{ display: none; }
#mainban .marker3 .lbox {
    background-color: #2c2d2b;
    padding: 20px 20px 10px 20px;
    text-align: left;
    border-radius: 5px;
    /* width: 260px; */
    /* position: relative; */
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
}
/*#mainban .marker3 .lbox{
    background-color: #2c2d2b;
    padding:20px 20px 10px 20px;
    text-align: left;
    border-radius: 5px;
    width: 260px;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.75);
}
#mainban .marker3 .lbox:after {
    top: 82%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2c2d2b;
    border-width: 30px;
    margin-left: -30px;
}*/
#mainban .marker3 .mark img{
    display: block;
    margin: auto;
    position: relative;
    right: 0px;
}
#mainban .marker3 .close{
    color: #a2a0a0;
    position: absolute;
    font-size: 14px;
    top: 5px;
    right: 10px;
}
#mainban .marker3 .lbox a,  .lbox a:hover{
    color: #a2a0a0;
    text-decoration: none; 
}
#mainban .marker3 .lbox p{
    font-size: 14px;
    font-weight: normal;
    color: #d8d6d5;
    line-height: 16px;
    padding: 0px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
#mainban .marker3 .lbox p span{
    font-size: 14px;
    font-weight: bold;
    color: #d8d6d5;
    line-height: 16px;
    display: block;
}
#mainban .marker3 .lbox p.lbox-ft span{
    color: #02abf3;
    display: inline;
    font-weight: normal;
}

/* marker media query for desktop resolution (1024, 1280, 1360, 1366, 1440, 1600, 1680, 1920 px) */
@media (min-width: 1024px){
    #mainban .marker3{
        position: absolute;
        top: 57%;
        right: 14%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 19%;
        right: 29%;
    }
    #mainban .marker1{
        position: absolute;
        top: 34%;
        left: 4%;
    }
}
@media (min-width: 1200px){
    #mainban .marker3{
        position: absolute;
        top: 61%;
        right: 5%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 23%;
        right: 27%;
    }
    #mainban .marker1{
        position: absolute;
        top: 33%;
        left: 9%;
    }
}
@media (min-width: 1280px){
    #mainban .marker3{
        position: absolute;
        top: 61%;
        right: 8%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 24%;
        right: 28%;
    }
    #mainban .marker1{
        position: absolute;
        top: 31%;
        left: 9%;
    }
}
@media (min-width: 1360px){
    #mainban .marker3{
        position: absolute;
        top: 63%;
        right: 7%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 22%;
        right: 28%;
    }
    #mainban .marker1{
        position: absolute;
        top: 30%;
        left: 9%;
    }
}
@media (min-width: 1366px){
    #mainban .marker3{
        position: absolute;
        top: 63%;
        right: 7%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 22%;
        right: 28%;
    }
    #mainban .marker1{
        position: absolute;
        top: 30%;
        left: 9%;
    }
}
@media (min-width: 1440px){
    #mainban .marker3{
        position: absolute;
        top: 64%;
        right: 8%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 22%;
        right: 28%;
    }
    #mainban .marker1{
        position: absolute;
        top: 30%;
        left: 9%;
    }
}
@media (min-width: 1680px){
    #mainban .marker3{
        position: absolute;
        top: 67%;
        right: 8%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 18%;
        right: 28%;
    }
    #mainban .marker1{
        position: absolute;
        top: 27%;
        left: 9%;
    }
}
@media (min-width: 1920px){
    #mainban .marker3{
        position: absolute;
        top: 70%;
        right: 8%;
    }
    #mainban .marker2{
        position: absolute;
        bottom: 15%;
        right: 28%;
    }
    #mainban .marker1{
        position: absolute;
        top: 24%;
        left: 9%;
    }
}


/*  content1 css  */

#content1{
    padding-top: 50px;
    padding-bottom: 70px;
}
#content1 h2{
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
#content1 .home-main-heading h2:first-child{
    margin-bottom: 0;
    color: #0397d6;
}
#content1 h2 span{
    display: block;
}
#content1 h3{
    font-size: 24px;
    font-weight: 600;
    color: #364962;
    text-align: center;
    margin-bottom: 20px;
}
#content1 p{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}
#content1 a{
    text-decoration: none;
}
#content1 a:hover{
    text-decoration: underline;
}
#content1 .findout{
    font-size: 16px;
    font-weight: bold;
    color: #0397d6;
    margin-bottom: 20px;
    text-align: center;
}


/*  content2 css  */
#content2{
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #fbfbfb;
    border-top: 1PX SOLID #e7e7e7;
}
#content2 h2{
    font-size: 22px;
    font-weight: 400;
    color: #323a46;
    text-align: center;
    margin-bottom: 30px;
}
#content2 h2 span{
    display: block;
}
#content2 h3{
    font-size: 24px;
    font-weight: 600;
    color: #364962;
    text-align: center;
    margin-bottom: 20px;
}
#content2 p{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}
#content2 a, a:hover{
    text-decoration: none;
}
#content2 .findout{
    font-size: 16px;
    font-weight: bold;
    color: #0397d6;
    margin-bottom: 20px;
    text-align: center;
}
#content2 ul > li {
    padding-left: 75px;
}
#content2 ul > li:first-child {
    padding-left: 0px;
}


/*  content3 css  */
#content3{
    padding-top: 50px;
    padding-bottom: 70px;
    background-image: url("../img/layer1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#content3 h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
#content3 h2{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
#content3 h3::after{
    content: "";
    position: absolute;
    left: 15px;
    top: 63px;
    width: 35px;
    border-bottom: 3px solid #fff;
}
#content3 p{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    
}
#content3 a, a:hover{
    text-decoration: none;
}
#content3 .ourclient{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}
#content3 .ourclient:hover{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 0px solid #fff;
}
#content3 .ourclient::after {
    content: url(../img/client-arrow.png);
    padding-right: 0.5em;
    position: absolute;
    left: 275px;
}

#content3 ul{
    padding-left: 20px;
    margin-bottom: 30px;
}
#content3 ul > li{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    line-height: 35px;
}




/*  content4 css  */
#content4{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url("../img/content4-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#content4 h3{
    font-size: 32px;
    font-weight: bold;
    color: #323a46;
    margin-bottom: 40px;
}
#content4 h3::after{
    content: "";
    position: absolute;
    left: 15px;
    top: 63px;
    width: 35px;
    border-bottom: 3px solid #dadada;
}
#content4 p{
    font-size: 18px;
    font-weight: normal;
    color: #444d5a;
    margin-bottom: 30px;
    line-height: 31px;
    padding-right: 50px;
    
}
#content4 a, a:hover{
    text-decoration: none;
}
#content4 .solution{
    font-size: 16px;
    font-weight: 600;
    color: #323a46;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #323a46;
}
#content4 .solution:hover{
    font-size: 16px;
    font-weight: 600;
    color: #323a46;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 0px solid #323a46;
}
#content4 .solution::after {
    content: url(../img/solution-arrow.png);
    padding-right: 0.5em;
    position: absolute;
    left: 286px;
    bottom: -1px;
}


/*  content5 css  */
#content5{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url("../img/team-leader-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#content5 h3{
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    line-height: 40px;
}

#content5 p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
#content5 a, a:hover{
    text-decoration: none;
}
#content5 .solution{
    font-size: 16px;
    font-weight: 600;
    color: #323a46;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #323a46;
}
#content5 .solution::after {
    content: url(../img/solution-arrow.png);
    padding-right: 0.5em;
    position: absolute;
    left: 286px;
    bottom: -1px;
}
#content5 .comma{
    display: block;
    margin: auto;
}



/*=== mid-content CSS ====*/

#mid-content{
    padding-bottom: 60px;
}
#mid-content .mid-wrap{
    padding: 10px 100px;
}
#mid-content .mid-wrap img{
    max-width: 100%;
    height: auto;
}
#mid-content .mid-wrap ol, #mid-content .mid-wrap ul{
    padding-left: 20px;
    line-height: 24px;
}
#mid-content h2:first-of-type {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    line-height: 32px;
}
#mid-content .cl-wrap p{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
}
#mid-content .mid-wrap p{
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}
#mid-content  h2:first-of-type {
    font-size: 24px;
    font-weight: normal;
    color: #0398d7;
    margin-bottom: 20px;
}
#mid-content p span{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}
#mid-content p.date span {
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    padding: 0px 3px;
}
#mid-content p:first-child{
    font-size: 18px;
    font-weight: normal;
    color: #5e5e5f;
    margin-bottom: 50px;
}
#mid-content .t-cont p span{
    font-size: 24px;
    font-weight: 600;
    color: #0397d6;
}
#mid-content h2{
    font-size: 18px;
    font-weight: normal;
    color: #5e5e5f;
    margin-bottom: 20px;
    margin-top: 0;
}
#mid-content .t-cont h2 span{
    font-size: 24px;
    font-weight: 600;
    color: #0397d6;
}
#mid-content h1{
    font-size: 24px;
    font-weight: normal;
    color: #0398d7;
    margin-bottom: 60px;
}
#mid-content h1.train{
    /*border-bottom: 1px solid rgba(148,149,150,0.4);*/
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 60px;
        margin-bottom: 0px;
}
#mid-content .train-wrap{
        /*border-top: 1px solid rgba(148,149,150,0.4);*/
    padding-top: 30px;
    padding-bottom: 40px;
}
#mid-content .cl-wrap{
    border: 1px solid #e1e1e1;
    padding: 10px; 
    text-align: center;
}
#mid-content .cl-wrap{
    border: 1px solid #e1e1e1;
    padding: 45px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px;
}
#mid-content .cl-wrap:first-child {
    border: 1px solid #e1e1e1;
    padding: 45px;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
}
#mid-content .cl-wrap img{
    padding-top: 20px;
    padding-bottom: 30px;
}
#mid-content p.spl{
    color: #717070;
}
#mid-content .btn-help {
    border: 1px solid #0397d6;
    border-radius: 5px;
    background-color: #fff;
    color: #0397d6;
    font-size: 17px;
    padding: 10px 30px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
#mid-content .btn-help:hover {
    border: 1px solid #fff;
    background-color: #0397d6;
    color: #fff;
    
}

#mid-content .t-img{
    float: left;
    width: 33%;
    padding-top: 8px;
}
#mid-content .t-cont{
    float: right;
    width: 67%;
}


#mid-content .t-cont p a, .t-cont p a:hover{
    color: #0397d6;
    text-decoration: underline;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*===== contact css =====*/

#mid-content .contact-r p{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0px;
    color: #0397d6;
    font-weight: normal;
}
#mid-content .contact-r p span{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0px;
    color: #0397d6;
    font-weight: bold;
}
#mid-content p > a, p > a:hover {
    font-size: 16px;
    color: #428bca;
    text-decoration: none;
}
#mid-content .in-bg {
    background-color: #696d72;
    border-radius: 50%;
    padding: 8px 13px;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
}
#mid-content .contact-l img, .contact-r img{
    margin-bottom: 20px;
}
#mid-content .cont-wrap {
    border-bottom: 0px solid rgba(148,149,150,0.4);
    padding-top: 30px;
    padding-bottom: 40px;
}
#mid-content #supt{
    border: 1px solid rgba(148,149,150,0.4);
    padding: 50px;
}
#mid-content #supt img{
    display: block;
    margin: auto;
    padding-top: 35px;
}
#mid-content #supt h2{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
    margin-top: 0px;
}
#mid-content #supt p{
    font-size: 16px;
    font-weight: normal;
    color: #333333;

}
#mid-content #supt .btn-help:hover {
    border: 1px solid #0397d6;
    border-radius: 3px;
    background-color: #0397d6;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    margin-right: 10px;
    margin-top: 20px;
}
#mid-content #supt .btn-help {
    border: 1px solid #0397d6;
    border-radius: 3px;
    background-color: #fff;
    color: #0397d6;
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 20px;
    margin-right: 10px;
}

/* form */
#cform {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fbfbfb;
}
#cform h2{
    font-size: 24px;
    font-weight: bold;
    color: #0397d6;
    margin-bottom: 30px;
    margin-top: 0px;

}
#cform .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 2px !important;
    border: 1px solid rgba(148,149,150,0.4) !important;
}
#cform .form-control {
    display: block;
    width: 100%;
   
    color: #555555;
    vertical-align: middle;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#cform input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
#cform input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
#cform input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
#cform input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

#cform input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
#cform input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
#cform input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
#cform input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

#cform textarea[type="text"],input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
#cform textarea[type="text"]{
    height: 160px;
}
#cform .btn-help {
    border: 1px solid #0397d6;
    border-radius: 5px;
    background-color: #0397d6;
    color: #fff;
    font-size: 18px;
    padding: 10px 50px;
    margin-top: 20px;
    margin-right: 10px;
    text-transform: uppercase; font-weight: 600;
}
#cform .btn-help:hover {
    border: 1px solid #0397d6;
    background-color: #fff;
    color: #0397d6;
}

/*==== news content css ====*/

#mid-content .train-wrap {
    border-bottom: 1px solid rgba(148,149,150,0.4);
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}
#mid-content .news-wrap {
    
    padding-top: 30px;
   
    padding-left: 8%;
    padding-right: 8%;
}
#mid-content .n-img{
    float: left;
    width: 300px;
    padding-top: 8px;
    display: none;
}
#mid-content .n-cont{
    float: left;
    width: 100%;
    padding-left: 20px;
}
#mid-content .n-cont p.date span {
    color: #ccc;
    font-weight: normal;
    font-size: 17px;
}
#mid-content .n-cont p:first-child{
    margin-bottom: 0px;
}
#mid-content .n-cont p.date{
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    margin-bottom: 20px;
}
#mid-content .n-cont p.date a, .n-cont p.date a:hover{
    font-size: 16px;
    font-weight: normal;
    color: #1baae1;
    text-decoration: none;
}
#mid-content .n-cont p.rmore a, .n-cont p.rmore a:hover{
    font-size: 16px;
    font-weight: normal;
    color: #1baae1;
    text-decoration: underline;
}
#mid-content .b-bot{
    border-bottom: 1px solid rgba(148,149,150,0.4);
    padding-bottom: 40px;
}
#mid-content .news-wrap:last-child .b-bot {
    border-bottom: 0px solid rgba(148,149,150,0.4);
    padding-bottom: 40px;
}
#mid-content .b-bot::after {
    content:"";
    display:block;
    clear:both;
}
#mid-content .n-cont p span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}


/*==== news inside css =====*/

#mid-content .b-twitt {
    border-bottom: 0px solid rgba(148,149,150,0.4);
    padding-bottom: 40px;
        padding-top: 40px;
}
#mid-content .b-twitt p.twitter-h{
    font-size: 24px !important;
    font-weight: bold !important;
    color: #000 !important;
}
#mid-content .b-twitt p.twitter-h span{
    font-size: 24px;
    font-weight: bold;
    color: #999;
}
#mid-content.news-inside h1 {
    font-size: 24px;
    font-weight: bold;
    color: #1baae1;
    border-bottom: 1px solid rgba(148,149,150,0.4);
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
}
#mid-content.news-inside p:first-child {
    font-size: 18px;
    font-weight: normal;
    color: #5e5e5f;
    margin-bottom: 20px;
}
#mid-content.news-inside .t-wrap h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-top: 20px;
}
#mid-content.news-inside p.date a {
    color: #1baae1;
}
#mid-content.news-inside .t-wrap{
    border-bottom: 1px solid rgba(148,149,150,0.4);
    padding-bottom: 30px;
}
#mid-content.news-inside .t-wrap p{
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 30px;
}
#mid-content.news-inside .t-wrap ul{
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 30px;
    padding-left: 15px;
}
/*#mid-content.news-inside .t-wrap p:nth-child(3){
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-top: 40px;
}*/
#mid-content.news-inside .t-wrap p a, .t-wrap p a:hover{
    text-decoration: none;
    color: #35b0e4;
}
#mid-content.news-inside .shares {
    padding-top: 40px;
    position: relative;
}
#mid-content.news-inside .shares .fb_iframe_widget {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
#twitter-widget-1 {
    display: inline-block;
    position: absolute !important;
    top: 42px;
    padding-left: 20px;
    width: 100px !important;
}
#___plusone_0 {
    position: absolute !important;
    top: 40px;
    left: 278px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee;
    color: #333;
}



/*==== client inside css =====*/

#mid-content .b-twitt {
    border-bottom: 0px solid rgba(148,149,150,0.4);
    padding-bottom: 40px;
        padding-top: 40px;
}
#mid-content .b-twitt p.twitter-h{
    font-size: 24px !important;
    font-weight: bold !important;
    color: #000 !important;
}
#mid-content .b-twitt p.twitter-h span{
    font-size: 24px;
    font-weight: bold;
    color: #999;
}
#mid-content.client-inside h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1baae1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    text-align: center;
}
#mid-content.client-inside img.center-logo {
    display: block;
    margin: auto;
}
#mid-content.client-inside p:first-child {
    font-size: 18px;
    font-weight: normal;
    color: #5e5e5f;
    margin-bottom: 20px;
}

#mid-content.client-inside p.date span {
    color: #1baae1;
    font-size: 16px;
    font-weight: 600;
}
#mid-content.client-inside .t-wrap{
    border-bottom: 0px solid rgba(148,149,150,0.4);
    padding-bottom: 30px;
}
#mid-content.client-inside .t-wrap:first-child p strong{
    margin-top: 0px;
}
#mid-content.client-inside .t-wrap p strong{
    margin-top: 50px; 
}
#mid-content.client-inside .t-wrap p.date{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(148,149,150,0.4);
    border-bottom: 1px solid rgba(148,149,150,0.4);
}
#mid-content.client-inside .t-wrap p:first-child {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(148,149,150,0.4);
    border-bottom: 1px solid rgba(148,149,150,0.4);
}
#mid-content.client-inside .t-wrap p:first-child strong {
    font-size: 18px;
    padding-right: 10px;
}
#mid-content.client-inside .t-wrap p:first-child strong:nth-child(2):before, .t-wrap p:first-child strong:nth-child(3):before {
    content: "|";
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #c5c5c5;
    font-weight: 100;
}
#mid-content.client-inside .t-wrap p strong {
    font-size: 22px;
}
.t-wrap strong {
    color: #1baae1;
}
#mid-content.client-inside .t-wrap p b{
    font-size: 18px;
    font-weight: bold;
    color: #1baae1;
    padding-top: 30px;
}
#mid-content.client-inside .t-wrap ul{
    padding-left: 7px;
    list-style: none;
    position: relative;
}
#mid-content.client-inside .t-wrap li{
    text-indent: -0.9em;
    padding-left: 1em;
}
#mid-content.client-inside .t-wrap li:before {
    content: "• ";
    color: #1baae1;
    font-size: 21px;
    position: relative;
    left: -6px;
    top: 0px;
}
#mid-content.client-inside .t-wrap p a, .t-wrap p a:hover{
    text-decoration: none;
    color: #35b0e4;
}

#mid-content.client-inside .cin p:first-child {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(148,149,150,0.4);
    border-bottom: 1px solid rgba(148,149,150,0.4);
}
#mid-content.client-inside .cin p a:first-child:after {
    content: "|";
    color: #c5c5c5;
    padding-left: 9px;
    padding-right: 2px;
    border-bottom: 1px solid #fff;
}
#mid-content.client-inside .cin h2 {
    font-size: 22px;
    font-weight: bold;
    color: #1baae1;
    padding-top: 40px;
    margin-bottom: 10px;
}
#mid-content.client-inside .cin p a:hover {
    color: #1baae1;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#mid-content.client-inside .cin p a {
    color: #1baae1;
    text-decoration: none;
    border-bottom: 1px solid #1baae1;
}
#mid-content.client-inside .cin .cimg {
    padding-top: 30px;
}









/*==== services testimonials ====*/
#testimonial{
    padding-top: 70px;
    padding-bottom: 70px;
    /*background-image: url("../img/team-leader-bg.png");*/
    background-color: #0397d6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#testimonial h3{
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    line-height: 40px;
}

#testimonial p{
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
#testimonial a, a:hover{
    text-decoration: none;
}
#testimonial .solution{
    font-size: 16px;
    font-weight: 600;
    color: #323a46;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #323a46;
}
#testimonial .solution::after {
    content: url(../img/solution-arrow.png);
    padding-right: 0.5em;
    position: absolute;
    left: 286px;
    bottom: -1px;
}
#testimonial .comma{
    display: block;
    margin: auto;
}

/*=== help CSS ====*/

#help{
    border-top: 1px solid rgba(148,149,150,0.4);
    padding-top: 50px;
    padding-bottom: 50px;
}
#help .help-wrap {
    text-align: left;
}
#help p span{
    font-size: 24px;
    font-weight: 600;
    color: #0397d6;
}
#help .btn-wrap {
    text-align: right;
}
#help .btn-help{
    border: 1px solid #0397d6;
    border-radius: 5px;
    background-color: #fff;
    color: #0397d6;
    font-size: 18px;
    padding: 10px 30px;
}
#help .btn-help:hover{
    border: 1px solid #0397d6;
    border-radius: 5px;
    background-color:  #0397d6;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}




/*=== footer CSS ====*/
#footer{
    background-color: #202528;
    padding: 50px 0px;
}
#footer h4{
    font-size: 18px;
    color: #fe5716;
    font-weight: 100;
}
#footer p{
    color: #949596;
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
}
#footer img{
    display: block;
    padding-bottom: 10px;
}
#footer .foot-logo{
    padding: 0px 20px 50px 20px;
}
#footer .foot-logo img{
    display: block;
    padding-bottom: 10px;
}
#footer .foot-logo p{
    color: #949596;
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
}
#footer .accordion-heading > a{
    font-size: 16px;
    color: #fe5716;
    font-weight: 100;
    text-decoration: none;
    display: block;
}
#footer .accordion-inner a, #footer .accordion-inner a:hover {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
#footer .accordion-group{
    border: 1px solid rgba(148,149,150,0.4);
    border-radius: 5px;
    padding: 10px;
        margin-bottom: 10px;
}
#footer ul > li {
    padding-bottom: 10px;
}
#footer ul > li > a, ul > li > a:hover {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#footer ul > li > a:hover {
    font-size: 16px;
    color: #949596;
    text-decoration: none;
}
#footer .in-bg{
    background-color: #696d72;
    border-radius: 50%;
    padding: 8px 10px;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
}
#footer .in-bg:hover {
    background-color: #b5b5b5;
    border-radius: 50%;
    padding: 8px 10px;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
}
#footer .fa-bg{
    background-color: #696d72;
    border-radius: 50%;
    padding: 8px 13px;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
}
#footer .fa-bg:hover {
    background-color: #b5b5b5;
    border-radius: 50%;
    padding: 8px 13px;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    position: relative;
    top: 1px;
    left: -1px;
}
.fa-linkedin:before {
    content: "\f0e1";
    position: relative;
    top: -2px;
    left: 0px;
}
.pl-60{
    padding-left: 60px;
}



.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
    transition: 0.25s;
    transform: rotate(0deg);
}
.accordion-opened .accordion-toggle:after {  
    font-family: 'FontAwesome';  
    content: "\f054"; 
    transition: 0.35s;
    transform: rotate(-90deg);
}


/*=== copyright CSS ====*/
#copyright{
    border-top: 1px solid rgba(148,149,150,0.4);
    background-color: #202528;
    padding: 30px 0px;
}
#copyright p{
    color: #949596;
    font-size: 14px;
}
#copyright .cby a{
    color: #949596;
    font-size: 14px;
}
#copyright .cby a:hover{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.ghost{
    display: block !important;
}
.human{
    display: none !important;
}
ul.errors {
    text-align: left;
    color: red;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
        
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
	
	
	
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
#mid-content .t-cont {
    float: right;
    width: 60%;
}
}

@media only screen and (max-width : 900px) {
#mid-content .t-cont {
    float: right;
    width: 48%;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 840px) {

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
}
#mid-content .cl-wrap:first-child {
    border: 1px solid #e1e1e1;
    padding: 45px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}
#mid-content .cl-wrap {
    border: 1px solid #e1e1e1;
    padding: 45px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

}

@media only screen and (max-width : 992px) {
#mid-content .n-cont {
    float: left;
    width: 50%;
    padding-left: 20px;
}
}


@media only screen and (max-width : 730px) {
#mid-content .n-cont {
    float: left;
    width: 100%;
    padding-left: 0px;
}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.ghost{
    display: none !important;
}
.human{
    display: block !important;
}
#mid-content .t-cont {
    float: right;
    width: 100%;
    padding-top: 30px;
}
#mid-content h1.train {
    /* border-bottom: 1px solid rgba(148,149,150,0.4); */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}
#mid-content .t-img {
    float: left;
    width: 100%;
    padding-top: 8px;
}
.t-img img, .t-cont img {
    max-width: 100%;
    height: auto;
}
#content2 ul > li {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#content2 ul > li:first-child {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.txt-cen{
    text-align: center !important;
}
.pt-20{
    padding-top: 20px;
}
.pl-60{
    padding-left: 15px;
}
.pl0{
    padding-left: 0px;
    padding-right: 0px;
}
.pl30{
    padding-left: 30px;
}
.caret1 {
    background-image: url(../img/Arrows-Down-4-icon-white.png);
    display: inline-block;
    width: 15px;
    height: 14px;
    transition: 0.25s;
    transform: rotate(0deg);
    position: absolute;
    right: 10px;
}
.caret1-up {
    background-image: url(../img/Arrows-Down-4-icon-white.png);
    display: inline-block;
    width: 15px;
    height: 14px;
    transition: 0.35s;
    transform: rotate(-180deg);
    position: absolute;
    right: 10px;
    /*width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
#topnav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
#topnav .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    display: block;
    vertical-align: middle;
    background: #2e3e4f;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 98;
    border-top: 1px solid rgba(148,149,150,0.4);
}
#topnav navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #2e3e4f;
}
#topnav .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2e3e4f;
    background-color: #e8eaec;
    border-bottom: 1px solid #dadde0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #f3f4f5;
    border: 1px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
#topnav .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0397d6;
    background-color: #2e3e4f;
}
#topnav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2e3e4f !important;
    background-color: #e8eaec !important;
    font-size: 14px !important;
}
#topnav .navbar-collapse.in {
    overflow-y: visible;
}
#topnav .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
}
#topnav .navbar-nav {
    margin: 0px -15px;
}
#help .help-wrap {
    text-align: center;
}
#help .btn-wrap {
    text-align: center;
}
.mrl0{
    margin-right: 0px;
    margin-left: 0px;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {

#mainban h1{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    margin:0px 0px 20px 0px;
    padding: 0px;
}
#mainban p{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    margin:0px 0px 30px 0px;
    padding: 0px;
}
#mainban .btn-help:hover {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    color: #0397d6;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#mainban .btn-help {
    border: 1px solid #0397d6;
    border-radius: 5px;
    background-color: #0397d6;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 430px) {
    body{
        overflow-x: hidden;
    }
#mid-content.news-inside .shares .fb_iframe_widget {
    display: inline-block;
    position: relative;
    padding-left: 1px;
}
#twitter-widget-1 {
    display: inline-block;
    position: absolute !important;
    top: 42px;
    padding-left: 5px;
    width: 100px !important;
}
#___plusone_0 {
    position: absolute !important;
    top: 40px;
    left: 227px;
    right: 7px;
    width: 40px !important;
}
#___plusone_0 > #I0_1481791137552 {
    width: 50px !important;
}
}

.news-content img{
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

img.gray{
    display: block;
}
img.red{
    display: none;
}

/* Video Modal */

    .t-img-caption{
      text-align: center;
    }
    .t-img-button {
      color: #fff;
      cursor: pointer;
      position: relative;
      bottom: 30px;
    }
    .t-img-button:hover {
      color: #fff;
    }
    .modal{
      margin-top: 60px;
    }
    .modal-content{
      background-color: transparent;
        box-shadow: none;
        border: 0px;
    }
    .modal-header {
        border: 0px;
        float: right;
    }
    button.close{
      background-color: transparent;
      margin-top: -2px;
      color: white;
      text-shadow: none;
      opacity: 1;
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
    }
    .modal-body {
        padding: 0px;
        clear: both;
    }
    .modal-body iframe {
        width: 600px;
        height: 400px;
    }
    @media(max-width: 425px){
      .modal{
        margin-top: 80px;
      }
      .modal-body iframe {
          width: 350px;
          margin: 0 30px;
      }
    }
    @media(max-width: 375px){
      .modal-body iframe {
        width: 300px;
        margin: 0 25px;
      }
    } 
#ban, #ban > .container .row {
    height: 308px;
    position: relative;
}
#ban .ban-title h1, #ban3 .ban-title h1,  .client-bg .ban-title h1{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}
#ban .ban-title {
    margin: auto;
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: fit-content;*/
}

@media (max-width: 768px){
    #mid-content .mid-wrap {
        padding: 10px 15px;
    }
    .caret1, .caret1-up {
        top: 14px; right: 4px;
        /*background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #ffffff;
        border-radius: 50%;
        padding: 15px;*/
        z-index: 100;
        cursor: pointer;
    }
    #ban, #ban > .container .row {
        height: 250px;
    }
    #ban .ban-title h1, #ban3 .ban-title h1,  .client-bg .ban-title h1{
        font-size: 35px;
    }
}

/*new css*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');


.social-link{ margin: 0; padding: 0; list-style: none; }
.social-link li{ display: inline-block; font-size: 16px; color: #b5b5b5; line-height: 34px; padding-right:25px}
.social-link li .in-bg{ margin-top: 0;}
.social-link li img{ display: inline-block!important; margin-right: 10px; float: left;}

#mid-content .contact-l,
#mid-content .contact-r, 
#mid-content .row-equal-height,
#mid-content #supt h2,
#cform h2,
#cform .form-control,
#cform .btn-help
{font-family: Arial, Helvetica, sans-serif;}

#mid-content #supt h2{ margin-bottom: 20px!important; }
#cform .form-control{ margin-bottom: 30px; font-size: 16px; color: #666; }
#cform .btn-help{ border-radius: 3px; margin: 0; }

#mid-content .contact-l p,
#mid-content .contact-r p{ margin: 0; } 
#mid-content .contact-r { padding: 8px; } 
#mid-content #supt .btn-help{ font-weight: 600; border-radius: 3px;}
#mid-content .cont-wrap{ padding-bottom: 70px; }

/*cpontact page css*/
#mid-content .contact-page{ padding: 8px;}
#mid-content .contact-page p{ font-size: 18px; line-height: 26px; padding: 0px; margin: 0; color: #333;}
#mid-content .contact-page p span{ font-size: 18px; color: #0397d6; }
#mid-content .contact-page p small{ font-size: 16px;}
#mid-content .contact-page p a{ color: #0397d6; text-decoration: none; }
#mid-content .contact-page h2{ margin: 40px 0 20px!important; padding: 0; font-size: 24px; color: #333; text-align: center;}
#mid-content .contact-page .btn-help{ margin: 20px 0 20px!important; font-weight: 600;}

@media (max-width: 1199px) {
    .social-link li{ width: 49%; }
    #mid-content .contact-page p small br{ display: none; }
}
@media (max-width: 990px) {
    #topnav .navbar-default .navbar-nav{ margin-top: 20px; }
    #topnav .navbar-default .navbar-nav > li > a{ background: none; color: #282c32; border: none; font-size: 400; padding-top: 10px; }
    /*#topnav .navbar-default .navbar-nav > li.human .search2::before{ color: #282c32; }*/
    #topnav .navbar-default .navbar-nav > li.human > a:hover, .navbar-default .navbar-nav > li.human > a:focus{ margin-top: 0; padding-top: 10px; }
    #ban .ban-title { top: 18%; }
}
@media (max-width: 767px) {
    #topnav .navbar-default .navbar-nav > li > a{ background: #2e3e4f; color: #fff; }
    #bs-example-navbar-collapse-1 .dropdown-menu > li > a, #bs-example-navbar-collapse-1 .dropdown-menu > li:last-child > a{ padding: 10px 20px; }
    #mid-content #supt img{ padding-top: 0; }
    #mid-content #supt{ padding: 20px; margin: 30px 0 0; }
    #mid-content .cont-wrap{ padding-bottom: 0; }
    #cform{ padding-top: 0; }
    #cform .form-control{ margin-bottom: 20px; }
    
}
@media (max-width: 420px) {
    #ban .ban-title { top: 8%; }
}
.radio, .checkbox {
    text-align: left;
}
.ff-form-errors p{color:red;}
.ff-errors{display:none;}
.w-50 {
    width: 48% !important;
}
label.required:after {
    content: '';
    margin-left: 0;
}