/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
	font-family:arial, sans-serif,'微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
}

body a,
body button {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover,
body button:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

::-moz-selection{ color: #fff; background: #0e6eb8; }
::selection { color: #fff; background: #0e6eb8; }

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

/*------ Top scrollBar ---------------------------------------------*/

#scrollBar a {

}
#scrollBar a:hover {
}


/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}

/* //colors code */

/* move top icon */
a.move-top {
    display: inline-block;
    position: fixed;
    bottom:20px;
    right: 20px;
    z-index: 10000;
	
	color:#fff;
	background:#333;
	font-size:1.1em;
	padding:15px 17px;
	
	opacity:0.35;
	filter: alpha(opacity=55);
		
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.move-top:hover {
	margin-bottom:10px;
	opacity:1;
	background:#0e6eb8;	
}

/* //move top icon */

/* header */
/* top header */
.header-top_w3layouts {
    padding: 0 .5em;
}
.top-bar span {
	font-size:0.8em;
	line-height:20px;
}
/* social icons */
.top-right-info li {
    display: inline-block;
}

.top-right-info li span {
    color: #343a40;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -ms-transition: 0.5s all;
	opacity:0.7;
}

.top-right-info li span:hover,
a.login-button-2:hover {
    color: #343a40;
	opacity:1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //social icons */

.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

.top-w3layouts p a:hover,
.w3l-footer ul li a:hover {
    opacity: .7;
}

a.login-button-2 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    opacity: .7;
}

/* //top header */

/* second header */
#home {
    position: relative;
}

.main-top {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #0e6eb8;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

/* logo */
#logo {
}
#logo img {
	width:260px;
}
#logo a {
    float: left;
    display: initial;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
}

span.logo-sp {
    font-weight: 100;
}

/* //logo */

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul li ul li:hover {
    color: #000;
    background: #f8f9fa;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* Background color change on Hover */
.menu li {
	margin-right:30px;
}

.menu li a.active,
.menu li a:hover {
    color: #f8b62c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    padding-top: 25px !important;
	margin-left:-15px;
    background: #0e6eb8;
    padding: 10px 0;
    border-radius: 4px;
    z-index: 9;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
.menu li li {
	margin-right:0px;
}

nav ul ul li {
    width: 230px;
    float: none;
	margin-right:0;
    display: list-item;
    position: relative;
	padding:5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul ul li:nth-child(4) {
    margin-bottom: 5px;
}

nav ul ul li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

a.reqe-button {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 800px) {
    nav a {
        font-size: 12px;
    }
a.move-top {
    display: inline-block;
}
}

@media all and (max-width : 990px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }
	
}
@media all and (max-width : 736px) {

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 14px;
        font-size: 15px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 128px;
        padding: 5px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
    }

    .toggle:hover {
        color: #d84315;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    /* 
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    } */

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

    nav a {
        color: #000;
        font-size: 14px;
        padding: 0;
    }

    nav ul ul li a {
        color: #000;
    }

    nav ul ul li a {
        font-size: 14px;
    }

    .menu li a.active,
    .menu li a:hover {
        color: #d84315;
        background: transparent;
    }
}

@media all and (max-width : 375px) {

    nav a,
    .menu .toggle {
        font-size: 14px;
    }

    .toggle {
        padding: 7px 12px;
        font-size: 14px;
    }
}

/* dropdown */
#demo {
    margin: 10px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li:hover {
    background: #f8f9fa;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
/* //second header */

/* banner */
.banner-top1,
.banner-top2,
.banner-top3 {
    min-height: 730px;
}

.banner-top1 {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top2 {
    background: url(../images/2.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-info_agile_w3ls {
    padding-top: 16em;
    max-width: 800px;
}

.banner-info_agile_w3ls h3 {
    font-size: 60px;
}

a.button-w3ls {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 18px;
    background: #d84315;
    display: inline-block;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.button-w3ls:hover {
	letter-spacing: 1.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //banner */

/* banner bottom */
.triple-sec:nth-child(2) {
	background-repeat:no-repeat;
	background-position:center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.triple-sec:nth-child(1) {
	background-repeat:no-repeat;
	background-position:center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.triple-sec:nth-child(3) {
	background-repeat:no-repeat;
	background-position:center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

li.style-bottom-w3 h4 {
    font-size: 40px;
}

.triple-sec h5 {
    font-size: 32px;
    letter-spacing: 1px;
}

h4.down-list-w3 {
    font-size: 35px;
}

a.some-small-btn {
    padding: 12px 26px;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
}

a.some-small-btn:hover {
}

/* //banner bottom */

/* blog */
h3.w3ls-title {
    font-size: 40px;
}

h6.w3ls-title-sub {
    letter-spacing: 1px;
    font-weight: 100;
}

h5.card-title a,
h5.card-title {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
}

.blog_w3icon span {
    color: #777;
    text-transform: uppercase;
    font-size: 14px;
    word-spacing: 3px;
    letter-spacing: 1px;
}
#blog .news_description {
	height:60px;
	overflow:hidden;
}


a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #2196f3;
    color: #fff;
    padding: 11px 18px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.blog-btn:hover {
    letter-spacing:1.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.certificate_imgbox {
	width:;
	max-height:250px;
	overflow:hidden;
	/*
	display: flex;  /* 垂直居中 */

	align-items: center;
}


/*------------------ project_detail -----------------*/
.project_detail {
}
.project_detail .photo_block {
	background:#fff url(../images/icons/photo_block_open_blue.png) no-repeat center;
}
.project_detail .photo_block img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.project_detail .photo_block:hover img {
	opacity:0.5;
}
.project_detail .photo_block {
}
.project_detail .mt-4 {
	margin-top:2em !important;
}



/*------------------ 页码 block_pager -----------------*/
.block_pager {
	padding:10px 0;
	margin:80px auto 20px;
	width:50%;
}
.block_pager .prev {
	width:25px;
	height:25px;
	margin-right:14px;
	float:left;
	display:block;
	position:relative;
	
	background:#dbdbdb url(../images/icons/arrow_9.gif) no-repeat 8px center;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	_border-radius:0;
	
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	
	text-indent:-9000px;
}
.block_pager .prev:hover {
	background-color:#0e6eb8;
}
.block_pager .next {
	width:25px;
	height:25px;
	margin-left:14px;
	float:right;
	display:block;
	position:relative;
	
	background:#dbdbdb url(../images/icons/arrow_10.gif) no-repeat 10px center;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	_border-radius:0;
	
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
		
	text-indent:-9000px;
}
.block_pager .next:hover {
	background-color:#0e6eb8;
}
.block_pager .pages {
	overflow: hidden;
	background: url(../images/icons/line_pager.gif) repeat-x 0px 12px;
	text-align: center;
	line-height: 0px;
}
.block_pager .pages ul {
	height: 30px;
	padding: 0px 11px;
	display: inline-block;
	background-color: #ffffff;
}
.block_pager .pages li {
	margin-left:10px; 
	float:left; 
	display:block;
}
.block_pager .pages li:first-child {
	margin-left:5px;
}
.block_pager .pages a {
	font-size:1em;
	width:25px;
	height:24px;
	line-height:24px;
	display:block;
	position:relative;
		
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	_border-radius:0;
	
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	
	color:#6b6b6b;
}
.block_pager .pages a:hover {
	color:#fff; 
	background:#0e6eb8;
}
.block_pager .pages .current a {
	color:#fff; 
	background:#0e6eb8;
}


/* //blog */

/* doctor form */
section.loan_w3ls {
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.loan-form-w3ls input.form-control,
select.form-control {
    background: #fff;
    border: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 15px;
}

select.form-control {
    height: 47px !important;
}

.loan-form-w3ls .form-group label {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

button.btn_apt {
    background: #d84315;
    color: #fff;
    padding: 12px 40px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button.btn_apt:hover {
    letter-spacing: 2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* date  */
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
	padding-right: 0!important;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.date-plu input {
    border: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 15px;
    width: 100%;
}

/* //date  */
/* //doctor form */

/* services */
.services-box span {
    background: #0e6eb8;
    width:;
	height:70px;
	line-height:70px;
    border-radius: 4px;
	padding:0 25px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.services-box span.fa-flag {
	font-size:22px;
}
.service-content h3 {
    font-size: 23px;
}

a.butn-w3pvt {
    color: #2196f3;
    letter-spacing: 1px;
    font-size: 14px;
}

.services-w3ls {
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/* //services */

/* project */
.project {
	margin-top:6rem;
}
.project .project_list {
	margin-bottom:20px;
}
.box16 {
	width:100%;
	display:block;
    text-align: center;
    color: #fff !important;
    position: relative;
	background:#000;
}

.box16 .box-content {
    width: 100%;
    position: relative;
	background:#0e6eb8;
}
.box16 .img-fluid {
	width:100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.box16:hover .img-fluid {
	opacity:0.5;
}

.box16 .box-content {
    padding: 15px;
    margin-bottom: 1.5em;
    z-index: 1
}
.box16 .magnifier {
	position:absolute;
	width:100%;
	left:0;
	top:40%;
	text-align:center;
}
.box16 .magnifier .fa {
	font-size:40px;
	opacity:0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.box16:hover .magnifier .fa {
	opacity:1;
}
.box16 .title {
    font-size: 18px;
    letter-spacing:;
}

.box16 .post {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    letter-spacing: 1px;
}

.box16 .social li a {
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.box16:hover .post,
.box16:hover .title {
    transform: translateY(0)
}


.box16 .social li:nth-child(2) {
    margin: 0 6px;
}

@media only screen and (max-width:990px) {
    .box16 {
    }
}

/* //project */

/* footer */
footer {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.logo2 a {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

.w3l-footer h3 {
    font-size: 24px;
    letter-spacing: 1px;
}

ul.list-styles a {
    letter-spacing: 1px;
    font-size: 15px;
}

ul.list-styles a:hover {
    color: #ffffff !important;
}

ul.list-part li span {
    font-size: 46px;
}


/* copyright */
.copy-w3pvt {
	border-top:1px solid #0e6eb8;
}
.w3ls_footer_grid1_left p {
    color: #484848;
    font-weight: 500;
}

.w3ls_footer_grid1_left p a {
    color: #d84315;
    text-decoration: none;
}

.w3ls_footer_grid1_left p a:hover {
    color: #000;
}

/* //copyright */
/* //footer bottom */

/* inner pages */
.main-banner-2 {
	background-repeat:no-repeat;
	background-position:top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

/* page details */
.breadcrumb-agile {
    background: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.breadcrumb {
	margin:0 auto !important;
	background-color:#fff !important;
}
.breadcrumb li a {
    color: #2196f3;
    font-weight: bold;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
}

/* //page details */

/* about page */
/* about */
h6.subheading-w3ls {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(41, 40, 40, 0.25);
}

.wthree-bottom {
    max-width: 450px;
}

/* //about */
/* //about page */

/* gallery page */
/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #686de0;
}

h5.text-name-pop.mt-4 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    color: #d84315;
}

/* //popup */
/* //gallery page */

/* contact */
.contact-agileits-w3layouts h5 {
    color: #424242;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.midd-contact h6 {
    font-size: 22px;
    letter-spacing: 1px;
}

.midd-contact {
    border-left: 2px solid #d84315 !important;
}

p.para-agileits-w3layouts i {
    color: #d84315;
}

p.para-agileits-w3layouts a {
    color: #999;
}

p.para-agileits-w3layouts a:hover,
.w3l-footer ul li a:hover,
p.copy-right-grids a:hover {
}

h4.contact-title {
    letter-spacing: 1px;
}

.map {
	background:#000;
}
.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 600px;
    display: block;
	opacity:1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.map iframe:hover {
	opacity:1;
}

.form-bg-w3ls input[type="text"],
.form-bg-w3ls input[type="email"],
.form-control,
.form-bg-w3ls textarea {
    padding: 12px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
}

.form-bg-w3ls textarea {
    resize: none;
    height: 10em;
}

.form-bg-w3ls button {
    background: #2196f3;
    color: #fff;
    font-size: 15px;
    width: 100%;
    outline: none;
    letter-spacing: 1px;
    padding: 12px 0;
    border-radius: 0px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.form-bg-w3ls button:hover {
    letter-spacing: 2px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

/* //contact */

/* login page */
form.login-wrapper {
    margin: 0 auto;
    max-width: 500px;
}

.login label {
    font-size: 15px;
    color: #4e4f50;
    font-weight: 600;
    letter-spacing: 1px;
}

.login button {
    background: #d84315;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
}

.login button:hover {
    letter-spacing:3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;	
}

.login p a {
    font-size: 14px;
    color: #002d28;
}


/* blog page */
h6.blog-first {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

h6.blog-first span {
    color: #0e6eb8;
}

ul.blog_list li {
    display: inline-block;
    color: #0e6eb8;
}

h5.card-title a {
    font-size: 24px;
    letter-spacing: 1px;
}

a.blog-grid-title {
    font-size: 24px;
    display: inline-block;
}

a.blog-grid-title:hover {
    color: #0e6eb8;
}

a.blog-button {
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 9px 22px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #d84315;
    border: 2px solid #d84315;
    border-radius: 40px;
}

a.blog-button:hover {
    background: #2196f3;
    border-color: #2196f3;
    color: #fff;
}

ul.blog_list li a {
    color: #2196f3;
}

/* //left side */

/* left side */
a.single-text {
    font-size: 24px;
    line-height: 1.5;
    display: inline-block;
}

a.single-text:hover {
    color: #2196f3;
}

.media img {
    border-radius: 50%;
}

.comment-top h4 {
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.comment-bottom {
    background: #f7f7f7;
    padding: 2em;
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
}

.agileinfo_mail_grid_right textarea {
    min-height: 180px;
    resize: none;
}

.agileinfo_mail_grid_right button {
    outline: none;
    padding: 11px 40px;
    font-size: 16px;
    color: #fff;
    background: #2196f3;
    border: none;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileinfo_mail_grid_right button:hover {
    letter-spacing:2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //left side */

/* responsive */
@media(max-width: 991px) {
    a.single-text {
        font-size: 22px;
    }
}

@media(max-width: 1080px) {
    a.blog-grid-title {
        font-size: 22px;
    }

    .posts-grid-right h4 a {
        font-size: 15px;
    }
}

@media(max-width: 1050px) {
    a.text-cati-2 {
        font-size: 14px;
    }

    a.blog-grid-title {
        font-size: 21px;
    }
}

@media(max-width: 736px) {
    h6.blog-first {
        font-size: 19px;
    }

    ul.blog_list li {
        font-size: 15px;
    }

    a.blog-button {
        font-size: 13px;
        padding: 9px 20px;
    }

    .agileinfo_mail_grid_right textarea {
        min-height: 150px;
    }
}

@media(max-width: 667px) {

    .agileinfo_mail_grid_right input[type="text"],
    .agileinfo_mail_grid_right input[type="email"],
    .agileinfo_mail_grid_right textarea {
        font-size: 14px;
    }

    .comment-top h4 {
        font-size: 25px;
    }
}

@media(max-width: 480px) {
    a.blog-grid-title {
        font-size: 19px;
    }
}

@media(max-width: 440px) {
    h6.blog-first {
        font-size: 16px;
    }

    ul.blog_list li {
        font-size: 14px;
    }

    a.single-text {
        font-size: 20px;
    }

    .agileinfo_mail_grid_right,
    .comment-bottom {
        padding: 1.5em;
    }
}

@media(max-width: 414px) {

    .perso-wthree,
    .info-commt {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .info-commt {
        text-align: center !important;
        margin-top: 10px;
    }

    .media {
        display: inherit;
        margin: 1.5em 0 !important;
    }

    .media-body {
        margin-top: 12px;
    }

    .agileinfo_mail_grid_right button {
        font-size: 14px;
    }
}

@media(max-width: 375px) {
    a.blog-grid-title {
        font-size: 18px;
    }

    a.text-cati {
        font-size: 14px;
    }

    .agileinfo_mail_grid_right textarea {
        min-height: 120px;
    }
}

@media(max-width: 320px) {

    .posts-grid-left,
    .posts-grid-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts-grid-right {
        margin-top: 1em;
    }

    h3.blog-title {
        font-size: 21px;
    }
}

/* //responsive */


/* //login page */

/* responsive */
@media(max-width: 1440px) {
    .popup {
        margin: 3em auto;
    }

    .banner-info_agile_w3ls {
        padding-top: 15em;
    }

    li.style-bottom-w3 h4 {
        font-size: 36px;
    }

    .triple-sec h5 {
        font-size: 28px;
    }

    .callbacks_tabs {
        bottom: 12%;
        left: 47.5%;
    }

    .main-banner-2 {
        min-height: 260px;
    }
}

@media(max-width: 1366px) {
    .banner-info_agile_w3ls h3 {
        font-size: 56px;
    }

    .banner-info_agile_w3ls {
        padding-top: 14em;
    }

    .triple-sec h5 {
        font-size: 26px;
    }

    li.style-bottom-w3 h4 {
        font-size: 32px;
    }

    li.style-bottom-w3 p {
        font-size: 13px;
    }

    h4.down-list-w3 {
        font-size: 32px;
    }
}

@media(max-width: 1280px) {
    .banner-info_agile_w3ls {
        padding-top: 13em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 650px;
    }
}

@media(max-width: 1080px) {
    .banner-info_agile_w3ls h3 {
        font-size: 55px;
    }

    .banner-info_agile_w3ls {
        padding-top: 11em;
    }

    .callbacks_tabs {
        bottom: 7%;
        left: 47%;
    }

    .triple-sec:nth-child(2):before {
        left: 0;
    }

    .loan-form-w3ls .form-group label {
        font-size: 14px;
    }

    h3.w3ls-title {
        font-size: 34px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 580px;
    }

    .box16 .title {
        font-size: 15px;
    }

    .main-banner-2 {
        min-height: 220px;
    }
}

@media(max-width: 1050px) {}

@media(max-width: 1024px) {}

@media(max-width: 991px) {
    .header-w3layouts {
        padding: 0;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
        background: #fff;
        border-radius: 0px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 48px;
    }

    a.button-w3ls {
        font-size: 14px;
        padding: 14px 22px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 530px;
    }

    .wthree-bottom {
        max-width: 700px;
    }

    .agileits_works-grid1 {
        text-align: center;
    }

    h6.subheading-w3ls {
        font-size: 28px;
    }

    .map iframe {
        height: 350px;
    }
}

@media(max-width: 900px) {}

@media(max-width: 800px) {}

@media(max-width: 991px) and (min-width: 768px) {

	.main-top .container {
		max-width:768px !important;
	}
	#logo img {
		width:200px;
	}
	nav a {
		font-size:14px;
	}
	.menu li {
		margin-right:25px;
	}
	.menu {
		width:470px !important;
		float:right !important;
	}
	
}



@media(max-width: 768px) {
	
	header { display:none;}
	#logo img {
		width:200px;
	}
	
	}

@media(min-width: 768px) {}

@media(max-width: 736px) {
    .header-w3layouts {
        padding: 0 1em;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 40px;
    }

    a.button-w3ls {
        font-size: 13px;
        padding: 13px 22px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 490px;
    }

    .banner-info_agile_w3ls {
        padding-top: 10em;
    }

    .box16 .box-content {
        bottom: 20%;
    }

    .main-banner-2 {
        min-height: 200px;
    }

    h6.subheading-w3ls {
        font-size: 26px;
    }

    .contact-agileits-w3layouts h5 {
        font-size: 18px;
    }

    .map iframe {
        height: 300px;
    }

    h4.contact-title {
        font-size: 22px;
    }

    .midd-contact h6 {
        font-size: 20px;
    }
}

@media(max-width: 667px) {}

@media(max-width: 640px) {
    h3.w3ls-title {
        font-size: 28px;
    }

    h6.subheading-w3ls {
        font-size: 22px;
    }
}

@media(max-width: 568px) {
    .banner-info_agile_w3ls {
        padding-top: 9em;
    }

    .box16 .box-content {
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 470px;
    }

    ul.list-part li span {
        font-size: 40px;
    }

    .box16 .box-content,
    .box16:after {
        width: 67%;
        right: 0;
        margin: 0 auto;
    }

    .header {
        padding: 8px 0 !important;
    }

    #logo a {
        font-size: 30px;
    }

    .toggle {
        padding: 6px 10px;
        font-size: 14px;
		margin-top:5px;
    }

    .main-banner-2 {
        min-height: 160px;
    }
}

@media(max-width: 480px) {
    p {
        font-size: 14px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 34px;
    }

    .box16 .box-content,
    .box16:after {
        width: 81%;
    }

    nav a,
    .menu .toggle,
    nav ul ul li a {
        font-size: 13px;
    }

    .popup {
        margin: 4em 1em;
    }

    .contact-agileits-w3layouts h5 {
        font-size: 17px;
    }
}

@media(max-width: 440px) {
    .header-top_w3layouts {
        padding: 0;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }

    a.login-button-2 {
        font-size: 13px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 32px;
    }

    .banner-info_agile_w3ls {
        padding-top: 8em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 430px;
    }

    .callbacks_tabs {
        left: 42%;
    }

    .triple-sec h5 {
        font-size: 22px;
    }

    .triple-sec {
        padding: 2em !important;
    }

    li.style-bottom-w3 h4 {
        font-size: 28px;
    }

    h4.down-list-w3 {
        font-size: 28px;
    }

    a.some-small-btn {
        padding: 9px 26px;
    }

    .box16 .box-content,
    .box16:after {
        width: 90%;
    }

    a.button-w3ls {
        padding: 12px 14px;
    }
}

@media(max-width: 414px) {
    .top-right-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-top_w3layouts {
        padding: 0 .5em;
        flex: 0 0 50%;
        max-width: 50%;
    }

    a.navbar-brand {
        font-size: 30px;
    }

    .navbar-light .navbar-toggler {
        padding: 2px 8px;
    }

    .box16 .box-content,
    .box16:after {
        width: 95%;
    }
}

@media(max-width: 384px) {
    .w3ls_footer_grid_left1_pos ul li a {
        font-size: 13px;
    }

    .n-right-w3ls input[type="submit"],
    .n-right-w3ls input[type="email"] {
        font-size: 13px;
    }

    ul.list-part li i {
        font-size: 36px;
    }

    .box16 .box-content,
    .box16:after {
        width: 100%;
    }

    .box16 .box-content {
        bottom: 24%;
    }

    .n-right-w3ls button {
        font-size: 14px;
        padding: 15px 10px;
    }

    .main-banner-2 {
        min-height: 140px;
    }

    .popup {
        padding: 3em 1em 1.5em;
    }
}

@media(max-width: 375px) {
    .triple-sec h5 {
        font-size: 20px;
    }

    h3.w3ls-title {
        font-size: 24px;
    }

    h6.subheading-w3ls {
        font-size: 20px;
    }
}

@media(max-width: 320px) {
    h3.w3ls-title {
        font-size: 24px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 25px;
    }

    .banner-info_agile_w3ls {
        padding-top: 7em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 360px;
    }

    .callbacks_tabs {
        left: 38%;
    }

    ul.list-part li i {
        font-size: 30px;
    }

    .n-right-w3ls input[type="submit"] {
        padding: 13px 5px;
    }

    .n-right-w3ls input[type="submit"],
    .n-right-w3ls input[type="email"] {
        font-size: 11px;
    }

    .n-right-w3ls input[type="email"] {
        padding: 13px;
    }

    p {
        font-size: 13px;
    }

    .box16 .box-content {
        bottom: 26%;
    }

    .n-right-w3ls button {
        font-size: 13px;
        padding: 13px 10px;
        letter-spacing: 1px;
    }

    ul.list-part li span {
        font-size: 32px;
    }

    .contact-agileits-w3layouts h5 {
        font-size: 16px;
    }

    h4.contact-title {
        font-size: 20px;
    }

    .form-bg-w3ls input[type="text"],
    .form-bg-w3ls input[type="email"],
    .form-control,
    .form-bg-w3ls textarea {
        padding: 11px 10px;
        font-size: 14px;
    }

    .form-bg-w3ls button {
        font-size: 14px;
    }
}

/* //responsive */