@charset "utf-8";
/* CSS Document */
@import url('themify-icons.css');
@import url('font-face.css');

ul,
ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img {
    border: 0px;
    outline: 0px;
    color: #16acc4;
    text-decoration: none;
    vertical-align: top;
}

.scrollup {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    z-index: 99;
}

.scrollup img {
    height: 40px;
    opacity: 0.5;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.scrollup:hover img {
    opacity: 1
}

body {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    font-family: "neuzeit-grotesk", Arial, sans-serif;
    background: #fff;
    color: #222;
}

input,
select,
textarea,
button {
    font-family: "neuzeit-grotesk", Arial, sans-serif;
    font-size: 15px;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
}

.fullpage {
    position: relative;
    max-width: 1300px;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.header.fix {
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.1)
}
.top_header {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #00424d;
    color: #fff;
}
.top_header li + li {
    margin-left: 15px;
}
.top_header li {
    float: left;
}
.top_header li a {
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
form.phonefg{
    display: inline-block;
}
/* .top_header li select{
    width: 60px;
    height: 30px;
    background-color: #fff;
    border: 0px;
} */
form.phonefg input{
    height: 35px;
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 35px;
    max-width: 100px;
}
select.statesel {
    height: 35px;
    width: 60px;
    /* padding: 0 10px; */
    border: 0px;
    background-color: #247e8c;
    font-size: 16px;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    white-space: nowrap;
    position: relative;


    background-image:
    linear-gradient(45deg, transparent 30%, #fff 50%),
    linear-gradient(135deg, #fff 30%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 15px) calc(0.9em + 2px),
    calc(100% - 10px) calc(0.9em + 2px),
    calc(100% - 2.0em) 0.4em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select.statesel1 {
    height: 30px;
    width: 65px;
    /* padding: 0 10px; */
    border: 0px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    border: 1px solid  #ccc;


    background-image:
    linear-gradient(45deg, transparent 30%, #000 50%),
    linear-gradient(135deg, #000 30%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) calc(0.6em + 2px),
    calc(100% - 10px) calc(0.6em + 2px),
    calc(100% - 2.0em) 0.2em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select.statesel2{
    background-position:
    calc(100% - 15px) calc(0.9em + 2px),
    calc(100% - 10px) calc(0.9em + 2px),
    calc(100% - 2.0em) 0.2em;
}
select.statesel option{color: #fff;}
select.statesel option[disabled]{color: #b5dbff;}

.top_header .left {
    float: left;
}
.top_header .right {
    float: right;
}
.top_header .left li {
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}
.top_header .left li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #247e8c;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}
.top_header .left li a:hover {
    background: #fff;
    color: #111;
}
.top_header .right li i {
    color: #fcb924;
    margin-right: 5px;
}
.top_header .right li a:hover {
    color: #16acc4;
}

.logo {
    float: left;
    padding: 15px 0;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.logo img {
    height: 53px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.menu_nav {
    float: right;
    width: 80%;
}
.micon,
.mclose, .mcnt {
    display: none;
}
.menuBtns {
    float: right;
    margin-top: 17px;
    overflow: hidden;
    border-radius: 60px;
    background: #fcb924;
}
.menuBtns a {
    padding: 0 25px;
    color: #fff;
    float: left;
    line-height: 1;
    font-size: 17px;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.menuBtns a span {
    z-index: 1;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.menuBtns a.loginBtn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    content: '';
    background: #fa9500;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.menuBtns a.regBtn {
    border-radius: 60px;
    background: #16acc4
}
.menuBtns a.loginBtn:hover:before {
    background: #fcb924;
}
.menuBtns a:hover {
    background: #0082a4;
}
.topmenu{width: 100%; clear: both; position: relative; display: table;}
.menuBtns a.loginBtn1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    content: '';
    background: #fa9500;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.menuBtns a.regBtn1 {
    border-radius: 60px;
    background: #16acc4
}
.menuBtns a.loginBtn1:hover:before {
    background: #fcb924;
}
.menuBtns a:hover {
    background: #0082a4;
}
@media only screen and (min-width :1024px) {
    ul.menu {
        float: right;
        list-style-type: none;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }

    ul.menu li {
        float: left;
        padding: 28px 0;
        margin-right: 30px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        position: relative;
    }
    ul.menu li:first-child {
        margin-left: 0
    }

    ul.menu li a {
        float: left;
        position: relative;
        color: #222;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }

    ul.menu li a:after {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #23addb;
        content: '';
        transform: scale(0);
        -webkit-transform: scale(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }

    ul.menu li:hover a:after {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    ul.menu li li a:after,
    ul.menu li:hover li a:after {
        display: none;
    }

    ul.menu ul {
        position: absolute;
        top: 100%;
        left: -55px;
        width: 340px;
        padding: 8px 0;
        background: #fff;
        backface-visibility: hidden;
        visibility: hidden;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        opacity: 0;
        filter: alpha(opacity=0);
        border: 1px solid rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    ul.menu li ul:before {
        position: absolute;
        top: -15px;
        left: calc(50% - 75px);
        content: '';
        border-bottom: 15px solid rgba(0, 0, 0, .2);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

    ul.menu li ul:after {
        position: absolute;
        top: -13px;
        left: calc(50% - 73px);
        content: '';
        border-bottom: 13px solid #fff;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
    }

    ul.menu li:hover ul {
        visibility: visible;
        backface-visibility: visible;
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    ul.menu ul li {
        width: 100%;
        float: left;
        margin: 0;
        display: block;
        padding: 0;
        position: relative;
    }

    ul.menu ul li a {
        width: 100%;
        float: left;
        color: #007a9e !important;
        text-align: left;
        text-transform: capitalize;
        line-height: 1.4;
        padding: 7px 15px;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }

    ul.menu ul li:last-child a {
        border-bottom: 0px;
    }

    ul.menu>li:hover a,
    ul.menu li a.active {
        color: #23addb;
    }

    ul.menu>li.last:hover a {
        color: #fff;
        background: #23addb;
    }

    ul.menu>li:hover li a {
        color: #333;
        transition: all .5s;
    }

    ul.menu ul li a:hover {
        background: #23addb;
        color: #fff !important;
    }

    ul.menu li span {
        display: none;
    }
}

/* ---- banner ---- */
.mtop {
    height: 133px;
}

.homebanner {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.homebanner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.homebanner .item img {
    width: 100%;
    height: calc(100vh - 133px);
    object-position: center;
    object-fit: cover;
}

/*start of fade*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.homebanner .carousel-indicators {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    letter-spacing: auto;
    height: auto;
    width: 100%;
    text-align: center;
    width: 100%;
}

.homebanner .carousel-indicators li {
    width: 26px;
    height: 10px;
    background: #4283ba;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 0 4px;
    position: relative;
    opacity: 0.4;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.homebanner .carousel-indicators li:hover,
.homebanner .carousel-indicators li.active {
    opacity: 1;
}

.carousel-control {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    opacity: 0.2;
    z-index: 9;
    font-size: 20px;
    color: #111;
    background: #fff;
    padding-left: 15px;
    width: 50px;
    height: 100px;
    line-height: 100px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.carousel-control.left {
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
}
.carousel-control.right {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
    right: 0;
    padding-left: 25px;
    left: auto;
}

.carousel-control:hover {
    opacity: 1;
}

.homebanner:hover .carousel-control {
    display: block;
}

.banner_text {
    position: absolute;
    top: 100%;
    left: 50%;
    color: #fff;
    font-size: 22px;
    z-index: 2;
    width: 60%;
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.item.active .banner_text {
    top: 50%;
    opacity: 1
}

.banner_text h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.banner_text h2 span {
    color: #fa9500;
}
.banner_text a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 30px;
    background: #fcb924;
    color: #111;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.banner_text a:hover {
    background: #fff;
}
/*home_courses*/
.home_courses {
    padding: 50px 0;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-position: center;
}
.home_courses h1 {
    font-size: 50px;
    color: #111;
}
.home_courses h1:after {
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px 0;
    margin-left: calc(50% - 50px);
    content: '';
    background: #198fb6;
}
.home_courses h1 span {
    display: block;
    font-weight: 500;
    color: #198fb6;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.home_courses h3 {
    font-weight: 400;
    color: #555;
    padding: 0 20%;
    font-size: 16px;
    margin: 15px 0;
}
.hc_list {
    margin-top: 15px;
}
.hc_list li {
    width: 23.5%;
    float: left;
    margin-top: 20px;
    background: #f5f5f5;
    margin-right: 2%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.15)
}
.hc_list li:nth-child(4n+4) {
    margin-right: 0
}
.hc_list .img {
    background: #16acc4 url(../images/pat6.png) repeat;
    padding: 40px 20px;
    height: 200px;
    overflow: hidden;
}
.hc_list li:nth-child(even) .img {
    background: #fcb924 url(../images/pat11.png) repeat;
}
.hc_list .img span {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #555;
    font-size: 12px;
    z-index: 2;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hc_list .img img {
    max-width: 100%;
    height: 120px;
    display: inline-block;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hc_list li:hover .img span {
    bottom: 0;
}
.hc_list .img span {
    background: #fc9401    
}
.hc_list .img span:hover {
    background: #fcb924;
}
.hc_list li:nth-child(even) .img span {
    background: #0083a3    
}
.hc_list li:nth-child(even) .img span:hover {
    background: #16acc4;
}
.hc_list li:hover .img img {
    height: 90px;
}
.hc_list .txt {
    padding: 25px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
}
.hc_list .txt .p {
    height: 70px;
    overflow: hidden;
}
.hc_list .txt h4 {
    overflow: hidden;
    height: 50px;
}
.hc_list .txt h4, .hc_list .duration h5 {
    font-size: 20px;
    color: #003242;
    margin-bottom: 10px;
}
.hc_list .txt .duration {display: none;}
/* .hc_list .txt .duration {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333;
    padding: 30px;
    opacity: 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hc_list .txt:hover .duration {
    bottom: 0;
    opacity: 1
} */
.hc_list .txt b {
    color: #16acc4
}
.hc_list .duration h5 {
    color: #c84626;
}
.hc_list .duration h6 {
    color: #fa9500;
    font-size: 18px;
    font-weight: 600;
    height: 44px;
    margin-bottom: 10px;
}
.hc_list .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    -webkit-animation: circle 5s infinite;
    -moz-animation:    circle 5s infinite;
    -o-animation:      circle 5s infinite;
    animation:         circle 5s infinite;
    animation-fill-mode: none;
    position: absolute;
    opacity: 0.5;
}
.dot1 {
    width: 23px;
    height: 23px;
    background: #1779BF;
    animation-delay:1.5s;
    left: 10%;
    top: 10%;
}
.dot2{
    width: 20px;
    height: 20px;
    background: #fe9a00;
    animation-delay:5s;
    left: 20%;
    top: 20%;
    animation-duration: 5s; 
}
.dot3{
    width: 28px;
    height: 28px;
    background: #fe9a00;
    animation-delay:1s;
    left: 90%;
    top: 30%;
}
.dot4{
    width: 15px;
    height: 15px;
    background: #1779BF;
    animation-delay:.3s;
    left: 80%;
    top: 80%;
    animation-duration: 4s; 
}
.dot5{
    width: 10px;
    height: 10px;
    background: #1779BF;
    animation-delay:3.5s;
    left: 60%;
    top: 90%;
}
.dot6{
    width: 23px;
    height: 23px;
    background: #1779BF;
    animation-delay:5.5s;
    animation-duration: 6s; 
    left: 30%;
    top: 70%;
}
.dot7{
    width: 23px;
    height: 23px;
    background: #fe9a00;
    animation-delay:2s;
    animation-duration: 4s; 
    left: 70%;
    top: 20%;
}
@keyframes circle {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
/*home_form*/
.home_form {
    margin-top: -30px;
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(to right,#1f7db3 0%, #90b519 100%);
    background: -webkit-linear-gradient(to right,#1f7db3 0%, #90b519 100%);
    text-align: center;
    z-index: 1;
    color: #fff;
}
.home_form:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: 100% auto;
    opacity: 0.1
}
.home_form .fullpage {
    position: relative;
    z-index: 2;
}
.home_form h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.home_form input, .home_form select {
    width: 20%;
    margin-right: 2%;
    float: left;
    height: 50px;
    background: transparent;
    border: 1px solid #fff;
    padding: 0 10px;
    color: #fff;
    margin-top: 20px;
}
.home_form select{width:6%; margin-right: 1%;}
.home_form input::-webkit-input-placeholder { 
  color: #fff;
}
.home_form input::-moz-placeholder { 
  color: #fff;
}
.home_form input:-ms-input-placeholder { 
  color: #fff;
}
.home_form input:-moz-placeholder {
  color: #fff;
}
.home_form select{color: #000; background-color: #fff; border-color: #fff;}

.home_form button i {
    margin-right: 10px;
}
.home_form button {
    margin-top: 20px;
    width: 23.5%;
    float: left;
    height: 50px;
    background: #fff;
    border: 0px solid #ddd;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_form button:hover {
    background: #111;
    color: #fff;
}
/*home_links*/
.home_links {
    z-index: 2;
}
.home_links li {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #fff;
    transform: skewY(-2deg);
}
.home_links li:nth-child(even) {
    /*transform: skewY(2deg);*/
}
.home_links li .img {
    width: 60%;
    position: absolute;
    top: 0;
    right: -10%;
    height: 100%;
    overflow: hidden;
    transform: skewX(12deg);
}
/*.home_links li .text:before {
    width: 100%;
    position: absolute;
    top: -5%;
    left: 100%;
    content: '';
    height: 110%;
    z-index: 1;
    transform: skewY(-2deg);
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.home_links li:nth-child(even) .text:before {
    left: -100%;
    transform: skewY(2deg);
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}*/
.home_links li:nth-child(even) .img {
    right: auto;
    left: -10%;
    transform: skewX(-12deg);
}
.home_links li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: skew(-12deg,2deg) scale(1.2);
}
.home_links li:nth-child(even) .img img {
    transform: skew(12deg,2deg) scale(1.2);
}
.home_links li .text {
    width: 40%;
    float: left;
    padding: 100px 50px;
    transform: skewY(2deg);
    position: relative;
}
.home_links li:nth-child(even) .text {
    float: right;
    transform: skew(0,2deg);
}
.home_links li .text h3 {
    font-size: 30px;
    color: #0083a4;
    margin-bottom: 20px;
}
.home_links li .text a {
    float: left;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 3px;
    background: #fcb924;
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_links li .text a:hover {
    background: #fa9500;
}
.home_links li .text li {
    width: 100%;
    float: left;
    padding: 2px;
    padding-left: 20px;
    position: relative;
    transform: skew(0,0);
}
.home_links li .text li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fa9500;
}
/*home_counts*/
.home_counts {
    padding: 80px 0;
    background: linear-gradient(to right,#1f7db3 0%, #90b519 100%);
    background: -webkit-linear-gradient(to right,#1f7db3 0%, #90b519 100%);
    text-align: center;
    transform: skewY(-2deg);
    margin-top: -30px;
    color: #fff;
}
.home_counts:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    content: '';
    z-index: 1;
    background-color: #fff;
    background-image: url(../images/bg.jpg);
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.home_counts:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: 100% auto;
    opacity: 0.1
}
.home_counts .fullpage {
    transform: skewY(2deg);    
    position: relative;
    z-index: 1;
}
.home_counts li {
    width: 25%;
    padding: 20px;
    float: left;
}
.home_counts li img {
    display: inline-block;
    height: 50px;
    margin-bottom: 15px;
}
.home_counts li .span {
    font-size: 50px;
    font-weight: 600;
}
.home_counts li h4 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
/*footer*/
footer {
    background: #111;
    padding: 20px 0;
    color: rgba(255,255,255,1);
    position: relative;
    z-index: 9;
}
.fbox {
    float: left;
    width: 25%;
} 

.fullbody.innerbanner {
    background: #5f5858;
}
.fabout {
    width: 50%;
    padding-right: 10%;
}
.fbox h4 {
    margin: 20px 0;
    color: #fcb924;
    font-size: 26px;
    font-weight: 400;
}
.fbox h4:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    background: #fff;
    height: 1px;
    width: 40px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.fbox li a {
    color: rgba(255,255,255,1);
}
.fbox a:hover ,
.fbox li a:hover {
    color: #16acc4;
}
.fbox p {
    display: block;
    margin-bottom: 5px
}
.fbox p i {
    width: 20px;
    color: #16acc4;
    display: inline-block;
}
/*copyrights*/
.copyrights {
    padding-top: 20px;
    margin-top: 20px;
    color: rgba(255,255,255,0.6);
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copyrights ul {
    float: right;
}
.copyrights ul li {
    float: left;
    margin-left: 10px;
}
.copyrights li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #16acc4;
    border-radius: 30px;
    color: #16acc4;
    font-size: 14px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.copyrights li a:hover {
    background: #16acc4;
    color: #fff;
}
/*.pop_proEnquiry */
.pop_proEnquiry ,.pop_proEnquiry1 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    padding: 0 15px;
    overflow-y: auto;
}
.proEnquiry {
    width: 100%;
    max-width: 400px;
    display: table;
    position: relative;
    padding: 25px 30px;
    margin: 100px auto;
    background: #fff;
}
.proEnquiry .pc_close {
    position: fixed;
    top: 25px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.proEnquiry .pc_close img {
    height: 50px;
}
.proEnquiry {}
.proEnquiry h2 {
    font-weight: 600;
    color: #111;
    font-size: 30px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
body.showMe {
    overflow: hidden;
}
.proEnquiry .formtxt,
.proEnquiry .formbtn {
    margin-top: 15px;
}
.formtxt label {
    margin-bottom: 5px;
    font-weight: 500;
    color: #111;
    width: 100%;
    float: left;
}
.formtxt input,
.formtxt textarea,
.formtxt select {
    width: 100%;
    float: left;
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #111;
}
.formtxt textarea {
    padding: 10px;
    height: 80px;
}
.formbtn {
    margin-bottom: 5px;
}
.formbtn input {
    width: 100%;
    line-height: 50px;
    background: #099;
    color: #fff;
    text-align: center;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.formbtn input:hover {
    background: #005958;
}
.recoverBtn {
    text-align-last: center;
    padding-top: 10px;
}
/*innerbanner*/
.innerbanner img {
    width: 100%;
    object-position: top right;
    object-fit: cover;
    opacity: 0.4;
}
.ib_txt {
    position: absolute;
    bottom: 0;
    left: 0;
}
.ib_txt h1 {
    color: #fff;
    margin: 50px 0;
    font-size: 40px;
    line-height: 1;
}
.ib_txt h1:after {
    display: block;
    width: 50px;
    height: 2px;
    content: '';
    background: #fff;
    margin: 6px 0;
}
.ib_txt .breads {
    float: left;
    position: relative;
    padding: 0 10px;
    background: #fff;
}
.ib_txt .breads:after {
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: #fff;
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.ib_txt .breads li i {
    margin-right: 5px;
}
.ib_txt .breads li:after {
    position: absolute;
    top: 17px;
    right: -12px;
    content: '~';
}
.ib_txt .breads li:last-child:after {
    display: none;
}
.ib_txt .breads li:last-child {
    margin-right: 0
}
.ib_txt .breads li {
    float: left;
    padding: 10px;
    position: relative;
    margin-right: 10px;
}
.ib_txt .breads li a {
    float: left;
    color: #333;
}
.page {
    font-size: 16px;
    color: #414141;
    text-align: justify;
    padding: 50px 0;
    line-height: 1.8;
    letter-spacing: .5px;
}
.page p {
    display: block;
    margin-bottom: 15px;
}
.page p b {
    display: block;
    color: #0063a5
}
.page h2 {
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    color: #1d3b6f;
}
.ha_values {
    margin-top: 40px;
}

.ha_values .img {
    width: 30%;
    float: left;
    position: relative;
}

.ha_values img {
    width: 100%;
    height: 250px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    object-position: center;
    object-fit: cover;
}

.ha_values .txt {
    width: 67%;
    float: right;
    text-align: left;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
    color: #414141;
    min-height: 250px;
}

.ha_values h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #111;
}
.page b, 
.page strong {
    color: #1A3858;
}
.page_ul ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding: 5px;
    padding-left: 25px;
    position: relative;
}

.page_ul ul li::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #1A3858;
}
/*contact*/
.contact_form {
    width: 58%;
    float: right;
    color: #222;
    position: relative;
}

.contact_form h2,
.contact_adr h2 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #004173;
    text-align: left;
}

.contact_form h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
}

.span-2 {
    width: 48%;
    float: left;
}

.span-2:nth-child(even) {
    float: right;
}

.contact_form input,
.contact_form select,
.contact_form textarea, input.ts_input, textarea.ts_input{
    width: 100%;
    margin-top: 15px;
    float: left;
    background: transparent;
    border: 0px;
    height: 60px;
    color: #222;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    background-color: #fff;
}
input.ts_input{height: 40px;}
.selectArrow:after {
    position: absolute;
    bottom: 0;
    right: 10px;
    line-height: 60px;
    content: '\f107';
    font-family: 'FontAwesome';
}

.contact_form textarea, textarea.ts_input {
    height: 100px;
    padding: 10px;
}

.contact_form input:focus,
.contact_form select:focus,
.contact_form textarea:focus {
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, 1);
}

.contact_form button, input.ts_button {
    float: right;
    height: 50px;
    border: 0px solid #fff;
    color: #fff;
    background: #32a89b;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.contact_form button:hover, input.ts_button:hover {
    background: #004173;
}

.contact_adr {
    width: 40%;
    float: left;
    position: relative;
    color: #222;
    background: #f5f5f5;
    padding: 20px;
    padding-bottom:80px;
}

.contact_adr ul {
    width: 46%;
    float: left;
}
.contact_adr ul li {
    float: left;
    width: 100%;
    position: relative;
    list-style-type: none;
}

.contact_adr ul li {
    color: #222;
    margin-top: 20px;
    padding-left: 50px;
    border-bottom: 1px solid #ddd;
}

.contact_adr ul li:last-child {
    border-bottom: 0px;
}

.contact_adr ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    color: #32a89b;
    font-size: 30px;
}

.contact_adr h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.cntMap {
    height: 300px;
    width: 50%;
    float: right;
}
.cntMap iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}
/*imgTrainer*/
.imgTrainer {
    float: left;
    width: 49%;
    position: sticky;
    -webkit-position: sticky;
    top: 150px;
    left: 0;
}
.imgTrainer img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.formTrainer {
    float: right;
    width: 49%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 30px;
}



/*coursedet*/
.coursedet{padding: 50px 0 40px; background-image: url(../images/bg.jpg);}
.coursebx1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 10px;
    text-align: left;
}
.coursebx1 img{width: 100%; display: block;}
.coursebx1 h3{
    width: 100%;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #007a9e;
}
.coursebx1 p{
    color: #000;
    font-size: 18px;
}
.coursedet h4{
    font-size: 21px;
    margin-top: 15px;
}
.cdlist1{
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-top: 10px;
}
.cdlist1 i{margin-right: 10px; position: relative; top: -2px; color: #fbb417;}
.pgleftbx ul{list-style: none; padding: 0px; margin-top: 10px;}
.pgleftbx ul li{
    clear: both;
    font-size: 14px;
    line-height: 32px;
	color: #000;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-weight: 400;
}
.pgleftbx ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 14px;
    color: #029cd7;
}
.coursebx2{
    width: 100%;
    display: table;
    clear: both;
    text-align: left;
}
.coursebx2 h2{
    width: 100%;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
    color: #000;
}
.coursebx2 h2:before{
    position: absolute;
    right: 0px;
    top: 20px;
    height: 2px;
    width: 80%;
    content: "";
    background-color: #ccc;
}
.accordion {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
}
.accordion li{margin-bottom: 5px;}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 0px 15px 0px 42px;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 19px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e8e9eb;
}

/* .accordion li:last-child .link { border-bottom: 0; } */

.accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 16px;
  color: #007791;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  position: absolute;
  left: 0px;
  top: 17px;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { /* color: #fff; background-color: #ff4612; border-color: #ff4612; */}

.accordion li.open i { color: #007791; }

.accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
}

.submenu li {color: #000; position: relative;
border: 1px solid #e8e9eb; background-color: #fff;}

table.table{margin-bottom: 0px;}
table tr td.tdtop{border-top: 0px;}
table tr td.td1{width: 5%; text-align: right;}
table tr td.td2{width: 55%; font-size: 16px;}
table tr td.td3{text-align: right; width:30%; }
table tr td.td4{text-align: center; width: 10%;}

.accordion table tr td.td1 i{position: relative; left: 0; top: 0;}
table tr td.td3 a{color: #029cd7; font-size: 14px; 
margin-right: 10%;}
table tr td.td4 a{color: #fff; background-color: #029cd7; padding: 5px 0px; text-align: center;
    border: 1px solid #029cd7; border-radius: 30px; width: 75%; display: block; font-size: 12px;
}
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, 
.table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td{
    padding: 10px;
    vertical-align: middle;
}

.coursedetbx1{padding: 20px; font-size: 16px; line-height: 28px;}
/*coursedet*/


/*schedule batches*/
.innermain_batchtable
{
    margin:10px 0px;
}
.batchtable
{
    width:100%;
    float:left;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 9px 0px;
    transition:all .3s;
    cursor: pointer;
    background-color: #fff;
}
.batchtable:last-child{
      border-bottom: 1px solid #dddddd;
}
.batchtable:hover
{
    background:#ededed;
    transition:all .3s;
}
.batchtable:hover .select_tick span
{
    color:#3778b0;
    transition:all .3s;
    background-color: #fff;
}
.select_tick span{border: 10px; border: 1px solid #ccc; display: block; background-color: #3778b0;
color: #fff;}
.batchrow_num
{
      border: 1px solid #dddddd;
      text-align:center;
      padding: 4px 0;
      color: #444444;
      margin-left:10px;
      font-size:13px;
      text-transform:uppercase; 
      line-height:16px;
      letter-spacing:1px;
      background:#fff;
      width:70%;
      margin-top: 8px;
}
.weeksbox
{
    float:left;
    width:30%;
    color:#626262;
    letter-spacing:1px;
    padding: 9px 0px;
     border-right: 1px solid #dddddd;
}
.timebox
{
    float:left;
    width:70%;
    color:#626262;
    letter-spacing:1px;
    padding: 9px 0px 9px 60px;
}
.batchprice
{
    letter-spacing:1px;
    padding: 9px 0px 9px 0px;
    color: #222222;
    font-size: 16px;
    float:left;
    text-align:center;
    width:60%;
    font-weight: 700;
}
.select_tick
{
    float:left;
    width:auto;
    width:40%;
    text-align:center;
    padding: 9px 0px 9px 0px;
    color: #cccccc;
    font-size: 16px;
    vertical-align: middle;
}
/*schedule batches*/

/*---------myOrders----------*/
.myaccountpage_left {
  width: 74%;
  float: left;
  
}
.myaccountpage_right
{
  width: 22%;
  float: right;
  margin-bottom:20px;
  
  -webkit-box-shadow: 1px 1px 3px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 3px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 3px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.myaccount_hd
{
  color: #222;
    line-height: 18px;
  font-size: 26px;
  width:100%;
  float:left;
  margin: 0px 0px 20px 0px;
}
.myaccount_menu
{
  list-style-type:none;
  width:auto;
  background:#fff;
  border: 1px solid #efefef;
  padding:12px;
  margin-bottom: 0px;
}
.myaccount_menu li
{
  width:100%;
  list-style:none;
}
.myaccount_menu li a
{
  color: #222;
  position:relative;
  padding:10px 0px 10px 15px;
  width:100%;
  display:table;
  outline:none;
  border-bottom:1px dotted #ccc;
  font-size:14px;
  text-decoration: none;
  
}
.myaccount_menu li:last-child a{border-bottom: 0px;}
.myaccount_menu li a:before
{
  content:'\f105';
  font-family:'FontAwesome';
  color: #222;
  position:absolute;
  left:0px;
  top:9px;
  font-size: 14px;
}
.myaccount_menu li a:hover
{
  color: #043872;
  text-decoration:none;
}
.ordered_imgname {
    color:#3e7cb4;
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 7px;
    text-align: left;
    width:62%;
  float:left;
}
.ordered_txt1 {
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.myaccount_hdright
{
  margin-top:60px;
  padding:10px;
  color: #fff;
  font-size:20px;
  font-weight:500;
  background:#ffc000;
  margin:0px;
  

}
.forgottenpassword
{
  width:100%;
  float:left;
}
.forgotsubmit
{
    float: right;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  transition: all 0.3s ease 0s;
  border: 1px solid #ff4612;
  background-color: #ff4612;
  
  font-size: 15px;
  cursor: pointer;
}
.forgotsubmit:hover
{
  background-color: #0f1941;
  border: 1px solid #0f1941;
  color: #fff;
}


.orderedeye {
  background:#26b4b9;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
  margin:12px 0px;
  display:inline-block;
    transition: all 0.5s ease 0s;
}
.orderedeye:hover {
  background:#1c979b;
   color: #fff;
  transition: all 0.5s ease 0s;
}
.orderedhistory
{
  width:100%;
  float:left;
  margin-bottom:20px;
}
.forgottenpassword label
{
  width:20%;
  float:left;
    font-size: 14px;
    font-weight: 500;
  position:relative;
  line-height:40px;
}
.forgottenpassword label:after
{
  content:':';
  font-family:'FontAwesome';
  color: #222;
  position:absolute;
  right:0px;
  top:0px;
}
.forgottenpassword_fields
{
  background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333333;
    display: block;
    padding: 0.94em 0.8em;
    width:78%;
  float:right;
    word-break: normal;
}
.viewdetailspage_table
{
  padding:15px 0px;
}
.viewdetailsleft
{
  float:left;
  width:48%;
  line-height:24px;
  padding:10px;
  font-size: 14px;
}
.deliveredcharges
{
  float:right;
  width:48%;
  padding:10px;
}
.deliveredcharges ul
{
  list-style-type:none;
}
.deliveredcharges ul li
{
  width:100%;
  display:table;
    font-size: 14px;
    font-weight: 500;
  color:#222;
  text-align:right;
  margin-bottom:15px;
}
.deliveredcharges ul li span
{
  width:25%;
  float:right;
}
.viewdetailsleft_hd
{
  border-bottom: 1px solid #e9e9e9;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}
.checokout_left {
  width: 60%;
  float: left;
  padding: 20px 60px 40px 0px;
  
}
.section__title {
  color: #333333;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.fieldset {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.section__content__text {
  margin-top: 5px;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 40px;
}
.section__content{width: 100%; display: table;}
.shipping-address {
  display: table; 
  width: 100%;
}
.contact-body .border {
    border: 2px solid #e9e6e6;
    padding: 19px 0px 0;
    background-color: #fff;
    min-height: 180px;
    margin-top:25px;
}
.border {
    text-align: center;
}
.contact-body .border .item-radius {
    /*box-shadow: 0px 4px 0px 0px #ddd;*/
    border-radius: 60%;
    /*margin: 0px 98px;*/
    padding: 0px 0px 0px 0px;
}
.contact-body .border img {
    background-color: #fff;
    height:60px;
}
.contact-body .border p {
    font-size: 14px;
    font-weight: 600;
    color: #1f1f21;
    font-family: Montserrat,sans-serif;
}
.contact-body p {
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    margin-top: 21px;
    color: #212333;
    font-weight: 400;
    margin-bottom: 0px;
}
/*---------myOrders_end------------*/


/* .menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
} */
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #16acc4;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}

.header.fix .icon-bar {background: #000;}
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  padding: 10px;
  padding-top: 70px;
}
.menu2{
  right: 30px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 99;
  display: none;
}
/* .menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);} */
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; letter-spacing: 1px;
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    width: 100%; display: block;
    height: 50px;
    text-align: left;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #f99a08;
    text-decoration: none;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    z-index: 9;
    margin-bottom: 20px;
}

.mob_menu_top{
    clear: both;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    top: 0px;
    background-color: #fff;
    z-index: 1;
    left: 0px;
    padding: 20px;
}
.mob_cus_name{
    font-size:18px;
    color: #333;    
    font-weight: 700;
    color: #ec278f;
}
.mob_look{
    font-style: italic;
    font-size: 14px;
    color: #888;
    margin-top: 6px;    
}
.cart_bx1 h2{
    color: #ec278f; font-size: 16px; font-weight: 600; 
  border-bottom: 1px solid #ec278f; margin-bottom: 10px; padding-bottom: 10px;
}



/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .fullpage{width: 100%; display: block;}
    .top_header{display: none;}
    .logo{padding: 15px;}
    ul.menu{display: none;}
    .menu2{display: block; top: 20px; right: 20px;}
    .menu_nav{width: auto; display: none;}
    .mtop{height: 82px;}
    .banner_text{font-size: 16px; line-height: 24px;}
    .banner_text h2{font-size: 28px;}
    .home_courses h1{font-size: 36px;}
    .home_courses h3{padding: 0 20px;}
    .hc_list li{width: 48%; margin:1%;}
    .home_counts li{width: 50%;}
    .home_counts li .span{font-size: 36px;}
    .home_counts li h4{font-size: 14px;}
    .home_links li .img, .home_links li:nth-child(2n) .img{width: 100%; clear: both; 
        position: relative; transform: skew(0); right: auto; left: auto;}
    .home_links li .text{float: none; width: 100%; clear: both;}
    .home_links li .img img, .home_links li:nth-child(2n) .img img{transform: skew(0);}
    .home_links li .text{padding: 20px;}
    .home_links li .text h3{font-size: 26px;}
    .home_form{padding: 20px; margin: 0px;}
    .home_form h2{font-size: 24px; line-height: 32px; margin-bottom: 0px;}
    .home_form input{clear: both; width: 100%; margin-bottom: 5px;}
    .home_form button{width: 100%; clear: both;}
    footer{padding: 20px;}
    .fabout, .fbox{clear: both; width: 100%; padding: 0px; float: none;}
    .copyrights{text-align: center;}
    .copyrights ul{float: none; display: table; margin: auto;}
    .hc_list .txt{padding: 10px;}
    .page{padding: 20px;}
    .page h2{font-size: 21px;}
    .home_courses{padding: 20px 0;}
    .ib_txt{position: relative; }
    .ib_txt .breads{padding: 0px;}
    .ib_txt h1{margin:0px; font-size: 16px; padding: 10px;}
    .ib_txt .breads li a{font-size: 12px;}
    .ib_txt .breads::after{bottom: -1px;}
    .coursebx1 h3{font-size: 21px; margin-top: 15px;}
    .coursedet{padding: 15px 10px;}
    .coursebx2 h2::before{display: none;}
    .imgTrainer{position: relative; width: 100%; clear: both; float: none; top: auto;}
    .formTrainer{clear: both; width: 100%; float: none; margin-top: 15px; display: inline-block;
        padding-bottom: 80px;}
    .contact_adr{clear: both; width: 100%; display: table; padding-bottom: 20px;}
    .contact-body .border{margin-top: 15px;}
    .contact_form, .span-2{clear: both; width: 100%;}
    .contact{padding-bottom: 100px;}
    .myaccountpage_left, .myaccountpage_right{clear: both; width: 100%;}
    .aboutSec{padding: 10px 5px;}
    .forgottenpassword_fields{width: 100% !important;}
    .forgottenpassword label{width: 100%;}
    .forgottenpassword{padding: 20px;}
    .forgottenpassword label::after{display: none;}
    table tr td.td4 a{width: 65px; display: block;}
    .home_links li .text a{float: none; display: table;}
    /* .formTrainer .g-recaptcha{position: relative; left: -22px;} */
    .contact_form button, input.ts_button{position: relative; display: table; z-index: 999;
        margin-bottom: 5px;}
        .pop_content1{width: 80% !important;}
        .login_box1{height: 320px !important;}
        .video-js{height: 275px !important;}
        .close_btn{right: -20px !important; top: -15px !important;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 769px) and (max-width : 960px)
{

}
@media only screen and (min-width : 961px) and (max-width : 1024px)
{
    ul.menu{display: none;}
    .menu2{display: block; top: 20px; right: 20px;}
    .menu_nav{width: auto; display: none;}
    .menu2{top: 70px;}
    .contact_form button, input.ts_button{padding: 0 15px;}
    .contact-body .border{margin-top: 15px; clear: both; width: 100%}
    .contact-body .col-sm-6{width: 100%;}
    .page{padding: 20px 15px;}
    .coursedetm, footer{padding: 20px;}
    .ib_txt{padding: 0 10px;}
    .home_courses{padding: 20px;}
    .home_form{padding: 80px 20px 40px;}
}
@media only screen and (min-width : 1025px) and (max-width : 1160px)
{
    ul.menu li{margin-right: 20px;}
    .menuBtns a{padding: 0 15px;}
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}