@charset "utf-8";

/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
---------------------------- */

/* pages css files 
-----------------------*/

/* main-slider */

.banner-area {
    height: 515px;
    position: relative;
    z-index: 1;
}

.banner-area.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}

.banner-content {
    overflow: hidden;
    max-width: 680px;
    float: none;
    margin: auto;
    text-align: center;
}

.banner-content .top-title {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.banner-content h1 {
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #fff;
}

.banner-content p {
    margin-bottom: 35px;
    font-size: 17px;
    color: var(--theme-3);
}

.banner-btn{
    font-size: 16px;
    color: #ffffff;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0px;
}

.banner-btn.active {
    margin-left: 0px;
    background-color: transparent;
    border: 1px solid var(--theme-3);
    color: var(--theme-3);
    transition: 0.5s;
}

.banner-btn.active:hover{
    margin-left: 0px;
    background-color: var(--theme-1);
    border: 1px solid var(--theme-4);
    color: #fff;
}

/* end main slider*/

/* welcome section */

.welcome-section .welcome-img{
    border-radius: 4px;
    /* padding: 15px; */
}

.welcome-content h6{
    margin-bottom: 20px;
}

.welcome-content h1{
    margin-bottom: 15px;
    line-height: 1;
}

.welcome-content p{
    margin-bottom: 15px;
}

.welcome-content .sub-topic{
    align-items:center;
}
/* End welcome section */

/* contact section */

.contact-section{
    background: var(--theme-1);
}

.contact-section h1{
    margin-bottom: 0;
    color: #fff;
}

.contact-section h6{
    position: relative;
    font-family: font-2;
    color: #fff;
    text-transform: uppercase;
}

.contact-section h6:after {
    background: var(--theme-3);
    position: absolute;
    content: "";
    margin: 9px 10px auto;
    height: 3px;
    width: 35px;
}

.contact .btn-style:hover{
    background: var(--theme-3);
    color: var(--theme-1);
}

/* End contact section */

/* services section */

.hover{
    position: relative;
}

.hover .small-icon .service-icon{
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 7px 8px;
    background: var(--theme-1);
    border-radius: 1px;
}

.service-img {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.hover .service-img img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover .service-img:hover img {
	margin-left: 0;
}

.service-box{
    background: #f5f5f5;
    z-index: 1;
    height: calc(100% - 25px);
}

.service-box .small-icon .service-icon{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.service-box .small-icon .service-icon img{
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    transform: rotate(225deg);
}

.service-content p{
    margin-top: 10px;
    margin-bottom: 0;
}

.service-content.title-limit p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.service-content.title-limit h3{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.service-content{
    padding: 15px;
}

#services .owl-carousel{
    position: relative;
}

#services .owl-prev{
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
}

#services .owl-prev span{
    font-size: 30px;
    border: 1px solid var(--theme-1);
    padding-left: 11px;
    padding-right: 11px;
    color: var(--theme-1);
    transition: 0.5s;
}

#services .owl-prev:hover span{
    color: var(--theme-4);
    background: var(--theme-2);
}

#services .owl-next{
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
}

#services .owl-next span{
    font-size: 30px;
    border: 1px solid var(--theme-1);
    padding-left: 11px;
    padding-right: 11px;
    color: var(--theme-1);
    transition: 0.5s;
}

#services .owl-next:hover span{
    color: var(--theme-4);
    background: var(--theme-2);
}

#services.owl-carousel button[type="button"]{
    outline:none;
}

#services .owl-dots{
    text-align: center;
    margin-top: 10px;
}

#services .owl-dots .owl-dot{
    width: 20px;
    border-radius: 2px;
    height: 7px;
    background:var(--theme-1) !important;
    margin-right: 6px;
    border: 0px;
    opacity: 0.5;
    outline: none;
}

#services .owl-dots .owl-dot.active{
    opacity: 1;
    background:var(--theme-1);
}

/* End services section */

/* counter section */

.counter-section {
    position: relative;
    z-index: 1;
}

.counter-section.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/home_page/section5.jpg);
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 23, 34, 0.9);
    z-index: -1;
}

.counter-section .title h1{
    color: var(--theme-3);
    padding-bottom: 45px;
    width: 75%;
    float: none;
    margin: auto;
}

.counter-item h1{
    color: var(--theme-3);
}

.counter-item .counter{
    color: var(--theme-3);
}

.counter-item p{
    color: #fff20086;
    font-size: 18px;
    margin-bottom: 0;
}

/* End counter section */

/* clients section */

.clients-section .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.clients-section .title h1:hover i{
    font-size: 20px;
}

.clients-section .title h1 i{
    font-size: 17px;
    color: var(--theme-1);
    vertical-align: middle;
    transition: 0.2s ease-in;
}

#clients .owl-carousel{
    position: relative;
}

#clients .owl-prev{
    position: absolute;
    left: -33px;
    top: 0;
    bottom: 0;
}

#clients .owl-prev span{
    font-size: 30px;
    border: 1px solid var(--theme-1);
    padding-left: 11px;
    padding-right: 11px;
    color: var(--theme-1);
    transition: 0.5s;
}

#clients .owl-prev:hover span{
    color: var(--theme-4);
    background: var(--theme-2);
}

#clients .owl-next{
    position: absolute;
    right: -33px;
    top: 0;
    bottom: 0;
}

#clients .owl-next span{
    font-size: 30px;
    border: 1px solid var(--theme-1);
    padding-left: 11px;
    padding-right: 11px;
    color: var(--theme-1);
    transition: 0.5s;
}

#clients .owl-next:hover span{
    color: var(--theme-4);
    background: var(--theme-2);
}

#clients.owl-carousel button[type="button"]{
    outline:none;
}

#clients .owl-dots{
    text-align: center;
    margin-top: 10px;
}

#clients .owl-dots .owl-dot{
    width: 20px;
    border-radius: 2px;
    height: 7px;
    background:var(--theme-1) !important;
    margin-right: 6px;
    border: 0px;
    opacity: 0.5;
    outline: none;
}

#clients .owl-dots .owl-dot.active{
    opacity: 1;
    background:var(--theme-1);
}

/* .clients-section .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
} */

/* End clients section */

/* ----------- About us page ----------- */

/* why choose us section */

.why-choose-us-section{
    background: rgb(250, 250, 250);
}

.tabs-box{
  margin-top: 45px;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1);
}

.multitab-section p {
  display: inline-block;
  background: rgb(250, 250, 250);
  padding: 20px;
  margin: 0;
}

.multitab-widget {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.multitab-widget li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.multitab-widget li a {
  background: rgb(250, 250, 250);
  color: var(--txt-color);
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
}

.multitab-tab {
  width: 33.3%;
  text-align: center;
}

.multitab-widget li a.multitab-widget-current {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: -5px;
    background: var(--theme-3);
    color: var(--txt-color);
    text-decoration: none;
    border-top: 5px solid var(--theme-1);
}

.multitab-widget-content{
    text-align: justify;
}

/* //new */
.why-choose-us-section .image-column {
    position: relative;
}

.why-choose-us-section .image-column .inner-column {
    position: relative;
    padding-left: 70px;
    padding-top: 55px;
    padding-bottom: 55px;
    /* padding-right: 40px; */
}

.why-choose-us-section .image-column .inner-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 355px;
    height: 96%;
    background-color: #fff20065;
    border-radius: 0px 100px 0px 0px;
}

.why-choose-us-section .image-column .image {
    position: relative;
}

.why-choose-us-section .image-column .image-text{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 30px 45px;
    border-radius: 25px 0px 0px 0px;
    background-image: -ms-linear-gradient(bottom, #0B0F48 0%, #02108C 100%);
    background-image: -moz-linear-gradient(bottom, #0B0F48 0%, #02108C 100%);
    background-image: -o-linear-gradient(bottom, #0B0F48 0%, #02108C 100%);
    background-image: -webkit-linear-gradient(bottom, #0B0F48 0%, #02108C 100%);
    background-image: linear-gradient(to top, #0B0F48 0%, #02108C 100%);
    max-width: 270px;
}

.why-choose-us-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.why-choose-us-section .image-column .image-text .text {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.6em;
}

.why-choose-us-section .content-column {
    position: relative;
}

.why-choose-us-section .content-column .inner-column .text ul{
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.why-choose-us-section .content-column .inner-column .text ul li{
    position: relative;
    padding-left: 25px;
    font-family: font-1;
    color: var(--txt-color);
    font-size: 16px;
}

.why-choose-us-section .content-column .inner-column .text ul li:before{
    position: absolute;
    content: '\f0a4';
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: #d8d14a;
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
}

/* End why choose us section */

/* vision mission section */

.vision-mission-section{
    background: var(--theme-1);
}

.single-wrap .item-icon {
    padding-right: 20px;
    float: left;
}

.single-wrap .item-content h2{
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.item-content p{
    color: #fff;
    margin-bottom: 0;
}

.item-content h2:after {
    background: var(--theme-3);
    position: absolute;
    content: "";
    margin: 20px 10px auto;
    height: 3px;
    width: 40px;
}

/* End vision mission section */

/* ----------- End About us page ----------- */

/* ---------- service details page ---------- */

.vc-column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.wpb-wrapper ul li { 
    position: relative;
    padding-bottom: 5px;
    list-style: none;
}

.wpb-wrapper li a {
    color: var(--theme-2);
    line-height: 24px;
    display: block;
    background: #f5f5f5;
    padding: 15px 30px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    font-size: 15px;
}

.wpb-wrapper li a:hover {
    background: var(--theme-1);
    color: var(--theme-3);
}

.wpb-wrapper li .active {
    background: var(--theme-1);
    color: var(--theme-3);
    pointer-events: none;
}

.wpb-wrapper li a::before{
    content: '>';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-1);
    /* -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

.wpb-wrapper li a:hover::before {
    left: auto;
    right: 15px;
    color: var(--theme-3);
}

.wpb-wrapper li .active::before {
    left: auto;
    right: 15px;
    color: var(--theme-3);
}

.service-details-section .details-content p{
    text-align: justify;
}

.service-details-section .details-content .content1 ul{
    margin-bottom: 20px;
}

.service-details-section .details-content .content1 ul li{
    position: relative;
    padding-left: 20px;
}

.service-details-section .details-content .content1 ul li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 10px;
    color: var(--theme-1);
}

.service-details-section .details-content .content1 ol{
    padding-left: 17px;
}

.service-details-section .details-content .content1 img{
   max-width: 100%;
   height: auto;
}

.service-details-section .quote-box{
    background: var(--theme-2);
    padding: 20px;
    padding-bottom: 40px;
}

.service-details-section .quote-box h3{
    color: var(--theme-3);
}

.quote-box .re-btn .style-btn {
    font-size: 16px;
    padding: 12px 25px;
    line-height: 1;
    text-align: center;
    margin: 0px;
    transition: 0.5s;
    background-color: var(--theme-1);
    color: var(--theme-3);
}

.quote-box .re-btn .style-btn:hover{
    border: 1px solid var(--theme-4);
}

/* ---------- End service details page ---------- */

/* ------------ contact us page ----------- */

.info-box{
    padding: 30px;
    -webkit-box-shadow: 2px 3px 14px -6px rgba(0,0,0,0.87); 
    box-shadow: 2px 3px 14px -6px rgba(0,0,0,0.87);
    background: #222229;
    /* height: calc(100% - 3px); */
}

.contact-info-box h1{
    color: var(--theme-3);
    margin-bottom: 17px;
}

.contact-info-box p{
    color: var(--theme-3);
    margin-bottom: 30px;
}

.contact-info-box .icon {
    margin-bottom: 30px;
}

.contact-info-box .icon span{
    color: var(--theme-3);
}

.contact-info-box .icon i{
    color: var(--theme-1);
    font-size: 30px;
}

.contact-info-box .icon a{
    color: var(--theme-3);
}

.contact-info-box .icon a:hover{
    color: var(--theme-3);
}

.contact-info-box .social{
   justify-content: center;
}

.contact-info-box .social li a{
    color: var(--theme-1);
    font-size: 20px;
    transition: all 0.6s ease-out;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-form h1{
    margin-bottom: 20px;
}

.contact-form .form-group .form-control {
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.contact-form .form-group input{
    height: 38px;
    /* margin-bottom: 10px; */
}

.form-box{
    padding: 30px;
    -webkit-box-shadow: 2px 3px 14px -6px rgba(0,0,0,0.87); 
    box-shadow: 2px 3px 14px -6px rgba(0,0,0,0.87);
}

.contact-form-section .contact-info-box .phone-div{
    align-items: center;
}

/* ------------- End contact us page ------------ */

/* --------------- Clients page --------------- */

.clients-details-section .logo-box{
    border: 1px solid var(--theme-3);
    background: rgba(245, 245, 245, 0.274);
    /* height: calc(100% - 0px); */
    padding: 10px 0 10px 0;
}

/* .clients-details-section .logo-box img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */

/* --------------- End Clients page --------------- */

/* ---------- Gallery page ----------- */

.mesonry-section.gal-list a{
    cursor: zoom-in;
}

.gal {
	-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
}

.gal img{ 
    width: 100%; padding: 7px 0;
}

@media (max-width: 767px) {	

    .gal {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
}

@media (max-width: 500px) {	

    .gal {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }	
    
}

.hovereffect {
    width:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}
    
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect a:hover .img-title{
    background-color: #140958b8;   
}

.hovereffect .img-title{
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    padding: 3px;
    background-color: #1409587d; 
}

.hovereffect .img-title h5{
    color: var(--theme-3);
    margin-bottom: 0;
}

/* ----------- End gallery page ------------- */

/* Quote page */

.what-you-get-section{
    background: #f0efef83;
}

.what-you-get-section .what-you-get-wrap h3{
    margin-bottom: 30px;
}

.what-you-get-section .what-you-get-wrap p{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.what-you-get-section .what-you-get-wrap p strong{
    color: var(--theme-1);
    font-weight: 100;
}

.what-you-get-section .what-you-get-wrap p::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: var(--theme-1);
    font-weight: 600;
    font-size: 16px;
}

.what-you-get-section .what-you-get-wrap ul li i, span{
    color: var(--theme-1);
}

.what-you-get-wrap ul li{
    display: flex;
    line-height: 2;
}

.what-you-get-wrap ul li p{
    margin-bottom: 0;
}

.what-you-get-wrap ul li i{
    line-height: 1.8;
}

.your-privacy-wrap h3{
    margin-bottom: 30px;
}

.your-privacy-wrap p{
    display: flex;
    margin-bottom: 0;
}

.your-privacy-wrap p i{
    color: var(--theme-1);
    font-size: 45px;
}

/* End Quote page */

/* process page  */

.process-timeline .process-timeline-item .process-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.process-timeline .process-timeline-item {
    display: flex;
    position: relative;
}

.process-timeline .process-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 14px;
    position: absolute;
    top: 20px;
    width: 2px;
	z-index: -1;
}

.process-timeline .process-timeline-item .process-timeline-icon{
    margin-top: 16px;
}

.process-timeline .process-timeline-item .process-timeline-icon .process-badge {
    font-size: 30px;
    background-color: #fff;
}

.process-timeline .process-timeline-item .process-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
    margin-bottom: 20px;
}

.process-timeline-content .process-card .process-card-title{
    border-bottom: 1px solid var(--theme-3);
    padding: 20px 20px 10px 20px;
}

.process-timeline-content .process-card .process-card-title h5{
    margin-bottom: 0;
}

.process-timeline-item .process-timeline-content .process-card-body{
    padding: 10px 20px 20px 20px;
}

.process-timeline-item .process-timeline-content .process-card-body p{
    margin-bottom: 0;
}

.process-timeline .process-timeline-item:nth-child(odd) .process-timeline-icon .process-badge{
    color: var(--theme-2);
}

.process-timeline .process-timeline-item:nth-child(even) .process-timeline-icon .process-badge{
    color: var(--theme-1);
}

.process-timeline-item .process-timeline-content .process-card-body{
    display: inline-table;
}

.process-timeline-item .process-timeline-content .process-card-body .process-img-slider{
    float: left;
    width: 37%;
    margin: 0 15px 0 0;
}

.process-timeline-item .process-timeline-content .process-card-body .process-img-slider .slide-arrows{
    font-size: 25px;
    opacity: 1;
    color: #d8d8d8;
}

.process-timeline-item .process-timeline-content .process-card-body .process-img-slider:hover .slide-arrows{
    opacity: 1;
}



/* End process page */