/* 29LTBukra */
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-hairline.OTF) format('opentype');
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-thin.OTF) format('opentype');
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-extra-light.OTF) format('opentype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-light.OTF) format('opentype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-regular.OTF) format('opentype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-medium.OTF) format('opentype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-semi-bold.OTF) format('opentype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-bold.OTF) format('opentype');
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-black.OTF) format('opentype');
    font-weight: 900;
    font-style: normal
}
body{
    font-family: '29ltbukra', sans-serif;
    font-weight: 500;
}
.flat-title {
    margin-bottom: 50px
}

.related-post {
    padding: 74px 0 0
}

.related-post .flat-title {
    margin-bottom: 46px
}

.imagebox.style1 {
    position: relative;
    overflow: hidden
}

.imagebox.style1 .imagebox-image {
    position: relative
}

.imagebox.style1 .imagebox-image h5 {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 17px 0 18px;
    background-color: rgba(24, 186, 96, .9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style1:hover .imagebox-image h5 {
    bottom: -100%
}

.imagebox.style1 .imagebox-image h5 a {
    color: #fff
}

.imagebox.style1 .imagebox-image h5 a:hover,
.imagebox.style1 .imagebox-content h5 a:hover,
.imagebox.style1 .imagebox-content>a:hover {
    color: #1e1e1e
}

.imagebox.style1 .imagebox-content {
    position: absolute;
    background-color: rgba(24, 186, 96, .9);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style1:hover .imagebox-content {
    left: 0;
    opacity: 1;
    visibility: visible
}

.imagebox.style1 .imagebox-content:before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px
}

.imagebox.style1 .imagebox-content h5 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}

.imagebox.style1 .imagebox-content h5 a {
    color: #fff
}

.imagebox.style1 .imagebox-content>a {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #fff;
    font-size: 20px
}

.flat-error {
    padding: 118px 0 119px;
    background-color: #f7f7f7
}

.wrap-error {
    padding: 0 15px
}

.wrap-error h1 {
    font-weight: 700;
    font-size: 48px;
    margin-top: 46px;
    margin-bottom: 40px
}

.wrap-error p {
    font-size: 16px;
    /*font-family: 'Montserrat';*/
    line-height: 27px
}

.wrap-error .btn-submit a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    padding: 0 39px;
    border-radius: 25px;
    background-color: #18ba60;
    margin-top: 54px
}

.wrap-error .btn-submit a:hover {
    background-color: #555
}

.main-about {
    padding: 101px 0 90px
}

.sidebar-about {
    width: 25%;
    padding: 0 14px;
    float: left;
    margin-top: -3px
}

.about-content-tab {
    width: 75%;
    padding: 0 14px;
    float: left
}

.about-content-tab .content-inner.over-view,
.about-content-tab .content-inner.history,
.about-content-tab .content-inner.partner,
.about-content-tab .content-inner.flat-faq {
    margin-left: 20px
}

.widget-nav-tab {
    margin-bottom: 67px
}

.widget-nav-tab h3,
.widget-brochures h3,
.widget-map h3 {
    padding-bottom: 19px;
    border-bottom: 2px solid #18ba60;
    margin-bottom: 24px;
    letter-spacing: -.2px;
    text-transform: uppercase
}

.widget-brochures h3 {
    margin-bottom: 18px
}

.widget-nav-tab ul li {
    line-height: 59px;
    font-size: 16px;
    color: #1e1e1e;
    padding-left: 21px;
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.widget-nav-tab ul li.active,
.widget-nav-tab ul li:hover {
    padding-left: 41px;
    color: #18ba60
}

.widget-nav-tab ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 5px;
    background-color: #18ba60;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.widget-nav-tab ul li.active:before,
.widget-nav-tab ul li:hover:before {
    left: 0;
    opacity: 1;
    visibility: visible
}

.widget-brochures p {
    font-size: 16px;
    color: #777;
    line-height: 27px;
    margin-bottom: 23px
}

.widget-brochures ul.download {
    margin-top: 75px
}

.widget-brochures ul.download li a {
    font-size: 16px;
    color: #1c4671;
    /*font-family: 'lato';*/
    line-height: 50px;
    padding-left: 52px;
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 4px -4px 5px 0 rgba(0, 0, 0, .2)
}

.widget-brochures ul.download li a:hover {
    background-color: #1c4671;
    color: #fff
}

.widget-brochures ul.download li a:before {
    content: '\f1c1';
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    left: 25px
}

.widget-brochures ul.download li.doc a:before {
    content: '\f15c'
}

.widget-brochures ul.download a:after {
    content: '';
    position: absolute;
    top: -12px;
    right: -14px;
    width: 25px;
    height: 25px;
    background-color: #1c4671;
    transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.content-inner .images {
    margin-bottom: 30px
}

.content-inner .text-about {
    margin-bottom: 7px
}

.content-inner .text-about h3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #252525
}

.content-inner .text-about p {
    line-height: 26px
}

.content-inner .wrap-imagebox {
    margin-top: 40px;
    margin-left: -7px;
    margin-right: -10px;
    margin-bottom: 33px
}

.content-inner .wrap-imagebox .one-three {
    padding: 0 7px
}

.imagebox.style2 {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f7f7f7
}

.imagebox.style2 .imagebox-content {
    padding: 50px 18px 35px;
    position: relative;
    text-align: center
}

.imagebox.style2 .imagebox-content span {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -27px;
    height: 54px;
    line-height: 54px;
    width: 54px;
    border-radius: 50%;
    background-color: #18ba60;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style2:hover .imagebox-content span {
    transform: rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
}

.imagebox.style2 .imagebox-content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 13px
}

.imagebox.style2 .imagebox-content h3 a:not(:hover) {
    color: #1e1e1e
}

.imagebox.style2 .imagebox-content p {
    line-height: 25px;
    color: #939393
}

.content-inner .we-about {
    margin-top: 25px
}

.content-inner .we-about .title {
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 12px;
    font-weight: 600
}

.content-inner .we-about ul li {
    line-height: 32px;
    color: #777
}

.content-inner .we-about ul li span {
    color: #18ba60;
    padding-right: 18px
}

.content-inner.history {
    margin-top: -2px
}

.content-inner.history .row-inner {
    margin-bottom: 22px
}

.content-inner.history .row-inner .one-half.left {
    padding-right: 12px
}

.content-inner.history .row-inner .one-half.right.text {
    padding-left: 23px;
    padding-right: 15px
}

.content-inner.history .row-inner .one-half .text-about h3 {
    line-height: 24px;
    margin-bottom: 15px
}

.content-inner.history .row-inner .one-half .text-about p {
    margin-bottom: 12px;
    line-height: 26px;
    color: #777
}

.content-inner.history .row-inner .one-half .text-about p:last-child {
    margin-bottom: 0
}

.content-inner.history .row-inner .one-half .text-about ul li {
    line-height: 32px;
    color: #777
}

.content-inner.history .row-inner .one-half .text-about ul li span {
    padding-right: 20px;
    color: #18ba60
}

.flat-list-year {
    margin-top: 72px
}

.flat-list-year li {
    overflow: hidden
}

.flat-list-year li .year {
    text-align: right;
    color: #18ba60;
    font-size: 18px;
    font-weight: 600;
    /*font-family: 'Montserrat';*/
    padding-right: 35px;
    position: relative
}

.flat-list-year li .year.right {
    text-align: left;
    padding-left: 32px;
    padding-right: 0
}

.flat-list-year li .year:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -3.5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #18ba60;
    z-index: 9
}

.flat-list-year li .one-half.right .year:before {
    left: -38.5px
}

.flat-list-year li .year:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -9px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(24, 186, 96, .2);
    z-index: 5
}

.flat-list-year li .one-half.right .year:after {
    left: -44px
}

.flat-list-year li .one-half {
    padding-bottom: 36px;
    position: relative
}

.flat-list-year li .one-half.right {
    padding-left: 35px;
    float: right
}

.flat-list-year li .one-half.left {
    padding-right: 35px
}

.flat-list-year li .info-year {
    background-color: #f7f7f7;
    padding: 26px 18px 23px;
    margin-top: 5px;
    position: relative
}

.flat-list-year li .info-year h4 {
    font-weight: 700;
    /*font-family: 'Lato';*/
    margin-bottom: 11px
}

.flat-list-year li .info-year p {
    line-height: 26px;
    letter-spacing: .1px
}

.flat-list-year li .one-half.right:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: -2px;
    background-color: #f2f2f2
}

.flat-list-year li .one-half.left:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background-color: #f2f2f2
}

.flat-list-year li .info-year:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #f7f7f7
}

.flat-list-year li .one-half.left .info-year:before {
    left: auto;
    right: -35px
}

.flat-list-year li .one-half.left .info-year:after {
    left: auto;
    right: -20px
}

.flat-list-year li .one-half.right .year {
    text-align: left
}

.team-item {
    position: relative;
    margin-bottom: 57px
}

.team-item .team-image img {
    border-radius: 8px
}

.team-item .team-content {
    padding: 26px 0 0;
    text-align: center;
    border-radius: 8px
}

.team-item .team-content .name {
    /*font-family: 'Montserrat';*/
    font-weight: 500;
    line-height: 27px;
    color: #252525;
    margin-bottom: 2px
}

.team-item .team-content.hover {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
    padding: 50px 0;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.team-item:hover .team-content.hover {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.team-item .team-content.hover ul {
    margin-top: 20px
}

.team-item .team-content.hover ul li {
    display: inline-block
}

.team-item .team-content.hover ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    border-radius: 50%
}

.team-item .team-content.hover ul li a:hover {
    color: #fff;
    background-color: #18ba60
}

.partner-item {
    margin-bottom: 51px
}

.partner-item .partner-content h3 {
    margin-top: 27px;
    margin-bottom: 8px
}

.partner-item .partner-content p {
    color: #969696;
    line-height: 26px
}

.partner-item .partner-content .btn-visit a {
    display: block;
    color: #18ba60;
    font-size: 12px;
    font-weight: 600;
    margin-top: 25px;
    font-style: italic
}

.partner-item .partner-content .btn-visit a:hover {
    color: #555
}

.partner-item .partner-content .btn-visit a span {
    padding-left: 5px;
    font-style: italic
}

.flat-faq {
    margin-top: -6px
}

.flat-faq .faq-header {
    padding-right: 170px
}

.flat-faq .faq-header h2 {
    font-size: 30px;
    margin-bottom: 20px
}

.flat-faq .faq-header p {
    line-height: 27px
}

.flat-faq .faq-content {
    margin-top: 42px
}

.accordion .accordion-toggle {
    margin-top: -1px
}

.accordion .accordion-toggle .toggle-title {
    padding: 16px 16px 18px;
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    cursor: pointer
}

.accordion .accordion-toggle .toggle-title span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 17px;
    background-color: #fff;
    color: #252525;
    font-weight: 500;
    display: inline-block
}

.accordion .accordion-toggle .toggle-content {
    padding-left: 70px
}

.accordion .accordion-toggle .toggle-content {
    font-weight: 300;
    line-height: 27px;
    padding-bottom: 23px
}

.accordion .accordion-toggle .toggle-title.active {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    color: #18ba60;
    padding-bottom: 7px
}

.accordion .accordion-toggle .toggle-title.active span {
    color: #fff;
    background-color: #18ba60
}

.flat-about {
    padding: 100px 0
}

.flat-title.style1 {
    margin-bottom: 0;
    width: 100%
}

.flat-title.style1 h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative
}

.flat-title.style1 h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background-color: #18ba60
}

.flat-title.style1.center h2:before {
    left: 50%;
    margin-left: -25px
}

.about-us {
    background-color: #f7f7f7;
    padding: 44px 28px 43px
}

.about-us .flat-title.style1 h2 {
    margin-bottom: 40px
}

.about-us .content .motto {
    line-height: 32px;
    color: #333;
    font-size: 17px;
    margin-bottom: 19px;
    letter-spacing: .18px
}

.about-us .content p {
    line-height: 27px;
    text-align: justify
}

.owl-carousel-1 {
    margin-left: 30px
}

.owl-carousel-1 .owl-controls .owl-nav div {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: -25px;
    top: 50%;
    background-color: #f2f2f2
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-next:before {
    content: '\e649';
    font-family: 'themify';
    color: #d7d7d7
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-prev:before {
    content: '\e64a';
    font-family: 'themify';
    color: #d7d7d7
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-prev:hover:before,
.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-next:hover:before {
    color: #fff
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-prev:hover,
.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-next:hover {
    background-color: #18ba60;
    color: #fff
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-prev {
    left: -25px
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-next {
    right: -25px
}

.flat-accordion {
    padding: 93px 0 83px;
    background-color: #f7f7f7
}

.accordion.style1 .accordion-toggle {
    border-bottom: 1px solid #d7d7d7
}

.accordion.style1 .accordion-toggle .toggle-title {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    position: relative;
    color: #252525;
    font-weight: 600;
    padding: 20px 15px 20px;
    padding-left: 50px
}

.accordion.style1 .accordion-toggle .toggle-title.active {
    padding: 23px 15px 10px 50px;
    color: #18ba60
}

.accordion.style1 .accordion-toggle .toggle-title:before {
    content: "\e61a";
    position: absolute;
    font-family: 'themify';
    top: 18px;
    left: 0;
    font-size: 18px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #d7d7d7;
    border: 1px solid #cccbcb;
    border-radius: 2px
}

.accordion.style1 .accordion-toggle .toggle-title.active:before {
    content: "\e622";
    background-color: #18ba60;
    top: 21px
}

.accordion.style1 .accordion-toggle .toggle-content {
    font-weight: 400;
    line-height: 24px;
    padding-left: 50px
}

.flat-progress {
    padding-left: 25px
}

.flat-progress .flat-title.style1 h2 {
    margin-bottom: 40px
}

.flat-progress .flat-title.style1 p {
    line-height: 26px
}

.progres {
    padding-top: 30px
}

.progres .progress-item {
    position: relative;
    margin-bottom: 46px
}

.progres .progress-item:last-child {
    margin-bottom: 0
}

.progres .progress-item .name {
    position: absolute;
    left: 0;
    top: 0;
    color: #252525;
    text-transform: uppercase;
    /*font-family: 'Montserrat';*/
    font-weight: 600
}

.progres .progress-item .perc {
    text-align: right;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.progres .progress-item .perc span {
    background-color: #666;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 0 9px;
    margin-right: -21px;
    position: relative
}

.progres .progress-item .perc span:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 18px;
    border-top: 8px solid #666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.progres .progress-item .perc.show {
    opacity: 1;
    left: 0;
    overflow: visible!important
}

.progres .progress-item .progres-bar {
    background-color: #e3e3e3;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 13px;
    overflow: hidden
}

.progres .progress-item .progres-bar .progress-animate {
    background-color: #18ba60;
    height: 10px;
    width: 0
}

.flat-team {
    padding: 105px 0 50px
}

.flat-team .flat-title.style1 h2 {
    margin-bottom: 64px
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div {
    top: 40%;
    margin-top: -22.5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #f2f2f2
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div:hover {
    background-color: #18ba60
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div:before {
    font-size: 20px;
    color: #d7d7d7
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div:hover:before {
    color: #fff
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -22.5px
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -22.5px
}

.flat-partner {
    background-color: #18ba60
}

.owl-carousel-3 li {
    line-height: 160px;
    text-align: center
}

.owl-carousel-3 .owl-item img {
    width: auto
}

.flat-imagebox {
    padding: 106px 0;
    background-color: #f7f7f7
}

.imagebox.style2.v1 {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style2.v1:hover {
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, .1)
}

.imagebox.style2.v1 .imagebox-content {
    padding: 53px 30px 25px
}

.flat-call-back {
    padding: 94px 0 82px
}

.flat-call-back.style1 {
    background-color: #1c4671;
    padding: 100px 0
}

.form-call-back {
    margin-top: -4px
}

.form-call-back h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 46px;
    font-weight: 700
}

.form-call-back .field-row {
    margin: 0 -5.5px
}

.form-call-back .field-row .one-half {
    padding: 0 5.5px
}

.form-call-back .field-row .one-half input,
.form-call-back .comment-text textarea {
    background-color: transparent;
    border-radius: 0;
    border-color: #fff;
    color: #fff;
    margin-bottom: 12px
}

.form-call-back .field-row .one-half input::placeholder,
.form-call-back .comment-text textarea::placeholder {
    color: #fff
}

.form-call-back .comment-text textarea {
    margin-bottom: 17px;
    height: 102px
}

.form-call-back .field-row .one-half input:focus,
.form-call-back .comment-text textarea:focus {
    border-color: #18ba60
}

.form-call-back .btn-submit button:hover {
    background-color: #252525;
    border-color: #252525
}

.about-us.style1 {
    background-color: transparent;
    padding: 0;
    margin-left: -15px
}

.about-us.style1 .flat-title.style1 h2 {
    margin-bottom: 49px
}

.about-us.style1 .content {
    padding-right: 25px
}

.about-us.style1 .content .motto {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 16px;
    letter-spacing: .1px
}

.about-us.style1 .content p {
    text-align: left;
    letter-spacing: .1px
}

.about-us.style1 .bottom {
    margin-top: 76px;
    position: relative
}

.about-us.style1 .bottom .signature {
    position: absolute;
    top: -46px;
    left: 87px
}

.about-us.style1 .bottom .info-author .images {
    float: left;
    margin-right: 32px
}

.about-us.style1 .bottom .info-author .images img {
    border-radius: 50%
}

.about-us.style1 .bottom .info-author .options {
    padding-top: 18px;
    overflow: hidden
}

.about-us.style1 .bottom .info-author .options .name {
    font-size: 18px;
    font-weight: 600;
    color: #000002;
    line-height: 16px;
    /*font-family: 'Montserrat';*/
    margin-bottom: 2px
}

.about-us.style1 .bottom .info-author .options p {
    color: #777
}

.call-back-form {
    padding: 46px 30px 49px;
    background-color: #1c4671;
    margin-left: -25px;
    margin-right: -35px;
    margin-top: -114px;
    border: 20px solid #fff;
    border-radius: 20px;
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99
}

.call-back-form h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 37px
}

.call-back-form>p {
    color: #c7d3de;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 20px
}

.call-back-form form p input,
.call-back-form form p textarea {
    border-radius: 0;
    margin-bottom: 13px;
    color: #fff;
    background-color: #33597f;
    border-color: transparent
}

.call-back-form form p textarea::-webkit-input-placeholder,
.call-back-form form p input::-webkit-input-placeholder {
    color: #fff
}

.call-back-form form p textarea {
    height: 112px
}

.call-back-form form p textarea:focus {
    border: 1px solid #18ba60
}

.call-back-form form .btn-submit {
    text-align: center;
    margin-top: 15px
}

.call-back-form form .btn-submit button {
    padding: 0 34px
}

.call-back-form form .btn-submit button:hover {
    background-color: #252525;
    border-color: #252525
}

.about-company {
    padding: 149px 0 153px
}

.about-company h1 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 24px;
    margin-right: 60px
}

.about-company h1 span {
    font-weight: 700
}

.about-company p {
    font-size: 16px;
    /*font-family: 'Montserrat';*/
    color: #c8dcf0;
    line-height: 27px;
    padding-right: 15px
}

.about-company a {
    display: inline-block;
    margin-top: 66px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    padding-left: 63px
}

.about-company a:before {
    content: "\f363";
    position: absolute;
    font-family: 'ionicons';
    top: -11px;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-style: normal;
    background-color: #18ba60;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.about-company a:hover:before {
    background-color: #1e1e1e;
    color: #fff
}

.main-services {
    padding: 98px 0 100px
}

.wrap-services-1 {
    width: 100%
}

.wrap-services-1 .sidebar-services {
    width: 25%;
    float: left;
    padding: 0 15px
}

.wrap-services-1 .services-content-tab {
    width: 75%;
    float: left;
    margin-top: 2px;
    padding: 0 18px 0 33px
}

.wrap-services-1 .services-content-tab .content-inner {
    margin: 0 -25px
}

.widget-map p {
    font-size: 16px;
    color: #777;
    line-height: 27px
}

.widget-map .pdmap {
    margin-top: 22px;
    margin-bottom: 15px
}

.widget-map ul li {
    line-height: 32px;
    color: #777;
    padding-left: 27px;
    position: relative
}

.widget-map ul li:before {
    content: '\f041';
    position: absolute;
    font-family: 'Fontawesome';
    top: 0;
    left: 0;
    color: #18ba60
}

.widget-map ul li.phone:before {
    content: "\f095"
}

.widget-map ul li.email:before {
    content: "\f0e0"
}

.services-content-tab .content-inner .one-half {
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-right: 25px
}

.iconbox {
    padding: 57px 50px 55px;
    /* border: 1px solid #f2f2f2; */
    border-radius: 3px;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox .iconbox-icon span {
    font-size: 40px;
    color: #18ba60;
    display: inline-block;
    margin-bottom: 27px
}

.iconbox .iconbox-content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 11px
}

.iconbox .iconbox-content p {
    line-height: 27px;
    color: #939393
}

.text-services:not(:last-child) {
    margin-bottom: 50px;
    margin-top: -5px
}

.text-services h3 {
    font-size: 20px;
    color: #252525;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600
}

.text-services p {
    line-height: 26px;
    color: #777;
    margin-bottom: 12px;
    letter-spacing: .2px
}

.owl-carousel-4 .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 3px
}

.owl-carousel-4 .owl-controls .owl-nav div.owl-next {
    right: 15px
}

.owl-carousel-4 .owl-controls .owl-nav div.owl-prev {
    left: 15px
}

.owl-carousel-4 .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-4 .owl-controls .owl-nav div.owl-next:before {
    font-size: 18px
}

.owl-carousel-4 .owl-controls .owl-nav div.owl-prev:hover:before,
.owl-carousel-4 .owl-controls .owl-nav div.owl-next:hover:before {
    color: #fff
}

.accordion.style2 {
    margin-top: 33px
}

.accordion.style2 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 28px
}

.accordion.style2 .accordion-toggle {
    margin-bottom: 11px
}

.accordion.style2 .accordion-toggle .toggle-title {
    padding: 11px 15px 13px 30px;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    color: #333;
    font-weight: 500
}

.accordion.style2 .accordion-toggle .toggle-title.active {
    color: #fff;
    background-color: #18ba60;
    border-color: #18ba60
}

.accordion.style2 .accordion-toggle .toggle-content {
    padding: 13px 30px 12px 32px
}

.accordion.style2 .accordion-toggle .toggle-content p {
    line-height: 24px;
    letter-spacing: .2px
}

.content-inner .related-post {
    padding-top: 54px;
    margin: 54px 25px 0;
    border-top: 1px solid #e5e5e5
}

.content-inner .related-post .flat-title {
    margin-bottom: 46px
}

.quicklinks-item {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 12px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    min-height: 100px;
    width: 115px;
    margin: 0 auto;
	transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	border: 3px solid #f4b524;
}

.quicklinks-item a img {
    margin-bottom: 10px;
	margin-top: 15px;
	transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.quicklinks-item>h3 a {
    font-size: 16px;
    color: #1a3263;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-transform: uppercase;
    background: none;
    background-clip: border-box;
    -webkit-text-fill-color: #1a3263;
    -webkit-background-clip: unset
}

.quicklinks-item:hover h3 a {
    color: #ffc427;
    -webkit-text-fill-color: #ffc427
}

.quicklinks-item:hover a img {
  -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg); 
}

.quicklinks-item:hover {
    box-shadow: 2px 2px 8px 0 rgba(143, 143, 143, .8)
}

.iconbox-tab-wrap {
    margin-top: 90px
}

.iconbox.center {
    text-align: center
}

.iconbox .box-icon {
    position: relative;
    margin-bottom: 40px
}

.iconbox .box-title {
    color: #6c7175;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: 1px
}

.iconbox .box-header i {
    font-size: 17px;
    color: #333;
    padding: 16px;
    margin-bottom: 17px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox .box-header img {
    margin-bottom: 17px;
	transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.iconbox .box-redmore {
    font-size: 12px;
    font-weight: 700;
    color: #eab702;
    margin-top: 15px;
    display: block;
    position: relative
}

.iconbox .box-redmore:after {
    content: "";
    font-family: "fontAwesome";
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox .box-redmore:hover:after {
    margin-left: 13px
}

.iconbox .box-redmore:hover {
    color: #333
}

.iconbox.style1 .box-header .box-number {
    position: absolute;
    top: 300px;
    z-index: 1;
    left: 0;
    line-height: 23px;
    font-size: 90px;
    font-weight: 600;
    /*font-family: "Poppins", sans-serif;*/
    color: #303030;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    opacity: .1
}

.iconbox.style1 .box-title {
    margin-bottom: 22px;
    padding-top: 20px;
    position: relative;
    z-index: 10
}

.iconbox.style1 .box-title,
.iconbox.style1 .box-content,
.iconbox.style1 .box-redmore {
    padding-left: 30px
}

.iconbox.style2 {
    position: relative;
    overflow: hidden
}

.iconbox.style2 .box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    top: 198px;
    padding: 30px 0 22px 30px;
    background: rgba(51, 51, 51, .901961);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style2 .box-content .box-title {
    position: relative
}

.iconbox.style2 .box-content .box-title:before {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background-color: #eab702
}

.iconbox.style2 .box-content .box-title a {
    color: #fff
}

.iconbox.style2 .box-content .box-title a:hover {
    color: #eab702
}

.iconbox.style2:hover .box-content {
    top: 0
}

.iconbox.style2 .box-redmore:hover {
    color: #fff
}

.iconbox.style3 img {
    margin-bottom: 20px;
    border-bottom: 3px solid #eab702
}

.iconbox.circle .box-header i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #eab702;
    border-radius: 100px;
    padding: 0;
    font-size: 17px;
    color: #fff;
    padding: 3px
}

.iconbox.circle .box-header.left i {
    padding: 0 0;
    text-align: center
}

.iconbox .box-header.left.background-trans i {
    background: transparent
}

.iconbox.circle.lagre .box-header i {
	width: 106px;
    height: 106px;
    line-height: 106px;
    background-color: #fff;
    border: 2px solid #f4b524;
    border-radius: 0;
    padding: 0;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	box-shadow:0 0 15px #ccc;
}

.iconbox.circle.lagre:hover .box-header i {
	background: #f4b524;
}

.iconbox.square .box-header i {
    background-color: #eab702;
    color: #fff;
    font-size: 28px
}

.iconbox.square:hover i {
    background: #333;
    margin-top: -3px
}

.iconbox.right {
    text-align: right
}

.iconbox .box-header.left i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 20px 0 20px
}

.iconbox .box-header.left .box-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0
}

.iconbox.left-style2.square i {
    padding: 10px;
    font-size: 17px
}

.iconbox.left-style2.rounded .icon-rounded {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 3px;
    background-color: #eab702;
    color: #fff;
    padding: 0;
    text-align: center;
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: all .2s linear;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    position: relative;
    top: 25px
}

.iconbox.left-style2.rounded i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    padding: 12px 20px 0 15px;
    color: #fff;
    margin: 0 0 17px 0
}

.iconbox.left-style2.rounded .box-redmore {
    font-weight: 400;
    margin-left: 40px;
    padding: 6px 15px!important;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    background-color: #eab702;
    color: #fff
}

.iconbox.left-style2 .box-content {
    padding-left: 42px
}

.iconbox.left-style3.rounded .icon-rounded {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #eab702;
    color: #fff;
    padding: 0;
    text-align: center;
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: all .2s linear;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    position: relative;
    top: 25px
}

.iconbox.left-style3.rounded i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    padding: 16px 20px 0 21px;
    color: #fff;
    margin: 0 0 17px 0;
    font-size: 22px
}

.iconbox.left-style3.rounded .box-content {
    padding-right: 30px;
    padding-left: 52px
}

.iconbox.center-circle-style1 {
    padding: 85px 20px 30px 20px;
    margin-bottom: 15px;
    min-height: 315px
}


.iconbox.center-circle-style1 .box-header i {
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: -53px
}

.iconbox.center-circle-style1 .box-redmore {
    background-color: #008c95;
    color: #ffffff;
    border: 1px solid #008c95;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    margin-top: 25px;
	font-size:14px;
}

.iconbox.center-circle-style1 .box-redmore:hover {
    background-color: #eab702;
    color: #fff;
    border: 1px solid #eab702
}

.iconbox.center-circle-style2 {
    background: #fbfcfc;
    border: 1px solid #e6ebf0;
    padding: 85px 30px 50px 30px
}

.iconbox.circle.lagre.center-circle-style2 .box-header i {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
    background-color: #eab702;
    border: 5px solid #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 25px
}

.iconbox.circle.lagre.center-circle-style2:hover .box-header i {
    background-color: #333;
    color: #fff;
    border: 5px solid #eab702
}

.iconbox.center-circle-style2 .box-redmore {
    color: #999;
    display: inline-block;
    font-size: 16px;
    margin-top: 25px
}

.iconbox.center-circle-style2 .box-redmore:hover {
    color: #eab702
}

.flat-iconbox {
    padding: 136px 0 128px
}

.flat-services {
    position: relative;
    margin-top: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flat-services .show-services {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 0%;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flat-services .show-services.show {
    height: 0
}

.flat-services .show-services:before {
    content: '';
    position: absolute;
    bottom: -100%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.flat-services .show-services span {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    background-color: #cbcbcb;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flat-services .show-services span:hover {
    background-color: #18ba60;
    color: #fff
}

.flat-services .show-services span.active {
    transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
}

.wrap-services {
    text-align: center;
    padding: 90px 195px 80px;
    overflow: hidden;
    max-height: 250px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.wrap-services.open {
    max-height: 800px
}

.wrap-services h2 {
    font-size: 30px;
    margin-bottom: 35px
}

.wrap-services p {
    line-height: 27px;
    color: #979797
}

.wrap-services .content {
    margin-top: 60px
}

.wrap-services .content .info-author .name {
    font-size: 16px;
    font-weight: 600;
    color: #000002;
    /*font-family: 'Montserrat';*/
    margin-top: 15px
}

.wrap-services .content .info-author .option {
    color: #999;
    font-weight: 300
}

.flat-tab-services {
    padding: 110px 0 103px;
    background-color: #f7f7f7
}

.flat-tab-services.style1 {
    background-color: #fff
}

.flat-tab-services.style1 .flat-title.style1 h2 {
    margin-bottom: 50px
}

.tab-services {
    margin: 0 -15px
}

.tab-services .tab-list-services {
    margin-bottom: 56px
}

.tab-services .tab-list-services .tab-item {
    padding: 0 15px;
    float: left;
    width: 20%;
    text-align: center
}

.tab-services .tab-list-services .tab-item .box-tab {
    border: 1px solid #e9e9e9;
    padding: 22px 0 17px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tab-services .tab-list-services .tab-item .box-tab:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
    border-top: 7px solid #18ba60;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tab-services .tab-list-services .tab-item .box-tab:hover,
.tab-services .tab-list-services .tab-item.active .box-tab {
    background-color: #18ba60;
    box-shadow: none
}

.tab-services .tab-list-services .tab-item .box-tab:hover h4,
.tab-services .tab-list-services .tab-item .box-tab:hover p,
.tab-services .tab-list-services .tab-item.active .box-tab h4,
.tab-services .tab-list-services .tab-item.active .box-tab p {
    color: #fff
}

.tab-services .tab-list-services .tab-item .box-tab:hover:before,
.tab-services .tab-list-services .tab-item.active .box-tab:before {
    bottom: -11px;
    opacity: 1
}

.tab-services .tab-list-services .tab-item h4 {
    color: #444;
    text-transform: uppercase
}

.tab-services .tab-list-services .tab-item p {
    color: #888;
    font-size: 13px
}

.tab-services .content-tab .content-inner .one-half {
    padding: 0 15px
}

.content-inner .text-tabs .text-content {
    margin-bottom: 27px
}

.content-inner .text-tabs .text-content h3 {
    font-size: 20px;
    margin-bottom: 19px;
    color: #252525;
    /*font-family: 'Lato'*/
}

.content-inner .text-tabs .text-content p {
    line-height: 26px;
    color: #777
}

.content-inner .text-tabs .text-content .text-list .image {
    float: left;
    margin-right: 32px
}

.content-inner .text-tabs .text-content .text-list ul {
    float: left;
    margin-top: -10px
}

.content-inner .text-tabs .text-content .text-list ul li {
    padding-left: 30px;
    color: #777;
    line-height: 32px;
    font-weight: 500;
    position: relative
}

.content-inner .text-tabs .text-content .text-list ul li:before {
    content: "\f375";
    position: absolute;
    font-family: 'ionicons';
    top: 0;
    left: 0
}

.video-content {
    text-align: right
}

.video-content a.fancybox {
    position: relative;
    display: inline-block;
    height: 100%
}

.video-content a.fancybox:before {
    content: "\f10a";
    position: absolute;
    font-family: 'ionicons';
    top: 50%;
    left: 50%;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    border-radius: 50%
}

.video-content a.fancybox:hover:before {
    background-color: #252525;
    color: #fff
}

.tab-services.style1 .tab-list-services {
    padding-bottom: 19px;
    margin-bottom: 45px;
    position: relative
}

.tab-services.style1 .tab-list-services:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #f2f2f2
}

.tab-services.style1 .tab-list-services .tab-item .box-tab {
    border: none;
    box-shadow: none
}

.tab-services.style1 .tab-list-services .tab-item .box-tab:hover,
.tab-services.style1 .tab-list-services .tab-item.active .box-tab {
    background-color: transparent
}

.tab-services.style1 .tab-list-services .tab-item.active .box-tab h4,
.tab-services.style1 .tab-list-services .tab-item .box-tab:hover h4 {
    color: #252525
}

.tab-services.style1 .tab-list-services .tab-item.active .box-tab p,
.tab-services.style1 .tab-list-services .tab-item .box-tab:hover p {
    color: #777
}

.tab-services.style1 .tab-list-services .tab-item.active .box-tab .icon,
.tab-services.style1 .tab-list-services .tab-item .box-tab:hover .icon {
    color: #18ba60
}

.tab-services.style1 .tab-list-services .tab-item .box-tab:before {
    display: none
}

.tab-services.style1 .tab-list-services .tab-item .box-tab .icon {
    font-size: 40px;
    margin-bottom: 30px;
    color: #b3b2b2
}

.tab-services.style1 .tab-list-services .tab-item .box-tab h4 {
    color: #888;
    font-weight: 600;
    text-transform: uppercase
}

.tab-services.style1 .tab-list-services .tab-item .box-tab p {
    color: #999
}

.flat-quicklinks {
    padding: 113px 3px 100px
}

.flat-quicklinks::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 139, 148, .7) 20%, rgba(0, 139, 148, .7) 80%);
    background: -moz-linear-gradient(60deg, rgba(0, 139, 148, .7) 20%, rgba(0, 139, 148, .7) 80%);
    background: -ms-linear-gradient(60deg, rgba(0, 139, 148, .7) 20%, rgba(0, 139, 148, .7) 80%);
    background: -o-linear-gradient(60deg, rgba(0, 139, 148, .7) 20%, rgba(0, 139, 148, .7) 80%);
    background: linear-gradient(60deg, rgba(0, 139, 148, .7) 20%, rgba(0, 139, 148, .7) 80%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0)
}
.flat-statistics {
    padding: 50px 0;
    width: 100%;
    width: 100%;
	min-height: 369px;
	background-color: #F2A900;
	padding-top: 100px;
}

.flat-statistics::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
}

.flat-submit.bg-image {
    background: url(../images/page/bg-submit.jpg)
}

.form-submit {
    text-align: center;
    padding: 0 150px
}

.form-submit h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px
}

.form-submit p {
    color: #f2f2f2;
    font-size: 16px
}

.form-submit .input-form {
    padding: 0 130px;
    margin-top: 34px
}

.form-submit .input-form input {
    width: 370px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border-radius: 25px;
    background-color: transparent;
    color: #fff;
    height: 50px;
    padding-left: 29px
}

.form-submit .input-form input::placeholder {
    color: #fff
}

.form-submit .input-form button {
    padding: 0 42px;
    height: 50px
}

.form-submit .input-form button:hover {
    background-color: #252525;
    border-color: #252525
}

.flat-submit.style1 {
    padding: 113px 0 100px;
    background-color: #f7f7f7
}

.form-submit.style1 h1 {
    color: #252525
}

.form-submit.style1 p {
    color: #999
}

.form-submit.style1 .input-form input {
    color: #999
}

.form-submit.style1 .input-form input::placeholder {
    color: #999
}

.iconbox.style1 {
    position: relative;
    margin-bottom: 0
}

.iconbox.style1:hover {
    background-color: #f7f7f7;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style1 span.price {
    position: absolute;
    top: -12px;
    right: 29px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 24px;
    color: #1e1e1e;
    font-weight: 600;
    /*font-family: 'Montserrat';*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style1 span.price:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -10px;
    width: 20px;
    background-color: #fff;
    height: 11px;
    border-top-left-radius: 75%;
    border: 1px solid #f3f3f3;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style1:hover span.price,
.iconbox.style1:hover span.price:before {
    border-color: transparent;
    background-color: #18ba60;
    color: #fff
}

.flat-about.style1 {
    background-color: #f7f7f7;
    padding: 110px 0 138px
}

.about-us.style2 {
    padding: 0;
    background-color: transparent
}

.about-us.style2 .content p {
    text-align: left
}

.about-us.style2 .bottom {
    text-align: right;
    margin-top: 24px;
    padding-right: 45px
}

.flat-clients {
    padding: 0 30px 0 40px
}

.flat-clients .carousel-inner {
    margin: 43px -6px 0;
    width: auto;
    background-color: transparent
}

.flat-clients .carousel-inner .item img {
    width: 33.33333%;
    float: left;
    padding: 0 6px;
    margin-bottom: 12px
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: -29px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center!important;
    font-size: 14px;
    background-color: #d7d7d7;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    margin-top: -30px
}

.carousel-control:hover {
    background-color: #18ba60
}

.carousel-control.right,
.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    margin-top: -5px;
    right: -29px
}

.carousel-caption {
    font-size: 2em;
    right: 10%;
    left: 60%;
    top: 30%;
    bottom: 30%;
    text-align: left;
    text-shadow: none
}

.carousel-indicators {
    font-size: 2em;
    bottom: 3%;
    text-align: left;
    text-shadow: none
}

.carousel.vertical .carousel-inner {
    height: 100%
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    left: 0
}

.carousel-inner>.active {
    left: 0
}

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0
}

.carousel.vertical .next,
.carousel.vertical .active.right {
    top: 100%
}

.carousel.vertical .prev,
.carousel.vertical .active.left {
    top: -100%
}

.flat-portfolio {
    margin-top: -46px;
    padding-bottom: 40px
}

ul.menu-tab {
    margin-bottom: 100px
}

ul.menu-tab li {
    display: inline-block;
    padding: 0 30px;
    line-height: 46px;
    color: #fff;
    width: 150px;
    text-align: center;
    position: relative;
    margin-right: 3px;
    font-weight: 600;
    cursor: pointer;
    z-index: 5
}

ul.menu-tab li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46px;
    width: 100%;
    z-index: -1;
    background-color: #777;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

ul.menu-tab li.active:before,
ul.menu-tab li:hover:before {
    background-color: #18ba60;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .2)
}

.wrap-portfolio {
    margin: 0 -15px
}

.wrap-portfolio .one-four {
    padding-left: 15px;
    padding-right: 15px
}

.wrap-portfolio .one-three {
    padding-left: 15px;
    padding-right: 15px
}

.portfolio-item {
    margin-bottom: 54px
}

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

.portfolio-item .portfolio-image img {
    width: 100%
}

.portfolio-item .portfolio-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    opacity: 0
}

.portfolio-item .portfolio-image a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.portfolio-item .portfolio-image a:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #18ba60;
    opacity: .9
}

.portfolio-item .portfolio-image a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #fff
}

.portfolio-item:hover .portfolio-image a {
    opacity: 1
}

.portfolio-item .portfolio-content ul.menu-portfolio {
    margin: 18px 0 7px
}

.portfolio-item .portfolio-content ul.menu-portfolio li {
    display: inline-block;
    margin-right: 8px
}

.portfolio-item .portfolio-content ul.menu-portfolio li a {
    /*font-family: 'Lato'*/
}

.portfolio-item .portfolio-content h5 {
    line-height: 22px
}

.portfolio-item .portfolio-content h5 a {
    font-weight: 600;
    color: #252525
}

.portfolio-item .portfolio-content h5 a:hover {
    color: #18ba60
}

.wrap-portfolio.style1 {
    margin: 0 0
}

.wrap-portfolio.style1 .one-four {
    padding: 0
}

.flat-portfolio.style1 {
    margin-top: 0;
    padding: 100px 0 0;
    background-color: #f7f7f7
}

.flat-portfolio.style1.v1 {
    padding: 100px 0
}

ul.menu-tab.style1 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px
}

ul.menu-tab.style1 li {
    padding: 0 30px;
    width: auto
}

ul.menu-tab.style1 li:last-child {
    margin-right: 0
}

ul.menu-tab.style1 li:before {
    border-radius: 3px
}

ul.menu-tab.style1.v1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 49px
}

ul.flat-pagination.style1 {
    text-align: center
}

ul.flat-pagination.style1 li a {
    background-color: #f2f2f2;
    /*font-family: 'Poppins';*/
    border-radius: 3px;
    padding: 0 18px
}

ul.flat-pagination.style1 li.active a,
ul.flat-pagination.style1 li a:hover {
    background-color: #18ba60;
    color: #fff
}

ul.flat-pagination.style1 li.prev {
    display: none
}

.case-slide {
    padding: 100px 0 40px
}

.owl-carousel-5.owl-theme .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -20px;
    background-color: #f7f7f7;
    height: 40px;
    width: 40px;
    line-height: 40px
}

.owl-carousel-5.owl-theme .owl-controls .owl-nav div:before {
    color: #d7d7d7;
    font-size: 18px
}

.owl-carousel-5.owl-theme .owl-controls .owl-nav div:hover {
    background-color: #18ba60
}

.owl-carousel-5.owl-theme .owl-controls .owl-nav div:hover:before {
    color: #fff
}

.owl-carousel-5.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -20px
}

.owl-carousel-5.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -20px
}

.case-single-content {
    position: relative;
    background: #f7f7f7;
    padding: 66px 0 100px;
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2)
}

.case-single-content .top-icon {
    position: absolute;
    background-color: #18ba60;
    line-height: 84px;
    color: #fff;
    padding: 0 23px 0 28px;
    left: 46px;
    top: -150px;
    z-index: 99;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.case-single-content .top-icon span {
    /*font-family: 'Montserrat';*/
    margin-right: 7px;
    font-size: 16px;
    font-weight: 500
}

.box-case-single {
    display: flex
}

.box-case-single h3 {
    margin-bottom: 22px;
    font-size: 20px;
    color: #252525
}

.box-case-single .case-content {
    margin-left: -15px;
    margin-right: -15px
}

.box-case-single .case-content .box-text {
    margin-bottom: 23px
}

.box-case-single .case-content .box-text p {
    /*font-family: 'Lato';*/
    color: #777;
    line-height: 27px;
    text-align: justify;
    padding-right: 34px
}

.box-case-single .case-content .box-text h4 {
    margin-bottom: 15px;
    color: #252525;
    /*font-family: 'Lato'*/
}

.box-case-single .case-content .box-text ul.list-case {
    width: 50%;
    float: left;
    margin: 8px 0 -4px
}

.box-case-single .case-content .box-text ul.list-case li {
    padding-left: 42px;
    line-height: 35px;
    position: relative
}

.box-case-single .case-content .box-text ul.list-case li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 1px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #777
}

.box-case-single .case-content .direction {
    text-align: right;
    margin-top: 54px;
    position: relative;
    z-index: 5
}

.box-case-single .case-content .direction:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    left: 0;
    top: 17px;
    z-index: -1
}

.box-case-single .case-content .direction .share-social {
    display: inline-block;
    padding-left: 27px;
    padding-right: 38px;
    background-color: #f7f7f7
}

.box-case-single .case-content .direction span {
    color: #252525;
    font-weight: 500;
    font-style: italic;
    margin-right: 16px
}

.box-case-single .case-content .direction ul,
.box-case-single .case-content .direction ul li {
    display: inline-block
}

.box-case-single .case-content .direction ul li {
    margin-left: 2px
}

.box-case-single .case-content .direction ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    background-color: #18ba60;
    border-radius: 50%;
    font-size: 16.5px;
    color: #fff
}

.box-case-single .case-content .direction ul li a:hover {
    background-color: #252525
}

.case-sidebar {
    padding-top: 43px;
    padding-left: 8px
}

.case-sidebar ul li {
    margin-bottom: 18px
}

.case-sidebar ul li h5 {
    font-weight: 600;
    line-height: 33px
}

.case-sidebar ul li a {
    color: #18ba60;
    /*font-family: 'Lato'*/
}

.case-sidebar ul li a:hover {
    text-decoration: underline
}

.case-sidebar ul li ul.menu-child li {
    display: inline-block;
    margin-bottom: 0
}

.case-sidebar ul li .queue {
    margin: 3px 0 5px
}

.case-sidebar ul li .queue i {
    color: #f7d206;
    font-weight: 300;
    padding-right: 5px
}

.case-sidebar ul li blockquote {
    padding-left: 0;
    margin-bottom: 0
}

.case-sidebar ul li blockquote p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.case-single .pagination ul {
    overflow: hidden
}

.case-single .pagination ul li.prev {
    float: left
}

.case-single .pagination ul li.next {
    float: right
}

.case-single .pagination {
    display: block;
    padding: 23px 0;
    margin: 0;
    background-color: #fff
}

.imagebox.style3 {
    position: relative;
    overflow: hidden;
}

.imagebox-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    padding: 7px 15px;
    z-index: 3;
    /*font-family: "29LTBukra-Bold", sans-serif;*/
    font-size: 16px;
    opacity: .75;
}
.imagebox-title span {
	position:absolute;
	bottom:10px;
	/*font-family: "29LTBukra-Bold", sans-serif;*/
    font-size: 16px;
	background: rgb(242, 169, 0);
	padding: 10px 30px;
}
.imagebox-title1 span {
	position:absolute;
	bottom:10px;
	/*font-family: "29LTBukra-Bold", sans-serif;*/
    font-size: 16px;
	background: rgb(242, 169, 0);
	padding: 10px 30px;
}
.imagebox-title1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    padding: 7px 15px;
    z-index: 3;
    /*font-family: "29LTBukra-Bold", sans-serif;*/
    font-size: 16px;
    opacity: .75;
}

.title-full {
    width: 100%;
    opacity: .8
}

.imagebox.style3 .imagebox-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	background: -webkit-linear-gradient(rgba(242, 169, 0, .9), rgba(242, 169, 0, .9));
    background: -webkit-linear-gradient(center top, rgba(242, 169, 0, .9), rgba(242, 169, 0, .9));
    background: -moz-linear-gradient(center top, rgba(242, 169, 0, .9), rgba(242, 169, 0, .9));
    background: -ms-linear-gradient(center top, rgba(242, 169, 0, .9), rgba(242, 169, 0, .9));
    background: -o-linear-gradient(center top, rgba(242, 169, 0, .9), rgba(242, 169, 0, .9));
    background: linear-gradient(center top, rgba(242, 169, 0, .9), rgba(242, 169, 0, .9));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(242, 169, 0, 0.7)', endColorStr='rgba(242, 169, 0, 0.7)', gradientType='1');
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(242, 169, 0, 0.7)', endColorStr='rgba(242, 169, 0, 0.7)', gradientType='1');
	 -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(242, 169, 0, 0.7)', endColorStr='rgba(242, 169, 0, 0.7)', gradientType='1');
	  -moz-filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(242, 169, 0, 0.7)', endColorStr='rgba(242, 169, 0, 0.7)', gradientType='1');
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.imagebox.style3:hover .imagebox-image:before {
    transform: translateY(0);
	-webkit-transform:translateY(0);
}

.imagebox.style3 .imagebox-image:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style3 .imagebox-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    padding: 0 25px;
	    /*font-family: "29 LT Bukra";*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style3:hover .imagebox-image:after,
.imagebox.style3:hover .imagebox-image a.ion-arrow-expand,
.imagebox.style3:hover .imagebox-content {
    opacity: 1;
    transition-delay: 0.1s
}

.imagebox.style3 .imagebox-image a.ion-arrow-expand {
    position: absolute;
    ;
    top: 18px;
    right: 22px;
    font-size: 16px;
    color: #fff;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style3 .imagebox-content h4 {
    margin-bottom: 5px;

}

.imagebox.style3 .imagebox-content h4 a {
/*font-family: '29LTBukra-Bold', sans-serif;*/
	font-size:20px;
    color: #fff;
    background: none;
	border-bottom:none;
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: unset
}

.imagebox.style3 .imagebox-content p {
    margin-bottom: 5px;
    color: #fff;
	font-size: 16px;
}

.imagebox.style3 .imagebox-content a {
    margin-bottom: 5px;
    color: #fff;
	font-size:13px;
	border-bottom: 2px solid;
	/*font-family: '29LTBukra-Bold', sans-serif;*/
}

.imagebox.style3 .imagebox-content a i {
    margin-left: 7px
}

.imagebox.style3 .imagebox-content h4 a:hover,
.imagebox.style3 .imagebox-content ul li a:hover,
.imagebox.style3 .imagebox-image a.ion-arrow-expand:hover {
    color: #fff
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -12.5px;
    background-color: transparent
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -30px
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f30f";
    font-size: 20px;
    color: #777;
    font-family: 'ionicons'
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -30px
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f2ca";
    font-size: 20px;
    color: #777;
    font-family: 'ionicons'
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
    color: #18ba60
}

.flat-pricing {
    padding: 100px 0 100px;
    background-color: #fff
}

.table-pricing table {
    width: 100%
}

.table-pricing table thead tr th {
    line-height: 69px;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 3;
    position: relative
}

.table-pricing table thead tr th:before {
    content: '';
    position: absolute;
    background-color: #1c5f9b;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: -1
}

.table-pricing table thead tr th.gold:before {
    background-color: #1c568c
}

.table-pricing table thead tr th.platinum:before {
    background-color: #18ba60;
    height: 87px
}

.table-pricing table thead tr th.diamond:before {
    background-color: #1d4670
}

.table-pricing table thead tr th:first-child:before {
    width: 0
}

.table-pricing table tbody tr td {
    line-height: 59px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #f2f2f2
}

.table-pricing table tbody tr td.title {
    text-align: left;
    width: 370px;
    padding-left: 23px
}

.table-pricing table tbody tr.price-number td {
    font-size: 35px;
    line-height: 104px;
    color: #252525;
    /*font-family: 'Montserrat'*/
}

.table-pricing table tbody tr.price-number td:first-child {
    border: none
}

.table-pricing table tbody tr.btn-get td {
    line-height: 88px;
    border: none
}

.table-pricing table tbody tr td:nth-child(4) {
    color: #18ba60
}

.table-pricing table tbody tr td a {
    height: 46px;
    line-height: 48px;
    padding: 0 30px;
    background-color: #1c5f9b;
    border-radius: 26px;
    color: #fff;
    display: inline-block;
    font-size: 13px
}

.table-pricing table tbody tr td:nth-child(4) a {
    background-color: #18ba60
}

.table-pricing table tbody tr td a:hover,
.table-pricing table tbody tr td:nth-child(4) a:hover {
    background-color: #2b2b2b
}

.flat-pricing.style1 {
    padding: 100px 0 120px;
    background-color: #f7f7f7
}

.table-pricing.style1 {
    padding-left: 30px
}

.table-pricing.style1 table thead th {
    background-color: #1c4671;
    height: 65px;
    line-height: 65px;
    font-size: 16px
}

.table-pricing.style1 table thead th:first-child {
    width: 150px
}

.table-pricing.style1 table thead tr th:before {
    width: 0
}

.table-pricing.style1 table tbody tr:nth-child(2),
.table-pricing.style1 table tbody tr:nth-child(4) {
    background-color: #fff
}

.table-pricing.style1 table tbody tr td:nth-child(4) {
    color: #777
}

.table-pricing.style1 table tbody tr:hover {
    box-shadow: 1px 1px 15px 0 rgba(43, 43, 43, .5)
}

.table-pricing.style1 table tbody tr:hover td {
    color: #18ba60
}

.table-pricing.style1 table tbody tr:hover .title {
    color: #18ba60
}

.table-pricing.style1 table tbody tr td {
    line-height: 64px;
    height: 65px;
    border: none
}

.table-pricing.style1 table tbody tr td.title {
    font-size: 18px;
    font-weight: 500;
    /*font-family: 'Montserrat';*/
    color: #1c4671;
    width: 175px;
    border: none;
    padding-left: 25px
}

.table-pricing.style1 table tbody tr:nth-child(2) td.title {
    position: relative
}

.table-pricing.style1 table tbody tr:nth-child(2) td.title span {
    position: absolute;
    top: 13px;
    left: -30px;
    width: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    z-index: 5;
    transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}

.table-pricing.style1 table tbody tr:nth-child(2) td.title span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 13px;
    width: 30px;
    height: 100%;
    background-color: #8b1022;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transform: rotate(450deg);
	-webkit-transform:rotate(450deg);	
    z-index: -1
}

.table-pricing.style1 table tbody tr td a {
    width: 100px;
    background-color: transparent;
    border: 1px solid #1c4671;
    color: #1c4671;
    font-size: 18px;
    font-weight: 500
}

.table-pricing.style1 table tbody tr td a:hover {
    background-color: #18ba60;
    border-color: #18ba60;
    color: #fff
}

.flat-about.style2 {
    padding: 103px 0 116px
}

.flat-about.style2.bg-df {
    background-color: #f7f7f7
}

.about-us.style3 {
    background-color: transparent;
    padding: 47px 13px 30px;
    width: 40%;
    float: left
}

.about-us.style3 .content p {
    text-align: left
}

.about-us.style3 .bottom .btn-more {
    text-align: left;
    margin-top: 30px
}

.owl-about {
    width: 60%;
    float: left;
    padding-left: 62px;
    padding-right: 59px
}

.owl-carousel-1.style1 img {
    width: 100%
}

.owl-carousel-1.style1 .owl-controls .owl-nav div {
    height: 45px;
    width: 45px;  
    line-height: 45px;
    margin-top: -22.5px
}

.owl-theme.owl-carousel-1.style1 .owl-controls .owl-nav div.owl-next {
    right: -22.5px
}

.flat-contact {
    padding: 90px 0 100px
}

.flat-contact-form {
    padding: 0 0;
    margin-top: 22px
}

.flat-contact-form .field-row {
    margin: 0px;
}

.flat-contact-form .field-row .one-three {
    padding: 0 10px
}

.flat-contact-form .field-row .one-half {
    padding: 0 10px
}

.flat-contact-form .field-row input,
.flat-contact-form .input-text textarea {
    background-color: #ffffff;
    border-radius: 0;
    height: 50px;
	font-style: italic;
}

.flat-contact-form .input-text textarea {
    height: 100px
}

.flat-contact-form .btn-submit {
    text-align: center
}

.flat-contact-form .btn-submit button:hover {
    background-color: #05737c;
    border-color: #05737c;
}

.iconbox.style3 {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 29px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
    transform: scaleX(0);
	-webkit-transform:scaleX(0);
    background-image: url(../images/page/bg-iconbox.jpg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style3:hover:after {
    opacity: 1;
    transform: scaleX(1);
	-webkit-transform:scaleX(1);
}

.iconbox.style3:hover {
    box-shadow: none
}

.iconbox.style3:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: scaleX(0);
	-webkit-transform:scaleX(0);
    background-color: rgba(24, 186, 96, .8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style3:hover:before {
    opacity: 1;
    transform: scaleX(1);
		-webkit-transform:scaleX(1);
}

.iconbox.style3:hover .iconbox-icon span,
.iconbox.style3:hover .iconbox-content h3,
.iconbox.style3:hover .iconbox-content p {
    color: #fff
}

.flat-submit.style3 {
    padding: 117px 0
}

.box-submit {
    text-align: center;
    padding: 0 175px
}

.box-submit h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700
}

.box-submit p {
    color: #fff;
    /*font-family: 'Montserrat'*/
}

.flat-news {
    padding: 10px 15px 40px !important;
}

.flat-news .flat-title.style1 h2 {
    margin-bottom: 85px
}

.main-post.style2 {
    margin-bottom: 10px;
    border: 1px solid #f3f3f3
}

.btn-more {
    text-align: center;
    margin-top: 20px
}

.btn-more a {
    color: #ffffff;
    font-size: 16px;
    padding: 9px 36px;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #008b94
}

.btn-more a i {
    margin-left: 15px
}

.btn-more a:hover {
    background-color: #252525;
    color: #fff
}

.flat-imagebox.style1 {
    padding: 53px 0 40px
}

.flat-imagebox.style1 .flat-title.style1 h2 {
    margin-bottom: 0
}

ul.menu-tab.style1.v2 {
    text-align: right;
    margin-top: -50px;
    margin-bottom: 67px;
    padding-bottom: 0;
    border-bottom: none
}

ul.menu-tab.style1.v2 li.btn-active:before {
    background-color: #18ba60
}

ul.filter-wrap {
    text-align: right;
    margin-top: -18px;
    margin-bottom: 77px
}

ul.filter-wrap li {
    display: inline-block;
    font-weight: 500;
    /*font-family: 'Montserrat';*/
    color: #252525;
    cursor: pointer
}

ul.filter-wrap li span {
    padding-right: 15px;
    padding-left: 13px
}

ul.filter-wrap li.btn-active,
ul.filter-wrap li:hover {
    color: #18ba60
}

.owl-carousel-9 .portfolio-item,
.owl-carousel-7 .imagebox.style3 {
    transition: all .8s;
    -webkit-transition: all .8s
}

.owl-carousel-7.owl-theme .owl-dots {
    position: absolute;
    top: 12.5px;
    right: 11.5px;
    padding-top: 0
}

.owl-carousel-7.owl-theme .owl-dots .owl-dot span {
    margin: 2.5px;
    background-color: #e5dfdb
}

.owl-carousel-7.owl-theme .owl-dots .owl-dot.active span {
    background-color: #18ba60
}

.portfolio-item.style1 {
    margin-bottom: 0
}

.portfolio-item.style1 .portfolio-content h5 {
    margin-top: 20px;
    position: relative
}

.portfolio-item.style1 .portfolio-content h5 a {
    color: #fff;
    display: block;
    background-color: #1c4671;
    padding: 14px 15px 14px;
    position: relative;
    overflow: hidden
}

.portfolio-item.style1 .portfolio-content h5 a:before {
    content: '\f105';
    position: absolute;
    font-family: 'Fontawesome';
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: -50px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.portfolio-item.style1 .portfolio-content h5 a:hover:before {
    left: calc(100% - 50px);
    opacity: 1;
    visibility: visible;
    background-color: #18ba60
}

.flat-testimonial {
    background-color: #f7f7f7;
    padding: 95px 0 83px
}

.testimonial.style1 {
    padding-top: 0
}

.testimonial.style1 .flat-title.style1 h2 {
    margin-bottom: 62px
}

.testimonial-item {
    margin-right: 30px
}

.testimonial-item .testimonial-content p {
    background-color: #fff;
    padding: 27px 30px 30px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    z-index: 5
}

.testimonial-item .testimonial-content p:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 15px;
    bottom: -10px;
    left: 51px;
    background-color: #fff;
    z-index: -1;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}

.testimonial-item .testimonial-content {
    margin-bottom: 26px
}

.testimonial-item .testimonial-author {
    margin-left: 37px
}

.testimonial-item .testimonial-author .image {
    float: left;
    margin-right: 14px
}

.testimonial-item .testimonial-author .image img {
    border-radius: 50%;
    border: 1px solid #e0e0e0
}

.testimonial-item .testimonial-author .option {
    padding-top: 9px
}

.testimonial-item .testimonial-author h3 {
    line-height: 18px
}

.testimonial-item .testimonial-author .option p {
    font-weight: 400;
    line-height: 27px
}

.clients .flat-title.style1 h2 {
    margin-bottom: 62px
}

.clients ul {
    margin: 0 -8.5px;
    overflow: hidden
}

.clients ul li {
    width: 33.33333333333%;
    float: left;
    padding: 0 8.5px;
    margin-bottom: 17px
}

.flat-skill {
    background-color: #f7f7f7
}

.flat-progress.style1 {
    padding: 62px 0 30px 83px;
    width: 585px
}

.progres.style1 {
    padding-top: 40px
}

.progres.style1 .progress-item {
    margin-bottom: 29px
}

.progres.style1 .progress-item:last-child {
    margin-bottom: 0
}

.progres.style1 .progress-item .progres-bar,
.progres.style1 .progress-item .progres-bar .progress-animate {
    height: 5px
}

.flat-iconbox.style3 {
    padding: 98px 0 72px
}

.flat-iconbox.style3 .flat-title.style1 h2 {
    margin-bottom: 80px
}

.flat-counter {
    padding: 100px 0
}

.square .numb-count {
    font-size: 42px;
    color: #18ba60;
    /*font-family: 'Montserrat';*/
    margin-bottom: 12px;
    display: inline-block;
    position: relative
}

.square.plus .numb-count {
    margin-left: -24px
}

.square.plus .numb-count:before {
    content: '+';
    position: absolute;
    /*font-family: 'Montserrat';*/
    top: 0;
    right: -25px;
    font-size: 42px;
    color: #18ba60
}

.square .text {
    color: #fff;
    font-size: 13px;
    /*font-family: 'Montserrat';*/
    text-transform: uppercase;
    font-weight: 500
}

.flat-services.style1 {
    padding: 100px 0;
    margin: 0;
    border: none
}

.iconbox.style4 {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2)
}

.flat-counter.style1 {
    background: url(../images/parallax/10.jpg) top center repeat;
    padding: 50px 0
}

.square.style1 {
    text-align: center;
    position: relative
}

.square.style1 .numb-count {
    color: #fff
}

.square.style1 .numb-count:before {
    color: #fff
}

.flat-imagebox.style3 {
    padding: 90px 0
}

.flat-imagebox.style3 .flat-title.style1 {
    margin-bottom: 35px;
    padding: 0 210px
}

.imagebox.style4 .imagebox-image {
    margin-bottom: 20px;
    position: relative
}

.imagebox.style4 .imagebox-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    background-color: rgba(24, 186, 86, .5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style4:hover .imagebox-image:before {
    opacity: 1
}

.imagebox.style4 .imagebox-content h3 {
    margin-bottom: 4px
}

.imagebox.style4 .imagebox-content a {
    color: #939393;
    line-height: 18px;
    font-size: 12px;
    position: relative
}

.imagebox.style4 .imagebox-content a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #939393;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style4 .imagebox-content a:hover:before {
    left: auto;
    right: 0;
    width: 0
}

.imagebox.style4 .imagebox-content a:hover {
    color: #18ba60
}

.flat-partner.style1 {
    background-color: #666
}

.flat-partner.style1 .owl-carousel-3 li {
    line-height: 150px
}

.flat-iconbox.style1 {
    padding: 101px 0 90px
}

.iconbox.style5 {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    position: relative
}

.iconbox.style5:hover {
    box-shadow: none
}

.iconbox.style5 .iconbox-icon span {
    position: absolute;
    top: 16px;
    left: 0;
    margin-bottom: 0;
    background-color: #1c4671;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%
}

.iconbox.style5 .iconbox-content {
    margin-left: 32px;
    padding: 30px 40px;
    background-color: #f4f5fa;
    border: 1px solid #e9eaf3
}

.iconbox.style5 .iconbox-content h3 {
    color: #1c4671;
    font-size: 18px;
    margin-bottom: 6px
}

.iconbox.style5 .iconbox-content p {
    line-height: 22px
}

.iconbox.style5 .iconbox-content .btn-more {
    margin-top: 0;
    text-align: left
}

.iconbox.style5 .iconbox-content .btn-more a {
    height: auto;
    padding: 0;
    line-height: 22px;
    color: #18ba60;
    margin-top: 8px;
    /*font-family: 'Lato';*/
    font-weight: 400;
    background-color: transparent
}

.iconbox.style5 .iconbox-content .btn-more a:hover {
    color: #1c4671
}

.box-download .widget-brochures ul.download.style1 {
    margin-top: 70px
}

.box-download .widget-brochures ul.download.style1 li a {
    color: #1c4671;
    background-color: #f4f5fa;
    box-shadow: 4px -4px 5px 0 rgba(0, 0, 0, .2)
}

.box-download .widget-brochures ul.download.style1 a:after {
    background-color: #1c4671
}

.box-download .widget-brochures ul.download.style1 li a:hover {
    background-color: #252525;
    color: #fff
}

.text-download {
    margin-top: 67px;
    padding: 0 30px
}

.text-download h2 {
    color: #1c4671;
    margin-bottom: 22px
}

.text-download p {
    padding-left: 28px;
    position: relative;
    color: #555;
    font-size: 16px
}

.text-download p:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 1px;
    width: 5px;
    height: 40px;
    background-color: #18ba60
}

.text-download.style1 {
    padding: 0;
    margin-top: 0
}

.text-download.style1 h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -.1px;
    margin-bottom: 20px;
    color: #000002
}

.text-download.style1 h2 span {
    font-weight: 700
}

.text-download.style1 p {
    padding-right: 70px
}

.flat-tab-about {
    padding: 0 0 46px;
    margin-top: 0px;
    position: relative;
    z-index: 10
}

.tab-list-about .content-tab .content-inner .one-half {
    padding: 0 15px
}

.tab-list-about ul.tab-menu {
    margin: 0 -8px 83px
}

.tab-list-about ul.tab-menu li {
    margin: 0 8px;
    /*font-family: 'Montserrat';*/
    font-weight: 500;
    font-size: 18px;
    color: #1c4671;
    display: inline-block;
    text-transform: uppercase;
    width: calc(33.333333333333% - 18px);
    background-color: #f4f5fa;
    padding: 28px 0;
    text-align: center;
    cursor: pointer;
    box-shadow: 4px -4px 15px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tab-list-about ul.tab-menu li.active,
.tab-list-about ul.tab-menu li:hover {
    background-color: #fff;
    box-shadow: none
}

.wrap-counter.style1 {
    margin: 0 -32px
}

.square.style2 {
    position: relative;
    float: left;
    margin: 0 2px;
    margin-bottom: 4px
}

.square.style2:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(37, 87, 138, .7);
    z-index: 5
}

.square.style2 .numb-count {
    color: #fff;
    font-size: 40px;
    /*font-family: 'Lato'*/
}

.square.style2 .counter-text {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
    z-index: 99
}

.square.style2.plus .numb-count:before {
    color: #fff
}

.square.style2 .bg-image img {
    width: 100%
}

.text-tabs.style1 {
    margin-top: -3px
}

.text-tabs.style1 .text-content {
    margin-bottom: 21px
}

.text-tabs.style1 .text-content h2 {
    font-weight: 700;
    margin-bottom: 14px
}

.text-tabs.style1 .text-content p {
    padding-right: 15px
}

.text-tabs.style1 .text-content .text-list .image {
    margin-right: 23px
}

.text-tabs.style1 .text-content .text-list ul {
    margin-top: 3px
}

.text-tabs.style1 .text-content .text-list ul li {
    line-height: 30px;
    padding-left: 29px;
    letter-spacing: .1px
}

.text-tabs.style1 .text-content .text-list ul li:before {
    content: "\f30f";
    color: #18ba60;
    font-weight: 600
}

.accordion.style3.v1 .accordion-toggle .toggle-title {
    padding: 18px 40px
}

.iconbox.style6 {
    padding: 0;
    margin-bottom: 0;
    border: none
}

.iconbox.style6:hover {
    box-shadow: none
}

.iconbox.style6 .iconbox-icon {
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.iconbox.style6:hover .iconbox-icon {
    bottom: 5px
}

.iconbox.style6 .iconbox-content h3 {
    margin: 20px 0 9px;
    font-size: 18px
}

.iconbox.style6 .iconbox-content {
    line-height: 24px
}

.about-company.style1 {
    padding: 119px 0 144px
}

.about-company.style1 h1 {
    color: #1c4671
}

.about-company.style1 h1 span {
    color: #18ba60
}

.about-company.style1 p,
.about-company.style1 a {
    color: #1c4671
}

.about-company.style1 a {
    margin-top: 48px
}

.about-company.style1.v1 {
    padding: 110px 0 224px
}

.flat-partner.style2 {
    padding: 28px 0 27px;
    background-color: #fff;
    box-shadow: 4px -4px 5px 0 rgba(0, 0, 0, .2)
}

.owl-carousel-10 li {
    line-height: 105px;
    text-align: center;
    max-width: 100%;
    background-color: #f9f9f9
}

.owl-carousel-10 .owl-item li img {
    width: auto
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div,
.owl-carousel-11.owl-theme .owl-controls .owl-nav div,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, .2)
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div {
    top: 25%;
    margin-top: -20px
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div:hover,
.owl-carousel-11.owl-theme .owl-controls .owl-nav div:hover {
    box-shadow: none
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-11.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-11.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f30f";
    font-family: 'ionicons';
    color: #1c4671;
    font-size: 18px
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-11.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f2ca"
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-prev,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div.owl-prev,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -10px
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-en.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -10px
}

.flat-testimonial.style1 {
    padding: 75px 0 49px;
    background-color: #fff
}

.testimonial .flat-title.style1 h2 {
    margin-bottom: 45px
}

.testimonial {
    padding-top: 55px;
    border-top: 1px solid #f2f2f2
}

.testimonial-item.style1 {
    margin-right: 0
}

.testimonial-item.style1 .testimonial-content blockquote {
    padding-left: 55px
}

.testimonial-item.style1 .testimonial-content blockquote p {
    padding: 0;
    border: none
}

.testimonial-item.style1 .testimonial-content p:before {
    display: none
}

.testimonial-item.style1 .author .image {
    float: left;
    margin-right: 15px
}

.testimonial-item.style1 .author img {
    width: auto;
    border-radius: 50%
}

.testimonial-item.style1 .author .name {
    padding-top: 10px
}

.flat-imagebox.style4 {
    padding: 75px 0 72px
}

.flat-imagebox.style4 .flat-title.style1 h2 {
    margin-bottom: 35px
}

.flat-imagebox.style4.v1 {
    background-color: #fff;
    padding-bottom: 74px
}

.flat-title.style1.v2 h2 {
    margin-bottom: 70px
}

.flat-title.style1.v2 p {
    position: absolute;
    top: 16px;
    left: 356px;
    letter-spacing: .1px
}

.portfolio-item.style2 {
    margin-bottom: 0
}

.portfolio-item.style2 .portfolio-content h4 {
    margin-top: 7px
}

.portfolio-item.style2 .portfolio-content h4 a:not(:hover) {
    color: #252525
}

.portfolio-item.style2 .portfolio-content ul.menu-portfolio {
    margin: 10px 0 0
}

.portfolio-item.style2 .portfolio-content ul.menu-portfolio li a {
    color: #18ba60;
    /*font-family: 'Lato'*/
}

.owl-carousel-11.owl-theme .owl-controls .owl-nav div {
    top: -92px
}

.owl-carousel-11.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 51px
}

.owl-carousel-11.style1.owl-theme .owl-controls .owl-nav div {
    top: 31%
}

.owl-carousel-11.style1.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -25px
}

.owl-carousel-11.style1.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -25px
}

.flat-iconbox.style2 {
    padding: 70px 0 78px
}

.flat-iconbox.style2 .container .row:first-child {
    margin-bottom: 63px
}

.flat-iconbox.style2 .btn-more {
    text-align: right;
    margin-top: 30px
}

.flat-iconbox.style2 .btn-more a {
    border-radius: 0;
    padding: 0 37px;
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.imagebox.style5 {
    border-radius: 3px;
    position: relative
}

.imagebox.style5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: rgb(28, 70, 113);
    background: -moz-linear-gradient(-45deg, rgb(37, 37, 37) 0%, rgb(255, 255, 255) 51%, rgb(37, 37, 37) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(37, 37, 37) 0%, rgb(255, 255, 255) 51%, rgb(37, 37, 37) 100%);
    background: linear-gradient(135deg, rgb(37, 37, 37) 0%, rgb(255, 255, 255) 51%, rgb(37, 37, 37) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1c4671', endColorstr='#1c4671', GradientType=1);
    opacity: .5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.imagebox.style5:hover:before {
    opacity: 0
}

.imagebox.style5 .imagebox-content {
    position: absolute;
    bottom: -25px;
    left: 21px;
    right: 19px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 13px 16px 0;
    z-index: 5
}

.imagebox.style5 .imagebox-content h4 {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 18px
}

.imagebox.style5 .imagebox-content h4 a:not(:hover) {
    color: #252525
}

.imagebox.style5 .imagebox-content>a {
    color: #18ba60;
    /*font-family: 'Lato';*/
    font-weight: 700
}

.imagebox.style5 .imagebox-content>a:hover {
    color: #252525
}

.flat-services.style2 {
    border-bottom: none;
    padding: 341px 0 73px;
    background-color: #f4f5fa
}

.flat-services.style2 .flat-title.style1 h2 {
    margin-bottom: 64px
}

.flat-counter.style2 {
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-top: -2px
}

.flat-counter.style2:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #1c4671
}

.flat-counter.style2 .container {
    padding: 159px 15px 45px;
    background-color: #1c4671;
    width: 1170px
}

.square.style3 .numb-count {
    color: #fff;
    font-size: 40px
}

.square.style3.plus .numb-count {
    margin-left: 0
}

.square.style3.plus .numb-count:before {
    color: #fff
}

.flat-choose-us {
    position: absolute;
    width: 80%;
    z-index: 100;
    margin-top: -163px;
    margin-left: 20%
}

.flat-choose-us>div {
    float: left
}

.flat-choose-us .one-five {
    width: 25%
}

.flat-title.style1.v1 h2 {
    color: #fff;
    margin-bottom: 2px
}

.flat-title.style1.v1 h2:before {
    background-color: #fff
}

.box-title ul li {
    padding-left: 30px;
    position: relative;
    line-height: 35px
}

.box-title ul li:before {
    content: "\f375";
    position: absolute;
    font-family: 'ionicons';
    top: 0;
    left: 0
}

.slider-choose {
    width: 75%;
    background-color: #fff
}

#slider {
    border-radius: 0
}

#slider ul.slides li {
    padding: 57px 0 45px 24px;
    height: 267px
}

#slider ul.slides li .choose-item {
    border-right: 1px solid #18ba60;
    padding-right: 25px
}

#slider .flex-direction-nav a {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: none;
    text-align: center;
    border-radius: 50%;
    font-size: 0;
    background-color: #f4f5fa
}

#slider .flex-direction-nav a:before {
    content: "\f30f";
    font-family: 'ionicons';
    font-size: 18px;
    color: #18ba60
}

#slider .flex-direction-nav a.flex-prev:before {
    content: "\f2ca"
}

#slider .flex-direction-nav a.flex-prev {
    margin-left: -25px
}

.choose-item .box-top {
    position: relative
}

.choose-item .box-top .title {
    font-size: 100px;
    /*font-family: 'Montserrat';*/
    color: #f2f2f2;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 10px
}

.choose-item .box-top span {
    position: absolute;
    font-size: 18px;
    /*font-family: 'Montserrat';*/
    color: #1c4671;
    font-weight: 600;
    top: 22px;
    left: 0;
    letter-spacing: .8px
}

.flat-partner.style3 {
    padding: 116px 0 142px
}

.box-partner {
    padding: 0 155px;
    margin-bottom: 50px
}

.box-partner p {
    color: #fff;
    line-height: 26px;
    /*font-family: 'Montserrat'*/
}

.box-partner h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.slide-partner ul {
    margin: 0 -35px
}

.slide-partner ul li {
    display: inline-block;
    width: 179px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    border: 1px solid rgba(255, 255, 255, .7);
    margin: 0 31px
}

.owl-carousel-16 .owl-item img {
    width: auto
}

.box-download {
    position: absolute;
    margin-top: -71px;
    background-color: #18ba60;
    width: 1170px;
    max-width: 100%;
    left: 0;
    z-index: 10;
    padding: 28px 69px 22px 72px
}

.box-download .text-download {
    float: left;
    width: calc(100% - 270px);
    margin-top: 0;
    padding: 0;
    padding-right: 60px;
    padding-top: 15px
}

.box-download .text-download h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px
}

.box-download .text-download p {
    padding-left: 0;
    color: #fff;
    line-height: 26px;
    font-size: 16px
}

.box-download .text-download p:before {
    width: 0
}

.box-download .widget-brochures {
    float: right
}

.box-download .widget-brochures ul.download.style1 {
    margin-top: 5px;
    width: 270px
}

.box-download .widget-brochures ul.download li a {
    background-color: #18ba60;
    color: #fff
}

.flat-testimonial.style2 {
    padding: 187px 0 81px;
    background-color: #fff
}

.owl-carousel-10 .owl-item.active:nth-child(2) {
    transform: scale(1.5);
	-webkit-transform:scale(1.5);
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #2965a2;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3
}

.contacts-on-map-container {
    position: static
}

.contacts-on-map {
    margin-top: -425px;
    position: absolute;
    background-color: #0CBEDA;
    z-index: 100;
    padding: 30px 30px;
    width: 100%;
    opacity: .9
}

.sec-title-right {
    text-align: left!important;
    margin-bottom: 10px;
    width: 100%
}

.sec-title-right h3 {
    font-size: 25px;
    color: #fff;
    background: none;
    background-clip: border-box;
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: unset;
    display: inline-block;
	font-weight: bold;
}

.btn-block {
    width: 100%
}

.counters-wrapper {
    font-size: 0
}

.counters-wrapper>* {
    font-size: 15px
}

.counter-block {
    margin: 16px;
    vertical-align: top;
    display: inline-block;
    width: 228px;
    height: auto;
    text-align: center;
	padding: 0px 15px;
}

.counter-block.counter-block-solid .counter-box {
    border-width: 0;
    border-color: transparent
}

.counter-block.counter-block-solid .counter-content {
    padding: 0 20px
}

.counter-block.counter-block-solid .counter-content * {
    color: #fff
}

.counter-block.counter-block-border .counter-box {
    background-color: transparent
}

.counter-block.counter-block-no-border.has-separator .counter-content>.fa:after,
.counter-block.counter-block-no-border.has-separator .counter-content>.count:after {
    position: absolute;
    top: 75px;
    right: -2px;
    width: 2px;
    height: 50px;
    display: block;
    content: "";
    background-color: #eff1f5
}

.counter-block.counter-block-no-border .counter-box {
    background-color: transparent;
    border: none
}

.counter-block.counter-block-no-border .counter-box .counter-content {
    vertical-align: baseline;
    padding: 0
}

.counter-block.counter-block-no-border .counter-box .counter-content .title {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 18px;
    color: #fff
}

.counter-block.counter-block-white .counter-content * {
    color: #fff
}

.counter-box {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #f3f5f6;
    border-style: solid;
    border-width: 2px;
    border-color: #eff1f5
}

.counter-box .counter-content {
    vertical-align: middle;
    display: table-cell;
    padding: 0 16px
}

.counter-box .counter-content>.count {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    color: #fff;
}

.color-blue {
    color: #633996!important
}

.icon-block {
    height: 80px;
    position: relative;
    text-align: center
}

.icon-block img {
    position: static;
    left: 0;
    transform: translate(0, 0);
	-webkit-transform:translate(0, 0);
    bottom: 0
} 

.counter-box .counter-content>.fa {
    width: 100%;
    font-size: 78px;
    line-height: 100px
}

.counter-box .counter-content .title {
    margin: 0;
    font-size: 13px;
    line-height: 16px
}

@media (max-width:991px) {
    .counter-block {
        margin: 10px;
        width: 150px;
        height: 150px
    }
    .counter-box .counter-content>.fa,
    .counter-box .counter-content>.count {
        line-height: 90px
    }
    .counter-block.counter-block-no-border + .counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border + .counter-block .counter-content>.count:after {
        left: -12px
    }
}

@media (max-width:767px) {
    .counter-box .counter-content>.fa,
    .counter-box .counter-content>.count {
        font-size: 50px;
        line-height: 65px
    }
    .counter-block.counter-block-no-border + .counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border + .counter-block .counter-content>.count:after {
        left: -7px
    }
    .counter-block.counter-block-no-border .counter-box .counter-content .title {
        letter-spacing: .3em
    }
}

@media (max-width:540px) {
    .counter-block.counter-block-no-border + .counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border + .counter-block .counter-content>.count:after {
        display: none
    }
}

.flat-information li {
    line-height: 26px;
    font-size: 14px;
    /* padding-left: 2px; */
	color:rgba(255, 255, 255, 1);
	/*font-family:'29LTBukra-Regular', sans-serif;*/

}
ul.footer-links li {
	/*font-family:'29LTBukra-Regular', sans-serif;*/
	line-height: 26px;
    font-size: 14px;
	color:rgba(255, 255, 255, 1);

}

.flat-information li i {
    margin-right: 10px
}

.flat-information.style2 li {
    display: inline-block;
    margin-right: 22px
}

.flat-information.style2 li:last-child {
    margin-right: 0
}

#footer::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9)
}

.boxed {
    overflow: hidden
}
.card {
	margin-bottom:10px;
}
.counter-block.counter-block-no-border .counter-box .counter-content .icon-block {
}
.icon-block img {

}
.field-row {
    margin-bottom: 10px !important;
}