/*-----------------------------------------------------------------------------------
Template Name: Classic One Page Template,
Template URI: http://www.quomodotheme.com
Description: This is html5 template
Author: Ashekur Rahman
Author URI: http://www.quomodotheme.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-Class
4. Button-Style
5. Mainmenu-Area
6. Header-Area
7. Vdieo-Box
8. Tabs-list
9. Feature-Box
10.Easy Pie Chart
11. Filter-Controls
12. FIlter-Box
13. Team-Area
14. Price-box
15. Blog-Area
16. Count-Box
17. Footer-Area
18. Preloader
19. Accordion-style
20. Service-Box-Style
21. process-area
22. Testimonials
23. Contact-Area
-----------------------------------------------------------------------------------*/


/*-------------------
2. Theme Default CSS
--------------------*/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "WKGothic";
    font-weight: 400;
    font-size: 17px;
    line-height: 2em;
    color: #333;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #444141;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4f4f4f;
    font-family: "WKGothic";
    margin: 0 0 15px;
    font-weight: 800;
    line-height: 1.4em;
}

.satisfy {
    font-family: 'Satisfy', cursive;
}

h2 {
    font-size: 36px;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}


/*-- 3. Helper-Class --*/

.upper {
    text-transform: uppercase;
}

.thing {
    font-weight: 300;
}

.latter-space {
    letter-spacing: 4px;
}

@media (min-width:211px) {
    
}

@media (min-width:468px) {
    
}

.section-padding {
    padding: 60px 0px 60px 0px;
}

#about-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-padding {
    padding-top: 400px;
}

.gray-bg {
    background-color: #f9f9f9;
}

.page-header {
    padding: 70px 0px 0px 0px;
}

.page-title {
    margin-bottom: 70px;
    margin-top: 30px;
}

.page-title .title {
    font-size: 30px;
    margin-bottom: 32px;
    color: #001d5e;
}

.page-title span {
    color: #2b2b2b;
}

.bar-title {
    position: relative;
    padding-bottom: 20px;
}

.bar-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #898989;
}

.form-control {
    height: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 12px;
}


/*-- 4. Button-Style --*/

.bttn {
    display: inline-block;
    position: relative;
    padding: 8px 25px;
    color: #ffffff;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    background-color: #bdbdbd;
    z-index: 1;
    -webkit-box-shadow: 0 2px 0 0 rgba(189, 189, 189, 0.5), 0 4px 0 0 rgba(189, 189, 189, 0.5);
    box-shadow: 0 2px 0 0 rgba(189, 189, 189, 0.5), 0 4px 0 0 rgba(189, 189, 189, 0.5);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: none;
}

.bttn.bttn-primary {
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    -webkit-box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
}
.bttn.bttn-more {
    font-size: 15px;
    font-weight: bold;
    background-color: #a2a2a2;
}

.bttn.bttn-lg {
    padding: 18px 40px;
    font-size: 20px;
}

.bttn:focus,
.bttn:hover {
    color: #ffffff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 5px 0 0 rgba(189, 189, 189, 0.5), 0 10px 0 0 rgba(189, 189, 189, 0.5);
    box-shadow: 0 5px 0 0 rgba(189, 189, 189, 0.5), 0 10px 0 0 rgba(189, 189, 189, 0.5);
}

.bttn.bttn-primary:hover {
    -webkit-box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
}


/*-- 5. Mainmenu-Area --*/

.mainmenu-area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px 0px 0px 0px;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mainmenu-area,
.mainmenu-area.affix {
    background-color: rgba(0, 0, 0, 0.4);
}


/*insert by jsh*/

.top-bar-back {
    height: 21px;
    background-color: rgba(0, 0, 0, 0.71)
}

.top-bar-blue {
    background-color: rgba(0, 55, 94, 0.6);
    min-height: 70px;
}

.navbar-brand .img-mark {
    display: inline-block;
    float: left;
    position: absolute;
    top: -14px;
}

.navbar-brand .img-title {
    float: left;
    margin-left: 80px;
    position: absolute;
}

@media (min-width:200px) and (max-width: 320px){
    .navbar-brand {
        padding-left: 0px;
    }
    .navbar-brand .img-mark {
        width: 16%;
        top: -5px;
    }
    .navbar-brand .img-title {
        margin-left: 60px;
        width: 50%;
    }
    .navbar-toggle {
        margin-top: 40px;
    }
}

@media (min-width:320px) and (max-width: 500px) {
    .navbar-brand {
        padding-left: 0px;
    }
    .navbar-brand .img-mark {
        width: 16%;
        top: -5px;
    }
    .navbar-brand .img-title {
        margin-left: 70px;
        width: 50%;
    }
    .navbar-toggle {
        margin-top: 40px;
    }
}

@media (min-width:425px) and (max-width: 768px) {
    .navbar-brand {
    }
    .navbar-brand .img-mark {
        top: -5px;
    }
    .navbar-brand .img-title {
        
    }
    .navbar-toggle {
        margin-top: 40px;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    #mainmenu {
    }
    .navbar-toggle {
        margin-top: 40px;
    }
    .mainmenu-area #mainmenu ul.nav.navbar-nav li {
        margin-top: -10px;
    }
    .mainmenu-area #mainmenu ul.nav.navbar-nav li a {
        padding: 10px 5px 10px 5px;
    }
}

@media (min-width:200px) and (max-width: 768px) {
    .mainmenu-area #mainmenu ul.nav.navbar-nav li {
        /*margin-top: -20px;*/
    }
    .mainmenu-area #mainmenu ul.nav.navbar-nav li a {
        padding: 10px 5px 10px 5px;
    }
    /*.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li.active a,*/
    .mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li a:hover {
        color: #0b4075;
    }
}

@media (min-width:768px) and (max-width: 1366px) {
    .mainmenu-area #mainmenu ul.nav.navbar-nav li a {
        padding: 20px 8px 10px 5px;
    }
    
    
}

.top-back {
    height: 76px;
    width: 100%;
    position: fixed;
    z-index: 999
}

.top-back .back-left {
    height: 100%;
    background-image: url('../img/top-left-bg.png');
    background-repeat: no-repeat;
}

.top-back .back-right {
    height: 100%;
    background-image: url('../img/top-right-bg.png');
    background-repeat: no-repeat;
}

.home-contact {
    color: #a1978c;
    font-size: 18px;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li a {
    color: #ffffff;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: transparent;
    border-bottom: 2px solid transparent;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li {
    float: none;
    display: inline-block;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li .dropdown-menu li a {
    color: #000000;
}

/*.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li.active a,*/
.mainmenu-area #mainmenu ul.nav.navbar-nav li .dropdown-menu li :hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li a:hover {
    border-bottom: 2px solid #ffffff;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li.select-cuntry select {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0 15px 0 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-left: 1px solid #ffffff;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li.select-cuntry select option {
    color: #f7c336;
}

.mainmenu-area #search-box {
    width: 100%;
}

@-webkit-keyframes downup {
    from {
        bottom: 60px
    }
    to {
        bottom: 40px
    }
}

@keyframes downup {
    from {
        bottom: 60px
    }
    to {
        bottom: 40px
    }
}

a.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    color: #ffffff;
    font-size: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: downup 0.8s ease 0.3s infinite alternate;
    animation: downup 0.8s ease 0.3s infinite alternate;
}


/*-- 6. Header-Area --*/

.header-area {
    position: relative;
    background: url('../img/splash.jpg') no-repeat scroll center center / cover;
    width: 100%;
    height: 100%;
}

.vcenter {
    position: absolute;
    top: 44%;
    padding-left: 20%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.4;
}

.header-area .header-text .header-title {
    color: #ffffff;
    font-family: "WKGothic";
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 2px;
}

.header-area .header-text .header-title .dot {
    display: inline-block;
    border: 5px solid #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

.header-area .header-text {
    color: #ffffff;
}

.header-area .header-text q {
    font-size: 22px;
    display: block;
    margin-bottom: 50px;
}


/*-- 7. Vdieo-Box --*/

.video-box {
    position: relative;
}

.video-box .video-bttn {
    position: absolute;
    left: 55%;
    top: 32%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}


/*-- 8. Tabs-list --*/

.tabs-list-2,
.tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    overflow: hidden;
}

.tabs-list-2 li,
.tabs-list li {
    float: left;
}

.tabs-list-2 li a,
.tabs-list li a {
    padding: 15px;
    border-bottom: 2px solid #bdbdbd;
    font-weight: 500;
    display: block;
}

.tabs-list li.active a {
    border-bottom: 2px solid #a1c4fd;
}

.tabs-list-2 li a {
    border: none;
    border-radius: 100px;
    overflow: hidden;
    padding: 8px 20px;
}

.tabs-list-2 li.active a {
    color: #ffffff;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}


/*-- 9. Feature-Box --*/

.count-box,
.feature-box {
    padding: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    margin-bottom: 30px;
    border-radius: 5px;
    /*background-color: #ffffff;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.count-box:hover,
.feature-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    background-color: #ffffff;
    border-radius: 15px;
}

.feature-box .box-icon {
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.read-more {
    color: #bdbdbd;
    display: inline-block;
    padding: 5px 0;
}

.read-more:after {
    content: "\eb55";
    display: inline-block;
    font-family: "icofont";
    color: #a1c4fd;
    font-size: 22px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.read-more:hover:after {
    opacity: 1;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}


/*-- 10.Easy Pie Chart --*/

.skills .skill {
    text-align: center;
    margin-bottom: 30px;
}

.skills .skill .chart {
    position: relative;
}

.skills .skill .chart>span {
    position: absolute;
    left: 50%;
    top: 27%;
    font-weight: 600;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.skill .counter:after {
    content: "%";
}


/*-- 11. Filter-Controls --*/

.filter-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.filter-controls li {
    display: inline-block;
    position: relative;
    padding: 3px 30px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 rgba(135, 181, 255, 0.5), 0 0 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(135, 181, 255, 0.5), 0 0 0 0 rgba(135, 181, 255, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.filter-controls li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.filter-controls li.active {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
}

.filter-controls li.active:before {
    opacity: 1;
}

.mix {
    display: none;
    margin: 0;
    padding: 0;
}


/*-- 12. FIlter-Box --*/

.filter-box {
    position: relative;
}

.filter-box .filter-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.filter-box:hover .filter-hover {
    opacity: 1;
}

.filter-box .filter-hover h5 {
    color: #ffffff;
    position: relative;
    padding: 10px 0;
}

.filter-box .filter-hover h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}

.filter-box .filter-hover h5 {
    position: absolute;
    /*left: 100px;*/
    bottom: 60px;
    font-size: 24px;
    font-weight: bold;
}

.filter-box .filter-hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2e9fb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2e9fb), to(#a1c4fd));
    background: linear-gradient(to bottom, #c2e9fb 1%, #a1c4fd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd', GradientType=0);
    opacity: 0.6;
    z-index: -1;
}

.filter-box .filter-hover .filter-popup {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.filter-box .filter-hover .filter-popup:before,
.filter-box .filter-hover .filter-popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.filter-box .filter-hover .filter-popup:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter-box .filter-hover img {
    width: 100%;
}


/*-- 13. Team-Area --*/

.team-box {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
}

.t_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
	min-height: 70px;
}

.team-box .team-image img {
    width: 100%;
}

.team-hover {
    padding-top: 30px;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.att-nophoto {
    margin-top: 30px;
    padding-top: 30px;
    opacity: 1;
    min-height: 267px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efcb71), to(#f4cb64));
    background-color: linear-gradient(to bottom, #efcb71 1%, #f4cb64 100%);
    color: white;
}

.att-nophoto .t_sub_title {
    margin-bottom: 30px;
}
.att-nophoto .t_title {
    font-size: 18px;
    margin-bottom: 5px;
    color:white;
}
.team-box.two .team-hover {
    height: auto;
    top: auto;
    bottom: -100%;
}

.team-box.two:hover .team-hover {
    top: auto;
    bottom: 0;
}

.team-box.two .team-hover:before {
    opacity: 1;
}

.att-team-hover {
    padding: 20px;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-box:hover .team-hover {
    top: 0;
}

.team-box:hover .att-team-hover {
    top: 0;
}

.team-hover .team-social-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

.att-team-hover .team-social-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

.team-hover .team-social-menu a {
    border-right: 1px solid #ededed;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.att-team-hover .team-social-menu a {
    border-right: 1px solid #ededed;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-hover .team-social-menu a:last-child {
    border-right: none;
}

.att-team-hover .team-social-menu a:last-child {
    border-right: none;
}

.team-hover .t_sub_title,
.team-hover .t_title {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.att-team-hover .t_sub_title,
.att-team-hover .t_title {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-hover .t_title {
    font-size: 18px;
}

.att-team-hover .t_title {
    font-size: 18px;
}

.team-hover .t_sub_title {
    margin-bottom: 20px;
}

.att-team-hover .t_sub_title {
    margin-bottom: 20px;
}

.team-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #efcb71;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efcb71), to(#f4cb64));
    background: linear-gradient(to bottom, #efcb71 1%, #f4cb64 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efcb71', endColorstr='#f4cb64', GradientType=0);
    z-index: -1;
    opacity: 0.9;
}

.att-team-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #efcb71;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efcb71), to(#f4cb64));
    background: linear-gradient(to bottom, #efcb71 1%, #f4cb64 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efcb71', endColorstr='#f4cb64', GradientType=0);
    z-index: -1;
    opacity: 0.9;
}

.team-hover .bar_group {
    position: relative;
}

.att-team-hover .bar_group {
    position: relative;
}

.team-hover .bar_group__bar.thick {
    width: 0%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 1;
    margin-bottom: 30px !important;
}


/*
.att-team-hover .bar_group__bar.thick {
    width: 0%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 1;
    margin-bottom: 30px !important;
}*/

.team-hover .bar_group__bar.thick::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    opacity: 1;
    width: 95%;
    height: 3px;
    border-radius: 6px;
    background: #e4e2e2;
    z-index: -1;
}


/*
.att-team-hover .bar_group__bar.thick::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    opacity: 1;
    width: 95%;
    height: 3px;
    border-radius: 6px;
    background: #e4e2e2;
    z-index: -1;
}*/

.team-hover .b_tooltip {
    position: relative;
    float: left;
    left: 100%;
    padding: 5px 5px 3px 5px;
    background-color: #ffffff;
    color: #6b6d6f;
    -webkit-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    border-radius: 2px;
    line-height: 1em;
}


/*
.att-team-hover .b_tooltip {
    position: relative;
    float: left;
    left: 100%;
    padding: 5px 5px 3px 5px;
    background-color: #ffffff;
    color: #6b6d6f;
    -webkit-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    border-radius: 2px;
    line-height: 1em;
}*/

.team-hover .b_tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


/*
.att-team-hover .b_tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
*/

.team-hover .b_tooltip span:after {
    content: "%";
}

.team-hover .bar_label_min,
.team-hover .bar_label_max {
    display: none;
}


/*
.att-team-hover .bar_group .b_label {
    font-size: 16px;
}

.att-team-hover .b_tooltip span:after {
    content: "%";
}

.att-team-hover .bar_label_min,
.att-team-hover .bar_label_max {
    display: none;
}

.att-team-hover .bar_group .b_label {
    font-size: 16px;
}
*/


/*-- 14. Price-box --*/

.price-box {
    padding: 2px 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.price-box:hover {
    padding: 2px 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    z-index: 9;
}


/*-- 15. Blog-Area --*/

.blog-box {
    border-radius: 5px;
    overflow: hidden;
}

.blog-box .blog-details {
    padding: 30px;
    color: #ffffff;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

.blog-box .blog-image img {
    width: 100%;
}

.blog-box .blog-details h4 a {
    color: #ffffff;
}

.blog-list {
    margin-bottom: 15px;
}

.blog-list:last-child {
    margin-bottom: 0;
}

.blog-list:after {
    content: "";
    display: block;
    clear: both;
}

.blog-list .blog-list-image {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 30px;
}

.blog-list .blog-list-meta {
    margin-bottom: 10px;
}


/*-- 16. Count-Box --*/

.count-box {
    margin-bottom: 0;
    text-align: justify;
}

.count-box h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.count-box img {
    padding-top: 50px;
}


/*-- 17. Footer-Area --*/

.footer-single ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single ul li {
    padding: 5px 0;
}

.footer-single ul li a:hover {
    text-decoration: underline;
}

.footer-area .social-menu a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.footer-area .footer-bottom .copyright {
    border-top: 1px solid #f2f2f2;
    text-align: center;
    padding: 30px;
}

.footer-area .footer-top .container .row ul.nav.navbar-nav.bottom-menu {
    text-align: center;
}

.footer-area .footer-top .container .row ul.nav.navbar-nav.bottom-menu li a:hover {}


/*-- 18. Preloader --*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    z-index: 999999;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #ffffff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/*-- 19. Accordion-style --*/

.accordion1 .panel {
    margin-bottom: 30px;
}

.accordion1 .panel a {
    display: block;
    padding: 8px 10px 8px 70px;
    position: relative;
    border: 1px solid #e2e2e2;
    color: #4f4f4f;
    font-size: 16px;
}

.accordion1 .panel:last-child {
    margin-bottom: 0;
}

.accordion1 .panel a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

.accordion1 .panel a:after {
    content: "\f0a5";
    font-family: 'icofont';
    line-height: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
}

.accordion1 .panel a[aria-expanded="true"]:after {
    content: '\f074';
    font-size: 20px;
}

.accordion1 .panel .text-body {
    padding: 30px 30px 30px 70px;
    border: 1px solid #e2e2e2;
    border-top: none;
}


/*-- 20. Service-Box-Style --*/

.service-box {
    padding: 10px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.service-box .box-image {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.service-box .box-image img {
    width: 100%;
}

.service-box .box-image .box-plus {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #6b6d6f;
    line-height: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.4);
}

.service-box .box-text {
    padding: 0 10px;
    text-align: justify;
}

.service-box .box-text p {
    font-size: 16px;
}

.service-box .box-text h4 {
    font-size: 19px;
}


/*-- 21. process-area --*/

.process {
    background: url('images/service-line.jpg') no-repeat scroll top 20px center;
    color: #6b6d6f;
}

.single-process .process-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.single-process .process-icon i.icofont {
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*-- 22. Testimonials --*/

.testimonials .single-testimonial {
    background-color: #ffffff;
    padding: 30px 50px 20px 50px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}


/*.testimonials .single-testimonial:before {
    content: "\f0b1";
    font-family: 'icofont';
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 40px;
    color: #e8e8e8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.testimonials .single-testimonial .testimonial-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.testimonials .testimonial-img {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-controls .owl-nav {
    text-align: center;
}

.owl-controls .owl-nav>div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    margin: 10px 5px;
    color: #969696;
}

.testimonials .owl-controls .owl-nav>div {
    position: absolute;
    left: -25px;
    top: 57%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.testimonials .owl-controls .owl-nav>div.owl-next {
    left: auto;
    right: -25px;
}


/*-- 23. Contact-Area --*/

.contact-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    margin-bottom: -250px;
}

.contact-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1370px;
    max-width: 98%;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    outline: none;
}

.contact-form .form-double input[type="text"],
.contact-form .form-double input[type="number"],
.contact-form .form-double input[type="email"],
.contact-form .form-double input[type="password"],
.contact-form .form-double textarea {
    width: calc(50% - 15px);
    float: left;
}

.contact-form .form-double input[type="text"]:last-child,
.contact-form .form-double input[type="number"]:last-child,
.contact-form .form-double input[type="email"]:last-child,
.contact-form .form-double input[type="password"]:last-child,
.contact-form .form-double textarea {
    float: right;
}

.contact-info {
    padding: 30px 50px;
    color: #ffffff;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    border-radius: 3px;
}

.contact-info .info {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.contact-info .info li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    line-height: 2.3em;
}

.contact-info .info li:last-child {
    margin-bottom: 0;
}

.contact-info .info li .info-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 50%;
}

.contact-info .info li .info-icon i.icofont {
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-menu-2 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
}

.social-menu-2 a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.8);
}

.social-menu-2 a i.icofont {
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#maps {
    width: 100%;
    height: 600px;
}

.left-menu {
    position: relative;
}

.article {
    margin-top: 40px;
    font-family: 'WKGothic';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #727272;
}

.row_mark {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}


/*Accardion v1*/

.acc-v1 .panel-heading {
    padding: 0;
    box-shadow: none;
}

.acc-v1 .panel-heading a {
    display: block;
    padding: 10px 15px;
    background: #fefefe;
    font-size: 17px;
    font-weight: bold;
    color: #666464;
    font-family: 'WKGothic'
}


/*favour treatment*/

.row-favour {
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.cert-img {
    width: 100%;
    /*height: 400px;*/
}

.title .active {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 4px;
    width: 97%;
}

.title .active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #35bd2a;
}

.pos-relative {
    position: relative;
}

.data-achieve {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'WKGothic';
    color: #727272;
    margin-bottom: 8;
}

.data_title_m {
    text-align: center;
    margin-bottom: 25px;
    font-size: 25px;
    font-family: 'WKGothic';
    color: #727272;
}

.fund-focus {
    border-bottom: 1px solid #7f7f7f;
}


/*------------pagination------------------*/
.pagination {
    margin-top: 50px;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    border: 1px solid #ebebeb;
    color: #757686;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #0971ab;
    border: 1px solid #ebebeb;
}

.pagination>li>a,
.pagination>li>span {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #757686;
    margin-right: 10px;
}

.presentation-item {
    min-height: 500px;
    padding-left: 130px;
    padding-top: 50px;
    background-color: #f8f8f8;
}

.back-arrow {
    font-size: 60px;
    margin-left: 15px;
    color: #4574dc;
}

.honor-style {
    font-weight: bolder;
}


@media (max-width:1440px) and (min-width:1366px) {
    .header-area {
        background: url('../img/splash.jpg') no-repeat scroll center center / cover;
    }
    .vcenter {
        position: absolute;
        top: 40%;
        padding-left: 20%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .favour-area {
        padding-top: 80px;
    }
}
@media (max-width:1366px) and (min-width:1280px) {
    .header-area {
        background: url('../img/splash.jpg') no-repeat scroll center center / cover;
    }
    .vcenter {
        position: absolute;
        top: 44%;
        padding-left: 20%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .favour-area {
        padding-top: 80px;
    }

}
@media only screen and (max-width:1280px) and (min-width:1024px) {
    .header-area {
        background: url('../img/splash.jpg') no-repeat scroll center center / cover;
    }
    .vcenter {
        position: absolute;
        top: 50%;
        padding-left: 20%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .filter-box:hover .filter-hover {
        opacity: 0;
    }
    .favour-area {
        padding-top: 80px;
    }
}
@media only screen and (max-width:1024px) and (min-width:768px) {
    .header-area {
        background: url('../img/splash1.jpg') no-repeat scroll center center / cover;
        height: 570px;
    }
    .vcenter {
        position: absolute;
        top: 44%;
        left: -7%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #about-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .count-box {
        padding: 0px;
    }
    .count-box h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .count-box img {
        padding-top: 20px;
    }
    .filter-box:hover .filter-hover {
        opacity: 0;
    }
    .favour-area {
        padding-top: 80px;
    }
    .presentation-item {
        padding-top: 20px;
        padding-left: 30px;
    }
}
@media only screen and (max-width:767px) and (min-width:640px) {
    .header-area {
        background: url('../img/splash2.jpg') no-repeat scroll center center / cover;
        height: 539px;
    }
    .vcenter {
        position: absolute;
        top: 52%;
        left: -8%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #about-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-padding {
        padding: 20px 0px 20px 0px;
    }
    .count-box {
        padding: 0px;
    }
    .count-box h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .count-box img {
        padding-top: 20px;
    }
    .filter-box:hover .filter-hover {
        opacity: 0;
    }
    .t_name {
        min-height: 10px;
    }
    .favour-item {
        padding-top: 20px;
    }
    .favour-area {
        padding-top: 30px;
    }
    .modal {
        top: 80px;
    }
    .presentation-item {
        min-height: 15px;
        padding-top: 50px;
        padding-left: 30px;
    }
}
@media only screen and (max-width:640px) and (min-width:480px) {
    .header-area {
        background: url('../img/splash2.jpg') no-repeat scroll center center / cover;
        height: 539px;
    }
    .vcenter {
        position: absolute;
        top: 50%;
        left: -8%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #about-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-padding {
        padding: 10px 0px 10px 0px;
    }
    .count-box {
        padding: 0px;
    }
    .count-box h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .count-box img {
        padding-top: 20px;
    }
    .filter-box:hover .filter-hover {
        opacity: 0;
    }
    .t_name {
        min-height: 10px;
    }
    .row_mark {
        margin-left: 0px;
        margin-right: 0px;
    }
    .favour-item {
        padding-top: 20px;
    }
    .modal {
        top: 80px;
    }
    .presentation-item {
        min-height: 20px;
        padding-top: 20px;
        padding-left: 30px;
    }
    .favour-area {
        padding-top: 40px;
    }
}
@media only screen and (max-width:480px) and (min-width:320px) {
    .header-area {
        background: url('../img/splash3.jpg') no-repeat scroll center center / cover;
        height: 305px;
    }
    .vcenter {
        position: absolute;
        top: 52%;
        left: -11%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #about-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-padding {
        padding: 10px 0px 10px 0px;
    }
    .count-box {
        padding: 0px;
    }
    .count-box h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .count-box img {
        padding-top: 20px;
    }
    .filter-box:hover .filter-hover {
        opacity: 0;
    }
    .t_name {
        min-height: 10px;
    }
    .row_mark {
        margin-left: 0px;
        margin-right: 0px;
    }
    .favour-item {
        padding-top: 20px;
    }
    .modal {
        top: 80px;
    }
    .presentation-item {
        min-height: 20px;
        padding-top: 20px;
        padding-left: 30px;
    }
    .favour-area {
        padding-top: 40px;
    }
}
@media only screen and (max-width:320px) and (min-width:240px) {
    .header-area {
       background: url('../img/splash4.jpg') no-repeat scroll center center / cover;
       height: 266px;
    }
    .vcenter {
        position: absolute;
        top: 60%;
        left: -12%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #about-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-padding {
        padding: 10px 0px 10px 0px;
    }
    .count-box {
        padding: 0px;
    }
    .count-box h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .count-box img {
        padding-top: 20px;
    }
    .filter-box:hover .filter-hover {
        opacity: 0;
    }
    .col-xs-6 {
        width: 100%;
    }
    .t_name {
        min-height: 10px;
    }
    .blog-list .blog-list-image {
        width: 110px;
    }
    .row_mark {
        margin-left: 0px;
        margin-right: 0px;
    }
    .favour-item {
        padding-top: 50px;
    }
    .modal {
        top: 80px;
    }
    .presentation-item {
        min-height: 20px;
        padding-top: 20px;
        padding-left: 30px;
    }
    .favour-area {
        padding-top: 40px;
    }
}

.modal_content {
	 text-align:justify;
}