/*** 
=============================================
    service Style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;
    padding: 150px 0 110px;
    overflow: hidden;
    background-image: -moz-linear-gradient( -90deg, rgb(230,254,255) 0%, rgba(230,254,255,0.2) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(230,254,255) 0%, rgba(230,254,255,0.2) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(230,254,255) 0%, rgba(230,254,255,0.2) 100%);
}
.service-style1-area .round-shape {
    position: absolute;
    top: -760px;
    left: -190px;
}
.service-style1-area .round-shape img{
    opacity: 0.35;
}

.single-service-style1{
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 40px;
    background: #ffffff;
    padding: 70px 20px 62px;
    border-radius: 20px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    transform: translateY(0px);
    transition: all 0.1s ease-in-out 0.1s;
}
.single-service-style1:hover{
    transform: translateY(-5px); 
    transition: all 0.3s ease-in-out 0.1s;  
    box-shadow: 0px 20px 60px 0px rgba(26, 46, 85, 0.2); 
}

.single-service-style1 .icon-holder{
    position: relative;
    display: block;
}
.single-service-style1 .icon-holder img{
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out 0.1s;  
}
.single-service-style1:hover .icon-holder img{
    transform: rotateY(180deg);
}

.single-service-style1 .title-holder {
    position: relative;
    display: block;
    padding-top: 30px;
}
.single-service-style1 .title-holder h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.single-service-style1 .title-holder h3 a{
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .title-holder h3 a:hover{
    color: var(--thm-base);
}
.single-service-style1 .title-holder .inner-text{
    position: relative;
    display: block;
}
.single-service-style1 .title-holder .inner-text p{
    margin: 0;
}



/*** 
=============================================
    service Style2 Area Css
=============================================
***/
.service-style1-area--style2 {
    padding: 0px 0 110px;
    overflow: initial;
    background: #ffffff;
}
.service-style1-area--style2 .row{
    position: relative;
    z-index: 1;
}
.service-style1-area--style2.pdtop{
    padding-top: 150px;
}
.service-style1-area--style2 .round-shape-box {
    position: absolute;
    top: -500px;
    left: 0px;
}


.single-service-style1--instyle2{
    background: transparent;
    box-shadow: none; 
}
.single-service-style1--instyle2:hover,
.single-service-style1--instyle2.active{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}


  
/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    padding: 150px 0 150px;
    background: #ffffff;
}
.about-style1-area .round-shape {
    position: absolute;
    top: -700px;
    right: -100px;
}
.about-style1-area .round-shape img{
    width: auto;
}

.about-style1__image1{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    padding-right: 60px;
    padding-bottom: 70px;
}
.about-style1__image1 .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 2;
}
.about-style1__image1 .inner .inner-box{
    border-radius: 20px;
    overflow: hidden;
}

.about-style1__image1 .inner img{
    width: 100%;
}
.about-style1__image1 .content-box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    background: var(--thm-base);
    border-radius: 20px;
    padding: 39px 35px 38px;
    z-index: 2;
}
.about-style1__image1 .content-box h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}




.about-style1__content {
    position: relative;
    display: block;
    padding-left: 40px;
    z-index: 2;
}
.about-style1__content .sec-title{
    padding-bottom: 34px;
}
.about-style1__content .inner-content{
    position: relative;
    display: block;
}
.about-style1__content .inner-content .bottom-box{
    position: relative;
    display: block;
    padding-top: 35px;
}

.our-achive-box-single{
    position: relative;
    display: block;
}
.our-achive-box-single .icon{
    position: relative;
    display: block;
}
.our-achive-box-single .icon span:before{
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
}

.our-achive-box-single h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 12px 0 14px;
}
.our-achive-box-single p{
    font-size: 18px;
    margin: 0;
}



/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    padding: 150px 0 150px;
    background: #ffffff;
}
.about-style2-area .round-shape-box {
    position: absolute;
    top: -1200px;
    left: 0;
}
.about-style2-area .shape-round-box2 {
    position: absolute;
    top: -550px;
    left: -100px;
    opacity: 0.20;
}


.about-style2-area.pdtop0{
    padding-top: 0;
}
.about-style2__image-box{
    position: relative;
    display: block;
    padding-left: 110px;
    padding-right: 50px;
    max-width: 530px;
    width: 100%;
    z-index: 11;
}
.about-style2__image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.about-style2__image-box .inner img{
    width: 100%;
    transform: scale(1.1) rotate(1deg);
}
.about-style2__image-box:hover .inner img{
    transform: scale(1.0) rotate(0deg);
}

.about-style2__image-box .content-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 250px;
    height: 290px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 40px 40px;
    box-shadow: -12.856px 15.321px 70px 0px rgba(26, 46, 85, 0.2);
}
.about-style2__image-box .content-box span:before{
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
}
.about-style2__image-box .content-box h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 24px 0 19px;
}
.about-style2__image-box .content-box p{
    font-size: 18px;
    margin: 0;
}

.about-style2__image-box .icon-holder{
    position: absolute;
    top: 120px;
    right: 0;
    width: 120px;
    height: 120px;
    background: var(--thm-base);
    border-radius: 20px;
    box-shadow: 12.856px 15.321px 70px 0px rgba(26, 46, 85, 0.2);
}
.about-style2__image-box .icon-holder span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 120px;
    text-align: center;
}


.about-style1__content--style2{
    position: relative;
    display: block;
    padding-top: 60px;
    padding-left: 40px;
    z-index: 11;
}
.about-style1__content--style2 .bottom-box{
    position: relative;
    display: block;
}
.about-style1__content--style2 .bottom-box .btns-box{
    position: relative;
    display: block;
    line-height: 0;
}



.contact-info-area{
    position: relative;
    display: block;
    padding-top: 150px;
    padding-bottom: 120px;
    z-index: 10;
}
.contact-info-area .shape1{
    position: absolute;
    top: -550px;
    right: -100px;    
}

.single-contact-info-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 0 47px;
    margin-bottom: 30px;
    z-index: 2;
}
.single-contact-info-box:before{
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.single-contact-info-box .icon{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: var(--thm-base);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.single-contact-info-box .icon span::before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
}
.single-contact-info-box .text{
    position: relative;
    display: block;
    padding-top: 44px;
}
.single-contact-info-box .text h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.single-contact-info-box .text p{
    font-size: 15px;
    margin: 0;
}
.single-contact-info-box .text p a{
    color: var(--thm-gray);
}
.single-contact-info-box .text p a:hover{
    color: var(--thm-base);
}





/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.main-contact-form-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 150px;
}

.contact-style1_form {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    z-index: 11;
}
.contact-form {
    position: relative;
    display: block;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}
.contact-form form textarea {
    height: 150px;
    padding-top: 12px;
    padding-left: 25px;
    border-radius: 25px;
    border-radius: 10px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #808080;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #808080;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #808080;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #808080;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #808080;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #808080;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #808080;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #808080;
}
.contact-form form textarea:-moz-placeholder {
    color: #808080;
}
.contact-form form textarea::-moz-placeholder {
    color: #808080;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #808080;
}

.contact-form form .button-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form form .button-box button{
    position: relative;
    display: block;
}







/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
    padding-bottom: 0px;
}
.google-map-area .container-fluid{
    padding: 0;
}
.contact-page-map-outer{
    position: relative;
    display: block;
    z-index: 10;
}
.contact-page-map-outer .map-canvas{
	position: relative;
	width: 100%;
	height: 500px;    
}









