/*=================================
||			Index
==================================*/
/*
|	1. font import [60]
|	2. Global [66]

                2.1 Button [89]
                2.2 Navbar [153]
                2.3 Header [250]
                2.4 Form [310]
                2.5 Pagination [350]
                2.6 Typography [384]
                2.7 Common properties [420]
                2.8 Footer [508]
                2.9 Section Spacing [646]

|	3. Home page [656]

                3.1 Header [660]
                3.2 Intro [711]
                3.3 Feature [748]
                3.4 Portfolio [786]
                3.5 Twitter feed [848]
                3.6 Pricing [922]
                3.8 Testimonial [991]

|	4. About Page [1045]

                4.1 Our Story [1049]
                4.2 Our Designation [1059]
                4.3 Skill [1107]
                4.4 Sponsor [1138]

|	5. Service Page [1152]

|	6. Portfolio Page [786]

|	7. Gallery Page [1187]

|	8. 404 Page [1277]

|	9. Coming Soon Page [1342]

|	10. Blog

                10.1 Multiple Blog [1423]
                10.2 Single Blog [1471]
                10.3 Sidebar [1633]

|	11. Contact [1798]

                11.1 Google map [1806]
                11.2 Quick Contact [1817]
                11.3 Contact Form [1857]

*/

/*================================= 1. font import  ===========================================*/

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



/*==================================  2. Global  ========================================*/

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;;
    font-weight: 400;
    line-height: 1.45;
    color:#6a6969;/*#969595;*/
}

*:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

html {
    font-size: 0.813em;
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
/* =-=--=-=-=-=-=-==-=-=-=-  2.1 Button   =-=-=-=-==-=-==-====-==-=- */

.btn {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-turkish {
    background-color: #43d7d9;
    color: #444;
    border:0px none;
    box-shadow: 0px 1px 5px #018195 inset;
}
.btn-slategray {
    background-color: #313131;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #000;
}
.btn-blank{
    background-color: transparent;
    color: #000;
    border:0px none;
}

.btn-turkish:hover {
    color: #fff;    /*background-color: #555;    border:0px none;  */    
    background-color: #0197af;
    border:0px none;
    box-shadow: 2px 2px 15px #43d7d9 inset;

}
.btn-blank:hover {
    background-color:transparent;
    color: #000;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
}

.btn-slategray:hover {
    background-color: #000000;
    color: #C0DBB4;
}

.btn-white:hover {
    background-color: #dadada;
    border: 1px solid #cdcdcd;
    color: #000;
}

.blog-btn {
    width: 100%;
    border: 1px solid #dadada;
    color: #000000;
}

.blog-btn span {
    margin: 0px 15px;
}

.blog-btn:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.pricing-btn {
    background-color: #dadada;
    border: 1px solid #dadada;
    color: #fff;
    margin-top: 25px;
}


/* =-=--=-=-=-=-=-==-=-=-=-  2.2 Navbar   =-=-=-=-==-=-==-====-==-=- */

.nav > li > a, .nav > li > a:focus, .nav > li > a:hover {background-color:#fff;}

.nav .open{    background-color: #000;opacity:0.7;    /*background: rgba(20,0,0,0.2);*/ }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: transparent;color:white!important}
#mainNavigation { margin-bottom: 0px; position: fixed; width: 100%; z-index: 1000; opacity: 0.7; background-color: rgb(255,255,255); height: auto;top:0px;  /*80px;*/;border-bottom:#999 1px solid;}

#mainNavigation .navbar-nav{ background-color: rgb(255,255,255); position: relative;}
/*.navbar-brand img{width:80px;height:80px;}*/
.topMenu{width:100%;position: absolute;top: 0px;z-index: 1001;background: transparent;opacity: 0.4em;}
.header-phone-email{float:right;text-align: right;}
.header-phone-email a{color:#133e3f}
.institureName{display: none;color:#333;letter-spacing: 1px;color:#133e3f; }
.navbar-collapse{position:relative;}
.navbar-collapse .pos-bottom-right{}
.shrink{height:auto!important;}
.toTop{top:15%;}
#mainNavigation .navbar-nav li a {
    /*color: #3c3c48;*/
    color: #133e3f;
    padding:0.5em 1.5em;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid transparent;
    width: 0%;
    transition: 0.5s ease;
    white-space: nowrap;
    /*height: 55px;*/
}

@media (min-width:768px){
    .shrink{height:80px!important;}
    .institureName{float:right;text-align: center;font-weight: bold;font-size: 2em;padding-top: 0.6em;padding-bottom: 0.6em;display: block;}
    #mainNavigation {background-color: rgb(255,255,255);height:auto;}
    #mainNavigation .navbar-nav{   background-color: transparent; position: absolute;bottom: 0px;right: 0px; }
    #mainNavigation .navbar-nav li a {padding:0.4em 0.75em;}
}
@media (min-width:992px){
    #mainNavigation .navbar-nav li a {padding:0.55em 1.8em;}
}
#mainNavigation .navbar-nav li a:hover {border-bottom: 3px solid #133e3f; width: 100%;background-color: transparent;background: #43d7d9;    /*background: linear-gradient(top, #43d7d9 0%, #0197af 40%);background: -moz-linear-gradient(top, #43d7d9 0%, #0197af 40%);background: -webkit-linear-gradient(top, #43d7d9 0%, #0197af 40%);*/ }
#mainNavigation .navbar-nav li ul.dropdown-menu {padding: 0px;border: #17494a 1px solid;    /*background: #fff;opacity: 0.9;*/ }
#mainNavigation .navbar-nav li ul.dropdown-menu li a {padding:0.55em 1.8em;display: block;color:#fff;}

@media (min-width:768px){
    #mainNavigation .navbar-nav li ul.dropdown-menu li a {color:#3c3c48;color: #133e3f;}
}

#mainNavigation .navbar-nav li ul.dropdown-submenu {
    right: 100%;
    position: absolute;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.35);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    top: 10px;
    min-width: 200px;
    padding: 0px;
    margin: 2px 0 0;
    text-align: left;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu li {
    position: relative;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu li a {
    padding: 10px 25px;
    display: block;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu li a:hover {
    background-color: #f5f5f5;
    color: #262626;
}

.navbar-toggle {
    border-color: #CECECE;
}

.navbar-toggle {
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #B9B9B9;
}

.nav-tabs {border-bottom: 1px solid #2e9596; }/*43d7d9 turkish / #0197af; light blue / */
.nav-tabs li{margin-bottom: 0px;text-align: center;}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border: 1px solid;
    color: #555;
    font-weight: bold;
    border-color: #2e9596 #2e9596 transparent;/*#38b2b4 */
    background-color:#43d7d9;
}

.nav-tabs .active{
    margin-top : 1px;
}
.nav-tabs .active > a {
    margin-bottom: -1px;
}
.border-none{border-bottom: 0px none;}
.border-turkish{
    border-bottom: #2e9596 1px solid; /*#2e9596*/
    margin-bottom: 0.5em;
}

.titleLine
{
    background-color:#0197af;
    width:100%;
    height:1px;

}
.nav-tabs>li>a {
    border-radius: 0px;
    margin: 0px;
    padding: 8px 24px;
    font-size: 1.1em;
    background: #e6f4f4;
    border-color: #2e9596 #2e9596 transparent;
    border-bottom: 0px !important;
}
.nav-tabs>li:nth-child(2) a {margin-left:0.2em;margin-right: 0.2em;}
.nav-tabs>li:last-child a {margin-right: 0em;}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {text-decoration: none; background-color: #6a6969;color:#43d7d9; }
.tab-content {border: 0px solid #dadada;border-top-color: transparent; margin-right: 3px; }
.tab-content .content{margin:0.8em 0.4em 0.4em 0.4em;}
.tab-content ul{padding: 0.1em;}
.tab-content ul li{border-bottom: #fff 1px solid;}
.tab-content ul li .content{overflow: auto;color:#6a6969;margin: 0.5em auto 0.5em auto;}
.tab-content ul li .content .col-xs-3{padding-left: 0.1em;padding-right: 0.1em;}
.tab-content ul li h4{margin-bottom: 0.5em;margin-top: 0em;}
#events, #videos,#noticeBoard{font-size:0.95em;}
@media (min-width: 768px) {
    .navbar-nav>li.dropdown:hover .dropdown-menu {
        display:block;
    }

    .navbar-nav>li.dropdown:hover .dropdown-submenu {
        display: none;
    }

    .navbar-nav>li>.dropdown-menu>.dropdown:hover .dropdown-submenu {
        display: block;
    }
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.3 Header   =-=-=-=-==-=-==-====-==-=- */

/*medium blue #358cc1 CHROME#765f51 TURKISH 0197af  #969595; light purple#8a9dc7 dark grey3c3c48 dark blue 343d5c brown #c28e43; */

.text-logo{font-family: Times New roman;
           font-weight: bold;
           font-size: 1.5em;
           color:#555;
           text-align: center;
           display: inline
}
.navbar-brand
{
    height: auto;
}
#about-page .page-head {
    background: url(../../../../images/thumbBanner/aboutusBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#admission-page .page-head {
    background: url(../../../../images/thumbBanner/admissionBanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#courses-page .page-head {
    background: url(../../../../images/thumbBanner/coursesBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#service-page .page-head {
    background: url(../../../../images/other/services-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#portfolio-page .page-head {
    background: url(../../../../images/other/portfolio-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#gallery-page .page-head {
    background: url(../../../../images/thumbBanner/galleryBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#multiple-blog-page .page-head,
#multiple-blog-left-sidebar .page-head {
    background: url(../../../../images/thumbBanner/topperBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#single-blog-page .page-head,
#single-blog-left-sidebar .page-head,
#single-blog-full-width .page-head {
    background: url(../../../../images/other/single_blog-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#contact-page .page-head {
    background: url(../../../../images/thumbBanner/contactBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#donate-page .page-head {
    background: url(../../../../images/thumbBanner/donateBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-head .header-wrapper {
    background-color: rgba(0,0,0,0.3);
    position: relative;
    padding: 195px 0px 40px;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding: 14px 28px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
}

::-webkit-input-placeholder {
    color: #6a6969;/*#969595;*/
}

:-moz-placeholder { /* Firefox 18- */
    color: #6a6969;/*#969595;*/
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #6a6969;/*#969595;*/
}

:-ms-input-placeholder {
    color: #6a6969;/*#969595;*/
}

/*====================================== 2.5 pagination  ====================================*/

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    margin-left: 5px;
    border-radius: 0px;
    color: #dadada;
    border: 2px solid #dadada;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.6 Typography   =-=-=-=-==-=-==-====-==-=- */

h1, h2, h3, h4 {
    margin: 0.5em 0 0.5em; /*margin: 1.414em 0 0.5em;*/
    font-weight: inherit;
    line-height: 1.2;
    color:#555;
}

h1 {
    margin-top: 0;
    font-size: 3em;
}

h2 {
    font-size: 2.1em;
    font-weight: 300;
}

h3 {
    font-size: 1.65em;
}

h4 {
    font-size: 1.3em;
}

p {
    color: #6a6969;/*#969595;*/
    line-height: 1.62em;
    margin-bottom: 1.3em;
}

small, .font_small {
    font-size: 0.75em;
}
.font_extra_large{font-size: 5em;}
.font_extra_large{font-size: 5em;}

/* =-=-=-=--=-=-==-=-=-=-=-  2.7 Other common properties    =-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/

a {color: #0197af}  /*358cc1 CHROME#765f51 TURKISH 0197af  #969595; light purple#8a9dc7 dark grey3c3c48 dark blue 343d5c*/

a:hover {color: #c28e43;
         text-decoration: none;
}
.bg-light-gray {
    background-color: #f7f7f7;
    /*border-top: 1px solid #c3bdb7;
    border-bottom: 1px solid #c3bdb7;*/
    /*background:url(http://localhost:8181/freelancer/nakadarSir/drnik/website/drNik/images/9.jpg) no-repeat;
    background-position: left top;
    background-size: 100% 100%;*/

}
.bg-sand{background-color: #dfd9d0}/*sand ebe8e1*/
.bg-turkish{background-color: #43d7d9;}
.bg-white {background-color: #ffffff;}
.bg-smoke{background-color: #7a7770; /*#9f9f9f;*/}
.bg-light-cream{background-color: #eff0eb;}
.bg-silver-pallete{background-color:#c2c1bc;}
.bg-folk-stone{background-color: #706865;}
.bg-tricon-black{background-color: #2d2d2d;}
.bg-inkwell{background-color: #2f3237;}
.bg-light-turkish{background-color:#dae2de;}
.bg-blueGrey{background-color: #d4dee4; } /*b6dde1 a5b7bb 9cbbd3 d4dee4 c8e6e8 acd9dd*/

blockquote {
    border: 1px solid #f1f1f1;
    font-size: 15px;
    margin: 40px 0px;
    padding: 20px 50px;
}

blockquote p {
    margin: 0px 20px;
}

blockquote p:before {
    color: #f1f1f1;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin-left: -40px;
    position: absolute;
}

blockquote footer {
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    padding: 10px 0px;
    margin: 10px 20px 0;
}

.breadcrumb {
    background-color: transparent;
    font-size: 1.6em;
    float: right;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #C7C4C0;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #C7C4C0;
    font-family: 'FontAwesome';
    content: "\f101";
}

li {
    list-style: none;
}

.section-title {
    font-size:2.3em;
    /*    margin-bottom: 5px;*/
    color:#343d5c;
    /*text-transform: uppercase;*/
}

.section-sub-title {
    color: #666; /*#969595;*/
    margin-bottom: 10px;
    text-transform: capitalize;
    word-spacing: 1px;
    font-size: 1.3em;
}

/* =-=--=-=-=-=-=-==-=-=-=- 2.8  Footer   =-=-=-=-==-=-==-====-==-=- */

footer {
    background-color: #313131;
    color: #fff;

    padding: 50px 0px;
}

footer h4,footer h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    color:#0197af;
    /* border-bottom: #0197af 1px solid*/
}

footer .footer-links {
    padding: 0px;
}

footer .input-group {
    margin-right: 40px;
}

footer .input-group .form-control {
    font-size: 12px;
    padding: 5px 10px;
}

footer .input-group span.input-group-addon {
    border-radius: 0px;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border: 0px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #cdd7e2;/*#969595;*/
}

.footer-links li a.special-link {
    color: #dd0000;/*#969595;*/
}

.footer-links li a.special-link::before{color: #dd0000;}

.footer-links li:hover a {
    color: #0197af;
}

.footer-links li a:before {
    color: #0197af;
    font-family: 'FontAwesome';
    content: "\f101";
    margin-right: 10px;
}

.footer-news {
    margin-bottom: 35px;
}

.footer-news p {
    margin-bottom: 5px;
    margin-top: -4px;
    line-height: 1.45em;
}

.footer-news p a {
    color: #ffffff;
}

.footer-news p.news-date {
    color: #969595;
    font-size: 10px;
    margin-top: -2px;
}

.footer-address p {
    color: #fff;
    /*font-size: 12px;*/
}

.footer-address a{
    color:#cdd7e2; /*#969595;*/
}
.footer-address a:hover{
    color:#0197af; /* c28e43 A68D2B  #fff;*/
}
.footer-share-button {
    padding: 0px;
}

.footer-share-button li {
    display: inline-block;
}

.footer-share-button li a i {
    background-color: #cdd7e2;
    color:#313131;
    border-radius:50%;
    font-size: 24px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    min-width: 50px;
    min-height: 50px;
    margin: 0.3em;
    padding:0.3em;
}

.footer-share-button li a i:hover {
    /*background-color: #ffffff;*/
    background-color: #0197af; /*#43d7d9;*/
    color: #000000;
}

.footer-nav {
    background-color: #2d2d2d;
    border-radius: 0px;
    margin-bottom: 0px;
}

.footer-nav li a {
    color: #6b6b6b;
    font-size: 12px;
}

.footer-nav li a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-nav .navbar-brand a {
    font-size: 12px;
    color: #6b6b6b;
}

@media (max-width: 991px) {
    footer h4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .header-phone-email{
        font-size: 0.9em;
    }
    .navbar-brand{
        width:30%;
    }
    .footer-widget {
        width: 100%;
    }
}


/* =-=--=-=-=-=-=-==-=-=-=-  2.9 Section-spacing   =-=-=-=-==-=-==-====-==-=- */

section {
    padding: 1.7129em 0;
}

.headline {
    margin-bottom: .5em;
}

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

/*------------------------------  header -----------------------------------*/

#header {
    /*background: url(../../../../images/other/slider1.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    height: calc(100vh - 72px);*/
    display: table;

    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.header-wrapper .header-overlay {
    min-height: 100vh;
    /*min-width: 100vw;*/
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}

.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header-wrapper .header-wrapper-inner .welcome-speech {
    margin-top: 7em;
}

.header-wrapper .header-wrapper-inner .welcome-speech h1 {
    color: #232c35;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 6px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}

.header-wrapper .header-wrapper-inner .welcome-speech p {
    color: #232c35;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 4.2em;
}

/*--------------------------- intro  ------------------------------------*/

.intro {
    /*padding: 5.6285em 0;original*/
    padding: 4em 0;
}

.intro .intro-description {
    padding-left: 40px;
}

.intro .intro-description h2 {
    font-size: 30px;
    margin-top: -10px;
    text-transform: uppercase;
}

.intro .intro-description p {
    font-size: 14px;
    padding: 2px 60px 5px 0px;
}

.intro .intro-description .points {
    padding: 0px;
}

.intro .intro-description .points li {
    margin-bottom: 10px;
}

.intro .intro-description .points li span {
    margin-right: 10px;
}

.intro .intro-description .btn {
    margin-top: 20px;
}

/*--------------------------  feature  ----------------------------------*/

.feature {
    padding: 5.6285em 0 2.9145em;
}

.feature-content {
    margin-bottom: 2.714em;
}

.feature-icon {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 45px;
    height: 90px;
    padding: 10px 0px 15px 3px;
    width: 90px;
}

.feature-content:hover .feature-icon {
    background-color: #ffffff;
    border: 1px solid #313131;
    color: #313131;
}

.feature-heading {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.feature-description {
    padding: 10px;
    margin-bottom: 0px;
}

/*---------------------------  portfolio  ----------------------------------*/
.galleryContainer .galleryImage .galleryContent{

}

.portfolio-item {
    position: relative;
    /*margin-bottom: 3.1269em;*/
    border:#bbb 1px solid;
}

.portfolio-item .item-image {
    position: relative;
}

.portfolio-item .item-image a,
.portfolio-item .item-image a img {
    display: block;
    position: relative;width:100%;
    height: auto !important;
}

.portfolio-item .item-image a {
    overflow: hidden;
}

.portfolio-item .item-image a div {
    position: absolute;
    /*background: rgba(75,75,75,0.7);*/
    background-color: rgba(0, 0, 0, 0.4);/*background-color: rgba(48, 152, 157, 0.4);*/
    width: 100%;
    height: 100%;
}
.portfolio-item .item-image a div span .fa {font-size: 1.4em}
.portfolio-item .item-image a div span {
    color: #fff;
    display: block;
    font-size: 1.1em;
    position: absolute;
    top: 50%;left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin: 0;width: 99%;
}

.portfolio-item .item-description {
    padding: 5px 10px;
    position: absolute;
    bottom:0; /*top: 0;*/
    left: 0;
    display: block;
    width: 100%;
    background: rgba(0,0,0,.6);/*background: rgba(255,255,255,.8);*/
    white-space: nowrap;
    overflow: hidden;
}

.portfolio-item .item-description span {
    display: block;
    color: #6a6969;/*#969595;*/
}

.portfolio-item .item-description span.item-name {
    margin-bottom: 2px;
    font-size: 1.1em;
    color: #0197af; text-align:center;border-top:#0197af 1px solid;border-bottom:#0197af 1px solid;
    /*color:#474747;*/
}

.portfolio-item .item-description:hover span.item-name{

}

.portfolio-item .item-description span.like {
    float: right;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .portfolio-item .item-description {
        padding: 5px;
    }
}

/*------GALLERY -------*/
.galleryContainer { position: relative;  }
.galleryContainer .galleryImage{ position: relative; }
.galleryContainer .galleryImage img { display: block; position: relative;width:100%;padding:0em!important; }

.galleryContainer .galleryDesc{
    padding: 5px 10px;
    position: absolute;display: block;
    left:0; bottom:0%;
    width: 100%;height:4.4em;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    white-space: nowrap;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;    
}
.galleryContainer .galleryDesc h4{margin-top:0.3em;margin-bottom: 0.3em;}
.galleryContainer .galleryDesc .title{text-align: center; font-size:1.4em; color:#0197af; padding:0.4em;border-bottom: #0197af 1px solid;border-top: #0197af 1px solid;}
.galleryContainer .subItems{display: none;color:#fff;}
.galleryContainer .galleryDesc .subItems a{font-size:1.3em;color:#ddd}
.galleryContainer .galleryDesc .subItems a:before{content: "• ";color: #0197af;font-size:1.4em;}
.galleryContainer .galleryDesc .subItems a:hover{color:#c28e43;}
.galleryContainer .subItems span{display: block;font-size:1em;text-align: center;white-space: normal;} /*margin: 0;width: 99%;}*/

.galleryContainer:hover .galleryDesc{height:100%;border:#0197af 1px solid; box-shadow: 0px 0px 20px -2px #0197af inset;}
.galleryContainer:hover .galleryDesc .title{/*background-color: #0197af;opacity:0.35;  color:#ffffff;*/}
.galleryContainer:hover .subItems{display: block;}

.galleryContainer:hover .galleryDesc .titleCenter{ position:absolute; background-color: transparent; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center;}
/*-------END GALLERY -------*/


/*---------------------------  twitter-feed -------------------------------*/

.twit-feed {
    background: url(../../../../images/other/twitter-feed-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}

.twit-feed-wrapper {
    /*background-color: rgba(0,0,0,0.75);*/
    padding: 60px 0px;
}

#twit {
    color: #fff;
}

#twit .item .twit-content {
    margin: 0px 75px;
}

#twit .item .twit-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}


#twit .item .twit-content h3 {
    margin-bottom: 1.414em;
    font-weight: 100;
}

#twit .item .twit-content .twit-icon i {
    font-size: 2.5em;
}

.owl-theme .owl-controls .owl-buttons div
{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    opacity: 1;
    margin: 0px;
    transition: all .4s;
    background-color: transparent;
    color: #fff;
    top: 40%;
    line-height: 40px;
}

.owl-prev {
    left: 0;
}

.owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
}

.owl-next {
    right: 0;
}

.owl-next:before {
    content: "\f054";
    font-family: "FontAwesome";
}

/*---------------------------  pricing  ----------------------------------*/

.price-box {
    background-color: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 15px 25px 15px;
    margin-bottom: 25px;
}

.price-box h3 {
    border-bottom: 1px solid #dadada;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.price-box .price-info {
    position: relative;
    padding: 0px 15px;
}

.price-box .price-info .price {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 34px 0px 20px 0px;
}

.price-box .price-info .price sup {
    color: #313131;
    font-size: 35px;
    font-weight: 400;
    top: -.62em;
}

.price-box .price-info .price span {
    display: inline;
    font-size: 60px;
    font-weight: 400;
    color: #000;
}

.price-box .price-info span {
    color: #6a6969;/*#969595;*/
    display: block;
    margin-bottom: 25px;
}

.price-box:hover {
    background-color: #313131;
}

.price-box:hover h3,
.price-box:hover .price,
.price-box:hover .price sup,
.price-box:hover .price span {
    color: #fff;
}

.price-box:hover .pricing-btn {
    background-color: #fff;
    color: #6a6969;/*#969595;*/
    border: 1px solid #313131;
}

/*---------------------------  testimonial ------------------------------*/

#client-speech .client-box {
    background-color: #fff;
    box-shadow: 1px 3px 7px #eee;
    margin-bottom: 2.714em;
    padding: 40px;
}

#client-speech .client-box .about-client {
    width: 32%;
    float: left;
}

#client-speech .client-box .about-client p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}

#client-speech .client-box .main-speech {
    padding-left: 40%;
}

#client-speech .client-box .main-speech p {
    font-size: 13px;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .intro .intro-description h2 {
        margin-top: 1.414em;
    }
}

@media (max-width: 991px) and (min-width: 700px) {
    .intro .intro-description {
        padding-left: 60px;
    }
}

@media (max-width: 600px) {
    #client-speech .client-box .main-speech {
        padding-left: 50%;
    }

    #client-speech .client-box .main-speech p {
        margin-top: -5px;
    }
}

/*=============================================================================
                                                4. About page
=============================================================================*/
ul.circleList {
    list-style: none;
    padding:0;
    margin:0;
}
ul.circleList li{
    padding-left: 1em;
    text-indent: -.7em;
    /*    list-style: outside;padding: 0.2em;margin:0.3em;*/
}
ul.circleList li:before {font-size: 1.8em;
                         content: "• ";
                         color: #0197af; /* or whatever color you prefer */

}
/*-----------------------------  4.1 story   ------------------------------------*/

.story .headline {
    margin-bottom: 0.6em;
}

.story .story-description {
    padding: 0px 20px;
    font-size: 1.1em;
}

/*------------------------------ 4.2 designation  -------------------------------------*/

.designation {
    padding: 5.6285em 0;
}
.designation .section-title {
    margin-top: 0px;
}

.team-member-box {
    border: 1px solid #bbb;
    margin-bottom: 3.1269em;

}

.team-member-description .dvImg {
    width: 75%;
    float: none;
    margin: 0 auto;
    margin-top: 0.5em;
}

.team-member-description .dvDesignation{
    overflow: hidden;
    /*min-height: 55px;*/
    bottom: 0px;
    position:absolute;
    width: 100%;left:0px;
    background-color: #000;
    color:#fff;
    opacity: 0.65;
}

.team-member-description {position: relative;padding: 0.7em 0.5em;}

.team-member-about {
    border-bottom: 1px solid #bbb;
    overflow:hidden;
    height: 3em;
}

.team-member-about h4 {
    margin-top: 0;font-size: 1.2em;
}

.team-member-social {
    padding-top: 12px;
}

.team-member-social a {
    margin: 0px 3px;
}

.team-member-social a i {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 50%;
    color: #bbb;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    line-height: 28px;
    width: 30px;
}

.team-member-social a i:hover {
    background-color: #2e9596;
    color: #fff;
}

/*----------------------------------------- 4.3 skill  ------------------------------------*/

.skill {
    padding: 2em 0;
}

.skill h2 {
    font-size: 30px;
    margin-top: 0px;
    text-transform: uppercase;
}

.skill-level p {
    margin-bottom: 3px;
}

.progress {
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    height: 25px;
    margin-bottom: 15px;
    border: 1px solid #dadada;
}

.progress-bar {
    background-color: #000;
    text-align: right;
    padding-right: 15px;
}

/*---------------------------- 4.4 sponsor  -----------------------------*/

.sponsor {
    padding: 3.1269em 0;
}

#sponsor-list img {
    opacity: 0.5;
}

#sponsor-list img:hover {
    opacity: 1.0;
}

/*================================================================
                                                5. Services page
==================================================================*/

.service-content {
    margin-bottom: 2.714em;
}

.service-icon {
    background-color: #fff;
    border: 1px solid #6a6969;/*#969595;*/
    border-radius: 50%;
    color: #6a6969;/*#969595;*/
    font-size: 45px;
    height: 90px;
    padding: 10px 0px 15px 3px;
    width: 90px;
}

.service-content:hover .service-icon {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.service-heading {
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.service-description {
    padding: 10px 27px;
}

/*===========================================================================
                                        7. Gallery page
===========================================================================---*/
.twoColumn-Content { padding-left:0px;
                     -moz-column-count: 2;-webkit-column-count: 2;column-count: 2;
                     column-gap: 10px;-webkit-column-gap: 10px;-moz-column-gap: 3em;
}

.twoColumn-Content:first-letter { float: left; color: #43d7d9; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
.firstcharacter { float: left; color: #43d7d9; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

#galleryContent { padding-left:0px;
                  -moz-column-count: 4;
                  -moz-column-gap: 0px;
                  -webkit-column-count: 4;
                  -webkit-column-gap: 0px;
                  column-count: 4;
                  column-gap: 0px;
}

#galleryContent img{
    display: inline-block;
    margin-bottom: 0px;
    padding: 2px;
    width: 100%;
    height: auto !important;
}

.gallery-item {
    position: relative;
}

.gallery-item-zoom { position: absolute; width: 100%; height: 100%; top: 0; display: none; background-color: rgba(48, 152, 157, 0.4);/*background-color: rgba(0,0,0,0.75);*/ }

.item-zoom {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}

.gallery-item-zoom .item-zoom i {
    font-size: 40px;
    color: #fff;
}

.gallery-item:hover .gallery-item-zoom {
    display: block;
}

a#loadGallery {
    margin-top: 30px;
}

@media only screen and (max-width : 1200px),only screen and (max-device-width : 1200px){
    #galleryContent {
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
    }
}

@media only screen and (max-width : 767px),only screen and (max-device-width : 767px){

    #galleryContent {
        -moz-column-count: 2;
        -moz-column-gap: 0px;
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        column-count: 2;
        column-gap: 0px;
        /*width: 600px;*/
    }
}

@media only screen and (max-width : 550px),only screen and (max-device-width : 550px){
    .team-member-description{padding: 0.2em 0.2em;}
    .team-member-description .dvImg { width: 95%; float: none; margin: 0 auto; margin-top: 0em;}
    .team-member-description .team-member-about{height: 2.5em;}
    .team-member-description .team-member-about h4{font-size:1em;}
    .team-member-description .dvDesignation h5{font-size:0.85em;}

    #galleryContent {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
}

/*==================================================================================
                                        8. 404 page
==================================================================================---*/

#error-page section {
    padding: 0px;
}

#error-page .header{
    background-color: #f9f9f9;
    height: 22%;
}

#error-page .header .logo {
    margin-top: 25px;
}

#error-page .header .page-title {
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0px;
    text-transform: capitalize;
}

#error-page .header .page-title p {
    margin-bottom: 0px;
}

#error-page .main-content{
    height: 58%;
}

#error-page .main-content h1.error-nmbr {
    color: #fff;
    font-size: 180px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 75px 0px;
    text-shadow: 10px 7px 0px #dadada;

    /*color: #4A4A4A;
font-size: 180px;
font-weight: 600;
margin-bottom: 0px;
padding: 75px 0px;
text-shadow: 7px 5px 2px rgb(218, 218, 218);*/
}

#error-page .footer{
    background-color: #f9f9f9;
    height: 20%;
}

#error-page .footer .error-page-btn {
    padding: 50px 0px;
}

#error-page .footer .error-page-btn .btn-black {
    float: right;
}

#error-page .footer .error-page-btn .btn-white {
    float: left;
}

/*===========================================================================
                                9. Coming Soon page
===========================================================================---*/

#coming-soon-page section {
    padding: 0px;
}

#coming-soon-page .header{
    background-color: #f9f9f9;
    height: 22%;
}

#coming-soon-page .header .logo {
    margin-top: 25px;
}

#coming-soon-page .header .page-title {
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0px;
}

#coming-soon-page .header .page-title p {
    color: #000000;
    margin-bottom: 0px;
}

#coming-soon-page .main-content{
    height: 48%;
}

/*-------------------------   timer  -------------------------*/

#spacer1 {
    padding: 70px 0px;
}

/*.day, .hr, .min, .sec {
    color: #ffffff;
    display: inline-block;    
    text-shadow: 5px 7px 5px #dadada;
}*/

#coming-soon-page .footer{
    background-color: #f9f9f9;
    height: 30%;
}

#coming-soon-page .footer form.notify {
    padding: 30px;
}

#coming-soon-page .footer form.notify .form-control {
    padding: 10px 20px;
}

.coming-soon-social a {
    display: inline-block;
    margin: 0px 3px;
}

.coming-soon-social a i {
    color: #e3e3e3;
}

.coming-soon-social a i:hover {
    color: #000;
}

@media (min-width: 420px) and (max-width: 767px) {
    #spacer1 {
        padding: 0px;
    }

    /* .day, .hr, .min, .sec {
        font-size: 100px;
    }*/
}

/*================================================================
                                                10.1 Blog Page (Multiple blog page)
==================================================================*/

.blog-item {
    padding: 0.5em 0;
}

.blog-heading {
    margin-bottom: 15px;
}

.blog-heading h3 {
    margin-bottom: 5px;
    font-weight: 300;

}

.blog-heading span {
    color: #6a6969;/*#969595;*/
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-heading span.date {
    margin-right: 12px;
}

.blog-item p {
    text-align: justify;
}

#multiple-blog-page blockquote {
    background-color: #555;
}

#multiple-blog-page blockquote p {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    word-spacing: 1px;
}

#multiple-blog-page blockquote footer {
    color: #ffffff;
}

/*===========================================================================
                                10.2 Single blog page
===========================================================================*/

.article-summary {
    margin: 40px 0px;
}

.article-summary p span {
    color: #000000;
    font-size: 50px;
    position: absolute;
    margin: 20px 0px 20px -50px;
}

.article-conclusion {
    margin-top: 1.3em;
}

.article-conclusion strong {
    color: #000000;
}

.article-conclusion strong em {
    font-weight: 600;
}

.article-conclusion a {
    color: red;
}

.single-blog-page-button {
    margin: 30px 0px;
}

.about-author {
    border: 1px solid #f1f1f1;
    padding: 12px;
    border-bottom-color: transparent;
}

.about-author p {
    margin: 15px 0px 10px -15px;
}

.about-author p strong {
    color: #000000;
    font-size: 1.333em;
    font-weight: 400;
}

.author-name {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 7px;
}

.author-contact {
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.author-contact p {
    margin: 7px;
}

.author-contact p span {
    margin-right: 5px;
}

.author-contact-button {
    margin-bottom: 0px;
    padding: 0px;
}

.author-contact-button li {
    display: inline-block;
}

.author-contact-button li a i {
    background-color: #f1f1f1;
    border-radius: 0px;
    color: #6a6969;/*#969595;*/
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.author-contact-button li a i:hover {
    background-color: #000000;
    color: #ffffff;
}

.comments h3 {
    margin-bottom: 20px;
}

.btn-clipboard {
    position:absolute;
    top:0;
    right:0;
    z-index:10;
    display:block;
    padding:5px 8px;
    font-size:12px;
    color:#6a6969;/*#969595;*/
    cursor:pointer;
    background-color:#fff;
    border:1px solid #f1f1f1;
}

.btn-clipboard:hover {
    color:#6a6969;/*#969595;*/
    background-color:#f1f1f1;
}

.cmnt-clipboard {
    display: block;
    position: relative;
}

.well {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
}

.comment-info {
    margin-top: 5px;
}

.comment-info strong {
    color: #000000;
    font-size: 15px;
}

.comment-info span {
    font-size: 11px;
    margin-left: 5px;
    text-transform: uppercase;
}

.comment-post h3 {
    margin-bottom: 20px;
}

.comment-post button {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .about-author {
        padding: 30px;
    }
}

/*-----------------------------  10.3 sidebar ------------------------------------*/

/*------------------------------
                twitter-feed-widget
--------------------------------*/

.twitter-widget-feed {
    margin-top: 15px;
}

.twitter-widget-feed i {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #dadada;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    width: 40px;
}

.twitter-widget-feed:hover i {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.twitter-widget-description p {
    font-size: 13px;
    margin-bottom: 1px;
}

.twitter-widget-description p span {
    color: #000000;
}

.twitter-widget-description p.time {
    font-size: 11px;
}

@media (max-width: 991px) {
    .twitter-widget-description {
        margin: 10px 0px;
    }
}

/*------------------------------
                        faq
--------------------------------*/

.topics {
    margin-top: 15px;
}

.faq-t {
    line-height: 1.5em;
    color: gray;
    float: right;
    font-weight: 700;
    padding-right: 0.62em;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-o {
    color: #000;
    margin-top: -5px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-q {
    background-color: #f9f9f9;
    border: 1px solid transparent;
    color: #6a6969;/*#969595;*/
    cursor: pointer;
    font-size: 14px;
    padding: 12px;

}

.faq-q:hover {
    background-color: #ffffff;
    border: 1px solid #dadada;
    color: #000000;
}

.faq-a {
    background-color: #ffffff;
    clear: both;
    color: #6a6969;/*#969595;*/
    display: none;
    padding: 12px;
}

/*----------------------------------
                popular tags
-----------------------------------*/

aside .tag-widget .tags a {
    border: 1px solid #dadada;
    border-radius: 25px;
    color: #6a6969;/*#969595;*/
    display: inline-block;
    font-size: 11px;
    margin: 5px 0px;
    padding: 3px 9px;
    text-transform: uppercase;
}

aside .tag-widget .tags a:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

/*--------------------------------------------
                        archives
--------------------------------------------*/

.archive-widget .archives
{
    padding-left: 0;
    list-style: none;
}
.archive-widget .archives li
{
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
}

.archive-widget .archives li a {
    margin-left: 25px;
    font-size: 12px;
    color: #6a6969;/*#969595;*/
}

.archive-widget .archives li:before
{
    color: #6a6969;/*#969595;*/
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 35%;
    font-size: 11px;
}

.archive-widget .archives li:hover a {
    color: #000000;
}

/*================================================================
                                                11. Contact page
==================================================================*/

#contact-page section {
    padding: 0px;
}

/*---------------------------  11.1 google map --------------------------*/
.g-map {
    margin: 50px 0px;
}

#map-canvas{ width: 100%; height: 250px; }

/*----------------------------  11.2  quick contact  ------------------------*/
.contact-address { margin: 0px; }
.contact-address .address-info { border-bottom: 0px solid #555; /*#f1f1f1;*/ margin-bottom: 3em; padding: 0px; }
.contact-address .address-info .address-info-icon { background-color: #555; height: 100%;     /*background-color: #f7f7f7;    border-right: 1px solid #f1f1f1;*/}
.contact-address .address-info:hover .address-info-icon {  background-color: #43d7d9; }
.contact-address .address-info:hover .address-info-icon i{ color: #555; }
.contact-address .address-info .address-info-icon i { position: relative; padding: 0.5em 0px; font-size: 1.75em; color: #fff;/*#dadada;*/ }

/*-------------------------------  11.3 contact form ---------------------------*/

.contact-form { margin: 0.5em 0em 1em 0px; }
.contact-form .headline .section-title{margin-top: 0px;}
.contact-form .headline .section-title,.contact-form .headline .section-sub-title {  text-transform: none;}
.contact-form .btn-black, .contact-form .btn-turkish { float: right;  margin-top: 20px;}
.bg-grey-dark{ background: #555;color:#fff; }
.simple-block { padding: 15px 22px; text-align: center; margin-bottom: 20px; }
.bg-grey-dark p, .bg-grey-dark h3,.bg-grey-dark h4 { color: #fff; margin:0.9em auto;}

#ndtvNews{height:800px!important;width:600px!important;margin:8em 0em;max-width: 600px;max-height: 800px;}
.thumbnail-style { padding: 7px; margin-bottom: 20px;}
.thumbnail-style .thumbnail-img { position: relative; margin-bottom: 11px;}
.thumbnail-kenburn img { left: 10px; margin-left: -10px; position: relative;transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;    -o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out;}
.readmore{color:#999967;}/*d6a24e*/
.readmore:hover{font-weight: bold;}
.thumbnail-header{text-align: center; font-weight: bold;font-size:1.1em;margin: 0.5em 0em;}
#founderMsg{min-height:20em;}
.margin-left-1{margin-left:1em;}
.margin-1{margin:1em;}
.margin-h-thin{margin-left: 0.1em;margin-right: 0.1em;}
.padding-h-thin{padding-left: 0.1em;padding-right: 0.1em;}
.margin-v-2{margin-top: 2em;margin-bottom: 2em;}
.margin-v-1{margin-top: 1em;margin-bottom: 1em;}
.margin-top-5em{margin-top: 5em;}
.margin-03{margin: 0.3em;}
.margin-top-thin{margin-top: 0.5em;}
.margin-top-bottom-h4{margin-top: 1.33em;margin-bottom: 1.33em;}
.margin-top-h4{margin-top:1.33em;}
.margin-bottom-1em{margin-bottom: 1em;}
.margin-bottom-0{margin-bottom:0em!important;}
.padding-top-bottom-h4{padding-top: 1.33em;padding-bottom: 1.33em;}
.padding-h-02{padding-left: 0.2em;padding-right: 0.2em;}
.padding-03{padding: 0.3em;}
.padding-05{padding: 0.5em;}
.padding-h-03{padding-left: 0.3em;padding-right: 0.3em;}
.padding-h-05{padding-left: 0.5em;padding-right: 0.5em;}
.padding-0{padding: 0em;}
.padding-h-zero{padding-left: 0em;padding-right: 0em;}


.image-75-100{max-width: 75px;max-height: 100px;}
.image-150-200{max-width: 150px;max-height: 200px;}
.image-800-600{max-width: 800px;max-height: 600px;}
.right-block{text-align: right;float:right;}
.item-content{margin:0.7em;border-radius:4px; -webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;}
.item-content:hover {/*border-width: 2px;*/}
.margin-1em{margin:1em;}
.border-grey{border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;}
.item-desc{margin:1em;}
.text-small{font-size: 0.8em;}
.text-medium{font-size: 1.3em;}
.text-large{font-size: 2.1em;}
.text-bold{font-weight: bold;}
.text-h3{font-size:  1.77em;color: #666;}
.text-h4{font-size:  1.3em;color: #666;}

sub{vertical-align: sub;font-size: smaller;}
.highlight{color: #0197af;font-style: oblique}
.text-white{color:white;}
.text-red{color: #ff0000;}
.text-turkish{color: #0197af;}
.text-lightTurkish{color: #43d7d9;}
.text-snow{color:#cdd7e2;}
.text-underline{text-decoration: underline;}
.msg-fail{color:#a80925; background-color: #ffd4d4;padding:0.5em;margin-bottom: 0.8em;border: #ffa9a9 1px solid;/*box-shadow: 0 0 0 4px #6e0000 inset;*/}
.msg-fail:before{content: "\f00d";font-family: fontAwesome;}
.invalid p{color:#a80925;font-size:0.75em;}
/*.msg-success{color:green; background-color: lightgreen;padding:0.5em;margin: 0.5em;border:#2e9596;}*/
.msg-success{color: #34683a; background-color: #b7eeb7; padding: 0.5em; margin-bottom: 0.8em; border: #99c799 1px solid;/*box-shadow: 0 0 0 4px #b7eeb7 inset;border-radius: 4px;*/}
.msg-success:before{content: "\f058";font-family: fontAwesome;}
.panel{margin-bottom: 40px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0);box-shadow:0 1px 1px rgba(0,0,0,0) }

.panel-gray-dark{ border-collapse: collapse;}
.panel-gray-dark > .panel-heading { color:#fff; background-color: #666;}
.panel-gray-dark th{background-color: #efefef;color:#666;}
.panel-title{ font-size: 1.4em;    /*background:#ebe8e1; sand color*/}

.panel-gray-light{border-color: #f9f9f9;}
.panel-gray-light > .panel-heading {    background: #f9f9f9;    /*background:#ebe8e1; sand color*/}


.panel-heading {color: #fff;padding: 5px 15px;}
.fees td:nth-child(1){color:#800000;}
.fees .notice{font-weight: bold;}
.fees tfoot .text-total td{font-weight: bold;color:#444;}

.fees tfoot .text-total-special td{font-weight: bold;color:#800000;}
.lateFees > tr > td{border:#000 1px solid;}
.text-focus{background-color: #Df0000;color:#fff;padding:0.2em;font-size: 0.7em;}
.center-col{float: none; margin: 0 auto;}
.margin-auto{margin:0 auto;}
.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.img-full{width: 100%;}
.header-border{width:4em;border-top : 4px solid #2e9596;/*#0197af;*/}

.golden-content{border:#b4a272 1px solid;color:#b4a272;}
.golden-content h4{color:#b4a272;}

.silver-content{ border:#848484 1px solid;color:#848484;}
.silver-content h4{color:#848484;}

.bronze-content{border:#dab28e 1px solid;color:#9c7357;}
.bronze-content h4{color:#9c7357;}

.border-gold{border:#b4a272 1px solid;}
.text-gold{color:#a49764;}

.border-silver{border:#848484 1px solid;}
.text-silver{color:#848484;}

.border-bronze{border:#dab28e 1px solid;}
.text-bronze{color:#9c7357;}
.text-gray{color:#999;}

ol.rounded-list{counter-reset: li;list-style: none;padding: 0;}
.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;

    background: #43d7d9;/*#87ceeb;*/
    height: 2.6em;
    width: 2.6em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

ol.rectangle-list{counter-reset: li;list-style: none;padding: 0;}
.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list a:hover{
    background: #eee;
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;    color:#fff;
    background: #133e3f; /*#fa8072;*/
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #133e3f; /*#fa8072;*/
}

.border-shadow-grey{ padding: 1.7em; background-color: #f6f6f6;
                     border: 1px solid rgba(0,0,0,0.2);
                     box-shadow: 0 2px 4px 2px rgba(0,0,0,.2), 0 12px 12px rgba(0,0,0,.2);

}


.bottomMenu{position: fixed;bottom:0%;text-align: center;margin: auto;left:5%;width:90%;z-index: 99;}
ul.turkishMenu{background-color: #0197af;color:#fff;opacity:0.85;font-size: 1.1em;}
ul.turkishMenu li a{padding:0.4em 0.75em;color:#fff;display: inline-block;}
/*ul.turkishMenu li:after{content:"|"}*/

.pageLink{visibility: hidden;padding-top:4.5em;}

.emboss{ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1);}
.neonBlue{ color: #D0F8FF; text-shadow: 0 0 5px #A5F1FF, 0 0 10px #A5F1FF,0 0 20px #A5F1FF, 0 0 30px #A5F1FF,0 0 40px #A5F1FF;}
.neonGreen1{ color: #FFFFF; text-shadow: 0 0 5px rgb(73, 255, 24), 0 0 10px rgb(73, 255, 24),0 0 20px rgb(73, 255, 24), 0 0 30px rgb(73, 255, 24),0 0 40px rgb(73, 255, 24);}
.neonGreen2{ color: #FFFFFF; text-shadow: 0px 0px 5px #ffffff, 0px 0px 10px #ffffff, 0px 0px 15px #ffffff, 0px 0px 20px rgb(73, 255, 24), 0px 0px 30px rgb(73, 255, 24), 0px 0px 40px rgb(73, 255, 24), 0px 0px 55px rgb(73, 255, 24), 0px 0px 75px rgb(73, 255, 24);}


.block{
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 50px;
    height:0.3em;
    text-align: center;
    background: #5e9b42;
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2.5deg);
}
.edge--both--reverse {
    position: relative;
    z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
    top: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top: 1px solid #c3bdb7;

}
.edge--both--reverse:after {
    bottom: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-bottom: 1px solid #c3bdb7;
}


.edge--bottom {
    position: relative;
    z-index: 1;
}
.edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #c3bdb7;
}
.edge--bottom:after {
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}
.edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #c3bdb7;
}
.edge--bottom--reverse:after {
    bottom: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.edge--top {
    position: relative;
    z-index: 1;
}
.edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    border-top: 1px solid #c3bdb7;
}
.edge--top:before {
    top: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.edge--top--reverse {
    position: relative;
    z-index: 1;
}
.edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    border-top: 1px solid #c3bdb7;
}
.edge--top--reverse:before {
    top: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


.only-bottom-border .form-control{border:transparent 1px solid; border-bottom: #999 1px solid;border-radius:0em;background-color: transparent;padding: 10px 20px;}
.only-bottom-border .form-control:focus {border: transparent 1px solid; border-bottom:#43d7d9 1px solid; box-shadow: none;}
.has-error .form-control-feedback {color: #a80925;}
.has-error .form-control {border:transparent 1px solid; border-bottom: #a80925 1px solid;box-shadow: none;}
.has-error .form-control:focus {border: transparent 1px solid; border-bottom:#a80925 1px solid; box-shadow: none;}
/* .formFail .form-control{border-color: #a94442;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}*/
.only-bottom-border select{color:#999;}
.has-success .form-control {border:transparent 1px solid; border-bottom: #43d7d9 1px solid;box-shadow:none;}

.currency input.amt{font-size: 1.1em;text-align: center;/*width:130px;*/}
.currency::before{content: 'US$';padding-left:0.3em;position: absolute;top:21%;}
/*
.currency {
  display: inline-block;
  position: Relative;
  border: 2px solid grey;
  border-radius: 10px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.currency:before,
.currency:after {
  background: white;
  right: 0px;
  width: 30px;
  height: 20%;
  position: absolute;
  pointer-events: none;
}
.currency:before {
  content: '';
  bottom: 50%;
  background: url(http://cdn.flaticon.com/png/256/22205.png) no-repeat white;
  background-size: 20px;
  background-position: center;
}
.currency:after {
  content: '';
  top: 50%;
  background: url(http://cdn.flaticon.com/png/256/22205.png) no-repeat white;
  background-size: 20px;
  transform: rotate(180deg);
  background-position: center;
}
.currency input#txtAmt {

  height: 80PX;
  font-size: 50px;
  outline: 0;
  border: 0;
}*/


/*#txtCardNumber{
background-image: url(../../../../images/other/creditCards.png), url(../../../../images/other/creditCards.png);
background-position: 2px -121px, 260px -61px;
background-size: 120px 361px, 120px 361px;
background-repeat: no-repeat;
padding-left: 54px;
height:32px;
}*/


#txtCardNumber{
    background-image: url(../../../../images/other/creditCards.jpg), url(../../../../images/other/creditCards.jpg);
    background-position: 2px -59px, 280px 15px;
    background-size: 50px 490px, 50px 490px;
    background-repeat: no-repeat;
    padding: 0.5em 1em 0.5em 3.9em;
    height:42px;
}

/*#txtCardNumber.visa {background-position: 2px -108px, 280px 15px;}
#txtCardNumber.visa_electron {background-position: 2px -158px, 280px 15px;}
#txtCardNumber.laser{} #txtCardNumber.mastercard {background-position: 2px -207px, 280px 15px;}
#txtCardNumber.maestro {background-position: 2px -256px, 280px 15px;}
#txtCardNumber.discover {background-position: 2px -306px, 280px 15px;}
#txtCardNumber.jcb {background-position: 2px -405px, 280px 15px;}
#txtCardNumber.amex {background-position: 2px -454px, 280px 15px;}
#txtCardNumber.diners_club_international, #txtCardNumber.diners_club_carte_blanche{background-position: 2px -355px, 280px 15px;}


#txtCardNumber.valid.visa {background-position: 2px -108px, 280px -19px;}
#txtCardNumber.valid.visa_electron {background-position: 2px -158px, 280px -19px;}
#txtCardNumber.valid.laser{} #txtCardNumber.valid.mastercard {background-position: 2px -207px, 280px -19px;}
#txtCardNumber.valid.maestro {background-position: 2px -256px, 280px -19px;}
#txtCardNumber.valid.discover {background-position: 2px -306px, 280px -19px;}
#txtCardNumber.valid.jcb {background-position: 2px -405px, 280px -19px;}
#txtCardNumber.valid.amex {background-position: 2px -454px, 280px -19px;}
#txtCardNumber.valid.diners_club_international, #txtCardNumber.valid.diners_club_carte_blanche{background-position: 2px -355px, 280px -19px;}
*/

#txtCardNumber{
    background-image: url(../../../../images/other/creditCards.jpg);
    background-position: 2px -59px;
    background-size: 50px 490px;
    background-repeat: no-repeat;
    padding: 0.5em 1em 0.5em 3.9em;
    height:42px;
}

#txtCardNumber.visa {background-position: 2px -108px;}
#txtCardNumber.visa_electron {background-position: 2px -158px;}
#txtCardNumber.laser{} #txtCardNumber.mastercard {background-position: 2px -207px;}
#txtCardNumber.maestro {background-position: 2px -256px;}
#txtCardNumber.discover {background-position: 2px -306px;}
#txtCardNumber.jcb {background-position: 2px -405px;}
#txtCardNumber.amex {background-position: 2px -454px;}
#txtCardNumber.diners_club_international, #txtCardNumber.diners_club_carte_blanche{background-position: 2px -355px;}


#txtCardNumber.valid.visa {background-position: 2px -108px;}
#txtCardNumber.valid.visa_electron {background-position: 2px -158px;}
#txtCardNumber.valid.laser{} #txtCardNumber.valid.mastercard {background-position: 2px -207px;}
#txtCardNumber.valid.maestro {background-position: 2px -256px;}
#txtCardNumber.valid.discover {background-position: 2px -306px;}
#txtCardNumber.valid.jcb {background-position: 2px -405px;}
#txtCardNumber.valid.amex {background-position: 2px -454px;}
#txtCardNumber.valid.diners_club_international, #txtCardNumber.valid.diners_club_carte_blanche{background-position: 2px -355px;}
#success_message{ display: none;}

select#ddCurrency{width:100px;}
select#ddCurrency option[value="INR"] {
    background: url(../../../../images/other/flag/india.png);
    background-size: auto 100%;
    background-repeat:no-repeat;
    padding-left:30px;
}
select#ddCurrency option[value="USD"] {
    background: url(../../../../images/other/flag/usa.jpg);
    background-size: auto 100%;
    background-repeat:no-repeat;
    padding-left:30px;
}

.text-blink {  animation: blinker 1s linear infinite;}

@keyframes blinker {    50% { opacity: 0; } }

#verticalCross {
    position: relative;
    display: inline-block;
    padding: 1em 5em 1em 1em;
    overflow: hidden;  
}
#verticalCross::after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #f7f7f7;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-10bg-light-graydeg);
    z-index: -1;
}
.pos-top-left{position: absolute;top: 0px;left: 0px;}

.divRec{display:none;}
input[type="checkbox"] ~ .divRec {  display: block;}
input[type="checkbox"]:not(:checked) ~ .divRec {display: none;}
input[type="checkbox"]:checked ~ .divRec {display: block;}

/*New CSS added by Zaki*/
#mainNavigation .navbar-nav li ul.dropdown-menu li{ position: relative;}
#mainNavigation .navbar-nav li ul.dropdown-menu li>ul.dropdown-menu{display:none;z-index:1;position:absolute;background-color:#fff;left:100%;width:200px;border:1px solid #000;top:0;}
#mainNavigation .navbar-nav li ul.dropdown-menu li>ul.dropdown-menu>li{}
#mainNavigation .navbar-nav li ul.dropdown-menu li>ul.dropdown-menu>li>a{}
#mainNavigation .navbar-nav li ul.dropdown-menu li:hover>ul.dropdown-menu{ display:block;}