/*!
Theme Name: a2rso
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a2rso
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

a2rso is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


@media (min-width: 1900px){
    .container {
        max-width: 1400px;
    }
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}







/**navbar_sec css starts**/

.navbar{
    position: absolute;
    padding-top: 50px;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}
.navbar .container{
    height: 80px;
    position: relative;
}
.navbar-brand {
    padding: 0px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.navbar-brand img{
    height: 100%;
}
.navbar .menu ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 18px;
}
.navbar .menu ul.left_menu li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    transition: .25s;
}
.navbar .menu ul.left_menu li a:hover{
    color: #00f000;
}
.navbar .menu ul.left_menu li a img{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    transition: .25s;
}
.navbar .menu ul.left_menu li a:hover img{
    filter: invert(49%) sepia(20%) saturate(4943%) hue-rotate(86deg) brightness(117%) contrast(121%);
}
.navbar .menu ul.menu_bar li.nav-item{
    display: none;
}
.menu {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar .menu ul.menu_bar ul.social{
    display: flex;
    margin-right: 110px;
}
.navbar .menu ul.menu_bar ul.social li a img.icon{
    width: 20px;
    margin-right: 30px;
    transition: .25s;
}
.navbar .menu ul.menu_bar ul.social li a img.icon:hover{
    filter: invert(49%) sepia(20%) saturate(4943%) hue-rotate(86deg) brightness(117%) contrast(121%);
}
/* filter: invert(49%) sepia(20%) saturate(4943%) hue-rotate(86deg) brightness(117%) contrast(121%); */
.navbar .menu ul.menu_bar ul.social li a img.linkedin{
    width: 22px;
    margin-right: 0px;
}
hr{
    background-color: #000 !important;
    border: none;
    margin: 0 50px;
    height: 40px !important;
    width: 1px;
}

.offcanvas-header .btn-close {
    display: none;
}
.offcanvas-header img.logo {
    position: absolute;
    top: 26px;
    left: 40px;
    height: 100px;
}



/*sticky menu css starts*/
.navbar {
    z-index: 99;
}
.navbar.sticky .container{
    height: 70px;
}
.navbar.sticky{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    left: 0px;
    background-color: #fff;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.12); */
    animation-name: stickytopani;
    animation-duration: .5s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: once;
    animation-fill-mode: none;
    animation-play-state: running;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar.sticky::before{
    display: none;
}
.navbar.sticky .navbar-brand{
    width: 145px;
    padding: 0px;
    height: auto;
    margin-left: 0px;
}
.navbar.sticky .navbar-collapse {
    margin-bottom: 0px; 
}
.navbar.sticky .nav_menu{
}

.header_nav.sticky .right_side{
    
}
.header_nav.sticky .smenu{
    top: 10px;
    height: 80px;
}
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}

.header_nav.sticky .nav_menu ul li:last-child{
    
}

.header_nav.sticky .nav_menu ul li a.active::before{
    display: none;
}

@keyframes stickytopani {
  0% {
    top: -150px;
  }
  /*50% {
     top: 50px;
  }*/
  100% {
    top: 0px;
  }
}

/*sticky menu css ends*/


/**respomsive_menu_starts**/
.smenu{
    position: absolute;
    top: 18px;
    right: 21px;
    height: 45px;
    width: auto;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.smenu:before{
    content: 'Menu';
    padding-right: 55px;
    line-height: 43px;
    font-weight: 500;
    transition: .25s;
}
.smenu:hover:before{
    color: #00a3db;
}
.smenu.active:hover:before{
    color: #fff;
}
.smenu span{
    position: absolute;
    height: 2px;
    width: 18px;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #fff;
    height: 2px;
    width: 25px;
    transition: 0.3s;
    border-radius: 5px;
    right: 0px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #fff;
    height: 2px;
    width: 25px;
    transition: 0.3s;
    border-radius: 5px;
    right: 0px;
}
.smenu.active{
    filter: invert(0%); 
}
.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }

.smenu:hover{
/*  filter: invert(50%);*/
}

.navbar.sticky .smenu {
    top: 12px;
    right: 10px;
}



.modal-backdrop.show{
    opacity: .9;
}

.sidebar-nav{
    background-color: #13a6d8;
/*    width: 60%;*/
}


.sidebar-nav .navbar-brand{
    width: 150px;
    height: auto;
    display: block;
}

.offcanvas-header .btn-close{
    color: #FFF;
    filter: invert(100%);
}

.sidebar-nav .offcanvas-body{
    padding-top: 180px;
}

.sidebar-navigation ul{
    margin: 0px 26px;
    padding: 0px;
    list-style: none;
}

.sidebar-navigation ul li a{
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 8px 0px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: right;
    font-weight: 500;
    border-radius: 5px;
    font-weight: 900;
    text-align: left;
}

.sidebar-navigation ul li a:hover{
    padding-left: 15px;
    color: #FFF;
}




/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-menu .menu-listing ul{
    margin: 0px;
    padding: 0px;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 12px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: #f0e9e9;
    border-top: 2px #1f265c solid;
    position: relative;
    display: none;
}

.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}

.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: #eceef9;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px #1f265c dashed;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}



.navbar-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 9;
    padding-top: 110px;
    height: 100vh;
}
.navbar-menu.active { transform: translateX(0);transition: 0.5s; }
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    /*transform: translateY(-50%);*/
    z-index: 99;
}

.navbar-menu .smenu{
 background-image: none !important;
}

.navbar.sticky {
    width: 180px;
    right: 0px;
    left: auto;
    background-color: #000;
}

.navbar.sticky .navbar-brand img{
    height: 60px;
    padding: 0px;
    margin-left: 0px;
}
.navbar.sticky .sticky-block {
    display: block !important;
}








/**banner_sec css starts**/

.banner_sec .Banner_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 820px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.banner_sec .Banner_pic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner_sec{
    position: relative;
}
.banner_sec .BannerText{
    position: absolute;
    bottom: 78px;
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner_sec .BannerText h1{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 52px;
    letter-spacing: -0.05rem;
    margin-bottom: 0px;
}
.banner_sec .BannerText h1 span{
    font-weight: 500;
}
.owl-theme.bannersection .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    display: none;
}
.banner_sec .BannerText .button a{
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 370px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 14px;
    justify-content: center;
    transition: .25s;
}
.banner_sec .BannerText .button a:hover{
    background-color: #00a3db;
    border: 1px solid #00a3db;
}


.banner_sec .BannerText .button a img.arrow{
    width: 16px;
    margin-left: 10px;
    filter: invert(1);
    transition: .25s;
}





/**certifie_sec css starts**/

.certifie_sec{
    padding-top: 100px;
    padding-bottom: 50px;
}
.certifie_sec .heading.title{
    margin-bottom: 60px;
}
.certifie_sec h6{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 28px;
}
.certifie_sec .left_sec p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    max-width: 95%;
}

.certifie_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    height: 365px;
    background-position: center center;
    
}




/**kpi-sec css starts**/

.kpi-sec .left img{
    width: 75px;
    height: auto;
}
.kpi-sec .right .number{
    font-size: 45px;
    font-weight: 700;
    color: #00a3db;
    line-height: 45px;
}
.kpi-sec .right .heading{
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-top: 2px;
}
.kpi-sec .col-lg-3{
    display: flex;
    align-items: center;
}
.kpi-sec .right{
    margin-left: 10px;
}

.kpi-sec{
    background-color: #f2f2f2;
    padding: 40px 0px;
}





/**realisation_sec css starts**/

.realisation_sec{
    padding-top: 110px;
    padding-bottom: 70px;
}


.realisation_sec .sec_heading{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
}
.realisation_sec .sec_heading .button a{
    font-size: 14px;
    color: #00a3db;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 370px;
    height: 50px;
    border: 1px solid #00a3db;
    border-radius: 14px;
    justify-content: center;
    transition: .25s;
}
.realisation_sec .sec_heading .button a img.arrow {
    width: 16px;
    margin-left: 10px;
    transition: .25s;
    filter: invert(45%) sepia(91%) saturate(1765%) hue-rotate(163deg) brightness(94%) contrast(101%);
}


.realisation_sec .sec_heading .button a:hover{
    border: 1px solid #00a3db;
    background-color: #00a3db;
    color: #fff;
}
.realisation_sec .sec_heading .button a:hover img.arrow{
    filter: invert(1);
}



.realisation_sec .sec_heading .heading.title h2{
    margin-bottom: 0px;
}
.heading.title h2{
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: #00a3db;
    margin-bottom: 15px;
}
.heading.title h2 span{
    font-weight: 300;
}

.realisation_sec .box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 330px;
    position: relative;
    transition: .65s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.realisation_sec .box img.bg{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0px;
}
.realisation_sec .box:hover .overlay{
    opacity: 0.9;
}
.realisation_sec .box .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0;
}
.realisation_sec .box .text{
    position: absolute;
    left: 12px;
    bottom: 20px;
    transition: .25s;
}
.realisation_sec .box .text span.area{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.realisation_sec .box .text h6{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.realisation_sec .box:hover .text{
    display: none;
}
.realisation_sec .box .cont{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
    transition: .25s;
    z-index: 3;
}
.realisation_sec .box .cont h5{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.realisation_sec .box .cont span.area{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.realisation_sec .box .cont .button a{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    transition: .25s;
}
.realisation_sec .box .cont .button a:hover{
    transform: translateY(-0.075rem);
}
.realisation_sec .box:hover .cont{
    display: block;
}
.realisation_sec .row{
    display: flex;
    justify-content: space-between;
}
.realisation_sec .row .col-lg-4{
    width: 32.5%;
    max-width: 32.5%;
}




/**prestation_sec css starts**/

.prestation_sec{
    padding-top: 75px;
}
.prestation_sec .sec_heading{
    margin-bottom: 40px;
}
.prestation_sec .prestation_boxes a.box{
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    background-size: cover;
    position: relative;
    display: block;
    text-decoration: none;
    transition: .25s;
}
.prestation_sec .prestation_boxes a.box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 163, 219, 0.9);
    transition: .25s;
}
.prestation_sec .prestation_boxes a.box h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 80%;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.prestation_sec .prestation_boxes a.box h3 span{
    display: block;
}
.prestation_sec .prestation_boxes a.box:hover .overlay{
    opacity: 0;
}




/**footer_sec css starts**/
.footer_sec{
    background-color: #00a3db;
    padding-top: 60px;
    padding-bottom: 55px;
}
.footer_sec .left_sec{
    width: 42%;
    max-width: 42%;
    flex: 0 0 42%;
}
.footer_sec .middle_sec{
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.footer_sec .right_sec{
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}
.footer_sec .left_sec .footer_logo img{
    height: 120px;
    width: auto;
    float: left;
}
.footer_sec .social_media{
    margin-left: 90px;
    padding-top: 20px;
}
.footer_sec .social_media p{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    max-width: 265px;
}
.footer_sec ul{
    padding-left: 0px;
    list-style-type: none;
    display: block;
}
.footer_sec .social_media ul{
    padding-left: 0px;
    margin-bottom: 10px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.footer_sec .social_media ul li a{
    margin-right: 15px;
    transition: .25s;
}
.footer_sec .social_media ul li a:hover img{
    filter: invert(1);
}
.footer_sec .social_media ul li a img{
    width: 24px;
    transition: .25s;
}
.footer_sec .social_media ul li a img.insta{
    width: 20px;
}
.footer_sec .contact_sec{
    padding-top: 35px;
    padding-bottom: 20px;
}
.footer_sec .contact_sec ul{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer_sec .contact_sec ul li{
    position: relative;
}
.footer_sec .contact_sec ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    height: 15px;
    width: 2px;
    background-color: #fff;
    left: -2px;
}
.footer_sec .contact_sec ul li:first-child::before{
    display: none;
}

.footer_sec .contact_sec ul li a img{
    width: 15px;
    margin-right: 8px;
    filter: invert(1);
}
.footer_sec .contact_sec ul li a{
    margin-left: 21px;
    margin-right: 21px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: .25s;
}
.footer_sec .contact_sec ul li a:hover{
    color: #000;
}
.footer_sec .contact_sec ul li:first-child a{
    margin-left: 0px;
}

.footer_sec .address_sec ul{
    display: flex;
    align-items: center;
}
.footer_sec .address_sec ul li h6{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.footer_sec .address_sec ul li h6 img{
    width: 18px;
    margin-right: 6px;
    float: left;
}
.footer_sec .address_sec ul li:first-child{
    margin-right: 15px;
}
.footer_sec .address_sec ul li p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    max-width: 170px;
}
.footer_sec .box.top{
    margin-bottom: 55px;
}
.footer_sec .box{
    
}
.footer_sec .footer_heading h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}
.footer_sec .footer_heading h3 a{
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}
.footer_sec .middle_sec .box a{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: .25s;
}
.footer_sec .middle_sec .box a:hover{
    text-decoration: underline;
}
.footer_sec .middle_sec .box ul li{
    padding: 2px 0px;
}

.footer_sec .right_sec .box h4{
    font-size: 35px;
    font-weight: 700;
    color: #54ff9a;
}
.footer_sec .right_sec .box .button{
    margin-top: 15px;
}
.footer_sec .right_sec .box .button a {
    font-size: 15px;
    font-weight: 800;
    color: #00a3db;
    text-decoration: none;
    background-color: #fff;
    border-radius: 14px;
    transition: .25s;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_sec .right_sec .box .button a img.arrow{
    width: 16px;
    margin-left: 10px;
    transition: .25s;
    filter: invert(45%) sepia(91%) saturate(1765%) hue-rotate(163deg) brightness(94%) contrast(101%);
}
.footer_sec .right_sec .box .button a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.footer_sec .right_sec .box .button a:hover img.arrow{
    filter: invert(1);
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}







/*copyright_sec css starts*/

.copyright{
    background-color: #fff;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #000;
    font-size: 16px;
}
.copyright a{
    color: #0a2e49;
    text-decoration: none;
}
.copyright a:hover{
/*    color: #008eab;*/
    text-decoration: underline;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
   
    
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes breathing {
  0% {
   -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*copyright_sec css ends*/





/**innerpage banner_sec css starts**/

.innerpage_banner {
    position: relative;
}
.innerpage_banner .innerpage_bannerpic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 236px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.innerpage_banner .innerpage_bannerpic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}






/**realisation page css starts**/

.realisation_sec.innerpage {
    padding-top: 130px;
    padding-bottom: 70px;
}
.realisation_sec.innerpage .col-lg-4{
    margin-bottom: 40px;
}


.realisation_sec.innerpage .pagination{
    padding-top: 15px;
    padding-bottom: 50px;
    justify-content: center;
}
.realisation_sec.innerpage .pagination nav{
    display: flex;
    align-items: center;
    
}
.realisation_sec.innerpage .pagination ul{
    list-style-type: none;
    display: flex;
    font-size: 100%;
    margin: 0px 22px;
    padding-left: 0px;
}
.realisation_sec.innerpage .pagination ul li a {
    padding: 9px 14.45px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    background-color: #e8e7ec;
    margin-left: 5px;
    margin-right: 5px;
}
.realisation_sec.innerpage .pagination ul li a.current {
    color: #fff !important;
    background-color: #00a3dc;
}
.realisation_sec.innerpage .pagination a.click{
    width: 35px;
    height: 36px;
    background-color: #e8e7ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.realisation_sec.innerpage .pagination a.click img{
    width: 15px;
    height: auto;
}






/**contactpage sec css starts**/

.contactpage_sec{
    padding-top: 60px;
    padding-bottom: 80px;
}
.contactpage_sec .sec_heading{
    padding-bottom: 55px;
}
.contactpage_sec .box{
    text-align: center;
}
.contactpage_sec .box .icon{
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.contactpage_sec .box .icon img{
    width: 100%;
}
.contactpage_sec .box .txt a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: .25s;
}
.contactpage_sec .box .txt a:hover{
    color: #00a3db;
}
.contactpage_sec .box .txt a.big{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    transition: .25s;
}
.contactpage_sec .box .txt a.big:hover{
    color: #00a3db;
}




.form_and_mapsec{
    background-color: #f8f8f8;
}
.form_and_mapsec .cont_main_section_form h2{
    font-size: 33px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}
.form_and_mapsec .cont_main_section_form .row.main{
    margin-top: -15px;
}
.form_and_mapsec .cont_main_section_form span.required_fields{
    font-size: 13px;
    color: #1c1c1c;
}
.form_and_mapsec .cont_main_section_form .formbold-form-input {
    width: 100%;
    height: 44px;
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    padding-left: 14px;
    font-size: 13px;
    font-weight: 500;
}
.form_and_mapsec .cont_main_section_form .formbold-form-input:focus {
    outline: none;
    border: 0px;
    box-shadow: nome;
}
.form_and_mapsec .cont_main_section_form .formbold textarea#message {
    width: 100%;
    height: 126px;
    padding-top: 15px;
}
.form_and_mapsec .cont_main_section_form .contact_text_btm .button {
    margin: 25px auto 0px auto;
    width: 225px;
    height: 42px;
    line-height: 41px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: .25s;
    position: relative;
    display: block;
    border: none;
    text-align: center;
    border-radius: 30px;
    background: #00a3db;
    float: right;
}
.form_and_mapsec .cont_main_section_form .contact_text_btm .button:hover{
    background: #000;
}
.form_and_mapsec .right_sec{
    padding-left: 55px;
}
.form_and_mapsec .map_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
    
}






/**nos_realisation_details page css starts**/

.realisation_details_sec{
    padding-top: 90px;
}
.realisation_details_sec .col-lg-6.left_sec{
    padding-right: 42px;
}
.realisation_details_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 481px;
    position: relative;
}
.realisation_details_sec .right_sec .heading{
    padding-bottom: 18px;
}
.realisation_details_sec .right_sec .heading h2{
    font-size: 45px;
    font-weight: 600;
    color: #00a3db;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.realisation_details_sec .right_sec .heading h5{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.realisation_details_sec .right_sec p{
    font-size: 15px;
    color: #000;
}
.realisation_details_sec .right_sec .info_sec{
    padding-top: 35px;
}
.realisation_details_sec .right_sec .info_sec h4{
    font-size: 27px;
    color: #00a3db;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.realisation_details_sec .info_sec ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.realisation_details_sec .info_sec ul li{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #00a3db;
    padding: 0px 20px 0px 0px;
    margin-right: 18px;
    margin-bottom: 16px;
}
.realisation_details_sec .info_sec ul li span{
    color: #fff;
    background-color: #00a3db;
    padding: 12px 15px;
    margin-right: 20px;
    display: inline-block;
}





.project_image_sec{
    padding-top: 60px;
    padding-bottom: 50px;
}
.project_image_sec .heading.title{
    padding-bottom: 25px;
}
.project_image_sec .heading.title h2{
    font-weight: 600;
    text-align: center;
}

.project_image_sec .box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative;
}
.project_image_sec .col-lg-3{
    margin-bottom: 30px;
}





.InnerpageContent{
    padding-top: 60px;
    padding-bottom: 80px;
}

.InnerpageContent .entry-header{
    display: none;
}

#SiteMap{
  margin: 0px;
  padding: 10px 20px;
  list-style: none !important;
  line-height: normal;
  display: block;
}

#SiteMap li{
  margin-left: 20px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: none;
  line-height: normal;
}

#SiteMap li a{
  font-weight: 600;
  padding:12px 5px;
  color: #000;
  position: relative;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

#SiteMap li a:hover{
  color: #666;
}

#SiteMap li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 14px;
    content: "\f105";
    line-height: normal;
    background-color: transparent;
}

#SiteMap li a:hover{
    text-decoration: none;
    color: #666;
}

.page-id-138 .sec_heading{
    display: none;
}






.PrestationsContainer {
    padding-top: 90px;
    padding-bottom: 70px;
}


.PrestationsContainer .container{
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}
.PrestationsContainer .prestations_box {
    height: 520px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    border-radius: 40px;
    overflow: hidden;
    transition: .25s;
}
.PrestationsContainer .prestations_content {
    position: relative;
    z-index: 3;
    padding-bottom: 40px;
    max-width: 90%;
}
.PrestationsContainer .prestations_content h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 18px;
}
.PrestationsContainer .prestations_content .btn-light {
    width: 270px;
    height: 50px;
    padding: 0px;
    background-color: #FFF;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #00a3db;
    border: 0px;
}
.PrestationsContainer .prestations_box_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
    transition: .25s;
}
.PrestationsContainer .prestations_box:hover .btn-light {
    background-color: #00a3db;
    color: #FFF;
}
.PrestationsContainer .prestations_box:hover .prestations_box_overlay {
    height: 100%;
}




.moretext {
  display: none;
}

.moreless-button{
    font-size: 14px;
    color: #00a3db;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 170px;
    height: 42;
    border: 1px solid #00a3db;
    border-radius: 14px;
    justify-content: center;
    transition: .25s;
    border: 1px solid #00a3db;
    background-color: #00a3db;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.moreless-button:hover{
    background-color: #FFF;
    color: #00a3db;
}

.moreless-button:focus{
    box-shadow: none;
    outline: 0px;
}



.form_and_mapsec .row.align-items-center .col-lg-6.left_sec{
    margin-left: auto;
    margin-right: auto;
}
.form_and_mapsec .row.align-items-center .col-lg-6.right_sec{
   display: none;
}
.form_and_mapsec {
    padding-top: 45px;
    padding-bottom: 45px;
}






