.rev_slider_wrapper, .rev_slider_wrapper *{direction:ltr;}
/* Flat Title
-------------------------------------------------------------- */
.flat-title {
    margin-bottom: 50px;
}

/* Related Post 
-------------------------------------------------------------- */
.related-post {
    padding: 74px 0 0px;
}

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

/* Imagebox style1 */
.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 , 0.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 , 0.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%);
}

.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 
-------------------------------------------------------------- */
.flat-error {
    padding: 118px 0 119px;
    background-color: #f7f7f7;
}

.wrap-error {
    padding: 0 15px;
}

.wrap-error h1 {
    font-weight: bold;
    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: #555555;
}


/* Widget Navigation Tab */
.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;
    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 */
.widget-brochures p {
    font-size: 16px;
    color: #777777;
    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 0px rgba(0, 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: 0px;
    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);
}

.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);
}

.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: #777777;
}

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




/* About Us */
.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: #333333;
    font-size: 17px;
    margin-bottom: 19px;
}

.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 Progress
-------------------------------------------------------------- */
.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: 0px;
}

.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: #666666;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    margin-top: 0px;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 9px;
    margin-right: -21px;
    position: relative;
}

.progres .progress-item .perc span:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 18px;
    border-top: 8px solid #666666;
    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 Imagebox
-------------------------------------------------------------- */
.flat-imagebox {
    padding: 106px 0;
    background-color: #f7f7f7;
}

/* Imagebox Style2 V1 */
.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 0px rgba(0, 0, 0, 0.1);
}

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

/* Flat Call Back
-------------------------------------------------------------- */
.flat-call-back {
    padding: 94px 0 82px;
}

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

/* Form Call Back */
.form-call-back {
    margin-top: -4px;
}

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

.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: 0px;
    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;
}


/* =======================
    QUICK LINKS SECTION
========================= */

.quicklinks-item {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 15px 0 20px;
    -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;
    overflow: hidden;
    margin-bottom:30px;
	width: 125px;
    min-height: 125px;
	transform:rotate(45deg);
	margin:0 auto;
	border:3px solid #f4b524;
}

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

.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: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
} */
.quicklinks-item:hover{
box-shadow: 2px 2px 8px 0px rgba(143, 143, 143, 0.8);
}
/* Flat Iconbox
-------------------------------------------------------------- */
/* IconBox
-----------------------------------------------------------*/

.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;
    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);
	padding: 20px;
}

.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: 4px solid  #75777F;
    padding: 0;
	border-radius: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);
}

.iconbox.circle.lagre:hover .box-header i {
	 border: 4px solid  #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 30px 60px 30px;
    margin-bottom: 15px;
    min-height: 275px
}

.iconbox.center-circle-style1 .box-content {
    min-height: 100px;
	text-align: justify;
color: rgb(91,108,148);
font-family: 29LTBukra, sans-serif;
font-size: 13px;
line-height: 20px;
padding-top: 10px;
}

.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
}

.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 Quick Links
-------------------------------------------------------------- */
.flat-quicklinks {
    padding: 113px 0 100px;
}
.flat-quicklinks::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 121, 198, 0.7) 20%, rgba(25, 207, 205, 0.7) 80%);
    background: -moz-linear-gradient(60deg, rgba(0, 121, 198,  0.7) 20%, rgba(25, 207, 205,  0.7) 80%);
    background: -ms-linear-gradient(60deg, rgba(0, 121, 198,  0.7) 20%, rgba(25, 207, 205, 0.7) 80%);
    background: -o-linear-gradient(60deg, rgba(0, 121, 198,  0.7) 20%, rgba(25, 207, 205, 0.7) 80%);
    background: linear-gradient(60deg, rgba(0, 121, 198,  0.7) 20%, rgba(25, 207, 205,  0.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: 85px 0;
    width: 100%;
    height: auto;
	background: url(../images/back_module.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center !important;
}

.flat-statistics::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
background: -webkit-linear-gradient(90deg, rgba(239,167,0,0.97) 20%, rgba(239,167,0,0.97)  80%);
background: -moz-linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
background: -ms-linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
background: -o-linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
background: linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
}
.flat-news {
	height:550px;
	background: url(../images/flat.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center !important;
}

.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: bold;
    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
-------------------------------------------------------------- */
.flat-submit.style1 {
    padding: 113px 0 100px;
    background-color: #f7f7f7;
}

/* Form Submit Style1 */
.form-submit.style1 h1 {
    color: #252525;
}

.form-submit.style1 p {
    color: #999999;
}

.form-submit.style1 .input-form input {
    color: #999999;
}

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

/* Iconbox Style1 */
.iconbox.style1 {
    position: relative;
    margin-bottom: 0px;
}

.iconbox.style1:hover {
    background-color: #f7f7f7;
    box-shadow: 1px 1px 5px 0px rgba(0, 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: #ffffff;
    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*/
.flat-about.style1 {
    background-color: #f7f7f7;
    padding: 110px 0 138px;
}
/* About Us Style2  */
.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 */
.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;
  /*display: none;*/
}

.carousel.vertical .item.active {
    /*display: block;*/
}

.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%; } 

/* Imagebox Style3 */
.imagebox.style3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.imagebox-title {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 20;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    z-index: 3;
    font-family: "29LTBukra-Bold", sans-serif;
    font-size: 16px;
    opacity: 0.75;
    width: 100%;
    height: 100%;
}
.imagebox-title span {
	position:absolute;
	bottom:0;
	right:0;
	padding: 7px 15px;
}
.imagebox-title1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 20;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    z-index: 3;
    font-family: "29LTBukra-Bold", sans-serif;
    font-size: 16px;
    opacity: 0.75;
    width: 100%;
    height: 100%;
}
.imagebox-title1 span {
	position:absolute;
	bottom:0;
	right:0;
	padding: 7px 15px;
}
.title-full{
    width: 100%;
    opacity: 0.80;
}


.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 {
    color: #fff;
    background: none;
    -webkit-text-fill-color:#fff;
    -webkit-background-clip:unset;
}

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

.imagebox.style3 .imagebox-content a {
    margin-bottom: 5px;
    color: #249ba3;
	text-decoration:underline;
}
.imagebox.style3 .imagebox-content a i {
    margin-right: 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-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: #777777;
    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: #777777;
    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 Contact
-------------------------------------------------------------- */
.flat-contact {
    padding: 90px 0 100px;
}

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

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

.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;
}

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

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

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

/* Iconbox Style3 */
.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);
    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);
}

.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);
    background-color: rgba(24, 186, 96, 0.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);
}

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

/* Flat Submit Style3
-------------------------------------------------------------- */
.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: bold;
}

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

/* Flat News
-------------------------------------------------------------- */
.flat-news {
    padding: 25px 15px 50px !important;
}


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

.main-post.style2 {
    margin-bottom: 10px;

}

.btn-more {
    text-align:right;
}
.btn-more a {
    color: #ffffff;
    font-size: 16px;
    padding: 15px 22px;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #F1A900
}
.btn-more a i{
	margin-left: 15px;
}
.btn-more a:hover {
    background-color: #252525;
    color: #fff;
}

/* Flat Imagebox Style1
-------------------------------------------------------------- */
.flat-imagebox.style1 {
    padding: 53px 0 45px;
}

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

ul.menu-tab.style1.v2 {
    text-align: right;
    margin-top: -50px;
    margin-bottom: 67px;
    padding-bottom: 0px;
    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: 0px;
}

.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 */
.portfolio-item.style1 {
    margin-bottom: 0px;
}

.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 Services Style1
-------------------------------------------------------------- */
.flat-services.style1 {
    padding: 100px 0;
    margin: 0;
    border: none;
}

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

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

/* Square Style1 */
.square.style1 {
    text-align: center;
    position: relative;
}

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

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

/* Flat Imagebox Style3
-------------------------------------------------------------- */
.flat-imagebox.style3 {
    padding: 90px 0;
}

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

/* Imagebox Style4 */
.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, 0.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
-------------------------------------------------------------- */
.flat-partner.style1 {
    background-color: #666666;
}

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

/* Flat Iconbox Style1
-------------------------------------------------------------- */
.flat-iconbox.style1 {
    padding: 101px 0 90px;
}

/* Iconbox Style5 */
.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: 0px;
    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: 0px;
    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;
}


/* Iconbox Style6 */
.iconbox.style6 {
    padding: 0;
    margin-bottom: 0px;
    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;
}


/* Flat Imagebox Style4
-------------------------------------------------------------- */
.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;
}



/* Flat Iconbox Style2
-------------------------------------------------------------- */
.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: 0px;
    padding: 0 37px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

/* Imagebox Style5 */
.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); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgb(37,37,37) 0%, rgb(255,255,255) 51%, rgb(37,37,37) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgb(37,37,37) 0%,rgb(255,255,255) 51%,rgb(37,37,37) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(37,37,37) 0%,rgb(255,255,255) 51%,rgb(37,37,37) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4671', endColorstr='#1c4671',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: 0.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: bold;
}

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


/* Flat Counter Style2
-------------------------------------------------------------- */
.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 */
.square.style3 .numb-count {
	color: #fff;
    font-size: 40px;
}

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

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


/* Slider */
#slider {
    border-radius: 0px;
}

#slider ul.slides li {
    padding: 57px 0px 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: 0px;
	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: bold;
    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;
}


/* Flat Partner Style2
-------------------------------------------------------------- */
.flat-partner.style2 {
    padding: 28px 0 27px;
    background-color: #fff;
    box-shadow: 4px -4px 5px 0px rgba(0, 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-ar.owl-theme .owl-controls .owl-nav div{
	width: 40px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 0%;
	box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, .2);
	height: 90px;
	color: #fff;
	padding-top: 30px;
}
.owl-carousel-10.owl-theme .owl-controls .owl-nav div,
.owl-carousel-11.owl-theme .owl-controls .owl-nav div,
.owl-carousel-13.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 0px rgba(0, 0, 0, 0.2);
}


.owl-carousel-10.owl-theme .owl-controls .owl-nav div,
.owl-carousel-13.owl-theme .owl-controls .owl-nav div,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div {
    top: 25%;
    margin-top: -20px
}
.owl-carousel-ar.owl-theme .owl-controls .owl-nav div {
    top: 15%;
    margin-top: 0px
}
.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-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-ar.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-ar.owl-theme .owl-controls .owl-nav div.owl-next:before{
	font-family: FontAwesome;
	color: #fff;
	font-size: 50px;
}
.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-13.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-ar.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f104";
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-prev,
.owl-carousel-13.owl-theme .owl-controls .owl-nav div.owl-prev,
.owl-carousel-ar.owl-theme .owl-controls .owl-nav div.owl-prev,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 100%;
    margin-right: -20px;
}

.owl-carousel-10.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-13.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-ar.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -20px;
}

/* ---- particles.js container ---- */

#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: -420px;
    position: absolute;
    background-color: #05c3db;
    z-index: 100;
    padding: 30px 30px;
    width:100%;
    opacity: 0.9;
}
.sec-title-right  {
    text-align: right !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;
    text-transform: uppercase;
    display: inline-block;
  }
  .btn-block {
    width: 100%;
}
/* ----------------------------------------------------------------------------
    Counters
---------------------------------------------------------------------------- */
.counters-wrapper {
    font-size: 0
}

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

.counter-block {
    vertical-align: top;
    display: inline-block;
    height: auto;
    text-align: center;
	padding: 0px 0px 20px;
}

.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;
    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: 34px;
    color: #eaad1e ;
	font-weight: bold;
}

.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);
    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-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-block {
        margin: 5px;

    }
    .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
    }
}

@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-Infomation
-------------------------------------------------------------- */
.flat-information li {
    line-height: 30px;
    font-size: 16px;
    padding-left: 2px;
}

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

/* Style2 */
.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: #797a7e;
}
.tp-caption.flat-button-slider.bg-blue i {
    margin-right: 10px;
}
.datepicker-dropdown {max-width: 300px !important;}
.datepicker {float: righ !important;}
.datepicker.dropdown-menu {right:auto !important;}
.card {
	margin-bottom:10px;
}
.counter-block.counter-block-no-border .counter-box .counter-content .icon-block {

}
.icon-block img {

}
.flat-statistics {
    padding: 50px 0;
    width: 100%;
    height: auto;
    background-color: #F2A900;
}
.flat-information li {
    line-height: 24px;
    font-size: 12px;
    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: 24px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

.flat-statistics::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 50%;
	background: -webkit-linear-gradient(90deg, rgba(0,139,147,0.97) 20%, rgba(0,139,147,0.97)  80%);
	background: -moz-linear-gradient(60deg,  rgba(0,139,147,0.97)  20%,  rgba(0,139,147,0.97)  80%);
	background: -ms-linear-gradient(60deg,  rgba(0,139,147,0.97)  20%,  rgba(0,139,147,0.97)  80%);
	background: -o-linear-gradient(60deg,  rgba(0,139,147,0.97) 20%,  rgba(0,139,147,0.97)  80%);
	background: linear-gradient(60deg,  rgba(0,139,147,0.97)  20%,  rgba(0,139,147,0.97)  80%);
}
.flat-statistics::after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    width: 50%;
	background: -webkit-linear-gradient(90deg, rgba(239,167,0,0.97) 20%, rgba(239,167,0,0.97)  80%);
	background: -moz-linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
	background: -ms-linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
	background: -o-linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);
	background: linear-gradient(60deg, rgba(239,167,0,0.97)  20%, rgba(239,167,0,0.97)  80%);


}