/*==================================================

    Project: Education System
    Version: 1.0
    Last change: 01/02/17
    Author : Mester Themes

    /**
    * Table of Contents :
    * 1.0 - Default Css Wrap Start #Default Css
    * 2.0 - Home Page Start #home page
        * 2.1 - Header Css Wrap Start #Header Css
        * 2.2 - Navigation Css Start #Navigation
        * 2.3 - Main Banner Css Start #Main Banner
        * 2.4 - Services Section Start  #Services Section
        * 2.5 - About Us Css Wrap Start #About Us Css
        * 2.9 - Teacher Section Css Wrap Start #Teacher Section Css
        * 2.6 - Courses Css Wrap Start #Courses Section Css
        * 2.7 - Courses List Css Start #Courses List Css
        * 2.8 - Gallery Css Wrap Start #Gallery Section Css
        * 2.10 - Event Css Wrap Start #Event Section Css
        * 2.11 - Joining Css Wrap Start #Joining Section Css
        * 2.12 - Priceing Table Css Wrap Start #Priceing Table Section Css
        * 2.13 - Newaletter Css Wrap Start #Newaletter Section Css
        * 2.14 - footer Css Wrap Start #footer Section Css
    * 3.0 - Sub Banner Css Wrap Start #Sub Banner Css
    * 4.0 - Blog Page Css Wrap Start #Blog Page Css
    * 5.0 - Blog List Css Wrap Start #Blog List Css
    * 6.0 - 404 Page Start  #404 Page
    * 7.0 - Contact Page Start  #Contact Page
    * 8.0 - About Us Page Start  #About Us Page
    * 9.0 - Team Page Css Wrap Start #Team Page Css
    * 10.0 - Blog Detail Css Wrap Start #Blog Detail Css
    * 11.0 - Courses Detail Css Wrap Start #Courses Detail Css
    * 12.0 - Search Popup Css Wrap Start #Search Popup Css

    [Color codes]

    Background: #ffffff (white)
    Content: #8f9fa8 (light black)
    Header h1: #334d5c (dark black)
    Header h2: #334d5c (dark black)
    Footer:  #010e18 (dark black)

    a (standard): #999999 (light black)
    a (visited): #999999 (light black)
    a (active): #999999 (light black)

    [Typography]
      
    Body copy:  14px/ "Montserrat",sans-serif
    Headers:  "Montserrat",sans-serif
    Input, textarea: "Open Sans",sans-serif
    Sidebar heading: "Lora",serif


==================================================*/
/*
      ============================================================
           Default Css Wrap Start #Default Css
      ============================================================
*/
.text,
section,
.mester_wrapper,
.main-contant,
header{
    float: left;
    width: 100%;
    position: relative;
}
footer,
.section,
section{
    padding: 70px 0 40px;
}
/*Before Changing Section Padding Must Change Padding Top Value In Custom.js Line No 5*/
.overflow-text{
    float: none;
    width: auto;
    overflow: hidden;
}
.absolute{
    position: absolute;
}
.title{
    float: left;
    width: 100%;
    line-height: normal;
}
.pb-0{
    padding-bottom:0; 
}
.mg-30{
    margin: 0 0 30px;
    position: relative;
}
/*
      ============================================================
           Home Page Start #home page
      ============================================================
*/
/*
      ============================================================
           Header Css Wrap Start #Header Css
      ============================================================
*/
.header{
    top: 0;
    float: left;
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
/*
.header{
    z-index: 11;
    position: fixed;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    transition: margin 0.3s;
}
.header.affix {
    margin-top:-42.5px; 
}*/

.top-bar{
    float: left;
    width: 100%;
    /*padding: 0 0 10px;*/
    position: relative;
    background: #000;
}
.top-nav{
    margin: 0;
    float: left;
    width: auto;
    list-style: none;
    padding:4px 0 5px;
}
.top-nav li{
    float: left;
    width: auto;
    /*margin: 0 0 0 25px;*/
    position: relative;
}
.top-nav li:first-child{
    margin-left:0; 
}
/*.top-nav li::before{
    float: left;
    content: "\f105";
    margin: -2px 10px 0 0;
    color: currentcolor;
    font-family: 'fontawesome';
}*/
.top-bar li a{
/*    float: left;*/
    width: auto;
    font-family: 'Montserrat', sans-serif;
}
.err{font-size: 10px; color: red;}
.success{font-size: 10px;color: green;}
.top-nav li a,
.top-nav li{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.pull-left .top-nav{
    padding-top:13px;
    padding-bottom: 4px;  
}
.pull-right .top-nav li::before{
    display: none;
}
.top-nav .social-list li{
    /*margin: 0 0 0 20px;*/
    list-style-type: none;
}
.top-nav .social-list li a{
    height: auto;
}
.top-nav .social-list li a:hover{
    background: transparent;
}
/*Navigation Css Start*/
.navigation-outer{
    float: left;
    width: 100%;
    position: relative;
}
.logo{
    z-index: 1;
    float: left;
    width: auto;
    line-height: 0;
    position: relative;
    padding: 0px 20px 0px 0;
    transition: width 0.4s ease-in-out, padding 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.logo *{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.header .affix .logo{
    padding-top:10px; 
    padding-bottom:10px; 
}
.logo img{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.header .affix .logo img{
    width: 148px;
}

.logo::before{
    left: auto;
    right: 0;
    top: 0px;
    content: "";
    z-index: -1;
    width: 1000%;
    bottom: 0px;
    background: #fff;
    position: absolute;
    transform: skew(-25deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.header .affix{
    left: 0;
    right: 0;
    position: fixed !important;
}
.header .affix .logo::before{
    top: 0;
    bottom: 0;
}
.inner-header{
    float: left;
    width: 100%;
    position: relative;
}
/*
      ============================================================
           Navigation Css Start #Navigation
      ============================================================
*/
.navigation{
    float: right;
    width: auto;
    text-align: center;
}
.navigation ul{
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    list-style: none;
}
.navigation > ul > li{
    float: left;
    width: auto;
    margin-right: 30px;
    position: relative;
}
.navigation ul li:last-child{
    margin: 0;
} 
.navigation > ul > li > a{
    float: left;
    width: 100%;
    color: #fff;
    padding:40px 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    transition: padding 0.3s;
}
.header .affix .navigation > ul > li > a{
    padding-top:27px;
    padding-bottom:27px;
}
.navigation ul li ul,
.navigation .sub-menu,
.navigation .children {
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1000;
    min-width: 230px;
    position: absolute;
    background-color: #fff;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation ul li ul,
.navigation ul li .sub-menu,
.navigation ul li .children  {
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.navigation ul li:hover > ul,
.navigation ul li:hover > .sub-menu,
.navigation ul li:hover > .children  {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.navigation ul li ul ul,
.navigation ul li .sub-menu .sub-menu,
.navigation ul li .children .children{
    top: 0;
    left: 100%;
}
.navigation ul li.last ul,
.navigation ul li.last .sub-menu,
.navigation ul li.last .children{
    right: 0;
    left: auto;
}
.navigation ul li.last ul ul,
.navigation ul li.last .sub-menu .sub-menu,
.navigation ul li.last .children .children{
    left: auto;
    right: 100%;
}
.navigation ul li ul li,
.navigation ul li .sub-menu li,
.navigation ul li .children li{
    margin: 0;
    float: left;
    width: 100%;
}
.navigation ul li ul a,
.navigation ul li .sub-menu a,
.navigation ul li .children  a {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 16px 30px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #dbdbdb;
    transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.navigation ul li ul li:last-child a,
.navigation ul li .sub-menu li:last-child a,
.navigation ul li .children li:last-child  a{
    border: none;
}
.navigation ul li ul li:hover > a,
.navigation ul li .sub-menu li:hover > a,
.navigation ul li .children li:hover > a{
    color: #fff !important;
}
/*LAST CHILD CSS END*/
/*RESPONCIVE MENU CSS START*/
.dl-menuwrapper{
    float: left;
    padding: 10px 0;
    display: none;
}
.dl-menuwrapper ul,
.dl-menuwrapper .dl-menu{
    background: #fff;
    z-index: 2;
}
.dl-menuwrapper button.dl-active,
.dl-menuwrapper button{
    background: #fff;
}
.dl-menuwrapper button:hover{
    background: rgba(0, 0, 0, .5);
}
.dl-menuwrapper button:hover::after{
    background: #fff;
    box-shadow:0 7px 0 #fff,0 14px 0 #fff;
}
.navigation-outer .dl-menuwrapper li.dl-back > a{
    padding-left: 38px;
}
.navigation-outer  .dl-menuwrapper li{
    float: left;
    width: 100%;
    margin: 0; 
    color: #333;
}
.navigation-outer .dl-menuwrapper li a {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    padding: 10px 20px;
    letter-spacing: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    transition:color 0.3s ease background-color 0.3s ease;
    -o-transition:color 0.3s ease background-color 0.3s ease;
    -ms-transition:color 0.3s ease background-color 0.3s ease;
    -moz-transition:color 0.3s ease background-color 0.3s ease;
    -webkit-transition:color 0.3s ease background-color 0.3s ease;
}
.dl-menuwrapper li.dl-back::after, .dl-menuwrapper li > a:not(:only-child)::after{
    color: currentcolor;
}
/*RESPONCIVE MENU CSS END*/
/*
      ============================================================
           Main Banner Css Start #Main Banner
      ============================================================
*/
.main-banner{
    float: left;
    width: 100%;
    position: relative;
}
.slider{
    float: left;
    width: 100%;
    position: relative;
}
.slider .slick-slide{
    min-height: 830px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat; 
}
.slider .slick-slide::before{
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    content: "";
    opacity: 0.6;
    background: #000;
    position: absolute;
}
.banner-caption-wrapper {
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    margin: 0px auto 0;
    position: absolute;
    padding-bottom: 10.5px; 
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-caption{
    float: left;
    width: 100%;
    position: relative;
}
.banner-caption .title:first-child{
    padding:0;
    font-size: 40px;
    margin: 0 0 09px;
}
.banner-caption .title:first-child::before{
    display: none;
}
.banner-caption .title{

    font-size: 70px;
    margin: 0 0 10px;
    padding:5px 40px 7px;
    position: relative;
    display:block;
}
.banner-description{
    float: none;
    width: auto;
    margin: 0 0 33px;
}
.banner-caption .title,
.banner-description{
    color:#fff;
}
/*
      ============================================================
           Services Section Start  #Services Section
      ============================================================
*/
.services-1{
    z-index: 1;
    float: left;
    width: 100%;
    outline: 1px;
    padding: 35px;
    margin: 0 0 30px;
    background: #fff;
    text-align: center;
    position: relative;
    outline-color: transparent;
}
.services-1:hover{
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
}
/*.services-1::before, .services-1::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    opacity: 0;
    content: "";
    height: 80%;
    z-index: -1;
    position: absolute;
    visibility: hidden;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
}
.services-1::before {
    right: auto;
    bottom: auto;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}
.services-1::after {
    top: auto;
    left: auto;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.services-1:hover::before, .services-1:hover::after {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    visibility: visible;
}
*/
.services-1 .svg-icon{
    float: none;
    width: 95px;
    height: 95px;
    font-size: 45px;
    line-height: 95px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #eee;
}
.services-1:hover .svg-icon{
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.services-1 .title{
    margin: 0 0 14px;
}
.services-1 p{
    float: left;
    width: 100%;
    margin: 0 0 18px;
}
/*
      ============================================================
           About Us Css Wrap Start #About Us Css
      ============================================================
*/
.about-us{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.about-us figure{
    padding: 0 50px 50px 0;
}
.about-us figure img{
    position: relative;
}
.about-us figure::before{
    right:0;
    bottom: 0;
    top: 50px;
    left: 50px;
    position: absolute;
    content: "";
    border: 10px solid rgba(0, 0, 0, 0.5);
}
.about-us .about-content{
    /* padding:50px 0px 0px 50px; */
    padding:82px 0 89px 0;
    float: left;
    width: 100%;
}
.about-us .about-content h3{
    margin-bottom: 20px;
}

.about-us .text p{
    margin: 0 0 22px;
}
.about-us .text ul{
    float: left;
    width: 100%;
    margin: 0px 0px 28px 0px;
    padding:0px;  
}
.about-us .text ul li{
    float: left;
    width: 100%;
    position: relative;
}
.about-us .text ul li:before{
    content: '';
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: 10px 10px 10px 0px;
    float: left;
    background-color: #333;
}
.about-us .text ul li p{
    margin: 0px;
    font-style: italic;

}


.about-us:first-child .section_heading{
    margin-bottom: 0px;
}
.about-us .text .btn{
    margin:0 8px; 
}
.about-us:first-child .text .btn{
    margin: 0 0 0px;
}
/*
      ============================================================
           Teacher Section Css Wrap Start #Teacher Section Css
      ============================================================
*/
.teacher-section-bg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('extra-images/teacher-section-bg.jpg'); 
}
.teacher-section-bg::before{
    opacity: 0.8;
    background-color:#000; 
}
.teacher-thumb-1{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    background: rgba(0,0,0,0.2);
    position: relative;
    padding: 40px;
    border: solid 1px rgba(255,255,255,0.2);
}
.slick-slide:focus{
    outline: none;
}
.teacher-thumb-1 *{
    color: #fff !important
}
.teacher-thumb-1 figure{
    width: 33.3%;
}
.teacher-thumb-1 .overflow-text{
    padding: 34px 25px 42px;
    background-color: rgba(255, 255, 255, 0.05);
}
.teacher-thumb-1 .section_heading{
    margin: 0 0 24px;
}
.designation{
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0 0 20px !important;
    text-transform: uppercase;
/*     font-family: 'Lora', serif; */
}
.teacher-thumb-1 p.designation{
    margin: 0 0 19px !important;
}
.teacher-thumb-1 p{
    margin: 0 0 19px;
}
.teacher-thumb-1 .contact-info > *{
    color: #5a5c5d;
    font-weight: bold;
    /* font-family: 'Lora', serif; */
}
/*Teacher Detail*/
#teacher-detail .container{
    margin-top:70px;
    padding: 15px; 
}
#teacher-detail .teacher-thumb-1{
    padding: 15px;
    background: #fff;
}
/*
      ============================================================
           Courses Css Wrap Start #Courses Section Css
      ============================================================
*/
.courses-thumb-1{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0px 0 30px;
    border:1px solid #dfdfdf;
    height: 410px;
}
.courses-thumb-1:hover{
    box-shadow: 0 0px 40px 0 rgba(0, 0, 0, .2);
}

.courses-thumb-1 .text{
    padding:0px 30px 0; 
}
.courses-thumb-1 .text .title{
    margin: 0 0 19px;
}
.courses-thumb-1 .text p{
    margin: 0 0 23px;
}
.courses-meta-wrap{
    float: left;
    width: 100%;
    padding: 0px 30px 30px 30px;
}
.courses-meta-wrap .btn{
    width: 50%;
    float: left;
    border-radius: 0;
    background-color: #eee;
    color: #2c2c2c;
}
.courses-meta-wrap span.btn{
    background-color: #dedede;
}
.courses-meta-wrap .btn:hover{
    color: #fff;
}
.courses-meta-list{
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 -5px;
    text-align: center;
    border-top:1px solid #dedede; 
}
.courses-meta-list li{
    float: none;
    width: auto;
    margin: 0 0;
    padding: 0 10px;
    display: inline-block;
    border-left:1px solid #dedede; 
}
.courses-meta-list li:first-child{
    border-left: none;
    padding-left: 0;
}
.courses-meta-list li:last-child{
    padding-right: 0;
}
.courses-meta-list li *{
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
}
.courses-meta-list li span{
    margin: 0 0 11px;
}
/*Courses Thumb With Radius*/
.courses-thumb-1.radius{
    margin-top: 130px; 
    border: none;
}
.courses-thumb-1.radius:hover{
    box-shadow:none;
}
.courses-thumb-1 figure{
    float: none;
    width: 100%;
    display: block;
    background: #fff;
    margin-bottom: 25px;
}
.courses-thumb-1 figure.padding{
    padding: 0px 20px;
}
/*
      ============================================================
           Courses List Css Start #Courses List Css
      ============================================================
*/
.courses-list figure{
    float: left;
    margin: 0px;
    border: none;
    padding:10px;
    height: auto;
    border-radius: 0;
    max-width: 310px;
}
.courses-list figure::before{
    height: 0;
    top: 10px;
    z-index: 1;
    opacity: 0;
    left: 10px;
    content: "";
    right: 10px;
    bottom: 10px;
    position: absolute;
}
.courses-list:hover figure::before{
    height:auto;
    opacity: 0.8;
}
.courses-list .text .title{
    font-size: 24px;
    margin-bottom: 8px;

}
.courses-list:hover figure img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.courses-list .circule-tag{
    z-index: 1;
}
.courses-list:hover .circule-tag{
    color: #333;
    background-color: #fff;
}
.courses-list .text{
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
    padding:26px 30px; 
}
.courses-list .text p{
    margin-bottom: 13px;
}
.courses-list .courses-meta-list{
    padding: 0;
    border: none;
    margin: 0 0 20px;
}
.courses-list .courses-meta-list li{
    float: left;
}
.courses-list .courses-meta-wrap{
    padding: 0px;
    border: none;

}
/*
      ============================================================
           Gallery Css Wrap Start #Gallery Section Css
      ============================================================
*/
.gallery-bg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('extra-images/gallery-bg.jpg'); 
}
.gallery-bg::before{
    opacity: 0.5;
    background-color:#000; 
}
.gallery-list{
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 50px;
    padding: 0px 100px;
    position: relative;
}
.gallery-list li{
    float: left;
    width: 20%;
}
.gallery-thumb{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}
.gallery-thumb::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    width: 100%;
    content: "";
    position: absolute;
}
.gallery-thumb:hover::before{
    opacity: 0.7;
    height: 100%;
}
.gallery-list li .gallery-thumb{
    margin: 0;
}
.gallery-thumb img{
    float: left;
    width: 100%;
}
.popup-icon{
    top: 30%;
    left: 0;
    right: 0;
    opacity: 0;
    width: 40px;
    color: #fff;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.popup-icon:hover{
    background: #fff;
}
.gallery-thumb:hover .popup-icon{
    top: 50%;
    opacity: 1;
}
/*
      ============================================================
           Event Css Wrap Start #Event Section Css
      ============================================================
*/
.event_slider .slick-list{
    width: auto;
    float: none;
    margin: 0 -15px;
}
.event_slider .slick-slide{
    padding: 0 15px;
}
.event-thumb-1{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 0 30px;
    background: #fff;
}
.event_slider .slick-center .event-thumb-1,
.event-thumb-1:hover{
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); 
}
/*
.event-thumb-1 figure img{
    -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 80%);
    clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 80%);
}
.event-thumb-1:hover figure img{
    opacity: 0.5;
    -webkit-clip-path: polygon(0 0%, 0% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0%, 0% 0%, 100% 100%, 0 100%);
}
*/
.event-thumb-1 figcaption{
    top: 60%;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.event-thumb-1:hover figcaption{
    top: 50%;
    opacity: 1;
}
.event-thumb-1 figure{
    background-color: #000;
}
.event-thumb-1:hover figure img{
    opacity: 0.5;

}
.event-thumb-1 figure .btn.white-bg{
    background-color: #fff;
    color: #333;

}
.event-thumb-1 .text{
    padding: 26px 40px 23px;
}

.event-thumb-1 .title{
    margin: 0 0 18px;
    font-size: 22px;
}
.event-thumb-1 p{
    margin: 0;
}

.event-meta-wrap{
    float: left;
    width: 100%;
    padding: 0px 30px 30px 30px
}
.event-meta-wrap .btn{
    width: 50%;
    float: left;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
/*
      ============================================================
           Joining Css Wrap Start #Joining Section Css
      ============================================================
*/
.joined-bg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('extra-images/joined-bg.jpg');
    padding: 84px 0 70px;
}
.joined-bg::before{
    opacity: 0.8;
    background-color:#000; 
}
.joined-bg .text{
    float: none;
    max-width: 700px; 
    display: block;
    margin: 0 auto 30px;    
    text-align: center;
}
.joined-bg .text .counter{
    font-size: 50px;
    line-height: 70px;
    margin: 0px 0 19px;
}
.info-joing{
    float: left;
    width: 100%;
    margin: 0 0 29px;
    font-size: 20px;
}
.joined-bg .text  p{
    margin: 0 0 33px;
}
.joined-bg .btn.transparent-bg,
.joined-bg .text *{
    color: #fff;
    border-color: #fff;
}
.joined-bg .btn{
    border: none;
}
/*
      ============================================================
           Priceing Table Css Wrap Start #Priceing Table Section Css
      ============================================================
*/
.pricing-table{
    float: left;
    width: 100%;
    background: #f8f8f8;
    margin: 0 0 30px;
    text-align: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.pricing-table:before{
    content: "";
    height: 400px;
    width: 400px;
    position: absolute;
    left: -200px;
    bottom: -100px;
    opacity: 0.1;
    border-radius: 50px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.pricing-table.center:before{
    left: -20px;
    right: 0px;
    margin: auto;
}
.pricing-table.right:before{
    left: auto;
    right: -200px;
}
.pricing-table:hover{
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}
.pricing-table .flex-text{
    position: relative;
    margin: 0 0 53px;
    background-color: #e3e3e3;
}
.pricing-table *{
    position: relative;
}
.pricing-table .title{
    margin-bottom: 8px;
}
.pricing-table .flex-text::before{
    background: #000;
    opacity: .15;
}
.pricing-table .overflow-text{
    padding: 0 20px 0px;
    text-align: center;
    margin-bottom: 31px;
}
.pricing-table .overflow-text h5{
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.pricing-table .overflow-text h6{
    font-size: 16px;
    text-transform: capitalize;
}
.pricing-table .overflow-text *{
    float: left;
    width: 100%;
}
.pricing-table .price-tag{
    display: inline-block;
    font-size: 30px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    line-height: normal;
    text-align: center;
    /* font-family: 'Lora', serif; */
    background-color: #e3e3e3;
    border-radius: 100%;
    margin-bottom: 33px;
    position: relative;
}
.pricing-table:hover .price-tag{
    color: #fff;
}
.pricing-table .price-tag p{
    line-height: 100px;
}
.pricing-table .flex-text *{
    color: #333;
    font-weight: bold;
}
.price-services-list{
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 33px;
}
.price-services-list li{
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 17px;
    font-weight: 300;
    text-transform: capitalize;
}
.price-services-list li:last-child{
    margin: 0;
}
.pricing-table .btn{
    margin: 0 0 0px;
}
/*
      ============================================================
           Newaletter Css Wrap Start #Newaletter Section Css
      ============================================================
*/
.newsletter{
    padding:62px 0 70px; 
    background-image: url(/Users/gauravnegi/Documents/roma/hashmi/exammaster/images/bg.jpg);
    background-position: center;
    background-attachment: fixed;
}
.newsletter:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
}
.newsletter .container{
    max-width: 750px;
}
.newsletter .section_heading{
    margin: 0 0 26px;
}
.newsletter .text{
    text-align: center;
}
.newsletter .section_heading h3{
    color: #fff;

}
.newsletter .text p{
    margin: 0 0 33px;
    color: #fff;
}
.newsletter .input-field{
    margin-bottom: 0;
}
.newsletter .form-control{
    /*border: none;*/
    font-size: 16px;
    /* min-height: 77px; */
    margin: 0 0 40px;
    font-weight: normal;
    text-align: center;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.3);
    /* font-family: 'Lora', serif; */
    border: solid 1px #fff;
    color: #fff;
}
.newsletter .form-control::-webkit-input-placeholder{
    color: #fff;
}
.newsletter .form-control::-moz-placeholder{
    color: #fff;
}
/*
      ============================================================
           footer Css Wrap Start #footer Section Css
      ============================================================
*/
.footer-1{
  float: left;
  width: 100%;
  padding: 65px 0 40px;
  background-color:#00111d; 
}
.footer-1 .widget{
    margin: 0 0 30px;
}
.widget-title{
  float: left;
  width: 100%;
  margin: 0 0 25px;
  font-size: 18px;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-info{
  float: left;
  width: 100%;
  margin: 0 0 10px;
  line-height: normal;
}
.contact-info:last-child{
    margin: 0;
}
.widget_aboutus p{
    margin-bottom: 23px;
}
.contact-info > *{
  width: auto;
  font-size: 16px;
  font-weight: 500;
}
.contact-info span{
    margin: 0;
    min-width: 65px;
    display: inline-block;
}
.contact-info.social-info{
    margin-top:5px; 
}
.contact-info.social-info span{
    float: left;
    min-height: 27px;
    line-height: 27px;
}
.contact-form-widget .form-control{
  min-height: 40px;
  padding-left:20px; 
  border-radius: 3px;
  padding-right:20px; 
  background: transparent;
  border: 1px solid #394050;
}
.contact-form-widget textarea{
  max-height: 100px;
  max-width: 100%;
}
.contact-form-widget .btn{
  float: left;
  width: 100%;
  border-radius: 0;
  background: #394050;
}
.widget-newsletter .form-control{
  min-height: 40px;
  padding-left:20px; 
  border-radius: 3px;
  padding-right:20px; 
  background: transparent;
  border: 1px solid #394050;
}
.widget-newsletter .text p{
  float: left;
  width: 100%;
  margin: 0 0 23px;
}
.indication{
  float: left;
  width: 100%;
  position: relative;
}
.footer-1 .contact-info > *,
.footer-1 .widget_rss ul li,
.footer-1 .widget_meta ul li,
.footer-1 .widget_pages ul li,
.footer-1 .widget_archive ul li,
.footer-1 .widget_nav_menu ul li,
.footer-1 .widget_categories ul li,
.footer-1 .widget_recent_comments ul li,
.footer-1 .widget_recent_entries ul li,
.footer-1 .widget_rss ul li a,
.footer-1 .widget_meta ul li a,
.footer-1 .widget_pages ul li a,
.footer-1 .widget_archive ul li a,
.footer-1 .widget_nav_menu ul li a,
.footer-1 .widget_categories ul li a,
.footer-1 .widget_recent_comments ul li a,
.footer-1 .widget_recent_entries ul li a,
.footer-1 .latest-post-thumb .title a, 
.footer-1 .widget p
{
  color: #a9b9c4;
}
.footer-1 .widget-title{
    color: #fff;
}
.copy-right{
  float: left;
  width: 100%;
  text-align: center;
  background: #101f28;
  padding: 17px 0px 14px 0px;
}
.copy-right p{
  float: left;
  margin: 0;
}
.second-nav{
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
  display: inline-block;
}
.second-nav li{
  float: left;
  width: auto;
  padding: 0  18px;
  line-height: 14px;
  border-left: 1px solid #fff;
}
.second-nav li:first-child{
  padding-left: 0;
  border-left: none;
}
.second-nav li:last-child{
  padding-right: 0;
}
.second-nav li a{
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.copy-right .second-nav{
    width: 100%;
}
.copy-right .second-nav li{
    float: none;
    display: inline-block;
}
/*
      ============================================================
           Blog Page Css Wrap Start #Blog Page Css
      ============================================================
*/
.blog{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}
.blog:hover{
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
}
.blog figure::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    position: absolute;
}
.blog:hover figure::before{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0.8;
}
.blog .blog-meta{
    width: 100%;
    float: left;
    padding: 13px 20px;
    text-align: center;
}
.blog .blog-meta li{
    font-size: 13px;
}
.blog .text{
    padding: 23px 30px 27px;
}
.blog .title{
    font-size: 18px;
    margin: 0 0 19px;
}
.blog p{
    margin: 0 0 21px;
}
.blog .btn{
    float: right;
}

/*
      ============================================================
           Blog List Css Wrap Start #Blog List Css
      ============================================================
*/
.blog-list figure{
    width: 270px;
}
.blog-list .title{
    margin: 0 0 8px;
}
.blog-list .blog-meta{
    text-align: left;
    padding: 0;
    margin: 0 0 11px;
}
.blog-list .text{
    float: none;
    width: auto;
    overflow: hidden;
}
.blog-list .text p{
    margin: 0 0 16px;
}
/*
      ============================================================
           404 Page Start  #404 Page
      ============================================================
*/
.error-page{
    width: 100vw;
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.error-page .text{
    padding-bottom:23px; 
}
.error-page .error-text{
    font-weight: 800;
    position: relative;
    margin: 0 0 26px;
    overflow: hidden;
}
.error-page .error-text span {
    display: block;
    font-size: 200px;
    line-height: 200px;
    position: relative;
    transform: rotate(20deg);
    transform-origin: 45% center;
}
.error-page .error-text::after {
    left: 0;
    right: 0;
    z-index: 1;
    height: 10px;
    content: "";
    width: 400px;
    display: block;
    margin: -8px auto 0;
    border-radius: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.error-page h6{
    font-size: 26px;
    margin: 0 0 47px;
    line-height: 26px;
    font-weight: bold;
    text-transform: capitalize;
}
/*
      ============================================================
           Contact Page Start  #Contact Page
      ============================================================
*/
.contact-form .widget-title{
    margin-top: -6px;
    font-size: 20px;
}
.contact-form .form-control{
    border-radius: 0;
}
.contact-wrap textarea{
    max-height: 145px;
    min-height: inherit;
}
.contact-text{
    margin: 0 0 30px;
}
.contact-text:last-child{
    margin: 0 0 0px;
}
.contact-text span{
    float: left;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0 25px 0 0;
    position: relative;
}
.contact-text span.th-bg{
    color: #fff;
}
.contact-text p,
.contact-text address,
.contact-text a{
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    margin: 0 0 0px;
    font-style: normal;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
.contact-text p:last-child,
.contact-text address:last-child,
.contact-text a:last-child{
    margin: 0;
}
/*Map Area*/
.map-wrap{
    float: left;
    width: 100%;
}
.map-wrap #map-canvas{
    min-height: 550px;
    float: left;
    width: 100%;
}
/*
      ============================================================
           About Us Page Start  #About Us Page
      ============================================================
*/
.progress-section{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('extra-images/progress-section.jpg'); 
}
.progress-section::before{
    opacity: 0.8;
    background-color:#000; 
}
.progress-section .skill-progress .title{
    color: #fff;
}
.progress-section .progress-outer-wrapper{
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}
.progress-section .flex-text{
    align-items: start;
}
.progress-caption{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}
.progress-caption .title{
    color: #fff;
    margin: -10px 0 24px;
}
.progress-caption p{
    color: #fff;
    margin: 0 0 33px;
}
/*
      ============================================================
           Team Page Css Wrap Start #Team Page Css
      ============================================================
*/
.edu-team{
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.edu-team:hover{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.edu-team figure::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
    animation-play-state: paused;
    animation: fadeinup 10s linear infinite;
}
.edu-team:hover figure::before{
    opacity: .80;
}
.edu-team .social-list{
    top:auto;
    left: 0;
    right: 0;
    bottom: -100%;
    position: absolute;
    text-align: center;
    padding: 25px 0 18px;
    background: rgba(255, 255, 255, 0.5);
}
.edu-team:hover .social-list{
    top: auto;
    bottom: 0;
}
.edu-team .social-list li{
    float: none;
    display: inline-block;
}
.edu-team .text{
    text-align: center;
    padding: 13px 0 19px;
}
.edu-team .text .title{
    font-size: 18px;
    margin: 0 0 4px;
    position: relative;
}
.edu-team .designation{
    font-size: 12px;
    line-height: 12px;
    margin: 0 !important;
    text-transform:capitalize; 
}

/*
      ============================================================
           Blog Detail Css Wrap Start #Blog Detail Css
      ============================================================
*/
.blog-detail{
    float: left;
    width: 100%;
}
.blog-detail .title:first-child{
    font-size: 24px;
    margin: -3px 0 23px;
    line-height: 1;
}
.blog-detail figure .social-box{
    top: 20px;
    right: 20px;
    position: absolute;
}
.social-box{
    width: 44px;
    float: right;
    height: 44px;
    color: #fff;
    background: #000;
    line-height: 44px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.social-box .social-list{
    right: 0;
    top: 100%;
    left: auto;
    min-width: 300px;
    padding: 10px 0 0;
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
}
.social-box .social-list::before{
    width: 0;
    top: 3px;
    height: 0;
    right: 15px;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
    transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-delay: -webkit-transform;
    -moz-transition-delay: -moz-transform;
    -o-transition-delay: -o-transform;
    transition-delay: transform;
    visibility: hidden;
}
.social-box .social-list,
.social-box .social-list li{
    opacity: 0;
    float: right;
    margin: 0 0 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-delay: -webkit-transform;
    -moz-transition-delay: -moz-transform;
    -o-transition-delay: -o-transform;
    transition-delay: transform;
    visibility: hidden;
}
.social-box .social-list li:first-child a{
    border-radius: 0px 5px 5px 0px;
}
.social-box .social-list li:last-child a{
    border-radius: 5px 0px 0px 5px;
}
.social-box .social-list li a{
    width: 51px;
    height: 51px;
    background: #fff;
    line-height: 51px;
}
.social-box:hover .social-list,
.social-box:hover .social-list::before,
.social-box:hover .social-list li{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.social-box .social-list li:nth-child(2){
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.social-box .social-list li:nth-child(3){
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.social-box .social-list li:nth-child(4){
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.blog-detail .blog-meta{
    padding:18px 0 0;
    margin: 0 0 16px;
}
.blog-detail .text p{
    margin-bottom: 23px;
}
.blog-detail .text p + p{
    margin-top: -7px;
}
blockquote{
    margin: 0 0 30px;
    padding:34px 40px 35px;
}
blockquote + p{
    margin-top:-7px; 
}
blockquote p{
    font-size: 18px;
    font-style: italic;
    margin: 0 !important;
}
.border-divider{
    float: left;
    width: 100%;
    height: 1px;
    margin: 10px 0 32px;
    background: #e9e9e9;
}
.border-divider.mg{
    margin:16px 0 35px;
}
/**/
.comment-form,
.comment-head,
.comment-wrap{
    float: left;
    width: 100%;
}
.blog-detail .comment-form .simple-heading,
.blog-detail .comment-wrap .simple-heading,
.courses-detail .comment-form .simple-heading,
.courses-detail .comment-wrap .simple-heading{
    margin:3px 0 24px; 
}
.comment-wrap .children{
    padding-left:100px; 
}
.comment-thumb{
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.comment-thumb figure{
    width: 80px;
    border-radius: 5px;
}
.comment-thumb .text{
    width: auto;
    float: none;
    overflow: hidden;
    padding-left:20px; 
}
.comment-thumb .text p{
    float: left;
    width: 100%;
    margin: 0 0 11px;
}
.comment-thumb .text .comment-reply-link{
    float: right;
    font-size: 14px;
    line-height: 14px;
}
.comment-reply-link:hover{
    background: transparent !important;
}
.comment-head{
    margin:0 0 6px;
}
.comment-head .title{
    float: left;
    width: auto;
    font-size: 16px;
}
.comment-head .blog-meta{
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}
.comment-form textarea{
    min-height: 200px;
}
.comment-form .btn{
    float: right;
}
/*
      ============================================================
           Courses Detail Css Wrap Start #Courses Detail Css
      ============================================================
*/
.courses-detail{
    float: left;
    width: 100%;
    position: relative;
}
.courses-detail figure.mb-30{
    margin-bottom: 24px;
}
.courses-detail .social-box{
    top: 20px;
    right: 20px;
    position: absolute;
}
.courses-detail .text p{
    margin:0 0 17px;
}
p.mb-30{
    margin-bottom:23px !important; 
}
.courses-detail .title{
    margin: 0 0 17px;
}
.courses-detail .blog-meta{
    margin-bottom: 17px;
}
.features-list-outer{
    float: left;
    width: 100%;
}
.features-list{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 30px;
    background: #334d5c;
    padding: 28px 30px 12px;
}
.features-list li{
    width: 50%;
    float: left;
    color: #fff;
    font-size: 14px;
    margin: 0 0 16px;
    line-height: 14px;
    position: relative;
}
.features-list li::before{
    content: "\f105";
    margin: 0 10px 0 0;
    display: inline-block;
    font-family: 'fontawesome';
}
.courses-rating .progress-outer-wrapper{
    background-color:#e9e9e9;
}
.skill-progress .rating_down{
    margin: 0 0 10px;
}
.courses-detail .edu-team{
    margin-bottom: 30px;
}
/*
      ============================================================
           Sub Banner Css Wrap Start #Sub Banner Css
      ============================================================
*/
.sub-banner{
    float: left;
    width: 100%;
    padding: 89px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('extra-images/slide-1.jpg');
}
.sub-banner::before{
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    content: "";
    opacity: 0.5;
    background: #000;
    position: absolute;
}
.sub-banner .title{
    color: #fff;
    font-size: 36px;
    margin: 0 0 13px;
}
.sub-banner .breadcrumb{
    padding: 0;
    width: auto;
    margin: 0 0 4px;
    display: inline-block;
    background: transparent;
}
.sub-banner .breadcrumb > li a,
.sub-banner .breadcrumb > li{
    width: auto;
    color: #fff;
    font-weight: bold;
    /* font-family: 'Lora', serif; */
    text-transform: uppercase;
}
.sub-banner .breadcrumb > li + li::before {
    content: "\f105";
    color: currentcolor;
    padding: 0 5px 0 2px;
    font-family: 'fontawesome';
}
.sub-banner.flex-text{
    padding: 80px 0 79px;
}
/*
.sub-banner.flex-text{
    min-height: 450px;
    padding: 0;
}
.sub-banner.flex-text .text{
    margin-top:148px; 
}*/
/* /*
      ============================================================
           Search Popup Css Wrap Start #Search Popup Css
      ============================================================
*/
.search-popup{
    float: left;
    width: 100%;
    margin: 150px 0;
    background: #fff;
    padding:40px 30px;  
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    border-bottom: solid 5px ;
}
#search-box .container .search-popup .container{
    width: 100%;

}
.search-popup .btn{
    border-radius: 0;
}

#search-box .container{
    max-width: 700px;
    width:auto;

}
#search-box .section_heading p{
    padding: 20px 0px 0px 0px;

}
#search-box .section_heading{
    margin-bottom: 30px;

} */
/*
      ============================================================
           Search Popup Css Wrap Start #Search Popup Css
      ============================================================
*/
.search-popup{
    float: left;
    width: 100%;
    margin: 150px 0;
    background: #fff;
    padding:40px 30px;  
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    border-bottom: solid 5px ;
}
#search-box .container .search-popup .container{
    width: 100%;

}
.search-popup .btn{
    border-radius: 0;
}

#search-box .container{
    max-width: 700px;
    width:auto;

}
#search-box .section_heading p{
    padding: 20px 0px 0px 0px;

}
#search-box .section_heading{
    margin-bottom: 30px;

}

.navbar-inverse{
    background-color: rgb(36, 150, 202) !important;
    border-color: rgb(36, 150, 202) !important;
}
.navbar{
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.navbar-toggle {
    margin-top: 37px !important;
    border: 2px solid transparent !important;
}
.navbar-inverse .navbar-toggle {
    border-color: white !important;
}
.navbar-nav {
    margin: 19.5px -15px !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: white !important;
    text-transform: uppercase !important;
}
.navbar-inverse .navbar-nav>.active>a{
    color: #fff;
    background-color: transparent !important;
}
  @import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300);
* {
  margin: 0;
  padding: 0; }

a {
  color: #666;
  text-decoration: none; }
  a:hover {
    color: #4FDA8C; }

input {
  font: 16px/26px "Raleway", sans-serif; }

body {
  color: #666;
  background-color: #f1f2f2;
  font: 16px/26px "Raleway", sans-serif; }

.form-wrap {
  background-color: #fff;
  /*width: 320px;*/
  margin: 3em auto;
  box-shadow: 0px 1px 8px #BEBEBE;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE; }
  .form-wrap .tabs {
    overflow: hidden;    padding: 0px 23px; }
    .form-wrap .tabs h3 {
      float: left;
      width: 50%; }
      .form-wrap .tabs h3 a {
        padding: 0.5em 0;
        text-align: center;
        font-weight: 400;
        /*background-color: #e6e7e8;*/
        display: block;
        color: #666; text-transform: uppercase; font-size: 20px; text-decoration: none !important; }
        .form-wrap .tabs h3 a.active {
          background-color: rgb(36, 150, 202) !important; color: white !important; }
  .form-wrap .tabs-content {
    padding: 1.5em; }
    .form-wrap .tabs-content div[id$="tab-content"] {
      display: none; }
    .form-wrap .tabs-content .active {
      display: block !important; }
  .form-wrap form .input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: .8em 0 10px .8em;
    border: 1px solid #CFCFCF;
    outline: 0;
    display: inline-block;
    margin: 0 0 .8em 0;
    padding-right: 2em;
    width: 100%; }
  .form-wrap form .button {
    width: 100%;
    padding: .8em 0 10px .8em;
    background-color: #28A55F;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase; }
    .form-wrap form .button:hover {
      background-color: #4FDA8C; }
  .form-wrap form .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: .5em 0 1.5em; }
    .form-wrap form .checkbox:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  .form-wrap form label[for] {
    position: relative;
    padding-left: 20px;
    cursor: pointer; }
    .form-wrap form label[for]:before {
      content: '';
      position: absolute;
      border: 1px solid #CFCFCF;
      width: 17px;
      height: 17px;
      top: 0px;
      left: -14px; }
    .form-wrap form label[for]:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 9px;
      height: 5px;
      background-color: transparent;
      top: 4px;
      left: -10px;
      border: 3px solid #28A55F;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .form-wrap .help-text {
    margin-top: .6em; }
    .form-wrap .help-text p {
      text-align: center;
      font-size: 14px; }

      .modal-header {
    padding: 15px;
     /*border-bottom: none !important; */

     
}
.btnloginreg{
        background-color: #0a7fb5;
    border-radius: 30px;
    box-shadow: 0 15px 40px 0 rgb(86, 168, 206);
}
