/**************************************
    1. BASIC 
    2. HEADER
    3. CREATIVE STYLE
    4. SECTION
    5. BUTTONS
    6. BLOG
    7. FOOTER
    8. SIDEBAR
    9. MISC
    10. COLOR
    11. RESPONSIVE
    12. PORTFOLIO PAGE
    13. EDUCATION PAGE
    14. WEDDING PAGE
    15. MOBILE APPS PAGE

**************************************/

/* BASIC 
**************************************/

body {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    background-color: #ffffff;
}

.page-link,
.tag-widget a,
.navbar-toggleable-md .navbar-nav .nav-link,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

a,
.table-bordered thead td,
.table-bordered thead th,
.instagram-wrapper h3 a,
.page-link,
.portfolio-filter ul li a,
.customshare .fa-share-alt,
.readmore,
.menu-right a,
.social a,
.blog-desc h4 a,
.navbar-inverse .navbar-nav .nav-link,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
}

h1{
    font-size: 36px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 21px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}


h6{
    font-size: 15px;
}


::placeholder{
  font-family: 'Work Sans', sans-serif;  
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.breadcrumb-item,
#nav-close,
.tag-widget a,
small,
.badge-pill,
.category-widget a,
.socibox span,
body,
p,
.searchmenu i {
    color: #7b7b7b;
}

a {
    text-decoration: none !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea {
    height: 42px;
    border: 1px solid #eaeaea;
    width: 100%;
    margin-bottom: 16px;
    font-size: 13px;
    padding: 0 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,ol{list-style: none;}

.small, small{font-size: 13px;}

/*leftsidebar*/

.leftsidebar.row{display: inherit;}

.leftsidebar .content.col-lg-8{float: right;}

.leftsidebar .sidebar.col-lg-4{float: left;}


.m30b {
    margin-bottom: 3rem
}

.blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 0.25rem solid #eceeef;
    font-family: Times New Roman;
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 1rem;
    padding: 2rem;
}

.overlayer {
    background: rgba(0,0,0,0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.overlayer, .b-overlay, .overlayer-pink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to left,#fe8800, #08849f);
    background: -moz-linear-gradient(to left,#fe8800, #08849f);
    background: -ms-linear-gradient(to left,#fe8800, #08849f);
    background: -o-linear-gradient(to left,#fe8800, #08849f);
    background: linear-gradient(to left,#fe8800, #08849f);
    z-index: 1;
    opacity: 0.8;
}

.overlayer-pink {
    background: -webkit-linear-gradient(to left,#ff0d53, #4e0117);
    background: -moz-linear-gradient(to left,#ff0d53, #4e0117);
    background: -ms-linear-gradient(to left,#ff0d53, #4e0117);
    background: -o-linear-gradient(to left,#ff0d53, #4e0117);
    background: linear-gradient(to left,#ff0d53, #4e0117);
}

.b-overlay{background: #2780e3a8;}

.overlayer-pink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to left,#ff0d53, #4e0117);
    background: -moz-linear-gradient(to left,#ff0d53, #4e0117);
    background: -ms-linear-gradient(to left,#ff0d53, #4e0117);
    background: -o-linear-gradient(to left,#ff0d53, #4e0117);
    background: linear-gradient(to left,#ff0d53, #4e0117);
    z-index: 1;
    opacity: 0.5;
}

.container{position: relative; z-index: 2;}

/* HEADER 
**************************************/

.main-header {
    position: relative;
    z-index: 3;
}

.header-upper{
    background:#111;
    display: inline-block;
    width: 100%;
    padding: 5px 0 0;
}

.Search-Icon {
    display: inline-block;
}

.Block-Search {
    display: inline-block;
    background-color: #ffffff90;
    line-height: inherit;
}

.Block-Search ::placeholder{color: #333;}

.Search-Icon a {
    color: #aeaeae;
    font-size: 14px;
    float: right;
    padding:5px 15px;
    background: #fff;
    border-left: 1px Solid #ccc;
}

.search-btn{
    color: inherit;
    font-size: 14px;
    float: right;
    padding: 5px 15px 5px;
    background: #fff;
    border-left: 1px Solid #ccc;
    border-radius: 0;
    overflow: hidden;
    border: none;
}

.Block-Search input {
    float: left;
    border: none;
    padding:6px 15px 6px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: inherit;
    height: inherit;
    margin: 0;
    background: #ffffff90;
}

.Block-Search input:focus{outline: none;}

.header-section {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.header-section .navbar-toggleable-md{padding:0px;}


.navbar-nav .nav-link {
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 0;
    padding: 1.2rem 0 0.8rem;
    text-transform: uppercase;
}

.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.5em;
    margin-top: -0.3rem;
    vertical-align: middle;
    content: "\f107";
    border: 0;
    font-family: 'FontAwesome';
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.logo img {
    max-width: 100%;
    max-height: 55px;
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
}

.searchmenu .form-control {
    font-size: 600;
    font-size: 13px;
    background-color: #ffffff;
    height: 45px;
    border: 0;
    border: 1px solid #ecede8;
    min-width: 220px;
    float: right;
    font-style: italic;
    border-radius: 0 !important;
}

.searchmenu .input-group-addon {
    border: 0;
    border-radius: 0 !important;
    background-color: #ffffff;
}

.searchmenu i {
    font-size: 13px;
}

.navbar-nav{
    margin: 0;
    display: inline-block;
}

.social-main{text-align: center;}


.social {
    text-align: center;
    padding-top: 8px;
}

.menu-right {
    margin-left: 8px;
}

.fa-bars {
    font-size: 14px;
}

.menu-right a, .social a {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 0 6px;
    line-height: 0;
    color: #ccc;
}

.menu-right a:last-child, .social a:last-child{
    margin-right: 0;
}

.social a:hover i{color: #0f75bc; transition: all ease-in-out 0.3s;}

.header-section .dropdown-menu {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    min-width: 240px;
    border-color: #f5f5f5;
}

.header-section .dropdown ul li {
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-item, .header-section .navbar-nav .has-submenu > ul li ul li a{
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    padding:14px 1.5rem 11px;
}

.nav-links a {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding-top: 9px !important;
}

.logo_name_description{
    padding-top: 6px;
}
.text-empty .logo_name_description{
    padding-top: 15px;
}

.logo_name_description p {
    margin-bottom: 0;
}

.logo_name_description h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.header-section .dropdown ul li:last-child {
    border-bottom: 0;
}

.header-section .dropdown-item span {
    position: absolute;
    right: 20px;
    top: 8px;
}

body.creative-head .header-section {
    margin-bottom: 0;
}

.welcome-box .entry {
    max-width: 200px;
    margin: auto;
}

.welcome-box h2 {
    font-size: 34px;
    font-weight: bold;
    padding: 1.6rem 0 0.6rem;
    margin: 0;
}

.welcome-box p {
    line-height: 1.8;
    font-style: italic;
    font-size: 1.1rem;
    padding: 0 0 1.1rem;
    margin: 0;
}

.bortop {
    border-bottom: 1px dashed #e2e2e2;
}

.form-wrapper p {
    padding-bottom: 1rem;
    margin: 0;
}

.form-wrapper .clearfix {
    margin-bottom: 0.6rem;
}

.search-form .form-control,
.form-wrapper .form-control {
    border-radius: 0;
    margin-bottom: 1.4rem;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    min-height: 45px;
    text-transform: capitalize;
    font-weight: lighter;
}

.search-form .form-control {
    margin: 0;
    min-width: 240px;
    border-right: 0;
}

.search-form .btn {
    padding: 0;
    border-color: #e2e2e2;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: 0
}

.form-wrapper .float-right a,
.form-wrapper label {
    font-size: 13px;
    text-transform: capitalize;
}

.form-wrapper label {color: red;}

.form-wrapper textarea {
    margin-bottom: 2rem !important;
    padding-top: 1rem;
    min-height: 160px !important;
}

.contact-form {
    margin-top: 1rem;
}

.form-wrapper {
    padding: 15px 15px 0;
    border: 1px solid #f4f4f4;
}

.form-wrapper a.btn.btn-primary{background: #fff;}

.form-wrapper a.btn.btn-primary:hover{background: #5679BB;}

.form-wrapper .alert.alert-success p{padding: }


.navbar {
    border-bottom: 0;
    padding: 0;
    transition: all ease-in-out 0.5s;
}

.navbar.navbar-default {
    margin:0;
    height: auto;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}


.navbar-nav{display: inline-block;}


/* Main Menu Dropdown */



.logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

ul.nav-mini{
    padding-top: 3px;
    padding-right: 13px;
}

ul.nav-mini li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    background: #00bcd4;
    border-radius: 5px;
    padding: 2px 10px;
}

ul.nav-mini li:last-child{margin-right: 0px;}

ul.nav-mini li i{color: #fff; padding-right: 5px;}
.nav.navbar-nav {
    float: left;
    transition: all ease-in-out 0.5s;
}

.nav.navbar-nav li {
    position: relative;
    float: none;
    display: inline-block;
}

.nav.navbar-nav li a {
    color: #FFF;
}


.nav.navbar-nav > li > a {
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    /*letter-spacing: 1.5px;*/
    padding:30px 10px 32px;
    color: #333;
    position: relative;
    font-weight: 500;
}

.nav.navbar-nav > li > a:hover, .nav.navbar-nav > li.active > a{
    color: #2e9ad7;
    text-decoration: none;
}
/*
.nav.navbar-nav > li:last-child > a:after {
    display: none;
}*/

.nav.navbar-nav li ul {
    z-index: 99999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 64px;
    left: 0;
    width: 200px;
    display: none;
    background-color: #f7f7f7;
    border: 1px solid #EEE;
    border-top: 2px solid #2e9ad7;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

/*.nav.navbar-nav li:last-child ul, .nav.navbar-nav li:nth-last-child(2) ul  { left: auto; right:0; } */

.nav.navbar-nav li ul li a {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    padding: 14px 20px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.nav.navbar-nav li ul li a:hover{
    color: #2e9ad7;
}

.nav.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.nav.navbar-nav li ul li:hover a {
    padding-left: 25px;
    padding-right: 15px;
}

.nav.navbar-nav li ul li ul {
    position: absolute;
    left: 198px;
    top: -2px;
}

.nav.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.nav.navbar-nav li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}

.nav.navbar-nav li ul li {
    display: block;
    text-align: left;
}


/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit;
    left: 0;
}

.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
    color: #2e9ad7;
    text-decoration: underline;
    background: transparent;
}

.mega-menu-inner {
    padding: 0 20px;
}

.bg-color-header .navbar-nav > li.dropdown:hover > a,
.bg-color-header .navbar-nav > li.dropdown > a:hover,
.bg-color-header .navbar-nav > li.dropdown.active > a,
.bg-color-header .navbar-nav > li.dropdown.active > a:hover,
.bg-color-header .navbar-nav > li:hover > a,
.bg-color-header .navbar-nav > li.active > a {
    color: #FFF;
}
/*.nav.navbar-nav > li > a:hover,
.nav.navbar-nav:hover > li > a {
    color: #067ecb;
}*/

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #CCC;
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    font-size: 16px;
    color: #666;
}

.megamenu-container .arrow-indicator {
    display: none;
}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .logo-wrapper {
        width: 50%;
    }
    .navbar-nav-wrapper {
        width: 0%;
    }
    .navbar {
        margin: 0;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-brand {
        line-height: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none;
    }

    ul.nav-mini{padding-right: 0;}

    ul.nav-mini li{margin-right: 5px; padding: 2px 6px;}
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
    .navbar.navbar-default {
        padding: 10px 0;
    }

    #sp-top-bar{top: 95px;}

    #sp-top-bar, #sp-top2{text-align: center;}

    #sp-top1 .nav-mini-wrapper{display: inline-block; float: none!important; margin:10px 0;}

    #sp-top-bar .sp-contact-info{display: inline-block;}
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
}

@media (max-width:639px) {
}


/**
 * Sticky Header
 */

.navbar-sticky {
    z-index: 9;
    transition: all ease-in-out 0.5s;
    position: fixed;
    width: 100%;
    top:0;
}

.navbar-sticky.navbar-default {
    padding: 5px 0 0 0;
    background-color: rgba(255, 255,255, 1);
    box-shadow: 0 0 5px #ccc;
}

.navbar-sticky .navbar-nav > li > ul {
    top: 63px;
}

.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 64px;
}


.transparent-header .navbar-sticky {
    padding:0;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0px;
    border: none;
}

.navbar.navbar-sticky .logo img{width: auto;}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    #sp-top2.col-sm-9{padding-right: 0;}
    
    .sp-contact-info li{font-size: 12px; padding: 6px 4px;}

    .navbar-fixed-top {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
        clear: both;
    }

    .transparent-header .navbar-sticky{padding: 10px 0; background: transparent; border: 1px solid rgba(255, 255, 255, 0.2);}

    .slicknav_btn{top: 25px;}

    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{font-size: 21px; color: #2e9ad7;}


}

@media (max-width: 767px) {

    .navbar.navbar-sticky .logo img{width: auto;}
}

@media (max-width: 479px) {}

/*slicknav*/

/*
    Slicknav - a Mobile Menu
*/

.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item, .slicknav_nav li a {
    cursor: pointer;
}

.slicknav_nav .slicknav_row, .slicknav_nav li a {
    display: block;
}

.slicknav_nav a {
    display: block
}
/*
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a, .slicknav_nav li a{
    display: inline
}*/

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}


/* IE6/7 support */

.slicknav_menu {
    *zoom: 1
}


/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}


/* Button */

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 26px;
    right: 16px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}


/* background color for responsive button */

.slicknav_btn.slicknav_open:before {
    font-family: 'fontawesome';
    content: "\f00d"
}

.slicknav_btn.slicknav_collapsed:before {
    font-family: 'fontawesome';
    content: "\f0c9"
}

.slicknav_btn.slicknav_open,
.slicknav_btn.slicknav_collapsed,
.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    text-decoration: none !important;
    color: #2e9ad7;
    border: none;
}

.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    font-size: 17px;
    color: #2e9ad7;
}

.slicknav_menutxt {
    line-height: 22px !important;
}

.slicknav_btn:focus {}


/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #DFF2F2;
    font-weight: 400;
    font-size: 14px;
}


/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}

.slicknav_menu {
    background: #383546;
    padding: 0;
    margin-top: 0;
}

.slicknav_nav {
    color: #B6B3C4;
    margin: 0;
    padding: 0;
    font-size: .875em
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden
}

.slicknav_nav ul {
    padding: 0;
    margin: 0;
}

.slicknav_nav ul li {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row {
    padding: 0;
    margin: 0;
}

.slicknav_nav a {
    padding: 12px 20px;
    margin: 0;
    text-decoration: none;
    color: #B6B3C4;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 12px 20px;
    margin: 0;
}

.slicknav_nav .slicknav_item {
    position: relative;
}

.slicknav_nav .slicknav_item a {
    border-bottom: none;
    display: block;
}

.slicknav_nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #1F1D26;
}

.slicknav_nav ul li {
    padding-left: 0;
    background: #1F1D26;
}

.slicknav_nav ul li li {
    padding-left: 0;
}

.slicknav_nav ul li ul {
    padding-left: 15px;
    padding-right: 15px;
}

.slicknav_nav ul li ul a {
    padding: 12px 15px;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #443E56;
    color: #FFF
}

.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #443E56;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_arrow {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 13px;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}


/* plus-minus or arrow sign */

.slicknav_nav .slicknav_arrow:hover {
    background: rgba(255, 255, 255, 0.05);
}

.slicknav_menu .slicknav_icon {
    display: none;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    #responsive-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }

    .slicknav_nav{top: 87px;}
    .text-empty .slicknav_nav{top:60px;}
}

@media (max-width: 767px) {
   .slicknav_nav{top: 76px;} 
   .text-empty .slicknav_nav{top:48px;}
}

@media (max-width: 479px) {}


/* CREATIVE STYLE 
**************************************/

.creative-top {
    border-bottom: 1px dashed #e2e2e2;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    position: relative;
}

.creative-top .fa-bars {
    margin-top: 4px;
}

.creative-top .navbar {
    padding: 0;
    margin: 0;
}

.full-height {
    height: 100%;
    float: left;
}

.left-side {
    width: 40%;
    height: 100%;
    min-height: 100vh;
}

.right-side {
    padding: 2rem 4rem 0;
    overflow: scroll;
    width: 60%;
    background-color: #ffffff;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    background-position: top center;
    vertical-align: sub;
    width: 40%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.side-logo {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.side-logo img {
    max-width: 240px;
    margin-bottom: 1rem
}

.side-logo .social {
    border-right: 0 none;
    height: auto;
    padding-right: 0;
}

.side-logo .social a {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.side-logo p {
    margin: 1rem 0 0;
}


/* SECTION 
**************************************/

.site-section {
    padding: 80px 0 0px;
    display: inline-block;
    width: 100%;
}

.site-section.home-next{padding-bottom:50px;}

.section-title {
    margin-bottom: 3.5rem;
}

.section-title hr {
    margin-bottom: 0;
}

.section-title p {
    margin: 0;
    padding: 0.6rem 0 0.3rem;
}

.section-title h3 {
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 2rem;
}

.form-wrapper hr,
.section-title hr {
    width: 40px;
    border-width: 2px;
    border-color: #111;
}

.withborder {
    border-top: 1px dashed #e2e2e2;
}

.form-wrapper hr {
    margin-left: 0;
    margin-bottom: 1.8rem;
}

.lightbackground {
    background-color: #f8f8f8 !important
}


.instagram-wrapper h3, .instagram_page h3 {
    font-size: 21px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.instagram-wrapper h3 a, .instagram_page h3 a {
    display: block;
    width: 100%;
}

.instagram-wrapper a, .instagram_page a {
    overflow: hidden;
    margin: 0;
    float: left;
    text-align: center;
    padding: 0;
}

.instagram-wrapper span, .instagram_page span {
    font-size:28px;
    color: #067ecb;
}

.instagram_page div{float: left; width: 10%;}

.overlay{background: rgba(0,0,0,0.4); position: absolute; height: 100%; width: 100%; top: 0; z-index: 1;}

.carousel-caption {
    background-color: rgba(255, 255, 255, 0.87);
    color: #fff;
    left: 0;
    margin:0 auto;
    max-width: 520px;
    padding:15px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    bottom: 15px;
    top: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
}

.carousel-caption h2 {
    font-size: 28px;
    padding: 0;
    line-height: 1;
    margin: 1rem 0 1rem;
}

.carousel-caption p {
    margin-bottom: 1.3rem
}

.image-boxes {
    position: relative;
}

.overlay-content {
    position: absolute;
    margin: -0.8rem auto;
    padding: 0 2rem;
    text-align: center;
    left: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
}

span.cat-title {
    font-weight: bold;
}

.overlay-content .cat-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0 2rem;
    color: #ffffff !important;
}

.image-overlay {
    background-color: rgba(255, 255, 255, 0.97);
    bottom: 1.5rem;
    left: 1.5rem;
    min-height: 11rem;
    position: absolute;
    right: 1.5rem;
    top: auto;
}

.nopad {
    padding: 0;
    margin: 0;
}

.nomarbot {
    margin-bottom: 0;
}


/* BUTTONS 
**************************************/

.btn-primary {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px 26px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 600;
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 15px;
    border-radius: 0 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    background-color: #f9f9f9;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    margin-left: -2px;
    margin-top: 1rem;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    border-bottom-color: #f9f9f9;
}

div.sidewrapper.sidenav {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -35em;
    top: 0;
    width: 290px;
    z-index: 99999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.sidewrapper .widget {
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 1rem 2rem;
}

.nav-expanded div.sidewrapper {
    right: 0;
    margin-right: 0;
    transition: margin-left 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: margin-left 0.4s ease-in-out 0s;
}

#nav-close {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 27px;
    padding-right: 0;
    position: relative;
    right: 30px;
    text-align: center;
    top: 17px;
    width: 30px;
}

.navbar-toggler {
    align-self: flex-start;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 11px;
    line-height: 1;
    padding: 0.3rem 0.6rem;
}


/* BLOG 
**************************************/

.comments-wrapper{margin-bottom: 3rem;}

.comments-wrapper:last-child{margin: 0;}

.without-media .blog-desc {
    padding-top: 0;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.comments-list .media-right,
.comments-list small {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 5px;
    padding-left: 10px;
    text-transform: uppercase;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 15px;
}

.comments-list .media .rounded-circle{border-top-right-radius: 5px; border-bottom-left-radius: 5px;}

.comments-list .media:nth-child(even) {
    background: #f8f8f8;
    border-bottom: 1px solid #f4f4f4;
}

p.comment-awaiting-moderation{margin-bottom: 0px;}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.related-articles .blog-box {
    margin-bottom: 0;
}

.custom-title {
    padding: 0;
    margin: 0 0 2rem;
    font-size: 21px;
    border-bottom: 2px solid #111;
    background-color: white;
    display: inline-block;
    padding-bottom: 6px;
}

.single-blog-bottom .float-right {
    margin:0 !important;
    float: none!important;
}

.single-blog-bottom{padding: 0px 0 20px; text-align: center; width:100%; border-bottom: 1px dotted #ccc; display: inline-block;}

.single-blog-bottom .tag-widget.float-left{margin: 0;}

.single_page_widget {
    margin-top: 30px;
}

.single_page_widget .widget {
    padding: 0;
}

.single_page_widget .about-widget.text-center {
    text-align: left!important;
}

.single_page_widget .entry{float: left;}

.content_links{
    width: 75%;
    display: inline-block;
    padding-left: 15px;
}

.single_page_widget .content_links p{margin-top: 0px;}

.single_page_widget .about-widget .blog-social{text-align: left;}

.single-page .blog-desc {
    padding: 15px 15px 0;
}

.single-page.single-slider .blog-desc{
    margin: 0;
    padding:15px 0 0; 
    width: 100%;
}

.single-page ul{list-style: disc;}

.blog-cats .blog-desc{
    margin: 0;
    width: 100%;
    position: relative;
}

.blog-cats .blog-social{text-align: left; padding: 0; position: absolute; top: 0; right: 0;}

.blog-cats .blog-social .socibox{margin-left: 0;}

.sitemap-wrapper {
    margin-bottom: 2rem;
    position: relative;
    border: 1px dashed #e2e2e2;
    padding: 1rem 0;
}

.sitemap-wrapper h3 {
    background: #067ecb;
    padding: 8px 0px 5px 15px;
    color: #fff;
    font-size: 21px;
}

.sitemap-wrapper ul{padding-left: 30px;}

.sitemap-wrapper li {
    line-height: 2.5;
}

.site-section.error {
    background: #f7f7f7;
    margin-bottom: 50px;
    padding-bottom: 80px;
}

.notfound h2 {
    font-size: 140px;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.3);
    display: inline-block;
    color: #fff;
    background: #5679BB;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px 20px 0;
}
span.error-txt {
    font-size: 60px;
    font-weight: bold;
}

.notfound h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.notfound p {
    padding: 1rem 0 1.4rem;
    margin-bottom: 0;
}

.single-page .float-left {
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
}

.single-page .float-right {
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

.authorbox {
    border: 1px dashed #e2e2e2;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
}

.authorbox h4 {
    margin: 0.7rem 0 0.9rem;
}

.authorbox .social{text-align: left;}

.image-boxes,
.instagram-wrapper a,
.blog-media{
    position:relative;
    overflow: hidden;  
    transition: all 1s ease-in-out;
}

.image-boxes img,
.instagram-wrapper a img,
.blog-media img {
    width: 100%;
    transition: all 1s ease-in-out;
}

.image-boxes img:hover,
.instagram-wrapper a img:hover,
.blog-media img:hover{
    transform: scale(1.2) rotate(5deg);;
    transition: all 1s ease-in-out;
}

.blog-media .slider img:hover{
    transform: none;
    transition: all 1s ease-in-out;
}

.blog-box {
    margin-bottom: 25px;
    background-color: #ffffff;
}

.blog-desc {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    width: 94%;
    padding:15px;
    margin: -35px auto 0;
    border-top-left-radius:20px;
}

.blog-desc.no_thumbnail {
    margin: 0;
    padding-top: 0;
}

/*.main-category .blog-desc{
   margin: -120px auto 0; 
}
*/
.main-category.page-one .blog-desc{
    margin: 0px;
    text-align: left!important;
    padding: 15px 0 0; 
}

.main-category .list-style .blog-desc{
    padding: 0;
    margin: 0;
}

.main-category.blog-listing .blog-desc{
    margin: -35px auto 0;
}

.list-style.blog-box {
    margin-bottom: 3rem;
}


.cat-title {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.blog-desc h3 {
    margin: 0;
    font-weight: 600;
    padding: 12px 0;
}

.blog-meta {
    display: block;
    font-size: 13px;
    padding:8px 0 0;
}


.blog-meta span a{color: #7b7b7b;}

.blog-meta span a:hover, .blog-desc span.cat-title a{color: #067ecb;}

.blog-social {
    text-align: center;
    background: #ffffff;
    font-weight: bold;
    padding: 0 3rem;
    position: relative;
    z-index: 9;
    margin-bottom: 1rem;
}

.widget .blog-social{
    padding: 0;
    margin: 0;
}

.about-widget .blog-social{
    margin: 1rem 0 0;
}

.big-social {
    padding-bottom: 0;
}

.big-social .blog-social {
    padding: 0;
    background: none;
}

.blog-social a,
.blog-social .btn {
    outline: 0 none !important;
    text-decoration: none !important;
    background: #ffffff;
}

.single-page .socibox{
    margin: 0 10px 0 0;
}

.socibox {
    width: 35px;
    height: 35px;
    margin-top: 3rem;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    padding: 6px 0 ;
    border: 1px solid #f4f4f4;
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
}

.widget .socibox{
    margin: 0 2px;
}

.socibox span {
    font-size: 14px;
}

.socibox:hover span {
    color: #ffffff;
}

.post-share {
    position: relative;
    display: block;
}

.customshare {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.customshare .list {
    position: absolute;
    top: 0.2rem;
    right: 0;
    text-align: center;
    background: transparent;
}

.customshare .list a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    z-index: 1000;
    font-weight: normal;
    text-align: center;
    background: #fff;
    color: #ffffff !important;
}

.ie9 .customshare .list strong {
    padding-top: 5px;
    height: 41px;
}

.customshare .list a {
    background: #ff3;
    -webkit-transition: -webkit-transform .0001s linear, background .0001s ease, color .0001s ease;
    -moz-transition: -moz-transform .0001s linear, background .0001s ease, color .0001s ease;
    -ms-transition: -ms-transform .0001s linear, background .0001s ease, color .0001s ease;
    -o-transition: -o-transform .0001s linear, background .0001s ease, color .0001s ease;
    transition: transform .0001s linear, background .0001s ease, color .0001s ease;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.customshare .list a:hover {
    color: #fff;
    text-decoration: none;
}

.customshare .list .tw,
.customshare .list .fb,
.customshare .list .gp {
    font-size: 14px;
}

.customshare .list:hover strong span,
.customshare .list.hover strong span {
    height: 135px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.customshare .list:hover a,
.customshare .list.hover a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s, .4s, .4s;
    -moz-transition-duration: .3s, .4s, .4s;
    -ms-transition-duration: .3s, .4s, .4s;
    -o-transition-duration: .3s, .4s, .4s;
    transition-duration: .3s, .4s, .4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.customshare .list:hover a .fa {
    transform: rotate(45deg);
}

.customshare .list:hover .tw,
.customshare .list.hover .tw {
    -webkit-transition-delay: .1s, .0001s, .0001s;
    -moz-transition-delay: .1s, .0001s, .0001s;
    -ms-transition-delay: .1s, .0001s, .0001s;
    -o-transition-delay: .1s, .0001s, .0001s;
    transition-delay: .1s, .0001s, .0001s;
}

.customshare .list:hover .fb,
.customshare .list.hover .fb {
    -webkit-transition-delay: .2s, .0001s, .0001s;
    -moz-transition-delay: .2s, .0001s, .0001s;
    -ms-transition-delay: .2s, .0001s, .0001s;
    -o-transition-delay: .2s, .0001s, .0001s;
    transition-delay: .2s, .0001s, .0001s;
}

.customshare .list:hover .gp,
.customshare .list.hover .gp {
    -webkit-transition-delay: .3s, .0001s, .0001s;
    -moz-transition-delay: .3s, .0001s, .0001s;
    -ms-transition-delay: .3s, .0001s, .0001s;
    -o-transition-delay: .3s, .0001s, .0001s;
    transition-delay: .3s, .0001s, .0001s;
}

.readmore {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

div#comments {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.comment-respond [class*="comment-form-"]{margin-bottom: 0;}

p.comment-notes {
    padding:10px 0 0px;
}

p.comment-form-comment{margin-bottom: 10px;}


.detail-content textarea.form-control{border-radius: 0px;}

h2.comments-title {
    margin-bottom: 12px;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    color: #2c2c2c;
    padding-bottom: 12px;
}

footer.comment-meta {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 4px;
    /* border-width: 1px 0px 1px 0px; */
}

ol.comment-list {
    padding: 0;
    list-style: none;
    margin-left: 0;
}

ol.comment-list li{padding-bottom: 15px;}

ol.comment-list > li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 12px;
}

.comment-author.vcard {
    display: inline-block;
}

.comment-author img {
    display: inline-block;
    border-radius: 50%;
}

.comment-metadata {
    display: inline-block;
    float: right;
    padding-top: 6px;
}

.comment-metadata a {
    color: #999;
}

ul.child-comments > li > .comment-content {
    margin: 15px 0 20px;
}

.comment-content {
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.edit_repy_links {
    margin-top: 20px;
}
.comments-area .comment-content p {
    margin-bottom: 10px;
}

div#respond {
    margin-top: 30px;
}

a#cancel-comment-reply-link{text-align: right;}

nav.navigation.pagination{text-align: center;}

.pagi ul.pagination{
    display: inline-flex;
    margin: 0;
}

.nav-links{display: inline-block; width: 100%;}

.page-link, .nav-links span, .nav-links .page-numbers-container a{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 8px;
    padding:9px 0 0;
    position: relative;
    text-transform: capitalize;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: all ease-in-out 0.3s;
}

.page-numbers-container{display: inline-block;}

.nav-links a{border-radius: 10px; border:1px solid #e2e2e2; padding: 5px 8px; display: inline-block; margin-right: 8px;}

.nav-links span:hover, .nav-links a:hover, .nav-links span.current{background:#0275d8; border-color:#0275d8;  color: #fff; transition: all ease-in-out 0.3s;}

.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 50%;
}

p.form-submit .submit, 
.reply a, input.wpcf7-form-control.wpcf7-submit, 
form.post-password-form input[type="submit"], 
a#cancel-comment-reply-link{
  background: #2e9ad7;
  border-left:3px solid #055588;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  border-width: 0px 0px 0px 3px;
}

.reply a {
    padding: 4px 12px 5px;
    margin-bottom: 10px;
    display: inline-block;
}

a#cancel-comment-reply-link{padding: 10px 12px 7px;}
 
p.form-submit .submit:hover, 
.reply a:hover, input.wpcf7-form-control.wpcf7-submit:hover, 
form.post-password-form input[type="submit"]:hover, 
a#cancel-comment-reply-link:hover {
  background: #055588;
  border-color: #2e9ad7;
  transition: all ease-in-out 0.3s;
  color: #fff;
}


/* FOOTER 
**************************************/

.footer {
    padding: 3rem 0 0;
    display: inline-block;
    position: relative;
    background-color: #026aab;
    width: 100%;
    margin-top: -1px;
}

.footer .widget{background: transparent;}

.widget .textwidget p {
    margin-bottom: 0;
    padding: 0 0 20px;
    color: #333;
}

.footer .widget {
    margin: 0;
}

.footer .widget .textwidget p{color: #fff;}

.footer .widget-title {
    text-align: left;
}

footer .widget-title h3 {
    border-left: 0;
}

.footer .widget-title h3 span {
    padding-left: 0;
    background: #026aab;
    color: #fff;
}

.footer .widget.widget_pages, .footer .widget.widget_text{padding: 0;}

.footer .widget.widget_pages li a{color: #fff; transition: all ease-in-out 0.5s;}

.footer .blog-list-widget .slick-slider{overflow: hidden; height: 156px;}

.footer .category-widget a, .footer .blog-list-widget .mb-1, footer .small, footer small{
    color: #fff;
}

.footer .category-widget li:hover a, .footer .blog-list-widget .mb-1:hover{color: #fff; opacity: 0.8;}

.copyright {
    padding: 17px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: .4px;
    word-spacing: 2px;
    background: #024b79;
}

.copyright a{font-weight: 700; color: #fff;}

.copyright p{margin-bottom: 0px; color: #fff;}

.blog-list-widget .lastest_content{
    display: inline-block;
    width: 70%;
}

.portfolio .footer2_widget section {
    padding: 0;
}

/* SIDEBAR 
**************************************/

.widget, section#cyclone_instagram_loaded_widget-2, .sidebar .widget.widget_cyclone_custom_post_widget{
    background-color: #ffffff;
    padding: 0 2rem 20px;
    margin-bottom: 20px;
}

.widget.widget_cyclone_custom_post_widget .cyclone-post-widget{padding-bottom: 0;}

.widget.widget_recent_popular_posts_widget ul.cyclone-tabs{list-style: none;}

.widget.widget_recent_popular_posts_widget ul.cyclone-tabs li a{padding: 6px 11px;}

ul.cyclone-tabs li a {
    font-size: 15px;
}

.cyclone-tabs li.active a {
    border-bottom: 3px solid #111;
}

ul.cyclone-tabs li a:focus {
    color: #111;
}

.cyclone-widget{text-align: center;}

.banner-widget {
    padding: 1rem;
}

.banner-widget-fluid {
    margin:0px 0 40px;
    text-align: center;
}


.banner-widget-fluid img {
    display: inline-block;
}

.widget-title {
    position: relative;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e2e2e2;
}

.widget-title h3 {
    left: 0;
    right: 0;
    top:0;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.widget-title h3 span {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 1rem;
}

.banner-widget img {
    width: 100%;
}

.about-widget p {
    margin: 1.5rem 0 0;
    padding: 0;
}

.m10 {
    margin-bottom: 1.7rem
}


/*about page*/

.about-content{
    padding: 5rem 0;
}
.about-content:nth-child(odd){
    background: #f4f4f4;
}

.about-content .feature p{color: #111;}

.about-content p:last-child{margin: 0;}

.about-content h1{margin-bottom: 3rem; line-height: 44px; margin-top: 0;}

.feature {
    overflow: hidden;
    text-align: center;
}

.feature p{margin: 0;}

.feature-icon-large i {
    display: block;
    height: 80px;
    width: 80px;
    border: 2px solid #5679BB;
    border-radius: 50%;
    text-align: center;
    color: #5679BB;
    font-size: 28px;
    padding-top: 25px;
    margin-bottom: 2rem;
    display: inline-block;
}


.about-content.team-section{
    padding: 5rem 0 2rem;
    margin-bottom: 50px;
}

.team-2-member {
    margin-bottom: 3rem;
}

.team-2-member .image-holder {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.team-2-member .image-holder img {
    position: relative;
    z-index: 1;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.social-icons {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}

.social-icons li {
    display: inline-block;
    margin-right: 24px;
    font-size: 24px;
}

.team-2-member .social-icons li a {
    color: #fff;
    font-size: 32px;
}

.team-2-member .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: #000;
    z-index: 2;
    text-align: center;
}

.hover-state .align-vertical {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 0;
    border-radius: 50%;
    right: 0;
}

.team-2-member .image-holder:hover .hover-state {
    opacity: 0.8;
}

.team-2-member .image-holder:hover img{
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.team-2-member .image-holder:hover .social-icons {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.team-2-member .name {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    margin: 20px 0px 10px;
}

.team-content{text-align: center;}

.team-content p{margin-bottom: 0;}

.about-image h3{margin: 1rem 0;}

.about-image .blog-social{margin: 0;}

.about-desc img {
    max-width: 120px;
    margin: auto;
    text-align: center;
    display: block
}

.about-desc {
    max-width: 420px;
    position: absolute;
    top: 3rem;
    padding: 2rem;
    left: 3rem;
    bottom: 3rem;
    background-color: rgba(255, 255, 255, 0.8);
}

.about-desc h1 {
    font-size: 28px;
    font-weight: bold;
    padding: 2rem 0 0;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.about-desc span {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    display: block;
}

.about-desc p {
    margin-top: 1rem;
    margin-bottom: 30px;
}

.entry {
    position: relative;
}

.about-widget .rounded-circle, .about-widget img {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 150px;    
    width: 150px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.about-widget a:hover img{box-shadow: 0 0 5px #ccc; transition: all ease-in-out 0.5s;}

.sidebar .instagram-wrapper a {
    width: 33.3333%;
    margin: 0;
    float: left;
    border: 3px solid #ffffff;
}

.category-widget ul, .widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul,
.widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_nav_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-widget li, .widget.widget_recent_entries li, .widget.widget_recent_comments li, .widget.widget_archive li,
.widget.widget_categories li, .widget.widget_meta li, .widget.widget_pages li, .widget.widget_nav_menu li{
    padding: 0.4rem;
    border-bottom: 1px dotted #e2e2e2;
    transition: all ease-in-out 0.3s;
}

.category-widget li ul, .widget.widget_recent_entries li ul, .widget.widget_recent_comments li ul, .widget.widget_archive li ul,
.widget.widget_categories li ul, .widget.widget_meta li ul, .widget.widget_pages li ul, .widget.widget_nav_menu li ul{
    padding-left:0.6rem;
}

.category-widget li:last-child, .widget.widget_recent_entries li:last-child, .widget.widget_recent_comments li:last-child,
.widget.widget_archive li:last-child, .widget.widget_categories li:last-child, .widget.widget_meta li:last-child,
.widget.widget_pages li:last-child, .widget.widget_nav_menu li:last-child{
    border-bottom:none;
}

.category-widget li ul li:last-child, .widget.widget_recent_entries li ul li:last-child, .widget.widget_recent_comments li ul li:last-child,
.widget.widget_archive li ul li:last-child, .widget.widget_categories li ul li:last-child, .widget.widget_meta li ul li:last-child,
.widget.widget_pages li ul li:last-child, .widget.widget_nav_menu li ul li:last-child{
    padding-bottom: 0;
}


.category-widget a:before, .widget.widget_recent_entries a:before, .widget.widget_recent_comments li:before, .widget.widget_archive a:before,
.widget.widget_categories a:before, .widget.widget_meta a:before, .widget.widget_pages a:before, .widget.widget_nav_menu a:before{
    content: "\f101";
    font-family: fontawesome;
    padding-right: 8px;
}

.widget.widget_recent_popular_posts_widget ul.cyclone-tabs{padding: 0; margin: 0;}

.widget.widget_recent_popular_posts_widget ul.cyclone-tabs li a{padding: 6px 12px; border: 1px solid #ccc; border-width: 1px 1px 2px 1px; margin-right: 5px;}

.widget.widget_recent_popular_posts_widget ul.cyclone-tabs li:last-child a{margin-right: 0px;}

ul.cyclone-tabs {
    margin-bottom: 5px;
}

.widget.widget_recent_popular_posts_widget ul.cyclone-tabs li.active a {
    border-bottom-color: #2e9ad7;
}

.widget.widget_cyclone_custom_post_widget{padding: 0;}

.cyclone-post-widget{padding-bottom: 40px; }

.cyclone-post-widget .item-list{border-bottom:1px dotted #ccc; padding: 12px 0 12px;}

.cyclone-post-widget .item-list p{margin-bottom: 0;}

.cyclone-post-widget .item-list:last-child{border-bottom: 0; padding-bottom: 0;}

.calendar_wrap{margin-bottom: 0px;}

.calendar_wrap caption {
    background: #f7f7f7;
    padding: 5px 0 3px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.calendar_wrap tr, .calendar_wrap th, .calendar_wrap td {
    border: 1px solid rgba(204, 204, 204, 0.25);
    text-align: center;
}

.widget.widget_rss ul{padding: 0; margin:0;}

.widget.widget_rss li{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc;}

.widget.widget_rss li:last-child{padding-bottom: 0; margin-bottom: 0; border:none;}

.widget.widget_text p strong{margin-bottom: 10px; display: inline-block; width: 100%;}

ul.archive li a:hover, .widget.widget_categories li a:hover,
.widget.widget_archive li a:hover, .widget.widget_pages li a:hover,
.widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover{
    padding-left: 5px;
    transition: all ease-in-out 0.3s;
}

.widget.widget_nav_menu .nav-link{padding: 0;}

.blog-list-widget img {
    max-width: 70px;
    margin-right: 15px !important;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.blog-list-widget .w-100 {
    margin-bottom: 1rem;
    display: block;
}

.blog-list-widget .w-100.last-item {
    margin-bottom: 0;
}

.blog-list-widget .mb-1 {
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
}

.tag-widget {
    text-align: center;
}

.tag-widget a {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    margin:2px 0;
    padding:6px 10px 2px;
    text-transform: uppercase;
    background: #f8f8f8;
}

.widget_search form{
    position: relative;
}

.widget_search label{width: 100%; margin-bottom: 0px;} 

.widget_search input{margin-bottom: 0; padding-right: 60px;}

.widget_search .search-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: #acacac;
    padding: 10px 15px;
    color: #fff;
}

.widget_search a, .nothing_found a{
    width: 20%;
    padding: 1px 10px;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    right: 8px;
    border-left: none;
    background: none;
    color: #aeaeae;
    border-right: none;
    border-bottom: 0;
    border-top: 0;
    top:10px;
    border-radius: 0px;
    background: #fff;
    text-align: center;
    border-left: 1px solid #ccc;
}

.nothing_found a{width: 10%;}

.widget_search a:hover, .nothing_found a:hover{color: #067ecb;}


.page-title {
    position: relative;
    background-color: #f8f8f8;
    padding: 3rem 0 3rem;
    border-bottom: 1px dashed #e2e2e2;
}

.page-title h1 {
    font-size: 34px;
    margin-bottom: 0.7rem;
    font-weight: bold;
}

.page-title p {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.breadcrumb-wrapper {
    background: #f8f8f8;
    padding: 2rem 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.breadcrumb-wrapper h1{
    color: #666;
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.breadcrumb-wrapper .breadcrumb {
    font-size: 14px;
    text-align: center;
    background: transparent;
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb > li{display: inline-block;} 

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #666;
    content: "/\00a0";
}

.breadcrumb-wrapper .breadcrumb a {
    color: #666;
    padding-left: 5px;
}

.breadcrumb-wrapper .breadcrumb .active {
    color: #5679BB;
}

.breadcrumb-item {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    float: none;
}

.breadcrumb {
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.withoutdesc .breadcrumb {
    margin-top: 0;
    line-height: 1;
}

.shop-top {
    margin-bottom: 1rem;
}

.shop-top .form-control {
    font-size: 13px;
    border-radius: 0 !important;
    border: 1px dashed #e2e2e2;
}

select.form-control:not([size]):not([multiple]) {
    color: #767676;
}

.form-control::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control::placeholder {
    color: #767676;
    opacity: 1;
}




/* MISC 
**************************************/


#message {
    display: none;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.form-control:focus {
    outline: none;
}

.form-control::-moz-placeholder {
    color: #7b7b7b;
}

.form-control:-ms-input-placeholder {
    color: #7b7b7b;
}

.form-control::-webkit-input-placeholder {
    color: #7b7b7b;
}

.contact-details p {
    margin-bottom: 2rem;
}

.contact-details .list-group li {
    border-radius: 0 !important;
    border: none;
    padding:0 0px 15px;
}

.contact-details .list-group li i {
    background: #067ecb;
    color: #fff;
    padding-top:10px;
    margin-right: 10px;
    width: 35px;
    text-align: center;
    height: 35px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
}

.contact-details .list-group li a {
    border-radius: 0;
    font-size: 15px;
    font-weight:normal;
}

.contact-row{padding-top: 2rem;}

.contact-row h4 {
    padding: 0;
    margin: 0;
}

.contact-row .form-wrapper{border-radius: 0px; border: none; background: transparent; padding: 0;}

.custom-select {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    color: #464a4c;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    min-height: 45px;
    width: 100%;
    outline: none !important;
}

.site-section.main-contact{padding-top: 0;}

.contact-row .form-group:last-child {
    margin: 0;
}

.main-contact .contact-details .list-group li {
    border-radius: 0 !important;
    border: none;
    padding: 5px 5px;
    background: #f8f8f8;
    margin-bottom: 10px;
}


/* COLORS 
**************************************/

label span,
.about-desc span,
.page-title p,
.old-price,
.welcome-box p a,
.blog-list-widget .mb-1:hover,
.btn-primary,
.cat-title,
.blog-meta a,
.social a:hover,
.category-widget li:hover a,
a:hover,
.form-wrapper .clearfix a,
a:focus,
.sitemap-wrapper small,
.shop-desc small,
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open > .nav-link {
    color: #067ecb;
}

.shop-extra .nav-tabs a:hover,
.shop-extra .nav-tabs a:focus,
.shop-extra .nav-tabs a.active,
.shop-extra .nav-tabs a:active,
.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    border-bottom-color: #90b695 !important;
}

.onsale,
.year,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.owl-theme-01 .owl-nav [class*="owl-"]:focus,
.overlay-content .cat-title,
.overlay-content .btn,
.carousel-indicators li.active,
.page-link:hover,
.page-link.active
.customshare .list a,
.dropdown-item:hover,
.dropdown-item:focus,
.tooltip-inner,
.navbar-inverse .navbar-toggler,
.socibox:hover,
.socibox:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.header-section .navbar-nav .has-submenu > ul li:hover > ul li:hover{
    color: #fff;
    box-shadow: none;
    background-color: #067ecb;
    background-image: none;
    border-color: #067ecb;
}

.magnifier,
.bg {
    background-color: rgba(144, 182, 149, 0.8);
}

.blockquote,
.form-control:focus {
    border-color: #067ecb !important;
}

::selection {
    background: #90b695;
    /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #90b695;
    /* Firefox */
    color: #fff;
}


/**************************************/
/*PORTFOLIO PAGE*/
/**************************************/

.portfolio section:nth-child(even){background: #f8f8f860;}

.portfolio section{padding: 80px 0; display: inline-block; width: 100%; position: relative;}

.portfolio .header{border-top:1px solid #cccccc61; }

.portfolio .header .navbar-toggleable-md{padding-bottom: 3px; border: none;}

.portfolio .navbar.navbar-default{position: absolute; width: 100%; border: none;}

.portfolio .navbar-sticky.navbar-default{position: fixed;}

.portfolio .nav.navbar-nav li ul{top: 50px;}

.portfolio .navbar-sticky .navbar-nav > li > ul{top: 39px;}

.portfolio .nav.navbar-nav > li > a{color: #fff;}

.portfolio .nav.navbar-nav > li.active > a{color: #2e9ad7;}

.portfolio  .navbar.navbar-sticky .nav.navbar-nav > li > a{color: #333;}

/*Portfolio banner*/

.port-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../upload/port-1.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 220px 0 250px;
}

.port-banner img{width: 100%;}

.port-content {
    width: 45%;
    text-align: center;
    height: 100%;
}

.port-content h1{font-size: 54px;}

.port-content h1 span{color: #01d0ff;}

.port-content h1, .port-content p{margin: 0; color: #fff; text-align: left;}


.portfolio .slider-section{padding: 0;}

/*Portfolio About section*/

.portfolio  #about-section {
    float: left;
    width: 100%;
}

.portfolio  .col-md-6, .portfolio .col-md-4, .portfolio .col-md-3, 
.portfolio  .col-md-12{float: left;}

/*Portfolio title*/

.portfolio .text-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.portfolio .text-title h2 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #067ecb;
    margin-bottom: 20px;
}

.portfolio .text-title h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color:#067ecb;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.portfolio .edu-choose .text-title h2:after{background-color:#fdbb00;}

.text-title p {
    padding: 0px 15%;
    line-height:1.5;
    margin-top:8px;
    font-size: 15px;
    margin-bottom: 0;
}

.portfolio .about-section-contents {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.portfolio .about-us-contents {
    padding: 40px 0px;
}

.portfolio .about-us-contents h5 {
    position: relative;
    font-size: 24px;
    color: #111;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.portfolio .about-us-contents h5:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0px;
    width: 40px;
    height: 1px;
    background-color: #111;
}

.portfolio a.view-link {
    text-align: center;
    padding: 10px 50px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    background: rgba(9, 179, 239, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.portfolio .site-section a.view-link{margin-top: 0;}

.portfolio .about-us-contents-img {
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
}

.portfolio .about-us-contents-img img {
    width: 100%;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -ms-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
}

.portfolio .about-us-contents-img:before {
    position: absolute;
    content: '';
    width: 96%;
    height: 93%;
    border: 1px solid #cecece;
    top: 12px;
    left: 12px;
}

.portfolio .about-us-contents-img:hover > img {
    transform: scale(1.1);
}

/*Portfolio call section*/


.portfolio  #call-section {
    padding: 60px 0px;
    background: url(../upload/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.portfolio .container{position: relative; z-index: 2;}

.portfolio .call-contents {
    position: relative;
    z-index: 1;
    text-align: center;
}

.portfolio .call-contents h3{color: #fff;}

.portfolio .call-contents p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

section#skills-section, .skills-info {
    width: 100%;
}

.single-skill {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.single-skill h6 {
    font-size: 15px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 8px;
}

.progress {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e2e2e2;
    box-shadow: none;
    border-radius: 0px;
}

.progress-bar {
    background-color: #067ecb;
}


/*Portfolio fun facts*/

section#fun-fact-section {
    padding: 60px 0px 58px;
    background: url(../upload/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.fun-fact-contents {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.fun-fact-contents .col-md-3.col-sm-3{padding: 0 10px;}

.single-fun-fact {
    float: left;
    width: 100%;
    text-align: center;
}

.single-fun-fact i {
    color: #fff;
    font-size: 32px;
    background: #f8f8f829;
    padding-top: 19px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    box-shadow: 0 0 20px #ffffff94;
    border: 1px solid #cccccc52;
}
.single-fun-fact h6 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px;
}

.single-fun-fact span.counter {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

/*Portfolio section*/

.portfolio .single-features {
    text-align: center;
}

.portfolio .single-features h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0px;
    letter-spacing: 3px;
}

.portfolio .single-features p {
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

.portfolio .single-features i {
    font-size: 46px;
    color: #067ecb;
    padding-bottom: 25px;
}

.portfolio .porfolio-contents {
    float: left;
    width: 100%;
}

.portfolio .portfolio-filter {
    float: left;
    width: 100%;
}

.portfolio ul.filters {
    float: left;
    width: 100%;
    text-align: center;
}

.portfolio ul.filters li {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #ccc;
}

.portfolio li.filter a {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 2px;
    font-weight: 400;
}
.portfolio li.filter a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    opacity: 0;
    background-color: #067ecb;
    bottom: -10px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio li.filter a:hover, .portfolio li.filter.active a{color:#067ecb; }

.portfolio li.filter a:hover:before, .portfolio li.filter.active a:before {
    width: 100%;
    left: 0px;
    opacity: 1;
    color: #067ecb;
    bottom: -7px;
}

.portfolio div#isotope-grid {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.portfolio div#isotope-grid .col-md-4{padding: 0 1px 2px;}

.portfolio .single-grid-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.portfolio .single-grid-item img {
    width: 100%;
    position: relative;
    -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;
    bottom: 0;
}

.single-grid-item:hover img {
    transform: scale(1.2) rotate(10deg);
    -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;
}

.portfolio .item-hover {
    position: absolute;
    bottom: -60px;
    left: 0px;
    float: left;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 20px 0px;
    background-color: #000000bd;
    visibility: hidden;
    -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;
}

.portfolio .item-hover h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio .item-hover a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio .single-grid-item:hover .item-hover {
    visibility: visible;
    bottom: 0px;
    height: 100%;
    padding-top: 27%;
}

/*Portfolio team section*/

.single-team-member {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.single-team-member img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top:-380px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-team-member:hover .member-info {
    width: 100%;
    opacity: 1;
    top: 0;
}

.single-team-member:hover img{
    transform: rotate(-10deg) scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-info h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top:36%;
}

.member-info p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}

.member-info ul {
    margin-top: 20px;
}

.member-info ul li {
    list-style: none;
    display: inline-block;
}

.member-info ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*Portfolio subscribe section*/

section#subscribe-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: url(../upload/subscribe-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.subscribe-contents {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.subscribe-contents h3 {
    color: #fff;
    font-weight: 300;
}

.subscribe-contents form {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.subscribe-contents input.subs-textbox {
    width: 40%;
    padding: 4px 10px;
    font-size: 14px;
    color: #ccc;
    background: transparent;
    border: 1px solid #ccc;
}

.subscribe-contents input.subs-button {
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background:#5679BB;
    color: #ccc;
    border: none;
}

.portfolio .subscribe-contents  a.view-link{margin: 0; padding: 11px 30px}

section.section{padding:30px 0 0;}



/**************************************/
/*EDUCATION PAGE*/
/**************************************/

.education .slider-section .port-banner{
    background: url(../upload/edu-bg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 220px 0 250px;
}

.education .port-content{color: #fff; line-height: 1.5; margin: 0 auto; width: 80%;}

.education .port-content h1, .education .port-content p{text-align: center; padding-bottom: 15px;}

.education .port-content p{font-size: 21px;}

.education .port-content h1{font-size: 3.5rem; font-weight: 800;}

.text-theme-colored{
    color: #fdbb00!important;
}

.education .input-group{width: 60%; margin: 0 auto;}

.education input.form-control{border-radius: 25px; border: none; height: 48px;}

.education  .contact-row input.form-control{border-radius:0px;height: inherit; border:1px solid #e2e2e2; margin-bottom: 0;}

.education .btn-circled{border-radius: 25px; border-top-left-radius:0;  border-bottom-left-radius:0; background: #067ecb; color: #fff;}


.page-section.yellow {
    overflow: visible;
}

.welcome {
    color: #777;
    font-size: 16px;
    line-height:1.5;
    overflow: hidden;
}

.welcome-top-minus {
    margin-top: -140px;
}

.welcome.yellow {
    padding-top: 0;
    overflow: visible;
}

.welcome.yellow .yellow {
    padding: 0 6px;
}

.welcome.yellow .yellow-1, .welcome.yellow .yellow-2, .welcome.yellow .yellow-3 {
    position: relative;
}

.welcome.yellow .column {
    background: #fff;
    border: 1px solid #cccccc30;
}

.welcome .column {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background: #fafafa;
    padding: 0 40px 30px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all.5s ease-in-out;
    -webkit-transition: all.5s ease-in-out;
    -moz-transition: all.5s ease-in-out;
    -ms-transition: all.5s ease-in-out;
    -o-transition: all.5s ease-in-out;
}

.welcome .column:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.welcome .column .img-holder {
    display: inline-block;
    border: 5px solid #fff;
    background: #067ecb;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -32px;
}

.welcome .column .img-holder i.icon-anchor, .welcome .column .img-holder i.icon-hourglass {
    font-size: 30px;
}

.welcome .column .title {
    display: block;
    color: #222;
    font-size: 21px;
    margin: 0 0 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.welcome .column .img-holder i{font-size:28px; color: #fff;}

.welcome .column a {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.welcome-d {
    overflow: hidden;
    padding: 100px 15px 0;
}

.welcome-d h1 {
    font-size: 40px;
    font-weight: 500;
    padding: 0 0 15px;
    text-transform: uppercase;
}

.welcome-img img {
    margin: 100px 0 0;
    width: 100%;
}

.portfolio .welcome-img .about-us-contents-img:before{display: none;}

.welcome-d a.view-link, .portfolio .edu-course a.view-link,
.edu-blog a.view-link{margin-top:10px; padding: 8px 15px; font-size: 13px; text-transform:capitalize; letter-spacing: 0; 
 transition: all ease-in-out 0.3s;}

.welcome-d a.view-link:hover, .portfolio .edu-course a.view-link:hover,
.edu-blog a.view-link:hover, .portfolio a.view-link:hover{background: #ffb606; transition: all ease-in-out 0.3s;}

/* education choose section*/

.portfolio section.edu-choose{
    background: url(../upload/choose-bg.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding:80px 0 40px;
    position: relative;
}

.edu-choose .icon-box.left.media{margin-bottom:30px;}

.edu-choose h2{font-size:36px; font-weight: 600;}

.edu-choose p{color: #fff; line-height: 1.5;}

.edu-choose i.text-white{font-size:36px; padding-right:15px;}

/* education course section*/

.portfolio section.edu-course{padding-bottom: 50px;}

.edu-course .c_column {
    color: #777;
    margin: 0 0 30px;
    background: #fafafa;
    position: relative;
    border: 1px solid #cccccc30;
}

.edu-course .c_column img{ width: 100%;}

.edu-course .img-box {
    background: #333;
    text-align: center;
    position: absolute;
    top: 0;
}

.edu-course .c_column:hover .img-box {
    background: #ffb606;
}

.edu-course .img-box i {    
    font-size: 28px;
    padding-top: 15px;
    color: #fff;
}

.edu-course .img-box {
    height: 60px;
    width: 60px;
}

.edu-course .course-content{padding: 15px; text-align: center;}

/*Education team section*/

.team-members {
    overflow: hidden;
    position: relative;
}

.education .edu-team .col-md-4 {
    padding: 5px;
}

.img-fullwidth {
    width: 100% !important;
}

.team-social {
    opacity: 0;
    position: absolute;
    top: 0;
    right: -140px;
    transition: all 300ms ease-in-out 0s;
    background: #067ecb;
    width: 0;
    line-height: 0.8;
    padding: 0;
    text-align: center;
}

.styled-icons li {
    display:inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.styled-icons.icon-sm a {
    font-size: 16px;    
    margin:0 5px;
    height: inherit;
    width: inherit;
}

.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-social li a i {
    color: #fff;
}

.team-members:hover .team-social {
    opacity: 1;
    right:0;
    width:100%;
}

.team-members .team-details {
    background: #f8f8f8;
    bottom: -91px;
    padding:15px;
    position: absolute;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}

.team-members:hover .team-details {
    bottom: 0;
}

.line-bottom-centered:after {
    bottom: -13px;
    content: "";
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 40px;
}

/*Education fun fact*/

/*.education section#fun-fact-section{
    background-image: url(upload/edu-fun.jpg);
}*/


section.edu-blog{
    padding:80px 0 33px;
}


/**************************************/
/*WEDDING PAGE*/
/**************************************/

.wedding h1, .wedding h2, .wedding h3, .wedding h4, .wedding h5, .wedding h6{
    font-family: 'Playfair Display', serif;
}

.wedding{
    background: url(../upload/sec-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.portfolio.wedding .header-section, .portfolio.wedding .header, .wedding section:nth-child(even){
     background: transparent;
}

.wedding a:hover, .wedding .navbar-inverse .navbar-nav .nav-link:hover, .wedding .navbar-inverse .navbar-nav .active > .nav-link, 
.wedding .navbar-inverse .navbar-nav .nav-link.active{color: #820529;}

.wedding .dropdown-item:hover, .wedding .header .navbar-nav .has-submenu > ul li:hover > ul li:hover{background:#820529; color: #fff; border-color:#820529;}

.wedding .carousel-caption{bottom: inherit; top:25%; background: transparent; color: #fff; max-width: 80%;}

.wedding span.cat-title, .wedding .carousel-caption h1, .wedding .carousel-caption p{color: #fff;}

.wedding span.cat-title{font-size: 24px; padding-bottom: 15px;}

.wedding .carousel-caption h1{font-size: 4rem; margin-bottom:15px;}

.wedding .carousel-caption h1 a{color: #fff;}

.wedding .btn-primary{color: #fff; border-color:#fff;}

.wedding .btn-primary:hover, .wedding .form-wrapper a.btn.btn-primary:hover{background: #820529; color: #fff;  border-color:#820529; }

.wedding .slider-section .slick-prev, .wedding .slider-section .slick-next{
    left: 0;
    top: 45%;
    background: #820529;
    border-radius:0px;
    color: #fff;
    box-shadow: none;
}

.wedding .slider-section .slick-next{
    left: inherit;
    right: 0;
}

.wedding .slick-prev:before, .wedding .slick-next:before{color: #fff;}

/*wedding what we do section*/

.portfolio.wedding .text-title h2{color:#820529;}

.portfolio.wedding .text-title h2:after, .weds-page .welcome .column .img-holder{background:#820529; }

.weds-page .welcome-top-minus{margin-top: 0;}

.weds-page .welcome.yellow .column{border: none; border-radius: 0px; background: transparent;}

.weds-page .welcome.yellow .yellow, .weds-page .welcome .column{padding: 15px;}

.weds-page .welcome .column a{text-transform:capitalize;}

.wedding .btn-primary, .wedding .welcome .column a{
    border-color:#820529; 
    color: #820529; 
    display: inline-block!important; 
    font-size: 13px; 
    padding: 11px 15px;
    font-weight: normal; 
    text-transform: capitalize;
 }

 .wedding a:hover{opacity: 0.9;}

.wedding .btn-primary:hover, .wedding .welcome .column a:hover{color: #fff;}

.weds-page .welcome .column:hover {
    box-shadow: 0 0 5px 0 #f3f3f3;
}

/*Wedding weds Story*/

.portfolio.wedding .weds-story{
    background: url(../upload/weds-choose-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.portfolio.wedding .weds-story .text-title h2:after{background: #fff;}

.portfolio.wedding  #call-section {
    padding: 60px 0px;
    background: url(../upload/trust.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

.portfolio.wedding  #call-section h2{color: #fff; font-family: 'Alex Brush', cursive; font-size: 3rem;}

/*wedding Engaged section*/

.wedding section.weds-engaged{padding-bottom: 70px;}

.portfolio.wedding .single-grid-item img, .portfolio.wedding .single-grid-item{transition: all ease-in-out 0.5s;}

.wedding .single-grid-item:hover img {
    transform: scale(1.2);
    transition: all ease-in-out 0.8s;
}

.portfolio.wedding .weds-engaged div#isotope-grid .col-md-4 {
    padding: 0 5px 10px;
}

.portfolio.wedding ul.filters li{
    border: 1px solid #820529;
    color: #820529;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

.portfolio.wedding li.filter:hover, .portfolio.wedding li.filter.active{
    background: #820529;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.portfolio.wedding li.filter a{color:#820529; text-transform: capitalize;  font-size: 14px;}

.portfolio.wedding li.filter:hover a, .portfolio.wedding li.filter.active a{
    color: #fff;
}

.portfolio.wedding li.filter a:hover:before, .portfolio.wedding li.filter.active a:before{
    display: none;
}

.edu-course.weds-detail .c_column{margin-bottom: 0;}

.edu-course.weds-detail  .c_column img {
    width: 100%;
}

.edu-course.weds-detail .course-content h3{font-weight: 500; color: #820529;}

/*wedding fun fact section*/

.wedding.education section#fun-fact-section {
    background: url(../upload/weds-edu-fun.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


/*wedding team section*/

.wedding .team-members {text-align: center;}

.wedding .team-members .team-details, .wedding .team-social{
    position: inherit;
    bottom: inherit;
    background: transparent;
    right: inherit;
    top: inherit;
    width: 100%;
    opacity: 1;
    padding: 15px 0 0;
}

.wedding .team-members .team-details h4{color:#820529; padding-bottom: 10px;}

.wedding .team-social{padding: 0; margin: 0;}

.wedding .team-social li a i{color: #111; padding: 0;}

.wedding .team-social li a i:hover{color:#820529;}

.wedding .edu-team .col-xs-12.col-sm-3.col-md-3{padding: 0 8px;}

.wedding .team-thumb{
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-block;
    border: 5px solid #ccc;
    overflow: hidden;
}

/*wedding blog section*/

.wedding section.weds-blog{ padding-bottom: 65px; }

.total-blog-content-area .single-blog p{color: #212121; font-size: 15px;}

.total-blog-content-area .single-blog a {
    position: relative;
    display: block;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

.total-blog-content-area .single-blog img{width: 100%; transition: all ease-in-out 0.5s;}

.total-blog-content-area  .single-blog a:hover img {
    transform: scale(1.2) rotate(5deg);
    transition: all ease-in-out 0.5s;
}

.total-blog-content-area .single-blog .date {
    position: relative;
    margin-bottom: 15px;
}

.total-blog-content-area .single-blog .date ul {
    position: absolute;
    top: -60px;
    right:0;
    left: 0;
    margin: 0 auto;
    background: url(../upload/heart.png) no-repeat;
    width: 104px;
    height: 60px;
    text-align: center;
    padding: 0;
}


.total-blog-content-area .single-blog .date ul li {
    margin-top: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.total-blog-content-area .single-blog .date ul li span {
    display: block;
    color: #ee0548;
}

.total-blog-content-area .single-blog h3 a {
    color: #820529;
    transition: all 0.5s ease 0s;
    font-size: 20px;
    font-weight: 500;
}

.total-blog-content-area .single-blog p span {
    color: #ee0548;
}

/*wedding subscribe section*/

.wedding section#subscribe-section{
    padding: 60px 0px;
    background: url(../upload/weds-subscribe-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.wedding ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.wedding ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.wedding :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.wedding :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.wedding #subscribe-section .btn-primary, .wedding .carousel-caption .btn-primary{border-color: #820529; background: #820529; color: #fff;}

.wedding .carousel-caption .btn-primary{padding: 10px 18px;}

.wedding .subscribe-contents input.subs-textbox{border-color:#fff; color: #fff; border-radius: 20px; }

/*Weddding contact section*/

.wedding .contact-row{padding-top: 0;}

.wedding .contact-details{text-align: center; margin-top: 3rem;}

.wedding .contact-details .weds-loc p{margin: 0;}

.weds-loc {
    border: 1px dashed #ccc;
    padding: 15px;
}

/*wedding footer section*/

.wedding .instagram-wrapper span{color: #820529; }

.wedding .footer .widget-title h3 span{background: #820529;}

.wedding .footer, .wedding .contact-details .list-group li i{background: #820529;}

.wedding .copyright{background:#5a021b }




/**************************************/
/*MOBILE APPS PAGE*/
/**************************************/

.mobile section:nth-child(odd){
    background: url(upload/sec-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.portfolio.mobile section:nth-child(even){
    background: #fff;
}

.mobile .port-banner{
    background: url(../upload/mobile-bg.jpg) no-repeat; 
    padding: 185px 0 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.mobile .port-content{text-align: left; width: 100%; padding-top:12%;}

.mobile .port-content h1{font-family: 'Ubuntu', sans-serif; padding-bottom: 15px;}

.mobile .port-content h3{color: #fff; padding-bottom: 15px; }

.mobile .port-content .btn-primary{background:#f8f8f8; color:#5679BB; margin-top: 25px; }

.mobile .welcome.yellow{margin-top: 40px; display: inline-block; width: 100%;}

.mobile .welcome .column .title{font-size: 21px; text-transform: uppercase;}

.mobile-page .welcome.yellow .column{
    border: none;
    border-radius: 0px;
    background: transparent;
    padding: 0;
}

.mobile-page .welcome.yellow .yellow{padding: 0 15px;}


.mobile-page .welcome .column .img-holder{border-radius: 0px; border-bottom: 3px solid #067ecb; border-top:3px solid #067ecb}

.mobile-page p{margin: 0;}

.text-title.m-feature h2, .text-title.m-feature p, .feature p{ color: #fff; }

.text-title.m-feature h2:after{background: #fff;}

/*.overlayer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to left,#069abb, #183e84);
    background: -moz-linear-gradient(to left,#069abb, #183e84);
    background: -ms-linear-gradient(to left,#069abb, #183e84);
    background: -o-linear-gradient(to left,#069abb, #183e84);
    background: linear-gradient(to left,#069abb, #183e84);
    z-index: 0;
    opacity: 0.8;
}*/

/*features section*/

.portfolio.mobile section#features{
    background: url(../upload/bg1.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.searvice-features {
    float: left;
    width: 100%;
}

.feature {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.hd-feature {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.feature.text-right i {
    float: right;
}

.hd-feature i {
    color: #fff;
    float: left;
    width: 70px;
    height: 70px;
    border: 5px solid #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.feature h3 {
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.app-img img{width: 100%;}

.feature.text-right h3 {
    float: right;
    padding-right: 15px;
}

.sticky_post {
    border: 1px solid #1b6cb16b !important;
    box-shadow: -7px 0px 0px #1b6cb1;
}

.portfolio.mobile #call-section{
    background: url(../upload/mob-call.jpg) no-repeat;
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/*why choose*/
.mob-detail img{width: 100%;}

.m_column h3{padding-bottom: 20px;}

.suggest-links {
    margin:30px 0;
}

.suggest-links ul {margin:0px; padding: 0; display: inline-block; width: 100%:;}

.suggest-links ul li {
    float: left;
    width: 28%;
    margin-right: 40px;
}

.suggest-links ul li:last-child{margin: 0;}

.suggest-links ul li i {
    width: 100px;
    height: 100px;
    border: 5px solid #069abb;
    font-size:48px;
    color: #069abb;
    line-height: 92px;
    text-align: center;
    margin-bottom: 20px;
}

.suggest-links ul li span {
    color: #636466;
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 100%;
}

.portfolio.mobile .call-contents p{margin-bottom: 0;}


.mobile .grid-item img {
    width: 100%;
}

.mobile .grid-item.col-md-4.col-sm-6.col-xs-12 {
    padding: 2px;
}

.slick-lightbox-inner .slick-prev:before, .slick-lightbox-inner .slick-next:before{color: #fff;}

/*fun-fact-section*/

.mobile section#fun-fact-section{
    /*background: url(../upload/mob-count.jpg);*/
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.mobile-port .single-grid-item:hover img{
    transform: scale(1.2) rotate(5deg);
}

/*about team*/

.iq-team {
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.iq-team:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: rgba(9, 179, 239, 1);
    background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
    background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
    opacity: 0;
}

.iq-team:hover:before {
    opacity: 0.8;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.iq-team-info {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    width: 100%;
    display: inline-block;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.team-post {
    margin: 0px 0 12px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.share {
    position: relative;
    width: 100%;
}

.share span {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;
    border-radius: 90px;
    padding: 8px 20px;
    background: #fff;
    color: #09b2ef;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.share nav {
    font-size: 0;
}

.share a {
    line-height: 37px;
    width: 40px;
    text-align: center;
    display: inline-block;
    color: #000;
    overflow: hidden;
    opacity: 1;
    margin: 0 -20px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.share a:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0;
}

.share:hover span, .share.hover span {
    opacity: 0;
}

.share:hover a, .share.hover a {
    border-radius: 50%;
    margin: 0 5px;
    color: #09b2ef;
    font-size: 16px;
}

.iq-team:hover .iq-team-info {
    opacity: 1;
}

/*download section*/

.portfolio.mobile section.mobile-download{
    background: url(../upload/download-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.portfolio .mobile-download .text-title h2:after,
.portfolio .mobile-subs .text-title h2:after{background:#fff; }

.mob-btn{margin-top: 25px;}

.button {
    color: #fff;
    padding: 12px 36px;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background-image: linear-gradient(to right, #09b3ef 0%, #1e50e2 51%, #09b3ef 100%);
    background-size: 200% auto;
    flex: 1 1 auto;
}

.button.button-icon {
    line-height: 34px;
    border: 1px solid #fff;
    background: transparent;
    padding: 8px 35px;
}


.button.button-icon i {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.button.button-icon:hover{color: #067ecb; background: #fff; transition: all ease-in-out 0.3s;}

.mobile .single-blog{box-shadow: 0 0 5px #ccc;}

.mobile .single-blog .blog-content{padding: 15px;}

.mobile .total-blog-content-area  .single-blog a:hover img{transform: none;}


.mobile .total-blog-content-area .single-blog h3 a {
    color: #5679bb;
}

.mobile .total-blog-content-area .single-blog p{margin: 0;}

.iq-blog-meta ul{
    margin:0;
}

.iq-blog-meta li{display: inline-block; padding-right: 10px;}

.mob-button{text-align: center; width: 100%;}

.mobile .total-blog-content-area .btn-primary{margin-top: 40px;}

.mobile .total-blog-content-area .btn-primary:hover{color: #fff;}


/*mobile subscription*/

.mobile-subs .subscribe-contents form{margin: 0;}

.mobile-subs .subscribe-contents input.subs-textbox{background: #fff; border-radius: 90px; border: none; height: 50px; width: 45%; margin: 0;}

.mobile-subs .btn-primary {
    background: #fff;
    color: #067ecb;
    border: none;
    padding: 17px 26px;
    border-radius: 90px;
    margin-left: 15px;
}
/*
get in touch*/


.mobile .weds-loc{padding: 0; border: 0; text-align: center;}

.mobile .weds-loc i {
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #067ecb;
    line-height: 2.2;
    margin-bottom: 20px;
}

.mobile .weds-loc p{margin-bottom: 0; font-size: 16px; color: #111;}

.mobile .contact-row{padding-top: 3rem;}

.mobile .form-group.col-lg-12{text-align: center;}

.mobile .contact-form{padding: 0 5%; margin-top: 2rem;}

.site-section footer{background: transparent;}

.portfolio .site-section footer .widget{width: 80%;}

.site-section .footer-text p, .site-section .copyright a{color: #111;}

.site-section .copyright{color: #111; background: transparent; border-top:1px solid #ccc }


/**************************************/
/*CONSTRUCTION PAGE*/
/**************************************/

.construction .slider-section .overlay, 
.medical .slider-section .overlay{background: rgba(0,0,0,0.6);}

.construction .slider-section .slick-prev, .construction .slider-section .slick-next{
    left: 0;
    top: 45%;
    border-radius: 0;
    box-shadow: none;
    background:#fdad00;
    color: #fff;
}

.construction .slider-section .slick-next{right: 0; left: inherit;}

.construction .slick-prev:before, .construction .slick-next:before{color: #fff;}

.construction .carousel-caption {
    background: transparent;
    width: 60%;
    max-width: inherit;
    bottom: inherit;
    top: 35%;
    border-radius: 0px;
    margin: 0;
    text-align: left;
    left: 6%;
}

.construction .carousel-caption h1 a{font-size: 48px; color: #fdad00;font-weight: 700;}

.construction .carousel-caption p{color: #fff; font-size: 21px;}

.construction .btn-primary{background: #fdad00; border-color: #fdad00; color: #fff; border-width: 2px; transition: all ease-in-out 0.5s; border-radius: 0px;}

.construction .btn-primary:hover{background: transparent; color:#fdad00; transition: all ease-in-out 0.5s; }


/*about*/
.portfolio.construction .about-us-contents, .portfolio.construction .about-section-contents{padding: 0;} 

.panel-group .panel {
    border: 1px solid #f7f7f7;
    position: relative;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-color: #dddddd;
    color: #333333;
}

.dg-accordion01 .panel-heading h4 {
    margin: 0;
    font-weight: 600;
    position: relative;
}

.dg-accordion01 .panel-heading a.collapsed {
    color: #424242;
}

.dg-accordion01 .panel-heading a:hover, .dg-accordion01 .panel-heading a {
    color: #111;
    text-decoration: none;
}

.dg-accordion01 .panel-heading a {
    display: block;
    color: #424242;
    padding: 12px 23px 11px 54px;
    font-size: 15px;
}

.dg-accordion01 .panel-heading .arrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    border-right: 1px solid #ebeef0;
}

.dg-accordion01 .panel-heading a.collapsed .arrow:before, .dg-accordion01 .panel-heading a.collapsed .arrow:after {
    background: #333;
    opacity: 1;
}

.dg-accordion01 .panel-heading .arrow:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -1px;
    z-index: 1;
    opacity: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.dg-accordion01 .panel-heading .arrow:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    z-index: 1;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.dg-accordion01 .panel-body {
    padding: 15px 25px;
}

/*fun fact*/

.construction #fun-fact-section{
    background: url(../upload/cons-count-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.construction #fun-fact-section i{
    background: #fdad00; 
    border: 2px solid #d29001;
    box-shadow: none;
}

.construction .single-fun-fact h6{padding-bottom: 0;}

/*tg-main-section*/

.portfolio.construction section.tg-main-section{padding-bottom: 50px;}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

.sec-title h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: .5px;
}

.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin: 2px auto;
}

.colorborder::after {
    background: #fdad00 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 60px;
    top: -1px;
}

.tg-service {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.tg-service .tg-border-topleft {
    padding: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all ease-in-out 0.5s;
}

.tg-service:hover .tg-border-topleft {
    background:#fdad00;
    border:1px solid #fdad00;
    transition: all ease-in-out 0.5s;
}


.tg-displaytable {
    width: 100%;
    height: 100%;
    display: table;
}

.tg-displaytablecell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.tg-service span {
    display: block;
    padding: 0 0 15px;
}

.tg-service span:before {
    font-size: 36px;
    line-height: 1.5;
    color: #272727;
}

.tg-service h3 {
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #272727;
}

.tg-description p{color: #272727; margin-bottom: 0;}

.tg-border-topleft:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 2px;
    height: 70px;
    background: #fdad00;
}

/*new step*/

.portfolio.construction section.new-step-section{
    background: url(../upload/newstep-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tg-virtuallybuild .tg-theme-heading {
    margin: 0 0 20px;
}

.tg-virtuallybuild{padding-top:30px;}

.tg-virtuallybuild h2, .tg-virtuallybuild p{color: #fff;}

.tg-virtuallybuild h2 {
    font-size: 30px;
    line-height:1.5;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.tg-virtuallybuild h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    color: #fdad00;
}

.tg-haslayout img {
    width: 100%;
    border: 5px solid #fdad00;
}

.tg-virtuallybuild h2, .tg-virtuallybuild p{color: #fff;}

.tg-btn-box{margin-top:30px;}

/*recent works */


.portfolio.construction ul.filters li{
    border: none;
}

.portfolio.construction li.filter a:before{background-color:#fdad00; width: 100%; }

.portfolio.construction li.filter a:hover, .portfolio.construction li.filter.active a {
    color: #fdad00;
}

.portfolio.construction li.filter a:hover:before, .portfolio.construction li.filter.active a:before, 
{color: #fdad00;}


/*call section*/

.info-section {
    background: url(../upload/call-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.info-section::before {
    background: #111;
    width: 40%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
}

.info-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 173, 0, 0.9);
}

.info-section h3 {
    color: #fff;
    z-index: 1;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 45px;
    line-height: 1.5;
    margin-bottom: 0;
}

.info-section p {
    color: #222;
    z-index: 1;
    font-size: 21px;
    font-weight: 400;
}

/*team member*/
.team-member .team-item {
    position: relative;
    overflow: hidden;
}

.team-member .team-item .team-img {
    position: relative;
}

.team-member .team-item .team-img img {
    width: 100%;
}

.team-member .team-item .team-img .normal-text {
    position: absolute;
    left: 0px;
    bottom:0px;
    right: 0;
    text-align: center;
}

.team-member .team-item .team-img .normal-text .team-name {
    background: rgba(253, 173, 0, 1);
    color: #101010;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}

.team-member .team-item .team-img .normal-text span.subtitle {
    background: #333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding:10px 15px;
    width: 100%;
    display: inline-block;
    min-height: 44px;
}

.team-member .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 11;
    padding: 30px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.team-member .team-item .team-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -webkit-transition: .25s opacity ease;
    transition: .25s opacity ease;
}


.overly-border::before, .overly-border::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}

.overly-border::before {
    border-top: 5px solid #fdad00;
    border-bottom: 5px solid #fdad00;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.overly-border::after {
    border-right: 5px solid #fdad00;
    border-left: 5px solid #fdad00;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.team-content:hover .overly-border:before, .team-content:hover .overly-border:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-member .team-item:hover .team-content {
    opacity: 1;
    top: 0;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.team-member .team-item .team-title {
    font-size: 14px;
    color: #fbc02d;
    padding-bottom: 12px;
    position: relative;
    z-index: 9;
}

.team-member .team-item .team-desc {
    color: #fff;
    margin-bottom: 0;
    padding-top: 12px;
    margin-top: 8px;
}

.team-member .team-item .team-name a{color: #fff; position: relative;}

.team-member .team-item .team-name a:hover {
    color: #fbc02d;
}

.team-member .team-item .team-social {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    margin-top: 25px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background: transparent;
    right: inherit;
}

.team-member .team-item .team-social .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    margin-right: 6px;
    border-radius: 50%;
}

.team-member .team-item:hover .team-social {
    opacity: 1;
}

/*testimonial*/
.c-testimonial .testi-item{
    text-align: center;
    border: 1px solid #cccccc59;
    padding: 15px;
}

.c-testimonial .image {
    width: 120px;
    height:120px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: all 0.7s ease 0s;
    border: 5px solid #f2f2f2;
    display: inline-block;
}

.c-testimonial .testi-item .title, .c-testimonial .testi-item .name {
    font-size: 16px;
    font-weight: 700;
    color: #fbc02d;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.c-testimonial .testi-item  .testimonial-content {
    border-top: none;
    text-align: center;
    transition: all 500ms ease 0s;
}

.c-testimonial .testi-item .name{color: #272727; margin-bottom: 0; padding: 0;}

.c-testimonial .testi-item .testimonial-content .rating {
    display: inline-block;
    margin-top: 0;
    list-style: none;
    padding: 0;
}

.c-testimonial .testi-item .testimonial-content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #fdad00;
}

/*subscribe*/
.construction.portfolio a.view-link{background: #fdad00;}

/*latest news*/
.single-blog-post .img-box {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 0.5s;
}

.single-blog-post .img-box img {
    width: 100%;
}

.single-blog-post .img-box .overlay, .single-blog-post .img-box .b-overlay{opacity: 0; transition: all ease-in-out 0.5s;}

.single-blog-post .img-box .overlay .box, .single-blog-post .img-box .b-overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-blog-post .img-box .overlay .box .content, .single-blog-post .img-box .b-overlay .box .content  {
    display: table-cell;
    vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul, .single-blog-post .img-box .b-overlay .box .content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li, .single-blog-post .img-box .b-overlay .box .content ul li {
    display: inline-block;
    list-style: none;
}

.single-blog-post .img-box .overlay .box .content ul li a {
    background: #fff;
    border: 0 none;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin-right: 8px;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.widget_recent_entries a:visited,
.widget_recent_comments a:visited,
.widget_archive a:visited,
.widget_categories a:visited,
.widget_meta a:visited,
.widget_cyclone_custom_post_widget a,
.widget_cyclone_recent_popular_posts_widget a{
    color: #111;
}

.widget_cyclone_custom_post_widget a:hover,
.widget_cyclone_recent_popular_posts_widget a:hover{
    color: #2e9ad7;
}
.cyclone-tabs li {
    list-style: none;
}
ul.cyclone-tabs{
    padding-left: 0 !important;
}
.cyclone_recent_widget_title {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.widget_cyclone_social_links_news_widget a:visited{
    color: #111;
}

.widget_cyclone_social_links_news_widget a:hover{
    color: #fff;
}

.widget_cyclone_instagram_loaded_widget a {
    overflow: hidden;
    margin: 0;
    float: left;
    border: 3px solid #ffffff;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover, .single-blog-post .img-box .b-overlay .box .content ul li a:hover {
    background: #fdad00;
    border-color: #fff;
    color: #333;
}

.single-blog-post .img-box:hover .overlay, .single-blog-post .img-box:hover .b-overlay  {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transition: all ease-in-out 0.5s;
}

.single-blog-post .img-box .date {
    background: #fdad00;
    text-align: center;
    color: #333;
    font-size: 15px;
    width: 80px;
    position: absolute;
    top:0px;
    right: 0;
    line-height: 24px;
}

.single-blog-post .img-box .date b {
    display: block;
    color: #fff;
    background: #333;
    font-size: 27px;
    line-height: 40px;
}

.single-blog-post .content-box {
    border: 1px solid #eee;
    padding: 30px 20px;
    background: #f7f7f7;
}

.single-blog-post .content-box .content p{margin: 0;}

/*partner*/
.partner img {
    border-radius: 20px;
}

/**************************************/
/*MEDICAL PAGE*/
/**************************************/

.medical .slider-section .slick-prev, .medical .slider-section .slick-next{
    left: 0;
    top: 45%;
    border-radius: 0;
    box-shadow: none;
    background:#2780e3;
    color: #fff;
}

.medical .slider-section .slick-next{right: 0; left: inherit;}

.medical .slick-prev:before, .medical .slick-next:before{color: #fff;}

.medical .carousel-caption {
    background: transparent;
    width: 40%;
    max-width: inherit;
    bottom: inherit;
    top: 28%;
    border-radius: 0px;
    margin: 0;
    text-align: left;
    left: 6%;
}

.medical .carousel-caption h1 a{font-size: 48px; color: #fff;font-weight: 700;}

.medical .carousel-caption p{color: #fff; font-size: 16px; text-align: justify;}

.medical .btn-primary{background: #2780e3; border-color: #2780e3; color: #fff; border-width: 2px; transition: all ease-in-out 0.5s; border-radius: 0px;}
.medical .btn-primary.btn-white{color: #333; background: #fff; border-color: #fff;}

.medical .btn-primary:hover{background: transparent; color:#2780e3; transition: all ease-in-out 0.5s; }
.medical .btn-primary.btn-white:hover{border-color: #fff; color: #ccc;}

/*department*/

.medical section.blog-home.department{padding-bottom:50px; }

.medical .single-blog-post{margin-bottom:30px;}

.medical .single-blog-post .content-box{background: transparent;}

.medical .single-blog-post .img-box .b-overlay .box .content ul li a{font-size: 32px; color: #fff;}

.medical .single-blog-post .img-box .b-overlay .box .content ul li a:hover{background: transparent; }

.medical .single-blog-post .content-box{padding: 15px;}

.medical .single-blog-post .content-box .btn-primary{margin-top: 15px; font-weight: 500; text-transform: capitalize; padding: 8px 15px;}

.medical .colorborder::after{background: #2780e3;}

.medical .tg-border-topleft:after{content: none; }

.medical .tg-service:hover .tg-border-topleft {
    border: 1px solid #2780e3;
    transition: all ease-in-out 0.5s;
    background: transparent;
    box-shadow: 0 0 5px #ccc;
}

.medical section.new-step-section{
    background: url(../upload/medi-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.medical .info-section{
    background: url(../upload/medi-bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.medical .info-section h3{font-weight: 700; padding: 0; margin-bottom: 15px;}

.medical .info-section p{color: #fff; margin-bottom: 0;}

.medical .info-section::before{width: 50%; background: #2780e3;}

.medical .info-section::after{background: transparent;}

.info-section a {
    margin-top: 30px;
}

/*gallery*/

.portfolio.medical ul.filters li:hover, .portfolio.medical ul.filters li.active{background:#2780e3; border-color:#2780e3;  }

.portfolio.medical li.filter a:hover, .portfolio.medical li.filter.active a{color: #fff;}

.portfolio.medical  li.filter a:before{content: none;}

/*testimonial*/

.medical .c-testimonial .testi-item{border: none; margin: 0 auto; width: 70%; padding-bottom: 0;}

.medical .c-testimonial .testi-item .name{margin: 10px 0;}

.medical .c-testimonial .testi-item span.post{color:#2780e3; }

.medical .c-testimonial .testi-item p{margin-bottom: 0;}

.medical .c-testimonial .testi-item .testimonial-content .rating{margin-top: 10px;}

.medical #fun-fact-section{
    background: url(../upload/medi-bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/*blog*/

.medical .blog-home{padding-bottom: 50px;}

.medical .single-fun-fact i{background: #2780e3;}

.medical .single-blog-post .img-box .date {
    background: #2780e3;
    text-align: center;
    color: #fff;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover, .single-blog-post .img-box .b-overlay .box .content ul li a:hover{
   background: #2780e3; 
}

.medical .blog-home .single-blog-post .content-box{background: #fff;}

.medical .team-member .team-item .team-img .normal-text{position: relative;}

.medical .team-member .team-item .team-img .normal-text .team-name{line-height: 1.2; margin:0; background: rgb(39, 128, 227); color: #fff;}


/*Updated css */

.single_post .blog-desc{
    position: inherit;
    width: 100%;
    margin: 0; 
    padding: 0;
    text-align: left!important;
}

.single_post .blog-desc.single_image_available{
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    width: 94%;
    padding:15px 15px 0;
    margin: -35px auto 0;
    border-top-left-radius: 20px;
}

.single_post ol, .single_post ul{list-style: disc; padding-left: 15px;}

.single_post ol{list-style: decimal;}

.single_post .comment-content ol, .single_post .comment-content ul{margin-bottom: 10px;}

.single_post ol li, .single_post ul li{padding: 0px;}

.widget.about-author{text-align: center;}

.single_post  .single-blog-bottom .tag-widget.float-left{text-align: left;}

.single_post  .single-page .float-right{float: left!important; margin-top: 20px!important; width: 100%; text-align: left;}

.single_post .gallery{margin-top: 15px;}

.gallery-item .gallery-icon{margin-bottom: 15px;}

.single_post ol.comment-list, .single_post ul.comment-list{list-style: none; padding: 0;}

.comment-list .comment-content p{margin-bottom: 0px; margin-top: 10px;}

.single_post div#comments{margin-top: 10px;}

.single_post  .mejs-container{margin-bottom: 20px;}

.single_post th, .single_post td {
    border: 1px solid #ccc;
    text-align: center;
}

.single_post ol.comment-list code {
    padding: 15px;
    color: #333;
    width: 100%;
    display: inline-block;
    margin: 8px 0;
    background: #f7f7f9;
}

.single_post .comment ol.children{margin-top: 5px; margin-bottom: 5px; list-style: inherit;}

.single_post .blog-media img{width: auto;}

.single_post p img.alignright{margin-bottom: 25px;}

.instagram_section{
    padding-top: 60px !important;
}
.navigation.pagination a{
    color: #111;
}
.navigation.pagination a:hover{
    color: #fff;
}
.footer-text p {
    margin-bottom: 0;
    padding: 1rem 0 0.5rem !important;
    color: #fff;
}
p.footer_widget_help_text {
    color: #fff;
}
.footer .widget_nav_menu ul li a{
    color: #fff;
}
.footer .widget_nav_menu ul li a:after{
    display: none;
}
.footer .widget_cyclone_instagram_loaded_widget{
    background-color: transparent !important;
}
.footer .widget_cyclone_instagram_loaded_widget a {
    border: 3px solid transparent;
}
.footer section.widget{
    padding-left: 0 !important;
    padding-right: 0 !important; 
}
.footer a{
    color: #fff !important;
}
.footer .widget_cyclone_social_links_news_widget a{
    color: #000 !important;
}
.footer .cyclone-tabs li.active a{
    border-bottom: 3px solid #fff !important;
}
.footer_widget_help_text a {
    color: #000!important;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.footer .posted_comments > div,.footer .comment_on{
    color: #fff;
}
.main-category .blog-desc h3 a,
.homepage_full .blog-desc h3 a,
.home_right_sidebar .blog-desc h3 a,
.home_left_sidebar .blog-desc h3 a,
.home_two_col .blog-desc h3 a,
.home_three_col .blog-desc h3 a {
    color: #111;
}
textarea#comment {
    height: 150px;
    padding: 10px 10px 10px 15px;
    font-family: inherit;
}
.comment-body .reply {
    margin-top: 15px;
    margin-bottom: 5px;
}
p.form-submit .submit {
    font-family: inherit;
}
.single-page p {
    line-height: 24px;
}
.error404 .breadcrumb-wrapper {
    display: none;
}
.back_to_home {
    margin-top: 20px;
}
input.search-fld {
    font-family: inherit;
}
.home_right_sidebar,
.home_left_sidebar,
.homepage_full {
    margin-bottom: 40px;
}

.widget .textwidget .wp-caption .wp-caption-text{padding: 0; margin: 0;}

.nothing_found form{width: 100%; position: relative;}

.instagram_section {
    background: #F2F2F2;
}

section.archive_page.site-section.main-category {
    padding-bottom: 50px;
}

.search-results .site-section {
    margin-bottom: 40px;
}


/*added css*/

.breadcrumb-wrapper.homepage_banner{
    position: relative;
    padding: 5rem 0;
    background-attachment: fixed; 
}

.breadcrumb-wrapper.homepage_banner .section-title{text-align: center; position: relative;z-index: 2; margin: 0;}

.breadcrumb-wrapper.homepage_banner h2 {
    padding:0;
    margin:0;
    color: #fcfcfc;
    font-size: 32px;
}

p.banner_subtitle {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding:10px 0 0;
}

.single-page .blog-social {
    text-align: left;
    padding-left: 0;
}

.slicknav_nav a{
    color: #B6B3C4 !important;
}

.social.pull-left a {
    color: #fff;
}

.blog-social a:visited {
    background-color: transparent !important;
}

.Block-Search a,.widget_search a {
    color: inherit !important;
}


/*blog list view*/
.blog-post.blog-listing {
    display: inline-block;
    margin-bottom: 25px;
    padding: 15px 15px 7px;
    width: 100%;
    border: 1px solid #eee;
}

.blog-post.blog-listing header.entry-header {
    float: left;
}

.blog-post.blog-large.blog-listing .entry-thumbnail {
    margin: 0;
    margin-right: 20px;
    position: relative;
    width: 300px;
}

.blog-post .post-format {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px;
}

.blog-post.blog-large .post-format > i {
    font-size: 20px;
}

.blog-listing .entry-content {
    margin-top: 0;
    position: relative;
}

.blog-post.blog-large .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-post.blog-large .entry-title {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 9px;
    clear: none;
}

.blog-post.blog-listing .entry-meta {
    width: 100%;
    padding: 12px 8px 5px;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.blog-post .entry-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.blog-listing .red-btn {
    text-align: left;
    margin-top: 12px;
    display: block;
}

.blog-listing .entry-meta a {
    color: #666;
}

.blog-listing .entry-meta a:hover {
    color: #2e9ad7;
}

 .blog-listing .red-btn .btn-primary{
    padding: 11px 15px 8px;
    background-color: #1b6cb1;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    border-width: 0;
    border-left-width: 10px;
    border-color: #0f4471;
    border-style: solid;
    font-family: 'Josefin Sans', sans-serif;
}

.new_list_view .result-paging-wrapper {
    margin-top: 10px;
}

.blog-listing .red-btn .btn-primary:hover{
    background: #0f4471;
    border-color:#1b6cb1;
}

/* RESPONSIVE 
**************************************/
@media only screen and (min-width: 1500px){
	.instagram_shortcode {
	    width: 1170px;
	    margin: 20px auto 0;
	    display: table;
	}
	.instagram_section{
		padding-bottom: 80px !important;
	}
}
@media (min-width: 992px) {
    .header-section .dropdown-menu {
        margin-top: 24px;
    }
    .header-section .navbar-nav .has-submenu {
        position: relative;
        display: inline-block;
    }
    .header-section .navbar-nav .has-submenu:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .header-section .navbar-nav .has-submenu:hover > ul li ul {
        margin-top: -1px;
    }
    .header-section .navbar-nav .has-submenu > ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .header-section .navbar-nav .has-submenu .dropdown-menu {
        min-width: 220px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: 49px;
    }
    .header-section .navbar-nav .has-submenu > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .header-section .navbar-nav .has-submenu > ul.start-right {
        right: 0;
        left: auto;
    }
    .header-section .navbar-nav .has-submenu > ul li {
        position: relative;
    }
    .header-section .navbar-nav .has-submenu > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
        padding:0;
        background: #fff;
        list-style: none;
        width: 100%;
    }

    .header-section .navbar-nav .has-submenu > ul li:hover > ul li{
        padding: 8px 1.5rem 6px 0;
    }

    .header-section .navbar-nav .has-submenu > ul li > ul li a:hover, .header .navbar-nav .has-submenu > ul li > ul li:hover a{
        color: #fff;
    }

    .header-section .navbar-nav .has-submenu > ul li:hover > ul.show-right {
        right: 100%;
    }
    .header-section .navbar-nav .has-submenu > ul li ul {
        position: absolute;
        top: 0;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 130%;
    }
    .header-section .navbar-nav .has-submenu > ul li ul.show-right {
        right: 130%;
        left: auto;
    }

}

@media (max-width: 1198px) {
    .about-desc {
        top: 0;
        padding: 0;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 1180px) {
    .image-overlay {
        bottom: 0;
        margin: 0;
        left: 0;
        right: 0
    }
    .about-desc img {
        margin-top: 2rem;
    }
}


@media(max-width: 1100px){
    .carousel-caption{
        max-width: 435px;
    }

    .carousel-caption h3{font-size: 24px;}

    .blog-social{padding: 0;}

    /*wedding page*/

    .wedding .carousel-caption{top: 8%;}

    /*mobile page*/

    .hd-feature i{width: 60px; height: 60px; line-height: 50px; font-size: 21px;}

    .mobile .site-section .content.col-lg-12{padding: 0;}

@media (max-width: 768px) and (min-width:737px) {
    .carousel-caption {
        bottom:0;
        width: 100%;
        position:inherit;
        max-width: 100%;
        border-radius: 0;
        border: 1px solid #f4f4f4;
    }
}


@media (max-width: 992px) {

    .slicknav_btn{top: 32px;}
    
    .text-empty .logo_name_description{
        padding-top: 0;
    }
    .text-empty .slicknav_btn{
        top: 15px;
    }

    .main-category .row{margin: 0;}

    .logo.pull-left, .header-section .navbar-toggleable-md{text-align: left; display: block;}

    .header-section button.navbar-toggler{display: inline-block; margin-top: 10px;}

    .navbar-toggleable-md .navbar-nav .dropdown-menu ul{padding-left:0;}

    .dropdown-toggle::after{content: "";}

    .dropdown-item, .header-section .navbar-nav .has-submenu > ul li ul li a{display: inline-block;}

    .container{width: 100%;}

    .list-style .cat-title {
        margin-top: 1rem;
    }
    .side-logo {
        left: 10%;
        bottom: 15%;
        right: 10%;
    }
    .side-logo.text-right {
        text-align: center !important;
    }
    .parallax.parallax-off {
        border-bottom: 1px dashed #e2e2e2;
        text-align: center;
        min-height: 300px;
        width: 100%;
        position: relative;
        float: none;
        background-image: none !important;
        background-color: #fff;
    }
    .left-side {
        width: 100%;
        position: relative !important;
        height: 100%;
        min-height: auto;
    }
    .right-side {
        padding: 2rem 4rem 0;
        width: 100%;
    }

    .slider-section .slick-prev{
        left: 40%;
    }

    .slider-section .slick-next{
        right: 40%;
    }

    .site-section{padding:40px 0;}

    .about-content.second-row{padding-bottom: 3rem;}

    .about-content.second-row .col-sm-4, .about-content.second-row .col-lg-3.col-md-6.col-sm-6{margin-bottom: 2rem;}

    .sidebar {
        margin-top: 3rem;
    }

    .widget, section#cyclone_instagram_loaded_widget-2, .sidebar .widget.widget_cyclone_custom_post_widget{padding: 0 1.0rem 20px;}
    
    .footer .widget {margin:0;}

    .footer .widget.widget_recent_entries, .footer .widget.widget_cyclone_recent_posts_widget{padding-bottom: 0;}

    .widget.widget_cyclone_social_links_news_widget{margin: 0; padding: 0;}

     .widget, section#cyclone_instagram_loaded_widget-2, .sidebar .widget.widget_cyclone_custom_post_widget{padding:0 0 2rem; }

    .widget img {
        display: block;
        margin: auto;
        width: 100%;
    }

    .widget .footer-text img{display: inline-block; width: auto;}

    .about-widget img{
        display: inline-block;
    }

    /*portfolio page*/
    .portfolio .header .navbar-toggleable-md{padding-bottom: 10px;}

    .port-content{width: 60%;}

    .portfolio .row{margin-left: 0; margin-right: 0;}


    /*education page*/
    .education .input-group{width: 80%;}

    .welcome .column{padding: 0 15px 30px;}

    .team-members .team-details{bottom: -132px;}

    .education .site-section .col-md-12, .education .site-section .col-lg-12{padding: 0;}

    .education  .contact-row .form-group{padding: 0;}

    .education .form-wrapper p{padding-bottom: 0;}

    .education .contact-form{margin-top: 0;}

    /*wedding page*/
    .wedding .navbar-inverse .navbar-toggler{background-color: #820529; border-color: #820529;}


    /*mobile page*/
    .port-banner .col-lg-5.col-md-5.col-xs-12 img {
        position: absolute;
        bottom: 0;
        right: 15px;
    }

    .mobile .port-content{padding: 0 0 12%;}

    .hd-feature i {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 18px;
        border-width: 3px;
    }

    .feature h3{padding:10px 0 0; width: 100%; margin: 0;}

    .feature.text-right h3{padding-right: 0;}

    .hd-feature{margin: 0;}

    .suggest-links ul li{margin-right: 30px;}

    .nav-links a{margin-right: 0;}

}

@media (max-width: 992px) and (min-width: 812px) {
    .carousel-caption {
        position: relative;
        bottom: 0;
    }

}  

@media (max-width: 767px) and (min-width: 720px) {
    .carousel-caption {
        max-width: 660px;
        display: block!important;
    }

    .team-members .team-details {
        bottom: -158px;
    }
}


@media (max-width: 767px) {

    .instagram_page div{width: 20%;}

    .portfolio .about-section-contents, .portfolio .about-us-contents{padding-top: 0; text-align: center;}

    .portfolio .about-us-contents h5:before{right: 0; margin: 0 auto;}

    /*education page*/

    .edu-course .col-sm-4{padding: 0 8px;}

    .portfolio .edu-blog .col-md-6, .portfolio .edu-blog .col-md-12, .education .contact-row .col-sm-12{padding: 0}

    .education .contact-row .col-sm-12{margin-top: 30px;}

     /*wedding page*/

     .wedding .carousel-caption{position: relative; top: inherit; max-width: 100%; background: #820529; margin: 0; padding: 30px 15px; border: none;}

     .wedding .carousel-caption .btn-primary{border-color:#fff; }

    .wedding .carousel-caption h1{font-size: 2.5rem;}

    .weds-page .welcome.yellow .column{padding: 0;}

    .weds-page .welcome .column .title{font-size: 18px;}

    .wedding .team-thumb {
        width: 120px;
        height: 120px;
    }


    /*mobile page*/

    .portfolio .text-title h2{line-height: 1.2;}

    .portfolio.mobile section#features{padding-bottom: 30px;}

    .searvice-features{float: none; text-align: center;}

    .feature{float: none; text-align: inherit!important;}

    .feature h3 {
        padding: 20px 0 10px;
    }

    .hd-feature i, .feature.text-right i{display: inline-block; float: none;}

    .hd-feature i {
        width: 60px;
        height: 60px;
        line-height: 54px;
        font-size: 21px;    }

    .app-img{text-align: center; margin-bottom: 50px;}

    .app-img img{width: 40%;}

    .suggest-links ul li{width: 27%;}

    .mobile #team{padding-bottom: 50px;}

    .mobile #team .col-sm-6{margin-bottom: 30px;}

    .button.button-icon{line-height: 27px; padding:8px 25px; }

    .button.button-icon i{font-size: 24px;}

    .mobile-blog .total-blog-content-area .col-lg-4.col-md-4.col-sm-4.col-xs-12{padding: 0 8px;}

    .blog-post.blog-listing header.entry-header{float: none;}

    .blog-post.blog-large.blog-listing .entry-thumbnail{width: 100%; margin:0 0 30px 0;}

    .blog-post.blog-large.blog-listing .entry-thumbnail img{width: 100%;}
}


@media (max-width: 731px) {
    .image-wrap {
        margin: 0 0 2rem;
    }
    .banner-widget-fluid {
        padding: 0.3rem;
    }
    .side-logo p {
        font-size: 11px;
        margin: 1rem 0 0;
    }

    .carousel-caption {
        max-width: 100%;
        display: block!important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .blog-meta {
        font-size: 11px;
    }
    .right-side {
        padding: 2rem 1rem 0;
    }

    .blog-desc{margin: 0;}

    .overlay-content h3 {
        font-size: 1.23rem
    }

    .authorbox{text-align: center;}

    .rounded-circle{width: 50%; margin-bottom: 1rem;}

    .authorbox .social{text-align: center;}

    .contact-row .col-lg-4.col-md-4.col-sm-12.col-xs-12{margin-top: 3rem;}

}

@media (max-width: 639px) {

    .header-upper{text-align: center;}

    .social{float: none!important; display: inline-block;}

    .Block-Search{width: 90%; position: relative;}

    .Block-Search input{padding-right: 50px; width: 100%;}

    .Search-Icon{float: none!important; display: inline-block; padding: 10px 0; width: 100%;}

    .Search-Icon a{position: absolute; right: 0; top: 0;}

     .carousel-caption {
        bottom:0;
        width: 100%;
        position:inherit;
        max-width: 100%;
        border-radius: 0;
        border: 1px solid #f4f4f4;
        margin-left: 0;
        margin-right: 0;
    }

    .slider-section .slick-prev{left: 10%;}

    .slider-section .slick-next{right: 10%;}

    .socibox{margin: 0 5px;}

    .single-blog-bottom .float-right{float: none!important; margin-top: 1rem!important; text-align: center; display: inline-block; width: 100%;}

    .media{display: inherit; text-align: center;}

    a.media-left{width: 100%; display: inline-block;}

    .comments-list img{max-width: 50%; margin-right: 0;}

    .single-page ul{padding-left: 15px;}

    .single-page .contact-details ul{padding: 0;}

    .list-style .blog-desc{text-align: center;}

    .blog-cats .blog-social{position: inherit; text-align: center;}

    .blog-cats .pagi ul.pagination{display: inline-flex;}

    .contact-details .list-group li a{font-size: 14px;}

    .single-page .blog-desc{padding: 15px 0 0;}

    /*portfolio page*/

    .portfolio  .col-md-6, .portfolio .col-md-4, .portfolio .col-md-3, .portfolio  .col-md-12, .portfolio .col-lg-12,
    .portfolio .col-lg-8, .portfolio .col-lg-6{padding: 0;}

    .single-fun-fact{margin-bottom: 30px;}

    .portfolio ul.filters{padding: 0; margin-bottom: 0.6rem;}

    .portfolio ul.filters li{margin-bottom: 10px;}

    .text-title p{padding: 0;}

    .subscribe-contents input.subs-textbox{width: 100%;}

    /*Education page*/

    .portfolio .text-title h2{font-size: 24px;}

    .education .port-content{width: 100%;}

    .education .port-content h1{font-size: 2rem;}

    .portfolio section.edu-team{padding-bottom: 65px;}

    .education .input-group{width: 100%;}

    .welcome.yellow .yellow{padding: 0; margin-bottom: 50px;}

    .welcome-d{padding-top: 50px; padding: 0; text-align: center;}

    .welcome-img{padding: 0;}

    .welcome-img img{margin-top: 30px;}

    .welcome-d h1{font-size: 21px;}

    .edu-choose i.text-white{padding-bottom: 30px;}

    .education .edu-team .col-md-4{margin-bottom: 15px;}

    .team-members .team-details {
        bottom: -104px;
    }

    /*wedding page*/

    .wedding span.cat-title{font-size: 16px;}

    .wedding .carousel-caption h1{font-size:1.5rem;}

    .wedding .slider-section .slick-prev, .wedding .slider-section .slick-next{top: 28%;}

    .portfolio.wedding section.edu-team, .wedding section.weds-blog{padding-bottom: 50px;}

    .edu-course.weds-detail .col-sm-4, .wedding .edu-team .col-xs-12.col-sm-3.col-md-3{padding: 0; margin-bottom: 30px;}

    .weds-blog .col-lg-4.col-md-4.col-sm-4.col-xs-12{margin-bottom: 30px;}

    .weds-blog .blog-content p{margin-bottom: 0;}

    .wedding .site-section{padding-bottom: 65px;}

    .weds-loc{margin-bottom: 15px;}

    .education.wedding .contact-row .form-group{text-align: center;}

    /*mobile page*/

    .mobile .port-content{text-align: center;}

    .mobile .port-content h1{font-size:34px; }

    .mobile .port-content p{text-align: center;}

    .mobile .port-banner .col-lg-5.col-md-5.col-xs-12 img{position: inherit;}

    .mobile .welcome.yellow .yellow{margin-bottom: 80px; padding: 0;}

    .suggest-links ul li{width: 25%; margin-right: 37px;}

    .suggest-links ul li i {
        width: 75px;
        height: 75px;
        font-size: 36px;
        line-height: 70px;
    }

    .m_column {
        text-align: center;
    }

    .m_column a.btn.btn-primary {
        display: inline-block;
        margin-bottom: 50px;
    }

    .mobile .single-blog{
        margin-bottom: 30px;
    }

    .mobile-subs .subscribe-contents input.subs-textbox{width: 100%; margin-bottom: 25px;}
    
    .search-btn{
        position: absolute;
        right: 0;
    }


}

@media (max-width: 359px){
    .comment-metadata{
        float: none;
        width: 100%;
    }
}