@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
}

.affix {
    top: 0px !important;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #fff !important;
    border-color: #F44336;
    max-width: inherit !important;
    border-radius: 0px !important;
    box-shadow: 0px 2px 6px #c8c8c8;
}

.affix a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.affix-top a {}

.affix+.container-fluid {}

.affix .navbar-contact li a {
    padding: 10px 20px !important;
    margin-top: 5px;
}

.affix .navbar-brand {
    /*padding: 5px 0px;*/
    ;
}

.affix .navbar-nav>li>a {
    padding: 15px 20px;
}

.affix .navbar-brand>img {}

img {
    max-width: 100%;
}

a {}

h1,
h2,
h3,
h4 {
    text-transform: capitalize;
}

p {
    line-height: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #00318a;
    border-color: #00318a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e43039;
    border-color: #e43039;
}

.btn-danger {
    color: #fff;
    background-color: #e43039;
    border-color: #e43039;
}

.btn-danger:hover {
    color: #fff;
    background-color: #00318a;
    border-color: #00318a;
}

header {
    z-index: 1;
}

header:before {
    content: "";
    position: absolute;
    background: url(../images/logo-bg.png)no-repeat;
    width: 266px;
    height: 154px;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.hdr-top {
    background-color: #000000;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}

.hdr-social-link li a {
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
    display: block;
}

.hdr-top-cnt li a {
    color: #fff;
    font-weight: 600;
}

.txt-rgt {
    text-align: right;
}

.navbar-default {
    z-index: 1000;
    margin: auto;
    border-radius: 0px;
    background-color: transparent;
    border: none;
}

.header-container {
    padding-left: 50px;
    padding-right: 50px;
}

.navbar-brand {
    padding: 15px 10px;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 30px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-brand span {
    color: #00318a;
    text-transform: capitalize;
}

.navbar-brand>img {}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-nav>li>a.logo {
    padding: 5px 35px;
    margin-top: 10px;
}

.navbar-nav>li>a {
    color: #000;
    padding: 35px 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.navbar-nav>li:hover>.drop-menu {
    display: block;
}

.drop-menu {
    padding: 0px;
    width: 100%
}

.navbar-contact {
    margin-left: 120px;
    margin-right: 0px;
}

.navbar-contact li a {
    padding: 10px 20px;
    margin-top: 24px;
    background-color: #fef9da;
    border-radius: 4px;
    color: #ce191e !important
}

.navbar-contact li a:hover {
    background-color: #fef9da !important;
}

.drop-menu-srvs {}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ce191e;
}

.drop-menu>li>a {
    padding: 12px 20px;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #ddd;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e43039;
}


/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/

.navbar-default .navbar-nav>li>a.logo:focus,
.navbar-default .navbar-nav>li>a.logo:hover {
    background-color: transparent;
}


/*============ slider css =============*/

.type-box {
    text-align: center;
    margin: 30px;
}

.type h1 a {
    color: #fff;
    font-size: 45px;
}

.bs-slider {
    overflow: hidden;
    /* height: 650px;*/
    position: relative;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    /*position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.40);*/
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    height: 650px;
    width: 100% !important;
}


/********************

*****Slide effect

**********************/

.slider-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}


.slider-wrap>img {
    width: 100%;
}

.slider-wrap .slider-form {
    position: relative;
    margin-left: 40px;
}

textarea.form-control {
    height: 50px;
}

.slider-wrap .form-box,
.contact-sec .form-box {
    padding: 20px 30px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    /*transition: all .5s ease; */
    border-radius: 4px;
    /* box-shadow: 3px 5px 28px -9px #1f1f1f; */
    box-shadow: 0px 0px 5px #c2c2c2;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=90);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .9;
}

.slider-wrap .form-box h2,
.contact-sec .form-box h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 35px;
    color: #ce191e;
    font-family: 'Raleway', sans-serif;
}

.slider-wrap .form-box h2 span,
.contact-sec .form-box h2 span {
    font-weight: 100;
}

.slider-wrap .form-box form .form-group {}

.slider-wrap .form-box form .form-group .form-control,
.contact-sec .form-box form .form-group .form-control {
    border-bottom: 1px solid #eee;
    border-top: none;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    color: #333;
    border-radius: 0px;
}

.slider-wrap .form-box form .form-group .book-btn,
.contact-sec .form-box form .form-group .book-btn {
    text-transform: capitalize;
}

.slider-wrap .form-box form .form-group .select-ctrl,
.contact-sec .form-box form .form-group .select-ctrl {
    color: #999;
    padding-left: 8px;
}

.slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slider-wrap .owl-prev {
    float: left;
    margin-left: 30px;
}

.slider-wrap .owl-next {
    float: right;
    margin-right: 30px;
}

.slider-wrap .owl-prev span {
    font-size: 50px;
    color: #fff;
}

.slider-wrap .owl-next span {
    font-size: 50px;
    color: #fff;
}


/*---------- SLIDE CAPTION ----------*/

.mrgn-auto {
    margin: auto;
}

.slide-text {
    left: 7%;
    bottom: -15px;
    right: 7%;
    margin: auto;
    padding: 10px;
    position: absolute;
}

.slide-text-dec {
    position: relative;
    margin-top: 40px;
    z-index: 1000;
}

.slide-text h1 {
    text-transform: initial;
    padding: 0;
    font-weight: 100;
    font-size: 65px;
    font-style: normal;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    color: #000;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
}

.slide-text h1 b {
    display: block;
}

.slide-text h3 {
    color: #000;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    text-transform: initial;
}

.slide-text p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-family: 'Open Sans', sans-serif;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.btn-slider {
    padding: 16px 25px;
    color: #fff;
    border-color: transparent !important;
    border-right: none;
    background-color: #ea4244;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #ea4244, #f8b267);
    /* Standard syntax (must be last) */
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.btn-slider:hover {
    background-color: #eb5557;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #eb5557, #f9a954);
    /* Standard syntax (must be last) */
}

.btn-slider i {
    float: right;
    margin-top: 5px;
    padding-left: 80px;
}

.one-point {}

.one-point .col-rgt {
    padding-right: 0px;
}

.one-point .col-lft {
    padding-left: 0px;
}

.one-point h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: initial;
    margin-top: 15px;
}

.one-point h1 {
    color: #ffca3e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 3cm;
    margin: 0px;
}

.one-point img {
    position: absolute;
    top: 20px;
}


/*=========== end ===========*/


/*========== enquire form ======*/

.btn-warning {
    color: #fff;
    background-color: #c22a36;
    border-color: #c22a36;
}

.btn-warning:hover {
    background-color: #222;
    border-color: #222;
}

.GetinTouch-form .close {
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}

.GetinTouch-form .modal-body {
    padding: 25px 45px;
}

.popup-img {
    text-align: center;
    margin: 10px auto 40px;
    display: block;
}

.popup-img h3 {
    font-weight: 600;
}

.GetinTouch-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
}

.GetinTouch-form .form-group .form-ctrl-pop {
    border-radius: 30px;
    height: 45px;
    padding-left: 40px;
}

.GetinTouch-form .form-group .form-ctrl-msg {
    border-radius: 30px;
    padding-left: 40px;
}

.GetinTouch-form .form-group .form-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #c22a36;
}

.GetinTouch-form .form-group .btn {
    border-radius: 30px;
}

.wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.title {
    position: relative;
    margin-bottom: 35px;
}

.title h1 {
    font-weight: 300;
}

.title h3 {}

.blue {
    color: #00318a;
}

.red {
    color: #e43039;
}

.white {
    color: #fff;
}


/*========== home page why choose ==========*/

.why-row {
    margin-top: 0px;
}

.why-title h1 {
    font-weight: 100;
    font-size: 100px;
}

.why-title h4 {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 25px;
}

.why-choose-box {
    position: relative;
    text-align: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 5px #f1f1f1;
    padding: 30px 15px;
    display: inline-block;
}

.why-choose-box-lg {
    width: 240px;
    height: 240px;
    padding: 45px 15px;
}

.why-box-float-rgt {
    text-align: right;
}

.why-box-float-lft {
    text-align: left;
}

.why-choose-box img {
    position: relative;
}

.why-choose-box h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}


/*============ counter number =========*/

.counter-sec {
    background: url(https://www.successmantra.in/landing-pages-assets-2121/images/counter-bg.jpg)no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.counter-box {
    position: relative;
    color: #fff;
}

.counter-box h1 {
    font-size: 75px;
    font-weight: 100;
}

.counter-box h1 span {}

.counter-box h4 {
    font-size: 22px;
}


/*==================== home page Our benefits ===============*/

.bg-blackgray {
    background-color: #383838;
}

.benefits-wrap {
    position: relative;
}

.benefits-title {
    position: relative;
    margin-bottom: 30px;
}

.benefits-title h1 {
    margin-top: 0px;
    font-weight: 100;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 65px;
    position: relative;
}

.benefits-title h1 b {
    display: block;
    font-size: 46px;
    font-weight: 900;
}

.benefits-call-box {
    border: 2px solid #ed554a;
    padding: 20px 30px;
    border-radius: 20px;
    display: inline-block;
}

.benefits-call-box p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.benefits-call-box h5 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.benefits-call-box h5 a {
    color: #000;
    font-weight: 300;
}

.benefit-box {
    position: relative;
    border-radius: 20px;
    padding: 35px 20px 20px 20px;
    text-align: center;
    min-height: 265px;
    margin-top: 30px;
}

.benefit-box img {
    position: relative;
}

.benefit-box h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.bg-white-box {
    background-color: #fff;
    box-shadow: 0px 0px 30px 5px #f1f1f1;
}

.bg-orange {
    background-color: #ea4244;
    margin-top: 160px;
    background-image: linear-gradient(to right, #ea4244, #f8b267);
}

.bg-orange h5 {
    color: #fff;
}

.benefit-pdinglft0 {
    padding-left: 0px;
}

.benefit-pdingrgt0 {
    padding-right: 0px;
}


/*============= banner ==============*/

.banner-wrap {
    position: relative;
    width: 100%;
}

.banner-wrap>img {
    width: 100%;
}

.banner-wrap .owl-nav {
    position: absolute;
    top: 40%;
    right: 0px;
}

.banner-wrap .owl-dots {
    display: none;
}

.owl-nav .owl-prev span,
.owl-next span {
    font-size: 35px;
    color: #fff;
    line-height: 23px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-color: #eb4846 !important;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #f96362 !important;
}


/*========== home page courses section ========*/

.courses-wrap {
    padding-bottom: 0px;
    padding-top: 50px;
}

.offer-wrap {
    padding-bottom: 0px;
}

.courses-title h1 {
    font-size: 46px;
    font-weight: 100;
}

.courses-title b {
    font-weight: 900;
}

.courses-table {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.courses-table .table-respos {
    margin-bottom: 0px;
    display: table;
}

.theader {
    display: table-row;
    background: #f2f2f2;
}

.table-heading {
    width: 100%;
    padding: 5px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
}

.table-heading h3 {
    margin-bottom: 20px;
    font-size: 27px;
}

.table_header {
    display: table-cell;
    padding: 20px 10px;
    text-transform: capitalize;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.table_row {
    display: table-row;
}

.table_row .table_small:last-child {
    border-right: none;
}

.table_small {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eaedef;
    font-size: 13px;
    border-right: 1px solid #eaedef;
}

.business-table .table_row>.table_small>.table_cell:nth-child(odd) {
    color: #000;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
    display: none;
    color: #000;
    text-transform: capitalize;
}

.table_row>.table_small:first-child>.table_cell {}


/*=========== about offer hompe page ================*/

.bg-gryblack {
    background-color: #151617;
}

.abt-dec {
    padding-left: 20px;
    padding-top: 75px;
}

.abt-box {
    padding-left: 0px;
    padding-top: 45px;
}

.abt-box h2 {
    text-transform: inherit;
}

.abt-dec h4 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: initial;
}

.abt-dec h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 0px;
}

.abt-dec p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #6a6a6a;
}

.abt-wrap {
    position: relative;
    padding-bottom: 0px;
}

.abt-wrap:before {}

.tmb {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.abt-tmbimg img {
    width: 100%;
}

.txt-box {
    position: relative;
    text-align: center;
}

.txt-box h4 {
    position: relative;
    font-size: 14px;
    line-height: inherit;
    color: #ff9324;
}


/*================= client home page ===================*/

.testimonials-wrap {
    /*background-color: #f0f0f0; padding-bottom: 30px;*/
}

.clents-title {
    position: relative;
    margin-bottom: 20px;
}

.clents-title h1 {
    margin-top: 10px;
    font-weight: 100;
    font-size: 46px;
}

.clents-title h1 b {
    display: block;
}

.clents-title p {
    font-size: 14px;
    font-weight: 500;
}

.tastimonial {
    margin-top: 20px;
}

.single-testimonial-item {
    position: relative;
    display: block;
    margin: 10px;
}

.tastimonial img {
    margin-bottom: 15px;
}

.tastimonial p {
    margin-bottom: 20px;
    color: #6a6a6a;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.tastimonial .user-img {
    display: table-cell;
    width: 115px;
    float: left;
    border-right: 2px solid #ddd;
    margin-right: 30px;
    margin-top: 30px;
}

.tastimonial .user-img img {
    width: 80px !important;
    border-radius: 50%;
    margin-bottom: 0px;
    border: 2px solid #f3f3f3;
}

.tastimonial .user-name {}

.testimonial-body {
    display: table-cell;
}

.tastimonial .user-name h3 {
    font-weight: 500;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    color: #ce191e;
    line-height: inherit;
}

.tastimonial .user-name h3 span {
    color: #8e8e8e;
    display: block;
    font-size: 17px;
}

.tastimonial .user-name h3 span:last-child {
    color: #000;
    font-size: 19px;
    margin-top: 3px;
}

.tastimonial .owl-theme .owl-controls {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.tastimonial .owl-theme .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 0px;
}

.tastimonial .owl-nav {
    display: none;
}

.tastimonial .owl-carousel .owl-dots .owl-dot.focus {
    outline: none;
}

.tastimonial .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ce191e;
    height: 10px;
    width: 10px;
    border: 1px solid #c22a36;
    outline: none;
}

.tastimonial .owl-carousel .owl-dots .owl-dot {
    border: 1px solid #ddd;
    height: 10px;
    position: relative;
    border-radius: 0px;
    width: 10px;
    display: inline-block;
    margin: 5px;
    padding: 3px;
    background-color: #ddd;
}

.projects-carousel .tmb img {
    transition: 0.5s;
    width: 100%;
}

.projects-carousel .tmb:hover>img {
    transform: scale(1.1, 1.1);
}


/*============= button style ================*/

.button-1 {
    width: 100%;
    height: 50px;
    /*float: left;*/
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #c22a36;
    border-radius: 30px;
}

.button-1 a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.button-1 a img {
    float: none;
    margin-left: 10px;
}

.eff-1 {
    width: 100%;
    height: 50px;
    right: -640px;
    background: #000;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0;
}

.button-1:hover a {
    color: #fff;
}

.button-1:hover a,
.button-1:hover.book-btn {
    color: #fff;
}


/*========= home page contact =========*/

.contact-sec {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-sec .form-group {
    margin-bottom: 20px;
}

.contact-sec:before {
    background: url(../images/footer-form-bg.png)no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 53%;
    height: 98%;
    background-size: cover;
    background-position: left top;
}

.contact-dec {
    position: relative;
    margin-left: 60px;
    margin-top: 60px;
}

.contact-dec>.title {
    margin-bottom: 70px;
}

.contact-dec>.title h1 {
    margin-top: 0px;
    font-weight: 100;
    font-size: 46px;
}

.contact-dec>.title h1:before {
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: "";
    background-color: #ff8618;
    border-radius: 50px;
}

.contact-dec>.title h4 {
    text-transform: uppercase;
    color: #e21e24;
    font-size: 18px;
    font-weight: 600;
}

.contact-dec>.title p {
    margin-bottom: 20px;
}

.contact-dec p {
    color: #808080;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.contact-dec h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.contact-dec h3 {
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 400;
}

.contact-dec h3 a {
    color: #000;
}

.address-sec {}

.address-sec:before {
    background: url(../images/map-bg1.png)no-repeat;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
    height: 98%;
    background-size: cover;
    background-position: left top;
}

.adrs-dec {}

.adrs-dec h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    margin-bottom: 35px;
}

.adres-box {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 230px;
}

.height-auto {
    min-height: auto;
}

.adres-box h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: inherit;
}

.adres-box p {
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

.adres-box p a {
    font-size: 14px;
    color: #333;
}

.map-box {
    position: relative;
    margin-left: 60px;
    margin-top: 60px;
}

.address-sec2 .map-box {
    margin-left: 0px;
}

.map-box>iframe {
    box-shadow: -10px 0px 35px -15px #dddddd;
    border-radius: 5px;
    width: 100%;
    height: 350px;
}

.address-sec2 .map-box>iframe {
    box-shadow: 5px 5px 35px -15px #dddddd;
}

.address-sec2:before {
    background: url(../images/map-bg2.png)no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 640px;
    height: 585px;
    background-size: cover;
    background-position: left top;
}

.address-sec2 .adres-box {
    min-height: 332px;
}

.address-sec2 .height-auto {
    min-height: auto;
}


/*=========== footer ================*/

footer {
    background: #fef9e7;
}

.fotr-logo {
    margin-bottom: 15px;
}

footer h3 {
    color: #000;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

footer p {
    color: #333;
    font-weight: 500;
}

.fotr-media {}

.fotr-media p a {
    color: #555;
}

.fotr-media p i {
    color: #eca351;
    font-size: 30px;
}

.fotr-media h4 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}

.fotr-media h4:before {
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color: #eca351;
    left: 0px;
    content: "";
}

.fotr-menu {}

.fotr-menu li a {
    color: #333;
    text-transform: capitalize;
    display: block;
    padding: 8px 2px;
    transition: 0.5s;
    font-weight: 500;
}

.fotr-menu li a:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    text-decoration: none;
}

.cpyrgt-wrap {
    position: relative;
    padding-top: 45px;
    padding-bottom: 30px;
}

footer .hdr-social-link li a {
    color: #a6a6a6;
}

.cpyrgt-wrap p {
    color: #000;
    font-size: 14px;
}

.cpyrgt-wrap p a {
    color: #f99011;
}


/*========== whatsapp ==========*/

.whatsap {
    left: 0px;
    position: fixed;
    z-index: 100;
    bottom: 2px;
    background-color: #111;
    padding: 5px 20px 5px 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.whatsap a {
    color: #fff;
    font-weight: 600;
}

.whatsap a i {
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background: #4CAF50;
    padding: 5px;
    height: 35px;
    width: 35px;
    text-decoration: none;
    text-align: center;
}

.whatsap a:hover {
    text-decoration: none;
    color: #fff;
}


/*================ thank you  ===========*/

.thanks-section {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.inner-thanks {}

.inner-thanks img {
    width: 100px;
}


/*================ inner pages ===========*/

.post-slide {}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

#news-slider .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

#news-slider .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

#news-slider .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

#news-slider .owl-controls .owl-buttons .owl-prev:after,
#news-slider .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

#news-slider .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.post-img {
    position: relative;
}

.post-img img {
    max-width: 100%;
}

.post-slide a i {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #d20a0f;
    border: 3px solid red;
    padding: 17px 18px;
    background: #ffffffc7;
    border-radius: 33px;
    cursor: pointer;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog .modal-body {
    padding: 0;
}

.modal-dialog .modal-body video {
    height: auto !important;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}


/*------------------------------------------------------*/


/* RESPONSIVE

/*------------------------------------------------------*/

@media (max-width:1289px) {
 
    .banner-wrap img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:1199px) {
 

    .navbar-contact {
        margin-left: 40px;
    }

    .navbar-nav>li>a {
        padding: 35px 15px;
    }

    .navbar-contact li a {
        padding: 10px 20px;
    }

    .slider-wrap .slider-form {
        margin-left: 30px;
    }

    .abt-dec {
        padding-top: 50px;
    }
}

@media (max-width:1100px) {
    header:before {
        width: 235px;
        height: 135px;
        background-size: 100%;
    }

    .navbar-nav>li>a {
        padding: 35px 15px;
        font-size: 15px;
    }

    .navbar-contact li a {
        padding: 10px 15px;
    }

    .navbar-contact {
        margin-left: 10px;
    }

   

    .slider-wrap .slider-form {
        margin-left: 0px;
    }

    .abt-dec {
        padding-left: 0px;
        padding-top: 0px;
    }

    .counter-sec {
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .counter-box h1 {
        font-size: 55px;
    }

    .counter-box h4 {
        font-size: 16px;
    }

    .benefit-box {
        padding: 35px 15px 20px 15px;
    }

    .contact-sec:before {
        background-size: 100%;
    }
}

@media (max-width:1024px) {
    .navbar-nav>li>a.logo {
        display: none;
    }

    .navbar-nav>li>a {
        padding: 15px 12px;
        font-size: 13px;
    }

    .navbar-brand>img {
        width: 130px;
    }

    .navbar-contact {
        margin-left: 0px;
    }

    header:before {
        width: 210px;
        height: 100px;
        background-size: contain;
    }

    .affix .navbar-nav>li>a {
        padding: 15px 10px;
    }

    .navbar-contact li a {
        padding: 10px;
        margin-top: 0px;
    }

    .navbar-brand {
        /*padding: 5px;*/
    }

    .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .affix .navbar-brand {
        padding: 5px 5px;
    }

    

    .wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slide-text-dec {
        margin-top: 130px
    }

    .slide-text h3 {
        font-size: 18px;
    }

    .slide-text h1 b {
        margin-bottom: 10px;
    }

    .slider-wrap>img {
        min-height: 480px;
    }

    .slider-wrap .slider-form {
        margin-left: 0px;
    }

    .one-point h4 {
        font-size: 24px;
        margin-top: 0px;
    }

    .one-point h1 {
        font-size: 80px !important;
        margin-top: 10px;
    }

    .one-point img {
        top: 5px;
        width: 70px;
    }

    .slide-text {
        left: 2%;
        right: 2%;
    }

    .slide-text h1 {
        font-size: 46px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .slide-text p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .why-title h4 {
        font-size: 20px;
    }

    .why-title h1 {
        font-size: 80px;
    }

    .why-title h4 {
        font-size: 16px;
    }

    .why-choose-box h5 {
        font-size: 13px;
    }

    .why-choose-box-lg {
        width: 210px;
        height: 210px;
        padding: 30px 15px;
    }

    .counter-box h1 {
        font-size: 45px;
    }

    .counter-box {
        margin-bottom: 25px;
    }

    .career-wrap .title h1 {
        font-size: 50px;
    }

    .courses-title h1 {
        font-size: 40px;
    }

    .table-heading h3 {
        font-size: 24px;
        line-height: initial;
    }

    .counter-box h4 {
        font-size: 16px;
    }

    .abt-dec {
        padding-left: 0px;
        padding-top: 35px;
    }

    .abt-dec h2 {
        font-size: 24px;
    }

    .benefits-title h1 {
        font-size: 55px;
    }

    .benefits-title h1 b {
        font-size: 40px;
    }

    .clents-title>img {
        right: 25px;
        width: 175px;
    }

    .expertise-wrap:before {
        width: 44%;
    }

    .career-box {
        padding: 20px 30px;
    }

    .single-testimonial-item {
        min-height: auto;
    }

    .contact-dec h3 {
        font-size: 32px;
    }

    .contact-sec:before {
        width: 415px;
        height: 400px;
    }

    .address-sec:before {
        width: 350px;
        height: 400px;
    }

    .address-sec2:before {
        width: 375px;
        height: 350px;
    }

    .adres-box {
        min-height: auto;
    }

    .address-sec2 .adres-box {
        min-height: auto;
    }

    .map-box>iframe {
        height: 550px;
    }

    .contact-dec {
        margin-left: 40px;
        margin-top: 30px;
    }

    .contact-dec>.title h1 {
        font-size: 36px;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border-color: #333;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
    }

    .navbar-collapse {
        background-color: #fff;
        max-height: 370px !important;
    }

    .navbar-brand>img {
        width: 150px;
    }

    .navbar-brand {
        padding: 5px;
    }

    .navbar-nav>li>a {
        padding: 10px 15px;
        font-size: 14px;
        text-align: center;
    }

    .navbar-contact {
        margin-left: 0px;
    }

    .affix .navbar-brand {
        padding: 2px 5px;
    }

    .why-title h1 {
        margin-top: 0px;
    }

    .affix .navbar-nav>li>a {
        padding: 15px 20px;
    }

    header:before {
        background-size: contain;
        width: 150px;
        height: 85px;
    }

    .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-wrap .owl-nav {
        top: 25%;
    }

    .slider-wrap .owl-prev {
        margin-left: 10px;
    }

    .slider-wrap .owl-next {
        margin-right: 10px;
    }

    .slide-text {
        position: relative;
        left: 0%;
        padding-left: 15px;
        padding-right: 15px;
        right: 0%;
        top: 0px;
    }

    .slide-text-dec {
        margin-top: 0px;
        text-align: center;
    }

    .navbar-toggle {}

    .slider-wrap {
       
        background: url(../images/banner-backgroung.png)no-repeat;
        background-position: bottom right;
        background-size: contain;
        padding-bottom: 20px;
    }

    .banner-wrap .owl-nav {
        display: none;
    }

    .one-point img {
        top: 8px;
        width: 50px;
    }

    .one-point .col-lft {
        padding-left: 15px;
    }

    .slider-wrap>img {
        display: none;
    }
   
    
    .slider-wrap .slider-form {
        margin-top: 20px;
        margin-left: 0px;
    }

    .slider-wrap .form-box,
    .contact-sec .form-box {
        padding: 25px;
    }

    .slider-wrap .form-box h2,
    .contact-sec .form-box h2 {
        font-size: 32px;
    }

    .slide-text h3 {
        font-size: 15px;
    }

    .slide-text h1 {
        font-size: 40px;
        line-height: initial;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .abt-wrap:before {
        display: none;
    }

    .abt-dec {
        padding-left: 0px;
        padding-top: 0px;
        text-align: center
    }

    .abt-dec p {}

    .courses-title h1 span {
        font-size: 34px;
    }

    .wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .why-row {
        margin-top: 0px;
    }

    .why-box-float-rgt,
    .why-box-float-left {
        text-align: center;
    }

    .why-box-float-lft {
        text-align: center;
    }

    .why-choose-box-lg {
        width: 210px;
        height: 210px;
        padding: 30px 15px;
    }

    .counter-sec {
        background: none;
        background-color: #ea4244;
        background-image: linear-gradient(to right, #ea4244, #f8b267);
    }

    .counter-box {
        margin-bottom: 30px;
    }

    .benefits-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .benefits-title h1 {
        font-size: 40px;
    }

    .benefits-title h1 b {
        font-size: 35px;
    }

    .benefits-call-box {
        padding: 15px;
        display: block;
        text-align: center;
    }

    .benefit-pdinglft0 {
        padding-left: 15px;
    }

    .benefit-box {
        padding: 25px 20px 25px 20px;
        min-height: auto;
    }

    .benefit-pdingrgt0 {
        padding-right: 15px;
    }

    .clat {
        text-align: center;
    }

    .bg-orange {
        margin-top: 30px;
    }

    .theader {
        display: ;
    }

    .table_row {
        border-bottom: solid 1px #eaedef;
        display: table;
        width: 100%;
        border-collapse: separate;
    }

    .table_small {
        display: table-row;
        border: solid 1px #333;
    }

    .table_row>.table_small>.table_cell:nth-child(odd) {
        display: table-cell;
        width: 32%;
        vertical-align: top;
    }

    .table_row>.table_small>.table_cell {
        padding: 8px 15px;
    }

    .courses-title b {
        display: block;
    }

    .clents-title {
        text-align: center;
    }

    .courses-wrap .table-responsive thead tr th h3 {
        margin: 0px;
        font-size: 20px;
    }

    .courses-wrap .table-responsive thead tr th {
        font-size: 16px !important;
    }

    .courses-wrap .table-responsive tbody tr td {
        white-space: normal;
    }

    .single-testimonial-item {
        padding: 0px;
    }

    .contact-dec {
        margin-left: 0px;
        margin-top: 50px;
        text-align: center;
    }

    .contact-dec h3 {
        font-size: 32px;
    }

    .contact-dec>.title h1:before {
        left: 43%;
    }

    .contact-dec>.title {
        margin-bottom: 50px;
    }

    .contact-dec>.title h1 {
        font-size: 32px;
    }

    .adrs-dec h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .h1,
    h1 {
        line-height: initial;
    }

    .title {
        margin-bottom: 15px;
    }

    .courses-wrap {
        padding-bottom: 0px;
    }

    .clents-title h1 {
        font-size: 40px;
    }

    .tastimonial {
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .tastimonial .user-img {
        float: none;
        display: block;
        border: none;
        margin: auto;
    }

    .tastimonial .user-img img {
        margin: auto;
    }

    .tastimonial .owl-theme .owl-dots {
        position: relative;
        bottom: 0px;
        left: 0px;
    }

    .tastimonial .user-name {
        display: block;
    }

    .contact-sec {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .contact-sec:before {
        width: 80%;
        height: 24%;
    }

    .address-sec:before {
        top: inherit;
        bottom: 0px;
        width: 85%;
        height: 24%;
        background-size: contain;
        background-position: bottom;
    }

    .address-sec2:before {
        width: 315px;
        height: 290px;
    }

    .map-box>iframe {
        height: 350px;
    }

    .adrs-dec {
        text-align: center;
    }

    .adres-box {
        min-height: auto;
    }

    .map-box {
        margin-left: 0px;
        margin-top: 30px;
    }

    .address-sec2 .adres-box {
        min-height: auto;
    }

    footer {
        padding-top: 20px;
        text-align: center;
    }

    .fotr-logo {
        margin: auto auto 10px;
    }

    .txt-rgt {
        text-align: inherit;
    }

    .cpyrgt-wrap {
        padding-top: 15px;
        margin-top: 15px;
        padding-bottom: 40px;
    }

    .fotr-menu {
        padding-left: 0px;
    }
}

@media (max-width: 480px) {
    .slide-text {}

    .slide-text p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }

    .srvs-tabs li {
        display: block;
        margin-bottom: 10px;
    }

    .teams li {
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
}


/** table CSS **/

.courses-wrap .table-responsive,
.offer-wrap .table-responsive {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.courses-wrap .table-responsive thead,
.offer-wrap .table-responsive thead {
    background: #f2f2f2;
}

.courses-wrap .table-responsive h3 {
    text-transform: inherit;
}

.courses-wrap .table-responsive thead tr th,
.offer-wrap .table-responsive thead tr th {
    padding: 20px 10px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.courses-wrap .table-responsive tbody tr td,
.offer-wrap .table-responsive tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eaedef;
    font-size: 13px;
    border-right: 1px solid #eaedef;
}

.courses-wrap .table-responsive tbody tr td i,
.offer-wrap .table-responsive tbody tr td i {
    color: #403f3f;
}

.courses-wrap .table-responsive,
.offer-wrap .table-responsive {
    overflow-x: inherit;
}

.courses-wrap .table-responsive .table,
.offer-wrap .table-responsive .table {
    margin-bottom: 0
}