
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
* {
    list-style: none;
}

a,
a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
P {
    margin: 0px;
    padding: 0px;
}

h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

p,
span {
    line-height: 1.7;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #666;
    background: #fff;
    font-weight: 300;
}


/* ------------------------------------------------
    ***Common Css Start***
------------------------------------------------- */

.romana_section_title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.romana_section_title h2 {
    line-height: 0.8;
    font-size: 27px;
    font-weight: 800;
    padding-bottom: 30px;
}

.sp {
    padding: 100px 0px;
}


/* Common input Css*/

.common_input input,
select,
textarea {
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 48px;
    margin-bottom: 30px;
    padding: 10px 20px;
    width: 100%;
    font-size: 13px;
    border-radius: 3px;
    color: #5a5a5a;
}

textarea {
    height: 228px;
    padding-top: 14px;
    resize: none;
}

.common_input input:focus,
textarea:focus {
    border: 1px solid #17c421;
}

button {
    border: none;
}


/* input-placeholder-color-change */

.common_input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
    opacity: 1;
}

.common_input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

.common_input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    opacity: 1;
}

.common_input input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    opacity: 1;
}


/* textarea-placeholder-color-change */

.common_input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
    opacity: 1;
}

.common_input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    opacity: 1;
}

.common_input textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    opacity: 1;
}

.common_input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    opacity: 1;
}


/* ------------------------------------------------
    ***Header_area Css Start***
------------------------------------------------- */

.romana_header_bottom {
    position: relative;
    z-index: 999;
}

.romana_logo {
    margin: 21px 0;
}


/* Mainmenu Css for min width 768 */

@media only screen and (min-width: 768px) {
    .main_menu li {
        display: inline-block;
        position: relative;
    }
    .main_menu li a {
        color: #666666;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 30px 12px;
        position: relative;
        text-decoration: none;
        text-transform: capitalize;
        z-index: 99;
    }
    .main_menu li:last-child a {
        padding-right: 0px;
    }
    .main_menu>li:hover>a,
    .sub_menu>li:hover>a,
    .main_menu li.active a {
        color: #17c421;
    }
    ul.sub_menu {
        background: #fff none repeat scroll 0 0;
        border-top: 2px solid #17c421;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 80px;
        -webkit-transform: rotateY(37deg) scale(1, 0.7);
        transform: rotateY(37deg) scale(1, 0.7);
        visibility: hidden;
        width: 183px;
        z-index: 2;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .sub_menu > li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    .sub_menu > li > a {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 14px 25px;
        font-size: 13px;
    }
    .sub_menu > li > a::before {
        content: "\f2f6 ";
        font-family: "Material-Design-Iconic-Font";
        left: 0;
        line-height: 44px;
        opacity: 0;
        padding-left: 8px;
        position: absolute;
        top: 2px;
        visibility: hidden;
        font-size: 17px;
    }
    .sub_menu a:hover:before {
        left: 5px;
        opacity: 1;
        visibility: visible;
    }
    .main_menu > li:hover ul.sub_menu {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        visibility: visible;
    }
}


/* end main menu */


/* Header Search Icon*/

.search_expand > a i {
    color: #222222;
    font-size: 16px;
}

.search_expand > a i:hover {
    color: #17c421;
}

.search {
    position: absolute;
    right: 0%;
    top: 6px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.search input {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #17c421;
    color: #222222;
    float: right;
    padding: 10px;
    position: relative;
    right: 0;
    top: 74px;
    width: 300px;
}

.search.active {
    visibility: visible;
    opacity: 1;
}


/* mean menu CSS for Mobile Screen */

.mean-container a.meanmenu-reveal span {
    background-color: #fff;
}

.mean-container a.meanmenu-reveal {
    color: #222222;
    padding: 20px 18px;
    position: absolute;
    z-index: 2147483647;
}

.mean-container a.meanmenu-reveal span {
    background-color: #222;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    height: 60px;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 2147483647;
}

.mean-container .mean-nav {
    margin-top: 62px;
}

.mean-container .mean-nav ul li a.mean-expand {
    line-height: 35px;
    padding: 8px !important;
    border: 0 !important;
    z-index: 999999999999999!important;
}

.mean-container .mean-nav ul li a {
    color: #fff;
    font-size: 12px;
    opacity: 1;
}

.mean-container .mean-nav ul li a:hover {
    color: #222;
}

.mean-container .mean-nav {
    background: #2b76ff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #2b76ff;
}

.mean-container .mean-bar {
    height: 61px;
}

.mean-container .mean-nav ul li a {
    padding: 15px;
}

.mean-container a.meanmenu-reveal {
    padding: 28px 18px;
}


/* ------------------------------------------------
    *** Hero_area Css Start***
------------------------------------------------- */

.hero_slider_bg1 {
    background-image: url(../images/slider_bg.jpg);
}

.hero_slider_bg2 {
    background-image: url(../images/slider_bg2.jpg);
}

.hero_slider_bg {
    background-color: #ddd;
    position: relative;
    z-index: 1;
}

.hero_slider_bg:after {
    background-color: rgba(0, 0, 0, .85);
    z-index: -1;
}

.hero_slider_bg .display_table_cell {
    height: 685px;
}

/* .romana_hero_text {
    color: #ffffff;
    font-size: 17px;
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
}

.romana_hero_text h1 {
    font-size: 55px;
    font-weight: 900;
    text-transform: inherit;
    margin-bottom: 25px;
}

.romana_hero_text .common_btn {
    margin-top: 25px;
    padding: 0 37px;
} */

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body {font-family: 'Open Sans', sans-serif; font-size: 16px; background-color: #fafafa; color: #7e7881;
    -webkit-font-smoothing: antialiased; line-height: 26px; }
   h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; padding: 0; color: #3b383d; text-transform: uppercase;
    font-weight: 600; letter-spacing: 1px; }
   h1 { font-size: 28px; margin-bottom: 20px; }
   h2 { font-size: 24px; }
   h3 { font-size: 18px; line-height: 30px; }
   h4 { font-size: 16px; }
   h5 { }
   a {color: #464542;}
   a:focus, a:hover {color: #002B62;text-decoration: none;}
   p { margin-bottom: 20px; }
   p:last-child { margin-bottom: 0px; }
   ul, ol {margin-bottom: 0px; }
   ul li, ol li { }
   .section-title { margin-bottom: 60px; }
   .title { color: #3b383d; }
   .text-white { color: #fff; }
   .listnone { list-style: none; padding: 0px; }
   .required {color: red;}
   .text-default{color: #7d4c9e;}
   .alignleft {float: left; margin: 0px 30px 40px 0; border: 3px solid #fff;}
   .alignright {float: right; margin: 0px 0 20px 20px; border: 3px solid #fff;}

/*-----------------------------------
    2. Form css 
-----------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #002B62;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 600; color: #5f5b62; font-size: 12px;
 text-transform: uppercase;}
::selection { background: #ffecb3; color: #333; }
.lead { color: #2c2530; font-weight: 600; }

.input-group-addon {background-color: #7d4d98; color: #fff; }

select.form-control { background-color: #fff; color: #5f5b62; -webkit-appearance: none; -moz-appearance: none;
background-position: 97% 50%; background-repeat: no-repeat; background-image: url(../images/down-arrow.png);}

.default-skin .ui-widget-header {border: 1px solid #7d4d98; background: #7d4d98; color: #fff; font-weight: bold;}
.default-skin .ui-state-highlight, .default-skin .ui-widget-content .ui-state-highlight,
.default-skin .ui-widget-header .ui-state-highlight {border: 1px solid #7d4d98; background: #7d4d98; color: #fff;}
   
/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { display: inline-block; padding: 12px 18px; margin-bottom: 0; font-size: 14px;
    font-family: 'Open Sans', sans-serif; line-height: 1.42857143; text-align: center; text-transform: uppercase;
    border-radius: 2px; letter-spacing: 1px; font-weight: 700; }
.btn-default { color: #fff; background-color: #8f61a9; border-color: #8f61a9; }
.btn-default:hover { color: #fff; background-color: #7d4d98; border-color: #7d4d98; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #7d4d98; border-color: #7d4d98; }
.btn-primary {color: #fff;background-color: rgba(70, 69, 66, 0);border-color: #17c421;}
.btn-primary:hover {color: #fff;background-color: rgba(176, 0, 45, 0.28);border-color: #464542;}
.btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #acb020; border-color: #acb020; }
.btn-secondary { color: #fff; background-color: #7c7b7d; border-color: #7c7b7d; }
.btn-secondary:hover { color: #fff; background-color: #57545a; border-color: #57545a; }
.btn-secondary.focus, .btn-secondary:focus { color: #fff; background-color: #57545a; border-color: #57545a; }
.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; }
.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.btn-lg { padding: 14px 26px; font-size: 18px; line-height: 1.3333333; }
.btn-link {font-size: 14px;text-transform: uppercase;color: #17c421;font-weight: 800;}
.btn-link:hover { font-size: 14px; text-transform: uppercase; color: #3a383c; text-decoration: none; }

.well-box{background-color: #fff; padding: 30px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);}

.team-img {margin-bottom: 20px; position: relative; }
.team-content { position: absolute; right: 40px; bottom: 40px;  width: 400px;}
.wrapper{background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08); margin-bottom: 80px; }
    
.section-block{padding: 40px; word-break: break-word;}
.section-block-wide{position: relative;}
.angle-style { position: relative; line-height: 30px; padding-left: 20px; margin-bottom: 30px; }
.angle-style li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 14px;
 color: #8c8a8f; content: "\f105"; }
/*-----------------------------------
    3. footer 
-----------------------------------*/
.footer { padding-top: 60px; padding-bottom: 40px; background-color: #29282a; color: #918f94; }
.widget-footer { font-size: 15px; }
.widget-footer .call-no{font-size: 22px; color: #c4c833; margin-bottom: 10px;}
.widget-footer .widget-title { font-weight: 600; margin-bottom: 20px; font-size: 18px; color: #fff; border-bottom: none; }
.text-title{text-transform: uppercase; font-weight: 800; font-size: 14px;}
.widget .widget-title { margin-bottom: 30px; }
.widget-title{font-size: 18px; color: #2c2530; font-weight: 700; border-bottom: 1px solid #d8d8d8; margin-bottom: 9px;
    padding-bottom: 10px; }
.widget-footer ul { padding: 0px; }
.widget-footer ul li { }
.widget-footer ul li a { color: #918f94; padding-left: 20px; }
.widget-footer ul li a:hover { color: #17c421; }
.footer .contact li { position: relative; display: block; margin-bottom: 1px; padding: 0 0 15px 40px; }
.footer .contact li i { display: block; position: absolute; top: 5px; left: 0; width: 30px; font-size: 16px;
 text-align: center; }
.widget-newsletter {}
.widget-newsletter .widget-title { }
.widget-newsletter .form-control { background-color: #39373a; border-color: #39373a; margin-bottom: 10px; }
.tiny-footer { padding-top: 10px; padding-bottom: 10px; background-color: #252426; font-size: 14px; }
.footer-social{float: right;}
.footer-social li{list-style: none;display: inline-block;}
.footer-social li a{background-color: #414042; width: 40px; height: 40px; display: block; color: #807e82; 
    text-align: center;  line-height: 2.8;}
.footer-social li a:hover{background-color: #17c421; color: #fff;}

/*--------------------
     5.1 Header Regular 
    ----------------------*/

    .header {
        background-color: #464542;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        z-index: 9;
        color: #fff;
        }
       .header-social{}
       .header-social li{list-style: none;display: inline-block;}
       .header-social li a{
        background-color: #464542;
        width: 40px;
        height: 40px;
        display: block;
        color: #ffffff;
        text-align: center;
        line-height: 2.4;
        }
       .header-social li a:hover{background-color: #17c421;color: #fff;}
       .header-wrapper {position: relative; z-index: 9; }
       .header-call-block{line-height: 1;}
       .call-text{font-size: 12px; text-transform: uppercase; font-weight: 700; color: #cba5e5; display: block;
        margin-bottom: 5px;}
       .call-no{font-weight: 700; font-size: 24px; color: #fff; margin-bottom: 0px;}
       .logo { }
       .navigation-wrapper{background-color: #17c421;border-top: 1px solid #17c421;position: relative;z-index: 9;}
       
       /*--------------------------
            5.2 Navigations Regular
           ----------------------------*/
       
       .navigation { position: relative; z-index: 9; }
       #navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {margin: 0; padding: 0;
        border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; box-sizing: border-box; }
       #navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden;
        line-height: 0; height: 0; }
       #navigation #menu-button { display: none; }
       #navigation {}
       #navigation > ul > li { float: left; }
       #navigation.align-center > ul { font-size: 0; text-align: center; }
       #navigation.align-center > ul > li { display: inline-block; float: none; }
       #navigation.align-center ul ul { text-align: left; }
       #navigation.align-right > ul > li { float: right; }
       #navigation > ul > li > a {
        border-right: 1px solid #17c421;
        margin-left: -1px;
        border-left: 1px solid #17c421;
        padding: 20px 35px;
        font-size: 14px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        }
       #navigation > ul > li:hover > a {color: #fff;background-color: #464542;}
       #navigation > ul > li.has-sub > a {padding-right: 55px; }
       
       /*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
         display: block; background: #dddddd; content: '';}*/
       #navigation > ul > li.has-sub > a:before {position: absolute; right: 30px; font-family: FontAwesome; content: "\f107";
        -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease;
        -o-transition: all .25s ease; transition: all .25s ease; }
       
       /*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0; }*/
       #navigation ul ul { position: absolute; left: -9999px; }
       #navigation.align-right ul ul { text-align: right; }
       #navigation ul ul li {height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
        -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
       #navigation li:hover > ul { left: auto; }
       #navigation.align-right li:hover > ul { left: auto; right: 0; }
       #navigation li:hover > ul > li { height: 46px; }
       #navigation ul ul ul { margin-left: 100%; top: 0; }
       #navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
       #navigation ul ul li a {
        border-bottom: 1px solid rgba(87, 40, 117, 1);
        padding: 16px 15px;
        width: 260px;
        font-size: 13px;
        text-decoration: none;
        color: #ffffff;
        background: #17c421;
        font-weight: 700;
        text-transform: uppercase;
        }
       #navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
       #navigation ul ul li:hover > a, #navigation ul ul li a:hover {color: #ffffff;background-color: #17c421;}
       #navigation ul ul li.has-sub > a:after {position: absolute; top: 21px; right: 11px; width: 8px; height: 2px;
        display: block; background: #c294e0; content: ''; }
       #navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
       #navigation ul ul li.has-sub > a:before {position: absolute; top: 18px; right: 14px; display: block; width: 2px;
        height: 8px; background: #c294e0; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
        -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
       #navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
       #navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
       
       /*--- Mobile Scree Class ---*/
       #navigation.small-screen { width: 100%; }
       #navigation.small-screen ul { width: 100%; display: none; }
       #navigation.small-screen.align-center > ul { text-align: left; }
       #navigation.small-screen ul li {width: 100%;border-top: 1px solid #464542;}
       #navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
       #navigation.small-screen ul li a, #navigation.small-screen ul ul li a {width: 100%; border-bottom: 0;
        padding: 15px 15px; }
       #navigation.small-screen > ul > li { float: none; }
       #navigation.small-screen ul ul li a { padding-left: 50px; }
       #navigation.small-screen ul ul ul li a { padding-left: 35px; }
       #navigation.small-screen ul ul li a {color: #ffffff;background: none;}
       #navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #2966c9; }
       #navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul 
       {position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
       #navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before,
       #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before
        {display: none;}
       #navigation.small-screen #menu-button {display: block; padding: 17px; color: #fff; cursor: pointer; font-size: 16px;}
       #navigation.small-screen #menu-button:after {position: absolute; top: 22px; right: 17px; display: block;
        height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
       #navigation.small-screen #menu-button:before {position: absolute; top: 16px; right: 17px; display: block; height: 2px;
        width: 20px; background: #fff; content: ''; }
       #navigation.small-screen #menu-button.menu-opened:after {top: 23px; border: 0; height: 2px; width: 15px;
        background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); transform: rotate(45deg); }
       #navigation.small-screen #menu-button.menu-opened:before {top: 23px; background: #fff; width: 15px;
       -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); transform: rotate(-45deg); }
       #navigation.small-screen .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #ffffff;
        height: 44px;
        width: 46px;
        cursor: pointer;
        }
       #navigation.small-screen .submenu-button.submenu-opened {background: #000000;}
       #navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
       #navigation.small-screen .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;
           display: block;background: #c192df;content: '';}
       #navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
       #navigation.small-screen .submenu-button.submenu-opened:after { background: #ffffff; }
       #navigation.small-screen .submenu-button:before {position: absolute; top: 19px; right: 22px; display: block; width: 2px;
           height: 8px;background: #c294e0;content: '';}
       #navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
       #navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
       #navigation.small-screen.select-list { padding: 5px; }
       
       /*--------------------------
            5.3 Page Header
           ----------------------------*/
       .page-header{background: linear-gradient(rgba(0, 0, 0, 0.1), 
         rgba(0, 0, 0, 0.1)), rgba(0, 0, 0, 0.1) url(../images/page-header.jpg) no-repeat center; background-size: cover;
          margin: 0; padding: 0px;}
       .page-section{padding: 120px 0px 120px 0px;}
       .page-caption { }
       .page-title{color: #fff; font-size: 42px; position: relative; display: inline-block; font-weight: 500;
        text-transform: capitalize; margin-bottom: 40px;}
       
       .page-text{font-size: 16px; color: #fff;}
       
       .page-breadcrumb {background-color: transparent;}
       .page-breadcrumb .breadcrumb {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: transparent;
        border-bottom: 2px solid #fff;
        position: relative;
        border-radius: 0px;
        display: inline-block;
        padding: 0px;
        }
       .page-breadcrumb .breadcrumb>li a { color: #bebbc0;}
       .page-breadcrumb .breadcrumb>li a:hover { color: #fff; }
       .page-breadcrumb .breadcrumb>.active { color: #fff; }
       .page-breadcrumb .breadcrumb>li+li:before { padding: 0 5px; color: #fff; content: "/";
        font: normal normal normal 12px/1 FontAwesome; } 
       
        .breadcrumb>li {display: inline-block;}

/*-----------------------------------
     6. Slider 
-------------------------------------*/
.slider { position: relative; }
.slider-img{background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); position: relative;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2626', endColorstr='#1b2626', GradientType=0);}
.slider-img img{position: relative; z-index: -1;}
.slider-captions { position: absolute; bottom: 200px; text-align: center; width: 100%; }
.slider-captions .text-title{font-size: 14px; color: #fff; border-bottom: 1px solid #fff; position: relative; 
    margin-bottom: 20px; display: inline-block;}
.slider-title { font-size: 42px; font-weight: 400; color: #fff; letter-spacing: -2px; text-transform:capitalize }
.slider-text { margin-bottom: 20px; color: #46484b; color: #fff;}
.slider .owl-prev { position: absolute; top: 45%; left: 10px; }
.slider .owl-next { position: absolute; top: 45%; right: 10px;}
.slider .owl-prev, .slider .owl-next {
 background-color: #17c421;
 padding: 10px 16px;
 border-radius: 2px;
 font-size: 18px;
 }
.slider .owl-prev:hover, .slider .owl-next:hover { background-color: #8e517d; color: #fff; }
.slider .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 12px;
    background: rgba(70, 69, 66, 0.55);
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    }
.slider .owl-theme .owl-nav [class*='owl-']:hover {background: #17c421;color: #FFF;text-decoration: none;}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
    }
.slider .owl-theme .owl-dots {text-align: center; -webkit-tap-highlight-color: transparent; bottom: 50px;
    position: relative;}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span 
{background: #17c421;}

/* ------------------------------------------------
    *** Service_area Css Start***
------------------------------------------------- */

.romana_service_area {
    padding-bottom: 98px;
    padding-top: 90px;
}

.single_service {
    text-align: center;
    padding: 0px 12px;
}

.service_icon_container {
    display: table;
    height: 80px;
    width: 100%;
}

.service_icon_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.service_icon_tablecell > h2 {
    background: #17c421 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.single_service h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: inherit;
}


/* ------------------------------------------------
    *** Video_bg_area Css Start***
------------------------------------------------- */


/* for video bacground css*/

.romana_video_area {
    position: relative;
}

.video_area_bg {
    background-image: url(../images/video_bg.jpg);
    height: 353px;
}

.video_area_bg:after {
    background-color: rgba(4, 130, 248, .93);
}

.video_area_bg span,
.hero_video_bg span {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #17c421;
    display: inline-block;
    height: 55px;
    left: 50%;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 68%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 55px;
    font-size: 25px;
} */

.video_area_bg h2 {
    color: #ffffff;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto;
    max-width: 652px;
    padding-top: 80px;
    text-align: center;
}


/* -------------------------------------------------
    ***Service2_Area Start***
-------------------------------------------------- */

.roman_section_title_area {
    padding-top: 100px;
}

.romana_service2_area {
    position: relative;
}

.single_service2 {
    margin-bottom: 43px;
}

.single_service2 h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 16px;
}

.service2_area_bg {
    background-image: url("../images/service2_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 41%;
}

.all_services {
    padding-bottom: 55px;
}


/* -------------------------------------------------
    ***Why_Choose_Area Start***
-------------------------------------------------- */

.romana_why_choose_area {
    margin-bottom: 110px;
    margin-top: 80px;
    position: relative;
}

.why_choose_area_bg {
    background-image: url(../images/choose_bg.jpg);
    background-color: #ddd;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 0 5px 5px 0;
}

.why_choose_text {
    padding: 54px 0 62px 84px;
}

.why_choose_text > h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 35px;
}

.why_choose_text > ul {
    margin-top: 30px;
}

.why_choose_text li {
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 10px;
    padding-left: 23px;
    position: relative;
}

.why_choose_text li::after {
    background: #17c421 none repeat scroll 0 0;
    border-radius: 50%;
    height: 8px;
    top: 7px;
    width: 8px;
}

.romana_why_choose_area .common_btn {
    margin-top: 30px;
    padding: 0 32px;
}


/* -------------------------------------------------
    ***Team_Area Start***
-------------------------------------------------- */

.romana_team_area {
    background-image: url(../images/team_area_bg.jpg);
    padding-top: 100px;
    height: 480px;
}

.romana_team_area:after {
    background-color: rgba(34, 34, 34, .89);
}

.romana_team_area .romana_section_title,
.romana_team_area .romana_section_title h2 {
    color: #fff;
}

.single_tema {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-box-shadow: 2px 0 15px rgba(0, 1, 1, 0.1);
    box-shadow: 2px 0 15px rgba(0, 1, 1, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    margin: 1px;
    padding-bottom: 50px;
    padding-top: 40px;
    text-align: center;
    width: 32.33%;
}

.single_tema:hover {
    -webkit-box-shadow: 5px 0 25px rgba(0, 1, 1, 0.13);
    box-shadow: 5px 0 25px rgba(0, 1, 1, 0.13);
}

.single_tema > img {
    border-radius: 50%;
    width: 156px;
}

.single_tema > h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 28px;
}

.team_social_link {
    margin-top: 25px;
}

.team_social_link > a {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #222222;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
    text-align: center;
    width: 35px;
}

.team_social_link > a:hover {
    border: 1px solid #17c421;
    color: #17c421;
}


/* ------------------------------------------------
    *** Brand_logo_area Css Start***
------------------------------------------------- */

.romana_brand_area {
    padding-bottom: 96px;
    padding-top: 240px;
}

.romana_single_brand {
    display: flex;
    flex-direction: column;
    height: 88px;
    justify-content: center;
    line-height: 133px;
    position: relative;
    text-align: center;
    width: 160px;
}

.romana_single_brand > a {
    display: inline-block;
}


/* ------------------------------------------------
    *** Footer_area Css Start***
------------------------------------------------- */

/* .romana_footer_area .romana_footer_top {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

.romana_footer_area .footer_widget h2 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 42px;
}

.romana_footer_area .footer_widget a {
    display: block;
    margin-bottom: 3px;
}

.footer_address {
    margin-top: 30px;
    font-size: 13px;
}

.footer_address a {
    display: block;
    margin-bottom: 3px;
    padding-left: 25px;
    position: relative;
    color: #666;
    margin-bottom: 10px!important;
}

.footer_address a span {
    left: 0;
    position: absolute;
    color: #222;
    font-size: 14px;
}

.romana_footer_area button.common_btn {
    border: medium none;
    margin-top: 14px;
    padding: 0 32px;
    line-height: 48px;
}

.romana_footer_area .footer_widget {
    position: relative;
    z-index: 9999;
}

.romana_footer_area .footer_widget img {
    margin-bottom: 35px;
}

.romana_footer_area .footer_widget ul li a {
    color: #666;
    padding-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.footer_social_icon {
    margin-top: 30px;
}

.footer_social_icon a {
    display: inline-block!important;
    color: #222;
    padding-right: 12px;
    font-size: 12px;
}

.footer_social_icon a:hover {
    color: #F3A44E;
}

.footer_widget.f_pl_1 {
    padding-left: 86px;
}

.footer_widget.f_pl_2 {
    padding-left: 60px;
}

.footer_widget.f_pl_3 {
    padding-left: 15px;
}

.romana_footer_bottom {
    background: #e7e7e7;
    color: #222;
    padding-top: 28px;
    padding-bottom: 18px;
    font-size: 13px;
}

.romana_footer_bottom span {
    color: #F3A44E;
    display: block;
    margin-top: 6px;
}

.romana_footer_top .common_input input {
    margin-bottom: 2px;
} */


/* ------------------------------------------------
    *** Index-2 Css Start***
------------------------------------------------- */


/* Hero area css*/

.hero_video_area_bg {
    background-color: #f9f9f9;
    padding-bottom: 182px;
    padding-top: 170px;
    position: relative;
}

/* .hero_video_bg {
    background-image: url(../images/slider-3.jpg);
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    width: 50%;
}

.hero_video_bg span {
    background: #F3A44E none repeat scroll 0 0;
    color: #fff;
    left: -26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 64px;
    width: 64px;
    line-height: 64px;
} */

.home2 .romana_hero_text {
    color: #666666;
    font-size: 17px;
    max-width: 680px;
    text-align: left;
}

.home2 .romana_hero_text h1 {
    color: #222;
}


/* romana_why_choose_area */

.home2 .romana_why_choose_area {
    margin-bottom: 154px;
    margin-top: 85px;
    position: relative;
}

.home2 .why_choose_area_bg {
    background-image: url("../images/home2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 41%;
    background-color: transparent;
}

.why_choose_area_bg > img {
    position: absolute;
    right: -79px;
    top: 180px;
}


/* home2 service area */

.home2_service_area {
    padding-bottom: 0px;
}

.home2 .owl-carousel .owl-item img {
    display: inline-block;
}

.home2 .single_service {
    padding: 0 35px;
}

.home2_service_area .romana_section_title {
    padding-bottom: 54px;
}


/* home2 video area */

.home2_video_area {
    position: relative;
    height: 500px;
}

.home2_video_area::before {
    background-image: url("../images/video_bg1.png");
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    border-right: 5px solid #fff;
}

.home2_video_area::after {
    background-image: url("../images/video_bg2.jpg");
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    border-left: 5px solid #fff;
}

.home2_video_area > span {
    background-color: rgba(4, 130, 248, 0.93);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
    border-right: 5px solid #fff;
}

.home2_video_area .mfp-iframe.video_play_btn > span {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0px;
    color: #222;
    display: inline-block;
    font-size: 25px;
    height: 65px;
    left: 50%;
    line-height: 65px;
    position: absolute;
    text-align: center;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 65px;
}

.home2_video_text {
    color: #ffffff;
    font-size: 17px;
    padding-bottom: 121px;
    padding-top: 112px;
    text-align: center;
}

.home2_video_text > h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 24px;
}

.home2 .romana_brand_area {
    padding-bottom: 96px;
    padding-top: 40px;
}


/* testimonial */

.single_testimonial.clearfix {
    text-align: center;
}

.testimonial_content {
    font-size: 17px;
    font-style: italic;
    margin-top: 25px;
    color: #222;
}

.testimonial_thumb > a {
    background: #efefef none repeat scroll 0 0;
    border: 3px solid #e8f4ff;
    border-radius: 50%;
    display: inline-block;
    height: 47px;
    line-height: 42px;
    text-align: center;
    width: 47px;
    color: #17c421;
    font-size: 16px;
}

.testimonial_title {
    color: #888888;
    font-size: 13px;
    font-style: normal;
    margin-top: 25px;
}

.testimonial_title h4 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 4px;
}


/* cta area */

.cta_area {
    background-image: url(../images/cta_bg.jpg);
    padding-bottom: 98px;
    padding-top: 90px;
}

.cta_text h2,
.cta_text h3 {
    color: #fff;
}

.cta_text.text-center > h2 {
    font-size: 42px;
    font-weight: 800;
}

.cta_text.text-center > h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 32px;
}

.cta_area .common_btn {
    padding: 0 36px;
}


/* ------------------------------------------------
    *** Inner pages common Css Start***
------------------------------------------------- */

.inner_page_hero_area {
    background-image: url(../assets/images/bg-service.jpg);
    background-size: cover;
}

.inner_page_hero_area .display_table_cell {
    height: 192px;
    display: table-cell;
    vertical-align: middle;
}

.inner_page_hero_area .display_table {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.inner_page_hero_text > h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 900;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 11px;
    padding: 0;
    text-align: center;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb li a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.breadcrumb > li + li::before {
    color: #666;
    content: "/ ";
    padding: 0 3px;
}


/* ------------------------------------------------
    *** About Page Css Start***
------------------------------------------------- */

.why_choose_area_bg2 {
    background-image: url(../../assets/images/why_choose2.jpg);
    border-radius: 0px;
    margin-top: 20px;
}

.why_choose_text2 h2 {
    line-height: 1.4;
}

.why_choose_text2 p {
    margin-bottom: 21px;
}

.why_choose_text2 .common_btn {
    margin-top: 14px;
}

.romana_team_area2 {
    padding-top: 98px;
}

.about .single_tema {
    margin: 0 12px;
    width: 31%;
}

.about .romana_brand_area {
    padding-top: 68px;
}


/* ------------------------------------------------
    *** Service Page Css Start***
------------------------------------------------- */

.service .romana_service_area {
    padding-bottom: 60px;
}

.single_service {
    margin-bottom: 37px;
}

.service .single_service a {
    color: #17c421;
    display: inline-block;
    margin-top: 24px;
}

.service .single_service h3 {
    margin-top: -10px;
}

.single_service .zmdi.zmdi-long-arrow-right,
.blog_read_more .zmdi.zmdi-long-arrow-right {
    margin-left: 10px;
    position: relative;
    top: 2px;
}


/* ------------------------------------------------
    *** Service_detail Page Css Start***
------------------------------------------------- */

.text_italic {
    color: #222222;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 62px;
    text-align: center;
}

.service_detail_top > img {
    border-radius: 3px;
    margin-bottom: 57px;
}

.service_detail_area h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

.service_detail_bottom {
    margin-top: 50px;
}

.service_detail_area .pl20 {
    padding-left: 20px;
}

.service_detail_area .pr20 {
    padding-right: 20px;
}


/* ------------------------------------------------
    *** Teasimonial Page Css Start***
------------------------------------------------- */

.romana_testimonial_page {
    padding-top: 100px;
    padding-bottom: 50px;
}

.testimonial .single_testimonial {
    margin-bottom: 50px;
}


/* ------------------------------------------------
    *** Team Page Css Start***
------------------------------------------------- */

.romana_team2_area {
    padding-top: 100px;
    padding-bottom: 35px;
}

.team .single_tema {
    margin-bottom: 65px;
    width: 100%;
}


/* ------------------------------------------------
    *** 404 Page Css Start***
------------------------------------------------- */

.inner_404_area {
    padding: 140px 0px;
}

.error_text h3 {
    color: #666666;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 17px;
    margin-top: 22px;
}

.error_text h3 span {
    color: #222222;
    font-weight: 800;
}

.error_text .common_btn {
    margin-top: 35px;
    padding: 0 32px;
    background-color: #222;
}


/* ------------------------------------------------
    *** Contact Page Css Start***
------------------------------------------------- */

.contact_info_area {
    padding-bottom: 100px;
    padding-top: 118px;
}

.single_contact_info > a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-left: 100px;
}

.single_contact_info > span {
    background: #17c421 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 23px;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 70px;
}

.single_contact_info {
    float: left;
    width: 33.33%;
    position: relative;
}

.romana_contact_area {
    padding-bottom: 100px;
}

.contact_form .common_btn {
    display: block;
    margin: 11px auto 0;
    padding: 0 30px;
}

.contact_form .common_btn i {
    margin-left: -5px;
}

#googleMap {
    height: 500px;
}


/* ------------------------------------------------
    *** Portfolio Page Css Start***
------------------------------------------------- */

.portfolio_area {
    padding-bottom: 70px;
    padding-top: 95px;
}

.isotope_menu li > a {
    color: #333333;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 0 10px;
    font-weight: bold;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    line-height: .9;
    text-transform: capitalize;
}

.isotope_menu > li {
    display: inline-block;
    position: relative;
}

.isotope_menu > li::after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    top: 11px;
    width: 4px;
}

.isotope_menu > li:first-child::after {
    width: 0px;
}

.isotope_menu a:hover,
.isotope_menu li.active a {
    color: #17c421;
}

.isotope_menu li:last-child > a {
    padding-right: 0;
}

.isotope_menu {
    margin-bottom: 70px;
}


/*
.isotope .col-sm-4{
    padding: 0px 7.5px;
}
*/

.single_portfolio {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single_portfolio > img {
    width: 100%;
    border-radius: 3px;
}

.hover_text {
    left: 30px;
    position: absolute;
    text-align: left;
    bottom: 020px;
    font-size: 12px;
}

.hover_text > h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.hover_content > h2 {
    left: 50%;
    position: absolute;
    top: 30%;
    color: #fff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.hover_content {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    border-radius: 3px;
}

.hover_content span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.hover_content::after,
.shop_tab_menu a::after {
    background: #17c421 none repeat scroll 0 0;
    content: "";
    height: 200%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-92%) translateY(28%);
    transform: translateX(-92%) translateY(28%);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    width: 200%;
    z-index: -1;
}

.single_portfolio:hover .hover_content::after,
.single_portfolio_related_img:hover .hover_content:after,
.single_shop:hover .hover_content:after,
.shop_tab_menu li:hover a::after {
    opacity: 0.86;
    -webkit-transform: translateX(-27%) translateY(-19%);
    transform: translateX(-27%) translateY(-19%);
    visibility: visible;
}

.hover_content * {
    opacity: 0;
    -webkit-transition: all 0.3s linear .1s;
    transition: all 0.3s linear .1s;
    visibility: hidden;
}

.single_portfolio:hover .hover_content *,
.single_portfolio_related_img:hover .hover_content *,
.single_shop:hover .hover_content * {
    opacity: 1;
    visibility: visible;
}

.hover_content i {
    font-size: 18px;
}

.portfolio_area .custom_btn.inner_btn {
    margin-top: 20px;
}


/* ------------------------------------------------
    *** Blog  Page Css Start***
------------------------------------------------- */

.romana_blog_img {
    border-radius: 10px;
    height: 250px;
    width: 100%;
}

.romana_blog_img::after {
    background: rgba(30, 146, 255, .92) none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 9.2;
    z-index: -1;
}

.romana_blog_img:hover::after {
    height: 100%;
}

.hover_link {
    color: #fff;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.romana_blog_img:hover .hover_link {
    opacity: 1;
    visibility: visible;
}

.hover_link:hover {
    color: #fff;
}

.romana_blog_img1 {
    background-image: url(../images/blog_page_img1.png);
}

.romana_blog_img2 {
    background-image: url(../images/blog_page_img2.jpg);
}

.romana_blog_img3 {
    background-image: url(../images/blog_page_img3.jpg);
}

.romana_blog_img4 {
    background-image: url(../images/blog_page_img4.jpg);
}

.romana_blog_img5 {
    background-image: url(../images/blog_page_img5.jpg);
}

.romana_blog_img6 {
    background-image: url(../images/blog_page_img6.jpg);
}

.romana_all_blog_content {
    padding-left: 38px;
}

.blog_left_content {
    padding-right: 10px;
}

.blog_right_content {
    padding-left: 10px;
}

.single_blog_content > h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 28px;
}

.single_blog_content > h4 {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 22px;
}

.blog_read_more > a {
    text-transform: inherit;
    color: #17c421;
    font-size: 13px;
    text-transform: inherit;
}

.single_blog_content {
    margin-bottom: 57px;
}

.blog_read_more {
    margin-top: 20px;
}

.romana_blog_pagination {
    margin-top: 10px;
}

.romana_blog_pagination li {
    display: inline-block;
}

.romana_blog_pagination li a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    margin: 0 4px;
    padding: 0 10px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 38px;
}

.romana_blog_pagination li a i {
    font-size: 15px;
}

.romana_blog_pagination li a:hover {
    color: #fff;
    background: #17c421;
    border: 1px solid #17c421;
}

aside .widget h3 {
    font-size: 24px;
    margin-bottom: 42px;
    text-transform: capitalize;
    font-weight: 800;
}

.widget {
    margin-bottom: 65px;
}


/* search widget */

.widget.search_widget {
    position: relative;
}

.widget.search_widget input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    display: inline-block;
    height: 52px;
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 3px;
}

.widget.search_widget a {
    background: #17c421 none repeat scroll 0 0;
    height: 100%;
    line-height: 52px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 52px;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}


/* category */

.widget.widget_category li {
    background: #f1f1f1;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 16px;
    line-height: 50px;
}

.widget.widget_category li:hover {
    background: #17c421;
}

.widget.widget_category li:hover a {
    color: #fff;
}

.widget.widget_category li:hover a:after {
    color: #fff;
}

.widget.widget_category a {
    color: #222;
    display: block;
    font-size: 13px;
    padding-bottom: 18px;
    padding-left: 44px;
    position: relative;
}

.widget.widget_category a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 0;
    bottom: auto;
    right: auto;
    z-index: 9;
    content: "\f301";
    font-family: "Material-Design-Iconic-Font";
    top: 1px;
    color: #222;
}

.widget.widget_category a:hover {
    color: #17c421;
}

.widget.widget_category a:hover i {
    color: #17c421;
}

.single_recent_post {
    margin-bottom: 25px;
}

.single_recent_post:hover h4 {
    color: #17c421;
}

.single_recent_post > h4 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
}

.widget.popular_tags li {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #222222;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 12px;
    margin-right: 6px;
    padding: 13px 30px;
}


/* ------------------------------------------------
    *** Blog_detail Page Css Start***
------------------------------------------------- */

.blog_detail .romana_all_blog_content {
    padding-left: 0;
    padding-right: 70px;
}

.romana_blog_detail_img1 {
    width: 100%;
    height: 400px;
    background-image: url(../images/blog_detail.jpg);
    border-radius: 3px;
}

.blog_detail .single_blog_content > h4 {
    margin-bottom: 34px;
}

.blog_detail .single_blog_content > p {
    margin-bottom: 30px;
}

.blog_detail_italic {
    color: #222222;
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
    margin-top: 36px;
    padding-left: 100px;
    position: relative;
    padding-bottom: 15px;
}

.blog_detail_italic::before {
    content: "“";
    font-size: 80px;
    left: 38px;
    position: absolute;
    top: -30px;
    color: #17c421;
}

.tag_share {
    overflow: hidden;
}

.tags {
    float: left;
    margin-top: 24px;
}

.tags b {
    color: #222;
}

.tags span {
    color: #17c421;
}

.share {
    float: right;
    margin-top: 10px;
}

.share > a {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    text-align: center;
    width: 30px;
}

.share > a.facebook {
    background-color: #1679c6;
}

.share > a.twitter {
    background-color: #00abea;
}

.share > a.behance {
    background-color: #1c48f3;
}

.share > a.google-plus {
    background-color: #ea3d00;
}

.comments_area > h3 {
    font-weight: 800;
    margin-bottom: 45px;
    margin-top: 62px;
}

.single_comment {
    margin-top: 35px;
    position: relative;
}

.blog_detail .single_blog_content {
    margin-bottom: 0px;
}

.comment_img {
    position: absolute;
}

.comment_img > img {
    border-radius: 2px;
}

.comment_text {
    padding-left: 135px;
    position: relative;
}

.comment_text > h4 {
    color: #222;
    font-weight: 700;
    margin-bottom: 18px;
}

.comment_text span {
    color: #666666;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 6px;
}

.comment_text > a {
    color: #17c421;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}

.comment_text > a i {
    margin-right: 3px;
}


/* ==============================================================================================
    ************** Preloder Css start ******************
================================================================================================= */

body.preloader_active {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999999999;
}

.preloader_spinner {
    background: transparent url("../images/load.gif") no-repeat scroll center center;
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -32px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 142px;
    z-index: 2147483647;
}


.login {
    background-color: #17c421 !important;
    padding: 10px !important;
    color: white !important;
    font-weight: bold !important;
}

.gallery {
    width: 100%;
    border:1px solid #EEE;
    padding:2%;
}
.placeholder {
    width: 48%;
    margin: 1%;
    float: left;
}

.placeholder img {
    border: 1px solid #EEEEEE;
    width: 100%;
    padding:1%;
    min-height: 300px;
    max-height: 600px;
}

.gallery-images {
    width: 48%;
    margin: 1%;
    float: left;
}

.image img {
    width: 31.333%;
    min-height:125px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

