@charset "utf-8";
/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* main css file
----------------------------------*/

/*--
slider Section 
----------------------------------*/

.tp-overflow-hidden {
	max-height: 85vh!important;
}

.fullscreen-container{
	max-height: 85vh!important;
}

.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 560px !important;
}
.tp-caption.testimonial_caption {
    font-size: 14px !important;
}


/* wellcome-section */

.wellcome-section h1 span {
    color: var(--theme1-color);
    font-size: 2rem;
    text-transform: uppercase;
    font-family: font-4;
}

.wellcome-section h1  {
    font-weight: 600;
    font-size: 2.1rem;
}

.wellcome-section a {
    font-weight: 600;
    color: #696969;
    text-decoration: none;
    border-bottom: 1px solid #696969;
}

.wellcome-section .lead,
.wellcome-section .para p{
    font-size: 0.9rem;
    line-height: 2rem;
	text-align: justify;
	font-family: font-2;
	margin: 0;
}

/* about-section */

.about-section .overlay {
    background-image: linear-gradient(rgba(0, 23, 99, 0.7), rgba(0, 23, 99, 0.7)), url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    padding-bottom: 200px;
}

.about-section p, .about-section h2, .about-section a {
    font-family: font-3;
    color: var(--white);
}

.about-section .lead {
    margin-top: 3rem;
}

.about-section h2 {
	font-size: 33px;
	font-weight: 700;
	line-height: 48px;
	padding: 0 50px;
	margin-bottom: .9rem;
}

.about-section .about-phone {
    position: relative;
}

.about-section .about-phone i {
    background-color: var(--theme1-color);
    border-radius: 50%;
    padding: 2rem;
}

.about-section .about-phone-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.about-phone-ripple {
    position: absolute;
    top: -15px;
    right: 111px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ripple {
    position: absolute;
    width: 7rem;
    height: 7rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: ripple 2s ease-in-out infinite;
    transition: 50ms ease;
}

@media (prefers-reduced-motion) {
    .about-phone .ripple {
    animation: none;
    }
}
.ripple-1 {
    animation-delay: 0s;
}

.ripple-2 {
    animation-delay: 1.6666666667s;
}

.ripple-3 {
    animation-delay: 3.3333333333s;
}

@keyframes ripple {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: scale(24em);
        opacity: 0;
    }
}
 
.about-section .pop-out {
    margin-top: -5rem;
}

.about-section .pop-out h3, .about-section .pop-out h2 {
    font-family: font-4;
    font-weight: 700;
    color: var(--theme1-color);
}

.about-section .pop-out p {
    color: var(--black);
	font-size: 0.9rem;
	text-align: justify;
}

.about-section .pop-out img {
    max-width: auto;
    height: 50%;
    padding-right: 2rem;
}

.about-section .pop-out img:hover {
    animation: shake 0.5s;
    animation-iteration-count: 3s;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

.about-section .left {
    background-color: var(--white);
}

.about-section .right {
    background-color: #eef2f6;
}

.about-section .form-control {
  /*  height: 3rem;*/
}

/* service section */

.service-section {
    background-color: #f2f2f2;
}
.team-section h2,
.service-section h2 {
    color: #172541;
    font-family: font-3;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
}
.service-section p {
    color: #565872;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.service-text-box:hover {
    overflow: hidden;
    height: 100px;
    transition: 1s;
}

.service-text-box h3 {
    margin: 1rem auto;
    font-family: font-2;
    font-size: 0.9rem;
    font-weight: 700;
}

.ser-box{
	position: relative;
}

.hover-text{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.service-text-box:hover .hover-text{
	opacity: 1;
	visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease 0s;
	text-align: center;
}
.ser-box .service-text-box{
    position: absolute;
    top: 85%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    height: 70px;
    margin: 10px 20px;
    background: #fff;
    left: 0;
    right: 0;
}
.service-text-box a{
    font-family: font-2;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f3525a;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
    margin: .5rem auto;
}


/* brand-section */

.brand-section {
    background-color: #f2f2f2;
	padding: 0;
}



.page-inner-header,
.page-banner-outer{
	position: relative;
    min-height: 280px;
}
.page-inner-header:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgb(0, 51, 128) 5%, rgba(0, 35, 72, 0.16) 80%);
}
.page-banner-area {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    position: absolute;
    bottom: 15%;
    left: 15px;
}
.page-banner-area h1 {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--white);
    margin: 0;
	text-transform: uppercase;
	font-family: font-4;
	letter-spacing: 1px;
}
.page-breadcrumb, .breadcrumb {
	font-family: font-3;
	font-size: 0.75rem;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
    margin: 0;
}
.page-breadcrumb ul.breadcrumb li+li:before {
    content: " / ";
	padding:0 8px 0 8px;
	color: var(--white);
}
.page-breadcrumb ul.breadcrumb li a{
	color: var(--white);
}
.page-breadcrumb ul.breadcrumb li a:hover, 
.page-breadcrumb ul.breadcrumb li a.active{
	color: var(--theme4-color) !important;
}

.about-as-area{
	padding: 50px 0 20px 0;
}
.about-para h1{
	font-family: font-4;
	color: var(--theme1-color);
	font-size: 2rem;
	text-transform: uppercase;
}
.about-para p{
	font-family: font-1;
	font-size: 0.9rem;
	color: var(--black);
	text-align: justify;
}
.vision-box {
	padding: 30px;
	background-color: var(--theme1-color);
}

.box-height{
	display: flex;
	flex-wrap: wrap;
}
.box-height-inner{
	display: flex;
 	flex-direction: column;
}

.vision-box h1{
	font-family: font-4;
	color: var(--white);
	text-align: left;
	font-size: 2rem;
}
.vision-box p{
	font-family: font-2;
	text-align: justify;
	color: var(--black);
	font-size: 0.9rem;
	color: var(--white);
}
.width-1{
	width: 50%;
	float: left;
	padding: 0 35px;
}


.section-padding1{
	padding: 0 0 50px 0;
}
.section-padding2{
	padding: 50px 0;
}
.counter-area {
    background: var(--main-blue-gr),url("../images/counter-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    min-height: 300px;
}
.counter-para h1{
	font-family: font-4;
	color: var(--white);
	font-size: 3rem;
}
.counter-para h2{
	font-family:font-3;
	color: var(--white);
	font-size: 2.5rem;
}
.counter-para ul{
	list-style: none;
	margin: 30px 0 0 0;
}
.counter-para li{
	display: inline-block;
	width: 33.333%;
	text-align: left;
	float: left;
}
.counter-outter{
	position: relative;
}
.counter-outter i{
	position: absolute;
    top: 46px;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
    color: var(--white);
}
.count-value {
	color: var(--white) !important;
	padding: 0;
	font-family: font-4;
	overflow: hidden;
	font-size: 4rem;
	line-height: 40px;
}
.about-counter-details {
	color: var(--white);
	font-size: 1rem;
	margin: 0 0 12px 0;
	font-family: font-3;
}

.value-area-bg{
	padding: 80px 0;
}
.value-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.value-box li{
	width: 20%;
	display: inline-block;
	text-align: center;
	float: left;
	padding: 10px;
}
.value-box li .value-img img{
	width: 70px;
	margin: 0 0 20px 0;
}
.value-box ul li h3{
	font-family: font-4;
	text-transform: uppercase;
	color: var(--theme1-color);
	font-size: 1.2rem;
}
.value-box ul li p{
	font-family: font-3;
	font-size: 0.85rem;
}

.team-area{
	padding: 80px 0 30px 0;
	background-color: var(--theme4-color);
}
.section-title{
	text-align: left;
}
.section-title h1{
	font-family: font-4;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: var(--theme1-color);
	margin: 0 0 5px 0;
	line-height: 32px;
}
.section-title h2{
	font-family: font-3;
	font-size:1rem;
	text-transform: uppercase;
	color: var(--black);
	margin: 0;
	line-height: 25px;
}
.team-member{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    position: relative;
    background-color: var(--white);
	height: calc(100% - 5px);
}
.team-member .team-img{
	position: relative;
}
.team-img-gr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--main-white-gr);
}
.team-member .team-detail{
	padding: 0 15px 0 15px;
}
.team-member .team-detail h4{
	font-family: font-3;
	font-size: 0.85rem;
	text-align: left;
	position: relative;
	text-transform: uppercase;
    margin: 0 0 15px 25px;
    color: var(--theme1-color);
}
.team-member .team-detail h4::before{
	content: ' ';
    width: 22px;
    border-top: 2px solid var(--theme1-color);
    display: block;
    position: absolute;
    left: -26px;
    top: 6px;
}
.team-member .team-detail h3{
	color: var(--black);
	font-size: 1.09rem;
	text-align: left;
	font-family: font-3;
	margin: 0 0 10px 0;
}
.team-member .team-detail p{
	font-family: font-3;
	color: var(--black);
	font-size: 0.85rem;
}
.team {
	padding: 0;
}
.team .item{
	margin: 30px 10px;
}

.quick-quote {
	padding: 40px 0;
	background-color: var(--theme1-color);
}
.quick-para h3{
	font-family: font-3;
	color: var(--white);
	font-size: 1.3rem;
	text-align: left;
}
.quick-para h2{
	font-family: font-4;
	color: var(--white);
	font-size: 2rem;
	text-align: left;
	margin: 0;
}
.sul-btn a{
	background-color: var(--white);
    font-family: font-3;
    color: var(--theme1-color);
    text-align: center;
    font-size: 1rem;
    padding: 12px 35px;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px 0 0 0;
    display: block;
}

.contact-detail-area{
	padding: 50px 0;
}
.contact-detail ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.contact-detail .contact-box{
    text-align: center;
    padding: 15px;
    border: 1px solid var(--theme1-color);
}
.contact-detail ul li:last-child{
	border-right: none;
}
.contact-detail .contact-box img{
	margin: 0 0 10px 0;
}
.contact-detail .contact-box p{
	font-family: font-2;
	font-size: 0.9rem;
	color: var(--black);
}
.contact-detail .contact-box a{
	font-family: font-4;
	font-size: 0.9rem;
	color: var(--theme1-color);
	text-decoration: none;
}

.contact-form-area {
	background-color: var(--theme6-color);
	padding: 80px 0;
}
.contat-outter h1{
	font-family: font-4;
	color: var(--theme1-color);
	font-size: 2rem;
	text-align: center;
}
.contat-outter p{
	text-align: center;
	font-family: font-3;
	font-size: 0.9rem;
	margin: 0 0 20px 0;
}

.contact-form {
	padding: 0 150px;
}
.contact-form form .form-group .form-control {
	position: relative;
	height: 50px;
	border: 1px solid var(--theme7-color);
	font-family: font-3;
	padding: 6px 12px 6px 45px;
	display: block;
    overflow: hidden;
	color: var(--black);
	border-radius: 0;
}
.contact-form form .form-group {
	margin: 0 0 25px 0;
}
.contact-form form .form-group i{
	position: absolute;
    z-index: 999;
    line-height: 50px;
    left: 30px;
	color: var(--theme1-color);
}
.contact-form form .form-group .form-control:focus{
	border: 1px solid var(--theme1-color);	
    box-shadow: var(--theme1-color);
}
.contact-form form .form-group textarea{
	height: auto !important;
	padding: 6px 12px 6px 12px !important;
}
.contact-form form .btn{
	background-color: var(--theme1-color);
	border: none;
	padding: 10px 15px;
	font-family: "Roboto Regular";
	color: var(--white);
	border-radius: 3px;
	display: block;
	width: 100%;
}
.map-responsive2 {
    overflow: hidden;
    padding-bottom: 35.25%;
    position: relative;
    height: 0;
    z-index: 0;
    min-height: 450px;
}
.map-responsive2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

/*===== service detail page =====*/
a:hover{
	text-decoration: none;
}
.s-padding{
	padding: 50px 0;
}
.service-section .service-desc h4{
	margin: 25px 0;
    font-weight: 600;
	text-transform: capitalize;
}
.service-section .service-desc p{
	display: inline-flex;
}
.service-section .service-desc p::before{
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    display: inline-block; 
    vertical-align: middle; 
    font-weight: 900;
    cursor: pointer;
    padding-right: 15px;
}
.service-sidebar{
    background: #fff;
	padding: 25px 0;
}
.service-sidebar h3{
	text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-box .service-img{
	width: 45%;
    display: flex;
    float: left;
    margin: 0 15px 15px 0
}
.service-content h5{
	color: var(--theme1-color);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: capitalize;
}
.service-content p{
	font-size: 0.9rem;
    line-height: 18px;
    margin: 0;
}
.service-content span{
	font-size: 13px;
    color: #131313;
	font-weight: 600;
}
 .approach-section {
	background-color: #f7f7f7;
	padding: 55px 0;
}

.approach-section h1 {
	text-align: center;
	margin: 0 0 3px 0;
}

.approach-section h2 {
	padding-top: 5px;
	text-align: center;
}

.approach-section h3 {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 1.2rem;
}
.approach-section .approach-box  .section-top-heading::after {
	background: var(--theme1-color);
	height: 3px;
	width: 25px;
	content: "";
	position: absolute;
	left: 40px;
	top: 26px;
}
.approach-section .approach-box .section-top-heading {
	color: var(--theme1-color);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 0;
	text-align: center;
}

.approach-section .approach-box {
	position: relative;
	background-color: #fff;
	box-shadow: 1px 4px 8px rgba(0, 0, 0, .15);
	padding: 15px;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 25px;
	height: calc(100% - 10%);
}

.approach-section .approach-box h4 {
    font-size: 1.09rem;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
}

.approach-section .approach-box .content{
	font-size: 0.9rem;
	text-align: left;
}

.strategic-para p::before{
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    display: inline-block; 
    vertical-align: middle; 
    font-weight: 900;
    cursor: pointer;
    padding-right: 15px;
	color: var(--theme1-color);
}
.target-area{
	background: var(--main-blue-gr), url("../images/slider-2.jpg") no-repeat center center;
	background-size: cover;
	padding: 60px 0;
	min-height: 300px;
}
.target-para h1{
	font-family: font-4;
	color: var(--white);
	font-size: 3rem;
	margin-bottom: 12px;
}
.target-para p{
	font-family: font-3;
	color: var(--white);
	font-size: 1.2rem;
}
.target-para p::before{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block; 
    vertical-align: middle; 
    font-weight: 900;
    cursor: pointer;
    padding-right: 15px;
}


/*-------- contact-section ---------*/
.slide-contact{
	padding: 0 30px;
}
.contact-list h6{
	font-weight: 600;
    font-family: font-2;
    font-size: 0.9rem;
    color: var(--black);
}
.contact-list h5{
    font-size: 1.15rem;
    font-weight: 600;
    font-family: font-2;
}
.contact-list a{
	font-family: font-4;
    font-size: 0.9rem;
    color: var(--theme2-color);
    text-decoration: none;
}
.contact-list{
	text-align: center;
    border-bottom: 1px solid #3075bc;
    padding: 18px 0;
    margin-bottom: 20px;
}
.modal-content.inquiry-model{
	background: var(--theme6-color);
}
.quote-section .model-inq.contact-form{
	padding: 0;
}
.quote-section .contact-form img{
	width: auto;
	margin: 0;
	float: none;
	height: 45px;
}
.quote-section .contact-form form .form-group .form-control{
	height: 45px;
}
.custom2 .form-group .form-control:focus{
	outline: none;
	box-shadow: none;
	border: none;
}

/*---- wellcome-section  -----*/
.chairmen-sign{
	font-family: font-5;
    font-size: 2.4rem;
}
.about-section .py-3{
	text-transform: uppercase;
}