

@font-face {

  font-family: 'helvetica-bold';
  src: url('../fonts/helvetica-bold.ttf');
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf');
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/Helvetica.ttf');
}


@font-face {
    font-family: helvetica-light1;
    
    src: url('../fonts/HLIHT (1).otf');
}

@font-face {
    font-family: helvetica-light2;
    
    src: url(../fonts/HelveticaLt.ttf);
}

@font-face {
    font-family: helvetica-light3;
    
    src: url('../fonts/helvetica_light (2).ttf');
}

body{
    font-family:helvetica;
    overflow-x:hidden;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.job-opp-top {
	background-image: url(../img/Untitled-34-02.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	border-radius: 0px 0px 250px 0px;
	margin-top: 80px;
}

input:focus, button:focus, textarea:focus{
    box-shadow:none;
    outline:none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  position: fixed;
    background-color: white;
    width: 100%;
    top:0px;
}
.header .logo img {
  width:50%;
}


/*--------------------------------------------------------------
# Desktop Navigation  1280px
--------------------------------------------------------------*/
@media (min-width: 801px) {
	
	a.awhowearehome {
		top: 442px;
		position: relative;
	}
	
	section.service-section-1.s6s1 {
		margin-bottom: 120px;
	}
	
	.desktopshow {
		display: block;
	}
	
	.s6newsection {
		padding: 150px 15px !important;
	}
	
	.flex {
		display: flex;
	}
	
	.mobileshow {
		display: none;
	}
	
	.coldivimg.line4lower,
	.coldivimg.line4upper {
		position: absolute !important;
	}
	
  .navbar {
    padding: 0;
   float:right;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
    margin-right:15px;
  }
  
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--color-primary);
  }
  .navbar .dropdown a:hover:before, .navbar .dropdown:hover > a:before, .navbar .dropdown .active:before {
    visibility: hidden;
  }
  .navbar .dropdown a:hover, .navbar .dropdown .active, .navbar .dropdown .active:focus, .navbar .dropdown:hover > a {
    /*color: var(--color-white);*/
    /*background: var(--color-secondary);*/
    color: #fff;
    background: #0a589a;
    border-radius: 50px;
    padding: 10px 25px;
  }
  
  .navbar .dropdown i:hover, .navbar .dropdown .active, .navbar .dropdown .active:focus, .navbar .dropdown:hover > i{
      color:#fff;
      /*opacity:1;*/
      /*visibility:visible;*/
  }
  
  /*div.dropdown i:hover div.dropdown-menu{*/
  /*    display:block;*/
  /*}*/
  
  .dropdown:hover .dropdown-menu{
      /*display:block;*/
  }
  .dropdown{
    position: relative;
}

.dropdown-menu{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    margin-top:10px;
    min-width:280px;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.3s;
    display:block;
}

.dropdown-menu.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-secondary);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 15px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: rgba(var(--color-white-rgb), 0.5);
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--color-white);
    background: var(--color-primary);
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  .dropdown a{
    color:#808285;
    padding: 10px 15px;
    /*margin-right:16px;*/
	  font-size: 14px;
  }
  
  .dropdown i{
      padding-top: 10px;
    position: relative;
    left: -13px;
    padding-right: 12px;
    color: #878787;
  }
  
  /*.dropdown a:hover{*/
  /*   color: #fff;*/
  /*  background: #0a589a;*/
  /*  border-radius: 50px;*/
  /*  padding: 10px 25px;*/
  /*}*/
  .header .navbar li a.active, .header .navbar li a{
    color: #808285;
    padding: 10px 15px;
	font-size: 14px;
  }
  .header .navbar li a.active, .header .navbar li a:hover{
    color: #fff;
    background: #0a589a;
    border-radius: 50px;
    padding: 10px 15px;
  }
}

/*@media (min-width: 1280px) and (max-width: 1366px) {*/
/*  .navbar .dropdown .dropdown ul {*/
/*    left: -90%;*/
/*  }*/
/*  .navbar .dropdown .dropdown:hover > ul {*/
/*    left: -100%;*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
/*@media (max-width: 1279px) {*/
/*  .navbar {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    width: calc(100% - 70px);*/
/*    bottom: 0;*/
/*    transition: 0.3s;*/
/*    z-index: 9997;*/
/*  }*/
/*  .navbar ul {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    padding: 10px 0;*/
/*    margin: 0;*/
/*    background: rgba(var(--color-secondary-rgb), 0.9);*/
/*    overflow-y: auto;*/
/*    transition: 0.3s;*/
/*    z-index: 9998;*/
/*  }*/
/*  .navbar a, .navbar a:focus {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 12px 20px;*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: rgba(var(--color-white-rgb), 0.7);*/
/*    white-space: nowrap;*/
/*    transition: 0.3s;*/
/*  }*/
/*  .navbar a i, .navbar a:focus i {*/
/*    font-size: 12px;*/
/*    line-height: 0;*/
/*    margin-left: 5px;*/
/*  }*/
/*  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {*/
/*    color: var(--color-white);*/
/*  }*/
/*  .navbar .dropdown ul, .navbar .dropdown .dropdown ul {*/
/*    position: static;*/
/*    display: none;*/
/*    padding: 10px 0;*/
/*    margin: 10px 20px;*/
/*    transition: all 0.5s ease-in-out;*/
/*    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);*/
/*  }*/
/*  .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {*/
/*    display: block;*/
/*  }*/

/*  .mobile-nav-toggle {*/
/*    display: block !important;*/
/*    color: var(--color-secondary);*/
/*    font-size: 28px;*/
/*    cursor: pointer;*/
/*    line-height: 0;*/
/*    transition: 0.5s;*/
/*    position: fixed;*/
/*    top: 20px;*/
/*    z-index: 9999;*/
/*    right: 20px;*/
/*  }*/
/*  .mobile-nav-toggle.bi-x {*/
/*    color: var(--color-white);*/
/*  }*/

/*  .mobile-nav-active {*/
/*    overflow: hidden;*/
/*    z-index: 9995;*/
/*    position: relative;*/
/*  }*/
/*  .mobile-nav-active .navbar {*/
/*    left: 0;*/
/*  }*/
/*  .mobile-nav-active .navbar:before {*/
/*    content: "";*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    background: rgba(var(--color-secondary-rgb), 0.8);*/
/*    z-index: 9996;*/
/*  }*/
/*}*/


.dropdown a{
    text-decoration:none;
}
.dropdown-menu.show{
    display: block;
    background: #0a589a;
    border-radius: 35px;
    padding: 0.5rem 50px;
    /*color:#fff;*/
}

.dropdown-menu.show a{
    color:#fff;
}

/*--------------------------------------------------------------
# Top Image
--------------------------------------------------------------*/
.top-image{
    background-image:url(../img/groupheader122.jpg);
    background-position:center center;
    background-size: cover;
    height:650px;
    background-attachment:fixed;
    margin-top: 75px;
}

.top-image h2{
    /*float:right;*/
    line-height: 45px;
    text-align: right;
    color:#fff;
   text-shadow: 0px 1px 40px #000;
   padding-right:50px;
}

.top-image .span1{
    font-size:25px;
}
.newservice4s1 h3, .newservice3s1 h3,
.newservice4s1 .h3, .newservice3s2 h3 {
	font-size: 26px;
	font-family: helvetica-bold !important;
}

.top-image .span2{
    font-size:70px;
    color:#f9e800;
}

.top-image .span3{
    font-size:70px;
    padding-right:7px;
}

.about{
    padding-top:90px;
}

.about .about-right{
    text-align: right;
}

.about .about-right img{
    height: auto;
    width: 80%;
    border-radius: 50%;
}

.about .about-right p{
    text-align: center;
    margin-top: 1rem;
    letter-spacing: 3px;
    text-transform: capitalize;
    font-size:14px;
    padding-left:110px;
    color:#6d6d6c;
}

.about .about-right p i{
    background: #0a589a;
    /*padding: 11px 14px;*/
    padding: 11px 10px 9px 12px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
}
.fa-angle-right:before{
    margin-left:4px;
}
.about .about-left .wpb_wrapper p{
    padding-right: 6px;
    word-spacing: 3px;
    text-align: justify;
    font-size: 14px;
    color:#575756;
}

.img-grup-size{
    width:90% !important;
}
.about .about-left .wpb_wrapper h4{
    color: #575756;
    line-height: 35px;
    font-size: 19px;
    font-weight: 600;
    font-family: Helvetica
}

.about .about-left .wpb_wrapper .lead-para {
    padding-right: 6px;
    word-spacing: -1px;
    text-align: justify;
    font-size: 14px;
    color:#575756;
}

/*--------------------------------------------------------------
# counter
--------------------------------------------------------------*/

.counter
{
    text-align: center;
    /*background:#0064a1;*/
    background: #0a589a;
    /*margin-bottom: 70px;*/
}



.counter .count-up-1{
    background: linear-gradient(to right, #000000 -145%, #0a589a 50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    padding: 55px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter h3{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.counter .count-up{
    padding:65px;
	padding-top: 85px;
	width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    padding: 55px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.above{
    text-align: center;
    word-spacing: 5px;
    letter-spacing: 5px;
    color: #ece8e8;
    font-size: 55px;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service{
    overflow:hidden;
    position:relative;
    padding-bottom:40px;
    margin-bottom:50px;
}
.service .img1{
    position: absolute;
    right: -60px;
    text-align: right;
    top:10px;
}

.service .img2{
    position: absolute;
    /*right: 72px;*/
    right:180px;
    padding-top: 80px;
    z-index: -1;
}

.service .img3{
   position: absolute;
    right: -125px;
    text-align: right;
    padding-top: 240px;
}

.service .img4{
    position: absolute;
    /*right: 160px;*/
    right:114px;
    /*padding-top: 326px;*/
    padding-top:410px;
    text-align: right;
}


.service .img1 img{
    /*max-width: 80%;*/
    width: 300px;
    border-radius: 50%;
    height: 300px;
    box-shadow: -3px -7px 5px -5px #76403d;
}

.service .img2 img{
    /*max-width: 80%;*/
    width: 360px;
    border-radius: 50%;
    height: 360px;
    box-shadow: -3px -7px 5px -5px #76403d;
}

.service .img3 img{
    /*max-width: 80%;*/
    width: 440px;
    border-radius: 50%;
    height: 440px;
}

.service .img4 img{
    /*max-width: 80%;*/
    width: 300px;
    border-radius: 50%;
    height: 300px;
    /*box-shadow: -3px -7px 5px -5px #76403d;*/
}

.service .column1{
    /*border-right: 1px solid #000;*/
}

.service .column1 .col1-first img{
    /*width:23%;*/
    width:auto;
    height:100%;
}
.service .col1-first img{
    /*width:23%;*/
    width:auto;
    height:100%;
}

.service .col1-first h2{
    /*color: #6e6e6e7d;*/
    /*font-size: 40px;*/
    /*padding-bottom:10px;*/
}

.service .col1-first p{
    color:#878787;
    font-size: 13px;
    margin-top: 5px;
}

.service .col2-first{
   /* background-image:url(../img/Image3.png);*/
    background-size: cover;
    background-position: bottom;
    border-radius: 50%;
    width: auto;
    /* text-align: center; */
    height: 179px;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project{
    background: #f6f6f6;
    border-radius: 15% 0% 0% 15%;
    display:flex;
    overflow:hidden;
}

.project .project-left-1 p{
    letter-spacing: 1px;
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 18px;
    padding-right: 69px;
    font-weight: 600;
    color: #575756;
    font-family: Helvetica;
}

.project .project-left-1 .devise-h2 h2{
    font-size: 80px;
    line-height: 70px;
    color: #878787;
    font-family: helvetica;
    font-weight: 600;
}
.project .project-left-2{
    /*padding-top:30px;*/
}

.project .project-left-2 h3{
    color: #0a589a;
    padding-bottom:30px;
    font-family: Helvetica;
    font-weight: 600;
}

.project .project-left-2 .project-sub-2 p{
    color: #63605d;
    font-size: 18px;
    line-height: 10px;
    font-family: Helvetica;
}

.project .project-left-2 .project-sub-2 p span{
    color: #63605d;
    font-weight: 600;
    font-family: Helvetica;
}

.project .project-left-3{
    padding-top: 70px;
}
.project .project-left-3 .project-img1 img{
    border-radius: 50%;
    width: 220px;
    height: 220px;
}

.project .project-left-3 .project-img2 img{
            width:160px;
            height:160px;
            top:290px;
    
      border-radius: 50%;
    width: 170px;
    height: 170px;
    position: absolute;
    /* margin-top: -358px; */
    top: 250px;
    right:115px;
}

.project .project-left-3 .project-img2{
    text-align:center;
}

.project .icon{
    text-align:center;
    /*padding-top:30px;*/
}

.project .icon i{
    color: #fff;
    background: #0a589a;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.project .project-right-1 h2{
    color: #0a589a;
    font-size: 80px;
    line-height:70px;
    font-family: helvetica;
    font-weight: 600;
}

.project .project-right-1 p{
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    color: #575756;
    padding-right:125px;
    font-family:Helvetica;
}

.project .project-right-section img{
    width: 47%;
    padding-bottom: 30px;
}

.project .icon1{
    text-align:center;
    /*padding-top: 60px;*/
}

.project .icon1 i{
    color: #fff;
    background: #0a589a;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner{
    background: #0a589a;
    padding: 120px 0;

}

.banner .banner-left li{
    list-style:none;
    color:#fff;
    text-align:center;
    line-height:28px;
    font-family:Helvetica
}

.banner .banner-middle h2{
    font-size: 66px;
    color: #fff;
    text-align: center;
}

.banner .banner-middle .button{
    text-align: center;
    padding-top: 95px;
}

.banner .banner-middle .button a{
    background: #0b4f8a;
    padding: 12px 40px;
    border-radius: 18px;
    box-shadow: 4px 5px 5px 3px #454549;
    /* list-style: none; */
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
}

.banner .banner-middle p{
    font-size: 11px;
    padding-top: 145px;
    color: #fff;
    font-family: Helvetica;
    font-weight: 200;
    text-align: justify;
    line-height: 15px;
}

.banner .banner-right img{
    width:100%;
}
/*--------------------------------------------------------------
# Banner 2
--------------------------------------------------------------*/
.banner-2{
    padding:35px;

}
.banner-2 h1{
    font-size: 80px;
    color: #0a589a;
    padding-top: 55px;
    text-align: center;
    font-family: Helvetica;
    font-weight: 600;
}

.banner-2 .inline{
    display: flex;
    justify-content: center;
}

.banner-2 .inline img{
    width: 40%;
    padding-right: 50px;
}

.banner-2 .inline li{
    list-style: none;
    font-size: 40px;
    color: #0064a1;
}

.banner-2 .inline li span{
    color: #0064a1;
    font-weight: bold;
    font-size: 40px;
}

.banner-2 .right-banner-section{
    /*border: 1px solid #0064a1;*/
    /*border-radius: 120px;*/
    /*padding: 40px;*/
}

.banner-2 .logos{
    padding-top: 30px;
    padding-left: 50px;
}

.banner-2 .logos img{
    width: 25%;
}

.banner-2 .logos span{
    padding-right: 40px;
    padding-left: 40px;
    color: #0064a1;
}

/*--------------------------------------------------------------
# Zone
--------------------------------------------------------------*/
.zone{
    background-image:url(../img/Im10.JPG);
    background-size: cover;
    background-position: center;
    height: 900px;
    background-attachment:fixed;
    /*margin-bottom: 80px;*/
    
}

.top{
    background: #0a589a;
    padding: 70px;
    border-radius: 125px;
    position: absolute;
    width: 100%;
    margin-top: -100px;
    z-index:1;
}

.top h2{
    letter-spacing: 3px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    font-size:56px;
    font-family: Helvetica;
}

.top h2 span{
    font-weight:600;
    font-family: Helvetica;
}

.top p{
    /*color: #fff;*/
    /*word-spacing: 3px;*/
    /* letter-spacing: 2px; */
    /*width: 336px;*/
    /*font-size: 13px;*/
    /*text-align: justify;*/
        color: #fff;
    word-spacing: 3px;
    /* letter-spacing: 2px; */
    /* width: 336px; */
    padding-right: 290px;
    font-size: 19px;
    text-align: justify;
    letter-spacing: 2px;
    font-family: Helvetica;
    line-height:23px;
}

.top a{
    text-decoration: none;
    color: #c8c31e;
    padding: 8px;
    border-radius: 10px;
    font-weight: 400;
    font-family: Helvetica;
}

.top a span{
    font-weight: bold;
    font-family: Helvetica;
}

.top a:hover{
    background: #fff;
}

.top .send{
    text-align: center;
    line-height: 200px;
    color: #faef48;
    letter-spacing: 2px;
}

.bottom{
  background: #084a80d9;
    padding: 70px;
    border-radius: 125px;
    position: absolute;
    width: 100%;
    /*margin-top: 366px;*/
    bottom:0px;
    mix-blend-mode: hard-light;
}

.bottom h2{
    color: #fff;
    font-weight: 400;
    font-size:50px;
    font-family: Helvetica;
}

.bottom h2 span{
    color: #fcea10;
    font-weight: 600;
    font-family:Helvetica;
}

.bottom p{
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 0px;
    font-size: 22px;
    font-family:Helvetica;
}

.bottom .touch{
    text-align: center;
    line-height: 140px;
}

.bottom .touch a{
    text-decoration: none;
    color: #c8c31e;
    padding: 10px 20px;
    border-radius: 10px;
    font-size:23px;
}

.bottom .touch a:hover{
    background: #fff;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer{
    padding-bottom: 50px;
    padding-top: 70px;
    background:linear-gradient(#e0e1e2 10%, #fff 45%);
}
footer .c4 .map iframe{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

footer .c5 img{
    /* border-radius: 50%; */
    width: auto;
    height: 75px;
}

footer h3{
    color:#9d9d9c;
    padding-bottom:20px;
    font-size:18px;
	text-transform: uppercase;
}

footer .c1 li, footer .c3 li{
    list-style: none;
}


footer .c1 li a, footer .c3 li a{
    color: #9d9d9c;
    text-decoration: none;
    font-size: 13px;
	text-transform: uppercase;
}

footer .c2 p{
    color: #9d9d9c;
    padding-bottom: 40px;
    font-size: 12px;
	text-transform: uppercase;
}

footer .c2 button{
   text-decoration: none;
    background: #9d9d9c;
    /* padding: 15px; */
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    width: 170px;
    border: none;
}

footer .c3 .email-footer{
    line-height: 100px;
}

footer .c3 .email-footer a{
    color: #9d9d9c;
    text-decoration: none;
    font-size: 14px;
}

.copyright{
    background: #0a589a;
}

.copyright p{
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 12px;
}

.privacy{
    background: #4e4c4b;
    padding: 40px;
}

.privacy li{
    list-style:none;
    padding-right: 15px;
}

.privacy li a{
    text-decoration:none;
    color:#fff;
    padding-right: 50px;
    padding-left: 50px;
        font-size: 12px;
}

.privacy li span{
    color: #fff;
}


/*--------------------------------------------------------------
# group page
--------------------------------------------------------------*/
.group-top{
    background-image:url(../img/groupheader122.jpg);
	/*background-image:url(../img/FPSO.jpg);*/
    background-size: cover;
    background-position: center center;
    height: 600px;
    border-radius: 0 0 250px 0;
    background-attachment:fixed;
    margin-top:85px;
}

.breadcrumb-opp{
    background: linear-gradient(45deg, #0064a1 20%, transparent 40%) !important;
    border-radius: 20px;
    padding: 5px;
}

.breadcrumb{
    background: linear-gradient(45deg, #0064a1 20%, transparent 40%);
    border-radius: 20px;
    padding: 5px;
}

.breadcrumb .line{
    display: flex;
	align-items: center;
}

.breadcrumb .line li{
    padding-right: 10px;
    color:#fff;
	text-transform: capitalize;
}

.breadcrumb .line li a{
    color:#fff;
    text-decoration:none;
}


.group-section-2 .group-2-left h3{
    font-size: 80px;
    color: #0064a1;
    font-weight: 600;
}

.group-section-2 .group-2-left p{
    text-align:justify;
    line-height:20px;
    font-size:13px;
    color:#58595b;
}
.group-section-2 .group-2_1 p{
    text-align:justify;
    font-size:15px;
}
.group-section-2 .group-2-right .group-img1{
    text-align:right;
}

.group-section-2 .group-2-right .group-img1 img{
    border-radius: 50%;
    width: 310px;
    height: auto;
}

.group-section-2 .group-2-right .group-img2{
    text-align: right;
    position:relative;
    top:-60px;
}

.group-section-2 .group-2-right .group-img2 img{
    border-radius: 50%;
    width: 240px;
    height: auto;
    position: relative;
    bottom: 35px;
    right: 25px;
}

.group-section-2 .group-2-right .group-img3 img{
      border-radius: 50%;
    width: 400px;
    height: auto;
    position: absolute;
    margin-top: -469px;
    right: 160px;
}

.group-3 .grp-img1, .group-3 .grp-img2, .group-3 .grp-img3, .group-3 .grp-img4{
    text-align:center;
}


.group-3 .grp-img1 img, .group-3 .grp-img2 img, .group-3 .grp-img3 img, .group-3 .grp-img4 img{
    width: 235px;
    border-radius: 50%;
    height: 225px;
}

.group-3{
    background: #007cc4;
    border-radius: 0px 250px 0px 0px;
}

.group-3 h2{
    color: #fff;
    font-size: 68px;
    padding-bottom: 20px;
    font-weight: 600;
}

.group-3 h2 span{
    color: #f9ed32;
}

.group-3 .group-nb{
    display:inline-flex;
}
.group-3 .group-nb img{
    width: 100px;
    height: 110px;
    margin-top:-13px;
}

.group-3 .group-nb span{
    font-size: 50px;
    color: #fff;
    padding-right: 10px;
}

.group-3 .group-nb .group-desc{
    color: #fff;
    padding-top: 15px;
}

.group-3 .group-nb .group-desc h5{
    font-size: 11px;
    margin: 0;
    font-weight: bold;
}

.group-3 .group-nb .group-desc p{
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 200;
}

.group-3 .grp-border{
    border-right:1px solid #fff;
}

.group-3 h1{
    text-align: center;
    font-size: 200px;
    color: #0a4b76bf;
    margin-bottom:50px;
}

.group-bg{
    background: url(../img/grp-6.jpg);
    background-position: center;
    background-size: cover;
    background-attachment:fixed;
    height: 665px;
    border-radius: 120px;
    margin-top: -120px;
    overflow:hidden;
}

.section-bg{
    top: 55%;
    position: relative;
    background: #044066;
    padding: 86px 75px;
    border-radius: 120px;
    mix-blend-mode:hard-light;
}

.group-bg .section-bg .left{
    display: flex;
    color: #f9e800;
    align-items: center;
    padding-top: 18px;
}

.group-bg .section-bg .left i{
    font-size: 65px;
    /*padding-top: 18px;*/
    padding-right: 20px;
}

.group-bg .section-bg .left h2{
   font-size: 80px;
    font-weight: 600;
    color:#f9ed32;
}

.group-bg .section-bg p{
    color: #fff;
    font-size: 14px;
   
    padding-top: 30px;
}

.group-3 .value img{
    width: 100%;
    padding: 70px 0;
}
.value{
    text-align:center;
}

.group-4 h5{
    text-align: center;
    color: #a7a9ac;
    padding-bottom:35px;
    font-weight: 400;
    font-style:italic;
}

.group-4 .group-4-circles{
    display: flex;
    justify-content:center;
}

.group-4 .group-4-circles .circle-1:hover, .group-4 .group-4-circles .circle-2:hover, .group-4 .group-4-circles .circle-3:hover, .group-4 .group-4-circles .circle-4:hover{
    background:#ccc434f7;
    border: 2px solid #ccc434f7;
    z-index:8;
    transform: scale(1.2);
}

.group-4 .group-4-circles .circle-1{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    border: 2px solid #00000012;
    z-index:1;
    -webkit-box-shadow: 2px 2px 2px 2px #00000070;
    transition: transform .2s;
}

.group-4 .group-4-circles .circle-2{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    position: relative;
    left: -30px;
    border: 2px solid #00000012;
    z-index:2;
    -webkit-box-shadow: 2px 2px 2px 2px #00000070;  
    transition: transform .2s;
}

.group-4 .group-4-circles .circle-3{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    border: 2px solid #00000012;
    position: relative;
    right: 60px;
    z-index:3;
      -webkit-box-shadow: 2px 2px 2px 2px #00000070;
    transition: transform .2s;
}

.group-4 .group-4-circles .circle-4{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    border: 2px solid #00000012;
    position: relative;
    right: 85px;
    z-index:4;
    -webkit-box-shadow: 2px 2px 2px 2px #00000070;
    transition: transform .2s;
}

.group-4 .group-3-circles{
    display:flex;
    justify-content: center;
}
.group-4 .group-3-circles .circle-5:hover, .group-4 .group-3-circles .circle-6:hover, .group-4 .group-3-circles .circle-7:hover{
     background:#ccc434f7;
      border: 2px solid #ccc434f7;
      z-index:9;
       transform: scale(1.2); 
}
.group-4 .group-3-circles .circle-5{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    border: 2px solid #00000012;
    position: relative;
    right: 7px;
    bottom: 70px;
    z-index: 7;
      -webkit-box-shadow: 2px 2px 2px 2px #00000070;
    transition: transform .2s;
}

.group-4 .group-3-circles .circle-6{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    border: 2px solid #00000012;
    position: relative;
    right: 40px;
    bottom: 66px;
    z-index: 6;
       -webkit-box-shadow: 2px 2px 2px 2px #00000070;
    transition: transform .2s;
}

.group-4 .group-3-circles .circle-7{
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #0064a1;
    padding: 10px;
    border: 2px solid #00000012;
    position: relative;
    right: 70px;
    bottom: 71px;
    z-index:5;
    -webkit-box-shadow: 2px 2px 2px 2px #00000070;
    transition: transform .2s;
}




.group-4-circles div p{
        vertical-align: middle;
        line-height: normal;
        display: inline-block;
}
.group-3-circles div p{
        vertical-align: middle;
        line-height: normal;
        display: inline-block;
}

.group-banner-bg{
    background: #0a589a url(../img/grp-6.jpg);
    background-size: cover;
    background-position: right;
    background-attachment:fixed;
    height: 460px;
    background-blend-mode: multiply;
}
.group-banner-bg .banner-content{
    text-align:center;
}
.group-banner-bg .banner-content h2{
   color: #fff;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 40px;
    padding-top:30px;
    text-align: center;
}

.group-banner-bg .banner-button{
    display:inline-flex;
    padding-left:30px;
}
.text-group-12{
    text-align: center;
    display: grid;
}

.group-banner-bg .banner-content .banner-button .btn1{
    
    margin-right: 50px;
}

.group-banner-bg .banner-content .banner-button .btn1 a{
    color: #212529;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

.group-banner-bg .banner-content .banner-button .btn2{
    /*background: #0a589a;*/
    /*padding: 10px 20px;*/
    margin-right: 50px;
    /*border-radius: 12px;*/
}
.group-banner-bg .banner-content .banner-button .btn2 a{
    color: #fff;
    background: #0064a1;
    padding: 10px 20px;
    /*margin-right: 50px;*/
    border-radius: 15px;
    text-decoration: none;
}

.client-title.about-eos {
	margin-bottom: 20px;
}

.client-title h2{
    text-align: center;
    font-size: 80px;
    font-weight: 600;
  /*  padding-right: 61px; */
    color: #0064a1;
	
}
.client-title p{
    text-align:center;
    color:#58595b;
}

.logo img{
    width:65%;
}
.logo{
    /*padding-bottom:100px;*/
}


	

.counter .count-up img{
/*    width:25%; */
	width: 50px;
	margin-bottom: 20px;
}

.counter .count-up-1 img{
/*    width:25%; */
	width: 50px;
	margin-bottom: 20px;
}

.service .coll-1, .service .coll-4, .service .coll-7{
    /*padding-bottom:80px;*/
    padding-top:50px;
}

.service .coll-2, .service .coll-5{
    /*padding-bottom: 80px;*/
}


.navbar ul li a{
    font-family: Helvetica;
}

.service .column1 .col2-first{
      /* background: #053282 url(../img/Im3.png); */
    background-size: cover;
    width: 180px;
    height: 180px;
    background-blend-mode: darken;;
}

.service .column1 .coll-4 img{
    /*padding-top: 6px;*/
    /*margin-left: 38px;*/
    /*width: 50px;*/
    height:100%;
    width:auto;
}

.service .coll-5{
    padding-top: 40px
}

.service .coll-2{
    padding-top: 45px;
}

.service .coll-6{
    padding-top: 30px;
}


/**********Project New********/
.project .left-side{
    /* padding-left: 7%;
    padding-top: 5%;
    padding-bottom: 4%;
    */
    padding-left: 50px;
    padding-top: 80px;
    width: 50%;
    float: left;
}

.project .right-side{
    /*padding-right: 25px; */
    /*padding-top: 5%;*/
    background: linear-gradient(#e6e6e6 80%, #fff);
    border-radius: 20% 0 0 0;
    /* padding-left: 50px; */
     padding-left: 50px;
    padding-top: 80px;
    width: 50%;
    float: right;
}

/*.reveal{*/
/*  position: relative;*/
/*  transform: translateY(150px);*/
/*  opacity: 0;*/
/*  transition: 1s all ease;*/
/*}*/

/*.reveal.active{*/
/*  transform: translateY(0);*/
/*  opacity: 1;*/
/*}*/


/*.reveal {*/
/*  position: relative;*/
/*  opacity: 0;*/
/*}*/

/*.reveal.active {*/
/*  opacity: 1;*/
/*}*/
/*.active.fade-bottom {*/
/*  animation: fade-bottom 1s ease-in;*/
/*}*/
/*.active.fade-left {*/
/*  animation: fade-left 1s ease-in;*/
/*}*/
/*.active.fade-right {*/
/*  animation: fade-right 1s ease-in;*/
/*}*/
/*@keyframes fade-bottom {*/
/*  0% {*/
/*    transform: translateY(50px);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/*@keyframes fade-left {*/
/*  0% {*/
/*    transform: translateX(-100px);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    transform: translateX(0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*@keyframes fade-right {*/
/*  0% {*/
/*    transform: translateX(100px);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    transform: translateX(0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

.project-left-3 .project-img1 img{
    bottom:13px !important;
}




.service-top{
    background-image: url(../img/top-177.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
     background-position:bottom; 
    margin-top:85px;
    
}


.service-section-1 h3{
    font-size: 80px;
	font-size: 60px;
    color: #0064a1;
    font-weight: 700;

}

.service-section-1 p{
    text-align:justify;
    font-size: 14px !important;
    color:#878787;
}

.industries p{
	font-size: 20px !important;
}

.service-section-2 .service-section2-img{
    text-align:center;
    position:relative;
}

.service-section-2 .service-section2-img img{
    width: 210px;
    height:210px;
    border-radius:50%;
}

.service-section-2 .service-section2-desc{

    position:relative;
    top:54px;
    
}

.service-section-2 .service-section2-desc .icon-service img{
    width:20%;
}

.service-section-2 .service-section2-desc p{
    padding-right: 117px;
    font-size: 15px;
    color:#878787;

}

.service-section-2 .service-left{
    padding-right: 100px;
}

.service-section-2 .service-right{
    padding-left: 100px;
    padding-top: 50px;
}

.service-banner{
    background: #0a589a url(../img/contact-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    height: 260px;
    background-position:center;
}

.service-banner p{
    color: #fff;
    text-align: center;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 200;
}

.service-banner p span{
    font-weight: 500;
    font-size: 30px;
}

.service .coll-8, .service .coll-3 {
    padding-top: 35px;
}


.candidate-top {
    background-image: url('../img/work-with-us.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
	background-position: top;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
}

.candidate-section-1 .candidate-detail {
    text-align: center;
}

.candidate-section-1 .candidate-detail .candidate-img img{
    width:90%;
    padding-bottom:10px;
}
      .vide {
height: 485px;
    position: relative;
    /* background-color: red; */
    overflow: hidden;
}
      .vide video {
width: 100%;
    position: absolute;
    top: -40%;
}
.candidate-section-1 .part-1{
    padding:0 100px;
}

.candidate-section-1 .part-2{
    padding: 10px 45px 40px 0px;
}

.candidate-section-1 .part-3{
    padding-left:100px;
}

.candidate-section-1 .candidate-detail h5{
    font-size: 16px;
    font-weight: 400;
    font-family:Helvetica;
}

.candidate-section-1 .candidate-section1-title h3{
    font-size: 80px;
    color: #0a589a;
    font-family: Helvetica;
    font-weight: 600;
    line-height: 75px;
    padding-bottom:50px;
}

.candidate-banner{
    background: #0a589a url(../img/candidate-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    height: 450px;
    background-position: center;
}

.candidate-form .candidate-form-group{
    padding-bottom:40px;
}

.candidate-form .candidate-form-group input{
    width: 70%;
    border-radius: 25px;
    box-shadow: 4px 3px 5px 0px #636366;
}


.candidate-form .candidate-form-group label{
    line-height:35px;
}

.candidate-form .candidate-input{
    margin-left: -30px;
}

.candidate-form h3{
    font-size: 60px;
    font-family: Helvetica;
    font-weight: 600;
    color: #0a589a;
    padding-bottom: 20px;
}

.candidate-form .candidate-btn{
    text-align:center;
}

.candidate-form .candidate-btn a{
    background: #0a589a;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 50px;
}

.project-top{
    background-image: url(../img/project-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    background-position: center;
    margin-top:80px;
}

.project-section h3{
    color:#0061a3;
    font-size:75px;
    font-family:Helvetica;
    font-weight:600;
    line-height:70px;
    
}

.project-section .project-parag1 p{
    text-align:justify;
    font-family:Helvetica;
    color:#878787;
}








.contact-top{
      background-image: url(../img/contact-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
}

.contact-section-1 .contact-2 a, .contact-section-1 .contact-3 a, .contact-section-1 .contact-4 a{
    text-decoration:none;
    color:#fff;
}
.contact-section-1 .contact-2 a:hover, .contact-section-1 .contact-3 a:hover, .contact-section-1 .contact-4 a:hover{
    color:#fff14b;
}
.contact-section-1 .contact-section-left{
   background: #1f629c;
    /*padding: 50px 44px;*/
    border-radius: 0px 0px 177px 177px;
    max-height: 740px;
    overflow:hidden;
    padding-top:20px;
}

.contact-section-1 .contact-5 img{
    width: 120%;
    position: relative;
    bottom: -25px;
}

.contact-section-1 .contact-section-left .contact-left, .contact-section-1 .contact-section-left .contact-detail,
.contact-section-1 .contact-section-left .contact-1, .contact-section-1 .contact-section-left  .contact-2, 
.contact-section-1 .contact-section-left .contact-3, .contact-section-1 .contact-section-left .contact-4{
    text-align:center;
    color:#fff;
}

.contact-section-1 .contact-section-left .contact-detail{
    padding-bottom:20px;
}

.contact-section-1 .contact-section-left .contact-detail h4{
    font-size:20px;
}

.contact-section-1 .contact-section-left .contact-left li{
    list-style:none;
}

.contact-section-1 .contact-section-left .contact-left li:hover{
    color: #ffff34;
}
.contact-section-1 .contact-section-left .contact-left{
    padding-bottom:20px;
}
.contact-section-1 .contact-section-left .contact-1 p{
    line-height:7px;
}

.contact-section-1 .contact-section-left .contact-2 h5, .contact-section-1 .contact-section-left .contact-3 h5,
.contact-section-1 .contact-section-left .contact-4 h5{
    line-height:12px;
}

.contact-section-1 .contact-section-left .contact-1, .contact-section-1 .contact-section-left .contact-2, .contact-section-1 .contact-section-left .contact-3,
.contact-section-1 .contact-section-left .contact-4{
    padding-bottom:20px;
}

.contact-section-1 .map iframe{
    
    width: 100%;
    height: 550px;
    border-radius: 80px;
}

.contact-section-1 .map{
    padding-top:70px;
}

.contact-form{
    background: #0a589a url(../img/contact-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    background-blend-mode: multiply;
    margin-top: 20px;
    padding-top:70px;
}

.contact-form .contact-left h3{
    color:#fff;
    padding-bottom:60px;
    font-weight:600;
}

.contact-form .contact-left h3 span{
    color:#fff14b;
}

.contact-form .contact-left .form-1, .contact-form .contact-left .form-2, .contact-form .contact-left .form-3, .contact-form .contact-left .form-4{
    display:flex;
    padding-bottom:20px;
}

.contact-form .contact-left .form-1 label, .contact-form .contact-left .form-2 label, .contact-form .contact-left .form-3 label, .contact-form .contact-left .form-4 label{
    color: #fff;
    font-weight: 600;
}

.contact-form .contact-left .form-1 input, .contact-form .contact-left .form-2 input, .contact-form .contact-left .form-3 input, .contact-form .contact-left .form-4 textarea{
    width:100%;
    border-radius:10px;
    padding:10px;
}

.contact-form .contact-right .contact-right-part1 p{
    color: #fff;
    font-size: 11px;
}

.contact-form .contact-right .contact-right-part1 h4{
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.contact-form .contact-right {
    padding-top: 100px;
    padding-left: 90px;
}

.contact-form .contact-right h4{
    color: #fff;
    font-weight: 600;
    padding-bottom: 12px;
    font-weight:600;
    font-size:22px;
}

.contact-form .contact-right .contact-right-part2{
    display:flex;
    justify-content: space-between;
}

.contact-form .contact-right .contact-right-part2 h4{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    /*padding-right:15px;*/
}

.contact-form .contact-right .contact-btn a{
    background: #1f629c;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-decoration:none;
}

.contact-form .contact-right .contact-btn{
    padding-top:20px;
}


.service-1-top{
     background-image: url(../img/see.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    background-position: center top;
        margin-top:80px;
}

.service-1-section-1 .service-1-img{
    text-align:center;
}

.service-1-section-1 .service-1-img img{
    width:370px;
    border-radius:50%;
    height:auto;
}

.service-1-section-1 .service-1-img2 img{
    border-radius:50%;
    width:370px;
    height:auto;
}

.service-1-section-1 .service-1-img2{
    text-align:center;
}

.service-1-section-1 .service-1-left h3{
    color: #0064a1;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.service-1-section-1 .service-1-left p, .service-1-section-1 .service-1-right2 p{
    line-height: 22px;
    /*margin-top: -10px;*/
    text-align: justify;
    color:#878787;
}

.service-1-section-1 .service-1-right2 h3{
    color: #0064a1;
    font-weight: 600;
    font-size: 50px;
    padding-top: 40px;
}

.service-1-section-1{
    padding: 90px 0 15px 0;
}

.service-1-banner{
    background: #0a589a url(../img/service-1-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 120px;
    background-blend-mode: multiply;
}

.service-1-banner p{
    color: #fff;
    text-align: justify;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    left: 85px;
}

.service-1-banner p span{
    color:#fcff2e;
}


.service-section-2 .service-1-part1{
    text-align: center;
    background: #0064a1;
    border-radius: 50%;
    width: 320px;
    height: 320px;
    color:#fff;
    float:left;
    z-index:1;
    position: relative;
    mix-blend-mode: multiply;
    /*width:284px;*/
    /*height:290px;*/
}

.service-section-2 .service-1-part1 .service1-icon1{
    /*padding-top: 63px;*/
    padding-top: 40px;
    padding-bottom: 5px;
}

.service-section-2 .service-1-part1 h4{
    font-size:14px;
    font-weight:600px;
}
.service-section-2 .service-1-part1 .service1-icon1 img{
    width:20%;
}

.service-section-2 .service-1-part1 p{
    padding: 5px 43px 40px 41px;
    font-size: 12px;
    line-height:16px;
}

.service-section-2 .service-1-position{
    position: relative;
    left: -35px;
    background: #0064a1;
    float:left;
        z-index:2;
    mix-blend-mode: multiply;
}

.service-section-2 .service-1-position2{
     position: relative;
    left: -70px;
    float:left;
        z-index:3;
    mix-blend-mode: multiply;
}
.service-section-2 .service-1-position3{
     position: relative;
    left: -105px;
    float:left;
    mix-blend-mode: multiply;
        z-index:4;
}

.service-section-2 .service-1-part1:hover, .service-section-2 .service-1-position:hover, .service-section-2 .service-1-position2:hover, .service-section-2 .service-1-position3:hover{
  background: #cac22c;
    transform: scale(1.1);
    z-index: 65;
    mix-blend-mode: inherit;
}

.service-section-2{
/*    padding:60px 0;*/
    padding-bottom:60px;
}

.service-section-2 .service-1-title h3{
    font-size: 48px;
    font-weight: 600;
    color: #0064a1;
}

.service-section-2 .service-1-title p{
    color:#878787;
}

.service-section-2 .service-1-title{
    /*padding:40px 0;*/
}
 .loop{
position: relative;
    left: 5%;
}


.service-1-banner2{
    background: #0a589a url(../img/service-1-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 145px 0 185px;
    background-blend-mode: multiply; 
    background-position: bottom;
}

.service-1-banner2 p{
    color:#fff;
    text-align:center;
    font-weight:200;
    font-size: 45px;
    letter-spacing: 2px;
    
}

.service-1-banner2 p span{
    color:#fcff2e;
    font-weight:600;
}
.service-1-section3{
    background:whitesmoke;
    height:470px;
}

.service-1-section3 .detail-part-1{
    background: #0064a1;
    border-radius: 80px;
    color:#fff;
    padding: 40px;
    height:375px;
    position: relative;
    bottom: 140px;
}

.service-1-section3 .detail-part-1 h3{
    padding-bottom:20px;
    font-size:16px;
    font-weight:700;
}

.service-1-section3 .detail-part-1 .service-1-p p{
    margin:0;
    font-size:12px;
}

.service-1-section3 .detail-part-1 .service-1-p p span{
    font-weight:600;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs .imgs-1{
    text-align:right;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs .imgs-1 img{
   width: 40%;
    position: relative;
    right: -35px;
    top:39px;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs .imgs-2{
    position: relative;
    top: -33px;
    right: 10px;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs .sers-8-2{
    top:-70px !important;
}
.service-1-section3 .detail-part-1 .service-1-section-imgs .sers-8-1 img{
    top:-7px !important;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs .imgs-2 img{
    width:70%;
}


/*kkslvnsd*/

.service-1-section3 .detail-part-1 .service-1-section-imgs-2 .imgs-1{
    text-align:right;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs-2 .imgs-1 img{
   width: 40%;
    position: relative;
    right: -35px;
    top: 39px;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs-2.imgs-2{
    position: relative;
    top: -80px;
    right: 10px;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs-2 .imgs-2 img{
    width: 70%;
    bottom: 34px;
    right: 13px;
    position: relative;
}
.service-1-section3 .detail-part-1 .service-1-section-imgs-2 .imgs-2-ser4 img {
    bottom:51px;
}
.service-1-section3 .detail-part-1 .service-1-section-imgs-2 .imgs-1-ser4 img {

    top:22px;
}

/*djfgdjf*/

.service-1-section3 .detail-part-1 .service-1-section-imgs-3 .imgs-1{
    text-align:right;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs-3 .imgs-1 img{
   width: 40%;
    position: relative;
    right: -35px;
    top:40px;
}

.service-1-section3 .detail-part-1 .service-1-section-imgs-3 .imgs-2{
    position: relative;
    top: -33px;
    right: 10px;
}
.service-1-section3 .detail-part-1 .service-1-section-imgs-3 .sers-3-3{
    position: relative;
    top: -72px !important;
    right: 10px; 
}
.service-1-section3 .detail-part-1 .service-1-section-imgs-3 .sers-3-1 img{
        top: 8px !important;

}

.service-1-section3 .detail-part-1 .service-1-section-imgs-3 .imgs-2 img{
    width:70%;
}


/*lmkfjg*/


.service-2-top{
     background-image: url(../img/service-2-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
}

.service-2-section{
    padding: 60px 0 150px;
    margin-bottom: 15px;
}

.service-2-section .service-2-detail-right .service2-img1{
    position: absolute;
    right: 124px;
    margin-top: -35px;
}

.service-2-section .service-2-detail-right .service2-img1 img{
    border-radius: 50%;
    width: 280px;
    height: 280px;
}

.service-2-section .service-2-detail-right .service2-img2{
    position: absolute;
    right: 75px;
    padding-top: 138px;
}

.service-2-section .service-2-detail-right .service2-img2 img{
    border-radius: 50%;
    width: 340px;
    height: 340px;
}
.service-2-section .service-2-detail-right .service2-img3{
   position: absolute;
    right: 299px;
}

.service-2-section .service-2-detail-right .service2-img3 img{
     border-radius: 50%;
    width: 410px;
    height: 410px;
    /* position: absolute; */
    /* margin-top: -280px; */
    
}

.service-2-section .service2-detail-left p{
    font-size: 14px;
    padding-right: 35px;
    text-align: justify;
    color:#878787;
}

.service-2-section .service2-detail-left h3{
    font-size: 45px;
    font-weight: 600;
    color: #00639c;
}

.service-2-bg{
    background: #0a589a url(../img/mon1.jpg) !important;
    background-position:center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 145px 0 185px;
    background-blend-mode: multiply; 
}
.service-2-banner2 {
    background: #0a589a url(../img/mon.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 145px 0 185px;
    background-blend-mode: multiply; 
    
}

.service-7-bg-new{
    background: url(../img/bgservice7.jpg) !important;
    background-attachment: fixed;
    background-size: cover !important;
    /*padding: 145px 0 185px;*/
    /*background-blend-mode: multiply;*/
}
.service-6-bg{
    background: #0a589a url(../img/image-04.jpg) !important;
    background-position: bottom !important;
    background-size: cover !important;
}
.service-2-banner2 p{
    color:#fff;
    text-align:center;
    font-weight:200;
    font-size: 45px;
    letter-spacing: 2px;
    float:right;
    
}

.service-2-banner2 p span{
    color:#fcff2e;
    font-weight:600;
}

.service-2-banner2 .arrow i{
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px 15px;
}

.service-3-top{
     background-image: url(../img/slide.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
}

.service-3-section1 .service3-left h3{
    font-size: 50px;
    font-weight: 600;
    color: #0a589a;
}

.service-4-top{
     background-image: url(../img/service-4-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    background-position:center;
    margin-top:80px;
}
.service-4-section1 h3{
    color: #00629e;
    font-size: 50px;
    font-weight: 600;
}

.service-4-section1 .service-4-p p{
    font-size: 14px;
    padding-right: 40px;
    text-align:justify;
    color:#878787;
}

.service-4-section1 .service-4-p .service-4-list{
    padding-bottom:20px;
}

.service-4-section1 .service-4-p .service-4-list li{
    font-weight:600;
   color: #706262;

}

.service-4-section1 .service-4 .service4-img-right{
    text-align:center;
}

.service-4-section1 .service-4 .service4-img-right img{
    width:70%;
}

.service-4-section2{
    background-image: url(../img/oop.png);
    background-repeat: no-repeat;
    background-size: contain;
    height:479px;
    position:relative;
}

/*.service-4-section2 .service-4-bg{*/
/*background-color: #0064a1;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 50%;*/
    /* padding: 180px; */
/*    top: 230px;*/
/*    right: 0;*/
/*    border-radius: 230px 0 0px 230px;*/
/*    height: 323px;*/
/*}*/

.service-4-section2 .service-4-bg{
        background-color: #0064a1;
    content: '';
    display: block;
    position: absolute;
    width: 59%;
    /* padding: 180px; */
    top: 109px;
    right: 0;
    border-radius: 230px 0 0px 230px;
    height: 379px;
}

.service-4-section2 .service-4-bg p{
    font-size: 15px;
    /* padding-right: 64px; */
    /* padding: 134px 130px; */
    margin: 0;
    position: absolute;
    /* height: 350px; */
    top: 125px;
    left: 135px;
    right: 135px;
    color:#fff;
    line-height:20px;
}

.service-4-section2 .service-4-bg p{
    font-size: 19px;
    padding-right: 6px;
    line-height: 25px;
}
.service-4-section2 .service-4-bg span{
    color:yellow;
    font-size:31px;
}

.banner-ser-3 {
     text-align: center;
    width: 100%;
      opacity: 0.3;
      margin-bottom:60px;

}
.baner-ser-3 img{
    width: 90%;
  
}

.breadcrumbs6 {
	background: linear-gradient(45deg, #0064a1 50%, transparent 80%);
}

.section-1{
    background-image: url(../img/service3_headder1.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0 0 250px 0;
    background-position:center;
    margin-top:80px;
  
}

.section-2-left h3{
    padding-top:50px;
    font-size: 80px;
    color: #03619f;
    font-weight: 600;
}
.section-2-left p{
    font-size: 15.1px;
    text-align: justify;
    color:#878787;
}
.section-2-right{
    text-align: center;
}
    .section-2-right img{
    width: 78%;
    }

.section-3{
      /* background-image: url(../img/service3section.png); */
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    /* margin-bottom: 60px; */
     top: -178px; 
}
.section-3{
    padding:0px;
    /*margin-bottom:27px;*/
}


.pip span{
    color:#fff600;
    font-size:28px;
}
.pip {
    font-size:18.5px;
}
.border-section-4{

   
    position: absolute;
    left: 49%;
    margin-top: 14%;
    width: 600px;
    color: #fff;
}

.border-section{

    position: absolute;
    left: 45%;
    margin-top: 10%;
}
.section-3 .text{
    color: white;
}

.section-3 .text p{
  font-size: 20px;
    padding-top: 140px;
    text-align: left;
    padding: 124px 135px;
    font-weight: 600;
}
.section-3 .text .span1{
    font-size: 48px;
    color: #fff600;
    font-weight: 600;
}

.section-3 .text .span2{
    font-size: 48px;
    font-weight: 600;
}

.service-4-section3-new {
	background-image: none !important;  
	padding-top: 60px !important
}

.service-4-section3{
  background-image:url(../img/our_cou.png);  
  background-size:90%;
  background-repeat:no-repeat;
  padding-bottom:120px;
  padding-top:110px;
      background-position: bottom;

}

.service-4-section3 p{
    font-size: 15px;
    /*text-align: justify;*/
    color:#878787;
}
.service-4-section3 p span{
    font-size: 20px;
    font-style: italic;
    color: #0a589a;
}
.service-4-section3 h3{
    font-size: 40px;
    font-weight: 600;
    color: #00629e;
}

.service-4-section3 .circles-section3, .service-4-section3 .circles2-section3{
    display:flex;
    justify-content:center;
}

.service-4-section3 .circles-section3 .first-circle, .service-4-section3 .circles-section3 .second-circle, .service-4-section3 .circles-section3 .third-circle{
    width: 280px;
    height: 280px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #0a589a;
    padding: 111px 20px;
    margin-right: 25px;
    transition: transform .2s; 
}

.service-4-section3 .circles-section3 .first-circle:hover, .service-4-section3 .circles-section3 .second-circle:hover, .service-4-section3 .circles-section3 .third-circle:hover{
    color:#f9e800;
    transform:scale(1.2);
}
/*.service-4-section3 .circles-section3 .first-circle p, .service-4-section3 .circles-section3 .second-circle p, .service-4-section3 .circles-section3 .third-circle p{*/
/*   color:red; */
/*}*/

.service-4-section3 .circles-section3 .first-circle {
    color:#fff;
    transition: transform .2s;
}

.service-4-section3 .circles2-section3{
    padding-top: 30px;
    position: relative;
    right: 75px;
}

.service-4-section3 .circles2-section3 .first-circle , .service-4-section3 .circles2-section3 .second-circle, .service-4-section3 .circles2-section3 .third-circle{
    width: 280px;
    height: 280px;
    /*line-height: 60px;*/
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #0062a0;
    padding: 111px 20px;
    margin-right: 25px;
    transition: transform .2s; 
}

.service-4-section3 .circles2-section3 .first-circle:hover , .service-4-section3 .circles2-section3 .second-circle:hover, .service-4-section3 .circles2-section3 .third-circle:hover{
    color:#f9e800;
    transform:scale(1.2);
}




.service-77-top {
     background-image: url('../img/Talent Acqusition.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
    background-position: bottom;
}

.service-6-top{
     background-image: url('../img/Direct Recruitment.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
    background-position: bottom;
}

.service-22-top{
     background-image: url('../img/logistic-banner.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
    background-position: bottom;
}


.service-6-section{
    padding: 60px 0 150px;
    margin-bottom: 80px;
}

.service-6-section .service-6-detail-right .service6-img1{
    position: absolute;
    right: 70px;
    margin-top: -35px;
}

.service-6-section .service-6-detail-right .service6-img1 img{
    border-radius: 50%;
    width: 280px;
    height: 280px;
}

.service-6-section .service-6-detail-right .service6-img2{
    position: absolute;
    right: 106px;
    padding-top: 175px;
    z-index:-1;
}

.service-6-section .service-6-detail-right .service6-img2 img{
    border-radius: 50%;
    width: 320px;
    height: 320px;
}
.service-6-section .service-6-detail-right .service6-img3{
   position: absolute;
    right: 315px;
}

.service-6-section .service-6-detail-right .service6-img3 img{
     border-radius: 50%;
    width: 357px;
    height: 357px;
    left: 26px;
    position: relative;
    /* position: absolute; */
    /* margin-top: -280px; */
    
}

.service-6-section .service6-detail-left p{
    font-size: 14px;
    padding-right: 35px;
    text-align: justify;
    color:#878787;
}

.service-6-section .service6-detail-left h3{
    font-size: 45px;
    font-weight: 600;
    color: #0a589a;
}


.service-8-top{
     background-image: url(../img/shutterstock_590291639.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    background-position: center;
    margin-top:80px;
}



.service-5-top{
     background-image: url(../img/camp-banner111.jpg);
     background-image: url('../img/CAMPS  ACCOMMODATION SOLUTIONS.jpeg');
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    background-position:center;
    margin-top:80px;
}

.service-5-section1 h3{
    font-size: 45px;
    color: #0061a9;
    font-weight: 600;
}
.service-5-section1 p{
    text-align: justify;
    font-size: 14px;
    padding-right: 150px;
    color:#878787;
}
.service-5-section1 .service5-img-section .service5-img img{
    width: 75%;
    position: relative;
    bottom: 40px;
}

.service-5-section2{
    background-image:url(../img/Untitled-19-01.png);
    background-size:cover;
    padding-bottom: 165px;
    width:95%;
    
}

.service-5-section2 .service5-circles .circle-01{
    width: 370px;
    height: 370px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #0061a9;
    padding: 100px 17px;
    position: relative;
    left: 33px;
    z-index: 1;
    /*mix-blend-mode:multiply;*/

}
.service-5-section2 .service5-circles .circle-01 h4{
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.service-5-section2 .service5-circles .circle-01 p{
    font-size: 17px;
    padding: 0 25px;
    line-height: 22px;
}

.service-5-section2 .service5-circles .circle-02{
      width: 370px;
    height: 370px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #0061a9;
    padding: 100px 30px;
        z-index: 2;
    mix-blend-mode: multiply;
}

.service-5-section2 .service5-circles .circle-02 h4{
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.service-5-section2 .service5-circles .circle-02 p{
     font-size: 17px;
    line-height: 22px;
}
.service-5-section2 .service5-circles .circle-03 p{
        font-size: 15px;
    padding: 0 18px 0px 18px;
}

.service-5-section2 .service5-circles .circle-03 h4{
    font-weight: 600;
    margin: 0;
    font-size:20px;
}

.service-5-section2 .service5-circles .circle-03{
      width: 370px;
    height: 370px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #0061a9;
    padding: 100px 32px;
        z-index: 3;
    position: relative;
    right: 27px;
    mix-blend-mode: multiply;
}

.service-5-section2 .service5-circles .circle-01:hover,.service-5-section2 .service5-circles .circle-02:hover,.service-5-section2 .service5-circles .circle-03:hover{
  background: #cac22c;
    transform: scale(1.1);
    z-index: 65;
    mix-blend-mode: inherit;
}

.service-5-section3 .brand-1 img, .service-5-section3 .brand-2 img, .service-5-section3 .brand-3 img, .service-5-section3 .brand-4 img, .service-5-section3 .brand-5 img{
    width:100%;
}

.service-5-section3{
    background: linear-gradient(180deg, #f4f4f4 60%, #fff 95%);
    padding: 60px 160px 130px;
}

.service-5-section3 h4{
    text-align: center;
    padding-bottom: 75px;
    color:#878787;
}


.service-7-top{
     background-image: url(../img/shutterstock_1704424636-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    border-radius: 0px 0px 250px 0px;
    margin-top:80px;
}

.service-7-section2 .service7-desc p{
    color:#878787;
}

.service-7-section1 h3{
    font-size: 48px;
    font-weight: 700;
    color: #0a589a;
}

.service-7-section1 p{
    text-align: justify;
    font-size: 15px;
    color:#878787;
}

.service-7-section1 .service-7-img-part{
    text-align:center;
}

.service-7-section1 .service-7-img-part img{
    width: 70%;
    position: relative;
    bottom: 55px;
}

.service-7-section2 .circles-7-part1 .circles-7-first{
    background-image: url(../img/enery.jpg);
    background-size: cover;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.service-7-section2 .circles-7-part1 .circles-7-desc .circles-first-img img{
    width:8%;
    padding-bottom:8px;
}


/* for vibration */
.image_animation{
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

@keyframes example {
  0%   {margin-left:0px; margin-top:0px;}
  15%   {margin-left:0px; margin-top:3px;}
  25%  {margin-left:0px; margin-top:0px;}
  45%  {margin-left:0px; margin-top:3px;}
  65%   {margin-left:0px; margin-top:0px;}
  85%  {margin-left:0px; margin-top:3px;}
  100% {margin-left:0px; margin-top:0px;}
}



.service-7-section2 .service7-border .service7-img1{
    text-align:center;
}

.service-7-section2 .service7-border .service7-img1 img{
    width: 220px;
    border-radius: 50%;
    height: 220px;
}

.service-7-section2 .service7-border .service7-nb{
    position: relative;
    bottom: 35px;
    left: 15px;
}

.service-7-section2 .service7-border .service7-nb .img-nb{
    padding-bottom:5px;
}
.service-7-section2 .service7-border .service7-nb .img-nb img{
    width:65px;
}


.service-7-section2 .service7-border{
    position: relative;
    left: 95px;
}


.service-7-section2 .service7-right{
    position: relative;
    left: -25px;
}

.service-7-section2 .service7-border1 .service7-img1{
    text-align:center;
}

.service-7-section2 .service7-border1 .service7-img1 img{
    width: 220px;
    border-radius: 50%;
    height: 220px;
}

/*.service-7-section2 .service7-border1 .service7-nb{*/
/*    position: relative;*/
/*    bottom: 35px;*/
/*    left: 15px;*/
/*}*/

.service-7-section2 .service7-border1 .service7-nb .img-nb{
    padding-bottom:5px;
}
.service-7-section2 .service7-border1 .service7-nb .img-nb img{
    width:65px;
}


.service-7-section2 .service7-text-right .text-1 h5, .service-7-section2 .service7-text-right .text-2 h5, .service-7-section2 .service7-text-right .text-3 h5,
.service-7-section2 .service7-text-right .text-4 h5, .service-7-section2 .service7-text-right .text-5 h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.service-7-section2 .service7-text-right .text-1 p, .service-7-section2 .service7-text-right .text-2 p, .service-7-section2 .service7-text-right .text-3 p,
.service-7-section2 .service7-text-right .text-4 p, .service-7-section2 .service7-text-right .text-5 p{
    line-height: 20px;
    font-size: 15px;
    text-align: justify;
    color:#878787;
}

.service-7-section2 .service7-text-right{
    padding-top: 85px;
}

.service-7-section2{
    padding-bottom:100px;
}

.service-8-bg{
    background: #0a589a url(../img/service-88-banner.jpg) !important;
    background-position: center !important;
     background-attachment: fixed;
    background-size: cover !important;
    padding: 145px 0 185px;
    background-blend-mode: multiply; 
}
.service-8-section .service8-section1{
    padding-top:50px;
}
.service-8-section .service8-section1 h3{
    font-size: 40px;
    font-weight: 600;
    color: #06629e;
}

.service-8-section .service8-section1 p{
    text-align: justify;
    color: #878787;
    line-height: 20px;
    padding-right:91px;
    font-size:14px;
}
.service-8-section .service8-img-part .section-8-img{
    text-align:right;
}
.service-8-section .service8-img-part .section-8-img img{
    width: 70%;
    position: relative;
    bottom: 50px;
}

.title_2{
    font-size: 80px !important;
}

.services_list{
    padding-left:50px;
    width:100%;
}

.services_list .col1-first{
    width: 210px !important;
    height: 210px !important;
    border-radius: 50% !important;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    float:left;
    margin-left: 25px;
}

.count_number:hover{
    color:#f9e800;
}


/*.services_list .column1 .bg_bg_1:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-1.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_2:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/Im3.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_3:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-3.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_4:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-4.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_5:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-5.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_6:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-6.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_7:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-1.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/

/*.services_list .column1 .bg_bg_8:hover{*/
/*    text-align: center;*/
/*    background-image: url(../img/service-8.png);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*}*/





/* for vibration */
.image_animation_gofar{
    animation-duration: 1s;
    animation-name: go_far;
    animation-delay: 1s;
    animation-iteration-count: 1;
    z-index: 999;
}

.image_animation_gofar1{
    animation-duration: 1s;
    animation-name: go_far1;
    animation-delay: 1s;
    animation-iteration-count: 1;

}

@keyframes go_far {
  0%   {margin-left:0px; margin-top:-10px;}
  10%   {margin-left:0px; margin-top:-20px;}
  20%  {margin-left:0px; margin-top:-40px;}
  40%  {margin-left:0px; margin-top:-70px;}
  60%   {margin-left:0px; margin-top:-80px;}
  100%  {margin-left:0px; margin-top:-90px;}
}

@keyframes go_far1 {
  0%   {margin-left:0px; margin-top:-90px;}
  10%   {margin-left:0px; margin-top:-80px;}
  20%  {margin-left:0px; margin-top:-70px;}
  40%  {margin-left:0px; margin-top:-40px;}
  60%   {margin-left:0px; margin-top:-20px;}
  80%  {margin-left:0px; margin-top:-10px;}
   100%  {margin-left:0px; margin-top:0px;}
}



.card {
	margin: 0 auto;
	padding: 0;
	border: none;
}
.card .carousel-item {
	min-height: 580px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	min-height:175px;
	/*padding: 15px;*/
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #0a589a;
	height: 40px;
	line-height: 32px;
	width: 40px;
	border-radius:50%;
}

.carousel-control-prev-home, .carousel-control-next-home {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #0a589a;
	height: 10px;
	line-height: 32px;
	width: 10px;
	border-radius:50%;
}

.carousel-control-prev-home2, .carousel-control-next-home2{
    background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #0a589a;
	height: 10px;
	line-height: 32px;
	width: 10px;
	border-radius:50%;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.carousel-control-prev {
	/*left: 38%;*/
	top: 30%;
	left: 20px;
}
.carousel-control-next {
	/* right: 77%; */
	top: 30%;
	left: 40px;
}
/*.carousel-control-next-home{*/
/*    right:82%;*/
/*}*/
.carousel-control-prev-logo{
    left:42%;
	left: unset;
	left: 20px;
}

.carousel-control-next-logo{
    right: 41%;
} 

.carousel-control-prev-logo, .carousel-control-next-logo {
    top:80% !important;
}

.carousel-control-prev-icon-logo, .carousel-control-next-icon-logo{
    background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #0a589a;
	height: 13px;
	line-height: 32px;
	width: 13px;
	border-radius:50%;
}

.midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #cd3a54;
}

.project .project-left-3{
    /*padding-top:70px;*/
}
.project .project-left-3 .project-img2 img{
     width:120px;
     height:120px;
     right:100px;
}
.min{
  width:150px;
     height:150px;
     bottom:15px;
}
.carousel-control-prev, .carousel-control-next{
    top:100%;
}

.card .carousel-item-logo {
	min-height: 450px;
}

 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}


/*********Project***************/
.project-section{
    /*height:870px;*/
}
.project-section .bg-part{
    position:relative;
}

.project-section .bg-part .project-part1{
    background: #0060a0;
    position: relative;
    top: -50px;
    border-radius: 0px 0px 200px 0px;
    height: 545px;
    padding:10px;
}

.project-section .bg-part .project-part1 .part1-img1{
    position: absolute;
}

.project-section .bg-part .project-part1 .part1-img1 img{
    width: 50%;
    position: relative;
    bottom: -365px;
   
}

.project-section .bg-part .project-part1 .part1-img2 img{
    width: 25%;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    bottom: 105px;
}

.project-section .bg-part2{
    position:relative;
}

.project-section .bg-part2 .project-part2{
    background: #04558a;
    position: relative;
    top: -295px;
    border-radius: 0px 0px 200px 0px;
    height: 420px;
    padding:10px;
    /*width: 308px;*/
    bottom: 0px;
    z-index: -1;
}

.project-section .bg-part2 .project-part2 .part2-img1{
    position: absolute;
}

.project-section .bg-part2 .project-part2 .part2-img1 img{
    width: 50%;
    position: relative;
    bottom: -250px;
   
}

.project-section .bg-part2 .project-part2 .part2-img2 img{
     width: 25%;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    bottom: 100px;
}

.project-section .part-2 h4{
    color: #0a589a;
    font-weight: 600;
    font-size: 25px;
}

.project-section .part-2{
   /* padding-top:10px;
    padding-bottom:40px;
    */
	padding-top:20px;
	padding-bottom: 20px;
}

.project-section .part-2 .part2-list{
    list-style:none;
}

.project-section .part-2 .part2-list li span{
    font-size: 16px;
    font-weight: 600;
    color:#747474;
}

.project-section .bg-part3{
    position:relative;
}

.project-section .bg-part3 .project-part3{
    background: #0060a0;
    position: absolute;
    top: -530px;
    border-radius: 0px 0px 200px 0px;
    height: 420px;
    padding:10px;
    width: 306px;
    bottom: 0px;
    z-index: -2;
}

.project-section .bg-part3 .project-part3 .part3-img1{
    position: absolute;
}

.project-section .bg-part3 .project-part3 .part3-img1 img{
    width: 50%;
    position: relative;
    bottom: -250px;
   
}

.project-section .bg-part3 .project-part3 .part3-img2 img{
     width: 25%;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    bottom: 100px;
}



.project-section .bg-part4{
    position:relative;
}

.project-section .bg-part4 .project-part4{
    background: #0060a0;
    position: absolute;
    top: -530px;
    border-radius: 0px 0px 200px 0px;
    height: 420px;
    padding:10px;
    width: 306px;
    bottom: 0px;
    z-index: -2;
}

.project-section .bg-part4 .project-part4 .part4-img1{
    position: absolute;
}

.project-section .bg-part4 .project-part4 .part4-img1 img{
    width: 50%;
    position: relative;
    bottom: -250px;
   
}

.project-section .bg-part4 .project-part4 .part3-img4 img{
     width: 25%;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    bottom: 100px;
}




.project-section .part-3 h4{
    color: #0a589a;
    font-weight: 600;
    font-size: 25px;
}

.project-section .part-3{
    padding-top:10px;
    padding-bottom:40px;
}

.project-section .part-3 .part3-list{
    list-style:none;
}

.project-section .part-3 .part3-list li span{
    font-size: 16px;
    font-weight: 600;
    color:#747474;
}


.service-section-1 .service-section1-img{
    text-align:right;
}

.service-section-1 .service-section1-img img{
    width:75%;
    margin-top: -100px;
}






.image {
  opacity: 1;
  transition: .5s ease;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  left: 56%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
    position: relative;
    top: 110px;
    z-index:99;
}
.sizee{
      font-size: 15px;
      color:white;
}
.service-section2-img  a{
        text-decoration: none;
}


.service-section-2 .icon-icon2 i{
    border: 1px solid #fff;
    padding: 7px 10px;
    border-radius: 50%;
    color:#fff;
}

.service-section-2 .middle .icon-service-hover{
    padding-right:95px;
}
.service-section-2 .middle .icon-service-hover img{
    border-radius: 0;
    height: auto;
    width: 45px;
}

.service-section2-img:hover .image {
  opacity: 0.3;
  /*background-color:#0064a1;*/
}

.service-section2-img:hover .middle {
  opacity: 1;
  /*background-color:#0064a1;*/
}

.service-section-2 .class-2-img{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background:#0a589a;
    z-index: 97;
    position: absolute;
    mix-blend-mode: multiply;
      background-blend-mode: multiply;

    left: 65px;
}

.height-2{
    top:26px !important;
}

.left_content{
    text-align: left;
}

.project-img1{
    width: 220px;
    height: 220px;
    
}

.project-img2 img{
    right: auto;
    left: 230px;
}
.hp{
        position: relative;
    bottom: 110px;
    padding: 20px;
    opacity: 0.5;
    text-align:center;
}
.service7-text-right h5{
 color :#706262;
}
.menu_button{
    display:none;
}

#close_menu {
    display: none;
}

.smooth_effect{
    transition-property: translateY;
    transition-duration: 0.4s;
    transition-delay: 0.5s;
    /*width:333px;*/
}


.group-4-circles div{
   padding: 35px !important;
    line-height: 215px !important;
}

 .group-3-circles div{
    padding: 35px !important;
    line-height: 215px !important;
}

.service-section-2{
    margin-top: 30px;
}

.service-section-1{
    padding: 210px 15px !important;
}


.services_left_side_in_home{
    float: left;
}
.services_right_side_in_home{
    float: right;
}


.servicesimgright {
	width: 100% !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	top: -90px !important;
}

section#about-timeline p {
    margin-bottom: 40px;
}






.linked_projects_in_services_title{
    max-height: 65px;
    min-height: 65px;
}

.linked_projects_in_services_description{
    min-height: 150px;
    max-height: 150px;
}
.linked_projects_in_services_image_1{
    width: 200px;
}
.linked_projects_in_services_image_2{
    width: 100px;
    /* top: -7px; */
    /* position: absolute; */
    margin-top: -88px;
    margin-left: 10px;
}


.transition_effect{
                        transition-delay: 5ms;
                    transition-property: margin-top; 
                    }
.carousel-control-prev-home2{
    left: 0px;
}

.group-section-img{
    margin-top: 100px;
}

.service-section-1{
    padding-left: 20px;
    padding-right: 20px;
}

.part2-list p{
    padding: 0px;
    margin:0px;
}
a{
   text-decoration: none; 
}
a:hover{
     text-decoration: none; 
}
.cand_section_home_page{
padding-top: 100px;
	padding-bottom: 0px;
}

/* here */
.section_lower_projects_new p,
	.section_lower_projects_new h4 {
		color: white;
	}
	
	.section_lower_projects_new {
		padding-bottom: 0;
	}
	
	.section_lower_projects_new .bggrad {
		position: absolute;
		width: 100%;
		background: black;
		opacity: 0.4;
		height: 100%;
		transition: 0.3s all;
	}
	
	.section_lower_projects_new .content {
		bottom: 20px;
		padding: 0 20px;
		position: absolute;
	}
	
	.section_lower_projects_new .imgholdercontent:hover .bggrad {
		opacity: 0.3;
	}
	
	.p0 {
		padding: 0;
	}
	
	.section_lower_projects_new h4 {
		font-family: helvetica-light;
		font-family: helvetica-light1;
		font-family: helvetica-light2;
		font-family: helvetica-light3;
	}
	
	.section_lower_projects_new p {
		margin-bottom: 0;
		font-size: 13px;
	    font-family: helvetica-light;
		font-family: helvetica-light1;
		font-family: helvetica-light2;
		font-family: helvetica-light3;
	}
	
	.section_lower_projects_new .imgholdercontent {
		height: 600px;
		position: relative;
	}
	
	h3.h3title {
	    color: #0061a3;
		font-size: 80px;
		font-family: Helvetica;
		font-weight: 600;
		line-height: 70px;
	    margin-bottom: 30px;
	}
	
	.project_section_new p {
		text-align: justify;
		font-family: Helvetica;
		color: #878787;
		margin-bottom: 40px;
	}

	.project-top-new {
		background-image: url(../img/Milestone.jpg);	
	}

	.timelinediv {
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.coldivimg {
		text-align: center;
	}

	.timeline-line {
		height: auto; 
		position: absolute; 
		margin: auto; 
		right: 0; 
		left: 0; 
		padding-top: 90px;
	}

	h4.timelineh {
		color: #0061a3;
		font-family: helvetica-bold !important;
		text-align: left;
		text-transform: uppercase;
		font-size: 42px;
		padding-top: 5px;
	}

	.timelinereadmore:hover {
		background: white;
		color: #0160a2;			
		border: 1px solid #0160a2;
	}

	.timelinereadmore {
		background: #0160a2;
		transition: 0.3s all;
		color: white;
		outline: none;
		border: 1px solid #0160a2;
		float: left;
		cursor: pointer;
		border-radius: 20px;
		width: fit-content;
		letter-spacing: 0.5px;
		padding: 5px 11px;
		font-size: 12px;
	}

	.col-md-5.coldivimg img {
		width: 100%;
	}

	.coldivimg img {
		width: auto;
	}

	.col-md-2.coldivimg.line4lower {
	
		top: 0px;
		margin: auto;
		left: 0;
		right: 0;
	}

	.col-md-2.coldivimg.line4upper {

		bottom: 0px;
		margin: auto;
		left: 0;
		right: 0;
	}

	.col-md-2.coldivimg.line4upper img {
		transform: rotate(180deg);
	}

	
.breadcrumbs2 {
	background: linear-gradient(45deg, #0064a1 40%, transparent 55%);
}

.breadcrumbs4 {
	background: linear-gradient(45deg, #0064a1 30%, transparent 45%) !important;
}	

.breadcrumbs3 {
	background: linear-gradient(45deg, #0064a1 30%, transparent 50%) !important;
}

.breadcrumbs5 {
	background: linear-gradient(45deg, #0064a1 34%, transparent 52%) !important;
}

.breadcrumbs6 {
	background: linear-gradient(45deg, #0064a1 50%, transparent 70%) !important;
}

.breadcrumbs7 {
	background: linear-gradient(45deg, #0064a1 45%, transparent 67%) !important;
}


.service-section-1-img-div,
.service1-section-1-img-div {
	position: absolute; 
	right: 0;
}

.newservice3s2 p {
	overflow: hidden;
    color: white;
    font-size: 17px ;
    font-family: helvetica-light;
    padding: 0px 24px;
}

@media (min-width: 0px) and (max-width: 800px) {
	
	
	.mobile_logo{
	width:50%;
	}
	.section_lower_projects_new .imgholdercontent {
		height: 550px !important;
	}
	
	.section-candidates-w-v .colorgrey {
		
		color: #474747;
	}
	
	.group-3.group-3-new {
		border-radius: 0px 190px 190px 0px !important;
		padding-top: 30px !important;
	}
	
	img.imglogoabout {
		width: 170px;
	}
	
		.service-4-section3 .circles-section3 .first-circle, .service-4-section3 .circles-section3 .second-circle, .service-4-section3 .circles-section3 .third-circle {

		margin: 5px auto !important;
	}
	
	.service-section-2.remove_overflow.service6s2 {
		overflow: visible !important;
	}
	
	.service-section-1 .our-service-1 {
		
	}
	
	.s6newsection .our-service-1 {
		padding: 0;
	}
	
	.newservice2s1 h3,
	.newservice4s1 h3, 
	.newservice3s1 h3,
	.newservice3s2 h3 {
		padding: 20px 0px 5px 0px !important;
		font-size: 25px !important;
	}
	
	.newservice3s1 .imgholder,
	.newservice2s1 .imgholder,
	.newservice3s2 .imgholder,
	.newservice4s1 .imgholder {
		height: 320px !important;
	}
	
	
	.service-4-section3 .circles-section3 .first-circle:hover, .service-4-section3 .circles-section3 .second-circle:hover, .service-4-section3 .circles-section3 .third-circle:hover {
    color: #f9e800;
    transform: scale(1.03);
}
	.service-5-section2 .service5-circles .circle-01, .service-5-section2 .service5-circles .circle-02, .service-5-section2 		.service5-circles .circle-03 {
		left: 0px;
		width: 310px;
		height: 310px;
		padding: 75px 5px;
	}
	
	.newservice1s2 p,
	.newservice2s1 p,
	.newservice3s1 p,
	.newservice3s2 p,
	.newservice4s1 p,
	.service-5-section2 .service5-circles .circle-03 p,
	.service-5-section2 .service5-circles .circle-02 p,
	.service-5-section2 .service5-circles .circle-01 p {
		font-size: 14px !important;
	}
	
	.service6-section-1 {
		padding: 0 !important;
	}
	
	.service6n-section1-img {
		position: initial !important;
		width: 90% !important;
		height: 230px !important;
		float: right !important;
		
	}
	
	.bgimgright img {
		position: initial !important;
		width: 100% !important;
		height: 230px !important;
		float: right !important;
		
	}
	
	.service-5-section2 .service5-circles .circle-01:hover, .service-5-section2 .service5-circles .circle-02:hover, 				.service-5-section2 .service5-circles .circle-03:hover {
		transform: scale(1.03) !important;
	}
	
	.service-section1-img {
		top: 0 !important;
		height: 200px !important;
		position: initial !important;
	}
	
	.newservicess2 .image-service-m-page {
		width: 90% !important;
		margin-bottom: 20px;
	}
	
	.newservice1s2 .rightside {
		padding-left: 0px !important;
	}
	
	.newservice1s2 .leftside {
		padding: 0 12px !important;
	}
	
	.newservice1s2 img.smallimg {
		width: 160px !important;
		height: 160px !important;
		top: 17% !important;
	}
	
	.newservice1s2 img.bigimg {
		height: 250px !important;
		width: 250px !important;
	}
	
	.newservicess2 .rightside li {
		font-size: 14px !important;
	}
	
	.newservicess2 .rightside h4 {
		font-size: 25px !important;
	}
	
	.newservicess2 .content,
	.newservice1s2 .content {
		display: grid !important;
	}
	
	.service-section-1-img-div,
	.service1-section-1-img-div {
		position: relative; 
	}
	
	.service6n-section1-img {
		position: initial !important;
		height: 290px !important;
	}
	
	.service-section-1 {
		padding: 20px 0px 20px 15px !important;
	}
	
	.service-1-bg-img {
		height: 400px !important;
	}
	
	.s6s1 {
		padding: 0 !important;
	}
	
	.s6s1 .service6n-section1-img {
		height: 230px !important;
	}
	
	
	.flex {
		display: block;
	}
	
	.service6s2 .about-eos {
		
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.displaygrid {
		display: grid !important;
	}
	
	.s6newsection {
		padding: 20px 15px !important;
	}
	
	.service-section-2 .service-1-part1 {
		width: 280px;
    	height: 280px;
	}
	
	.newservice1s2 h3 {
	    font-size: 25px !important;
	}

	.newservice1s2 .content {
		padding: 50px 0 !important;
	}
	
	.breadcrumbs6 {
		background: linear-gradient(45deg, #0064a1 50%, transparent 93%) !important;
	}
	
	.breadcrumbs2 {
		background: linear-gradient(45deg, #0064a1 45%, transparent 85%) !important;
	}
	
	.breadcrumbs1 {
		background: linear-gradient(45deg, #0064a1 60%, transparent 90%) !important;
	}
	
	.breadcrumbs3 {
		background: linear-gradient(45deg, #0064a1 50%, transparent 90%) !important;
	}
	
	.breadcrumbs4 {
		background: linear-gradient(45deg, #0064a1 53%, transparent 85%) !important;
	}
	
	.breadcrumbs5 {
		background: linear-gradient(45deg, #0064a1 60%, transparent 90%) !important;
	}
	
	.breadcrumbs7 {
		background: linear-gradient(45deg, #0064a1 60%, transparent 90%) !important;
	}
	
	.breadcrumb-opp {
    	background: linear-gradient(45deg, #0064a1 60%, transparent 90%) !important;
	}
	
	.coldivimg.line4lower,
	.coldivimg.line4upper {
		position: absolute !important;
	}
	
	.desktopshow {
		display: none;
	}

	.mobileshow {
		display: block;
	}
	
	.group-section-img {
		height: 250px !important;
	}
    
	.group-section-img .gs_img55{
		width: 230px !important;
		height: 230px !important;
	}
	.group-section-img .gs_img4{
		width: 225px !important;
		height: 225px !important;
		right: 110px !important;
	}
	.group-section-img .gs_img66{
		width: 320px !important;
		height: 320px !important
	}
	.group-section-img .gs_imgmain{
		width: 250px !important;
		height: 250px !important;
		right: 100px !important;
		margin-top: 176px !important;
	}
	
	.service.before_side.remove_overflow.aos-init.aos-animate {
		height: 2220px !important;
	}
	
    .cand_section_home_page{
		padding-top: 0px;
	}
    
    
    #navbarCollapse ul{
        text-align: left;
        padding: 0px;
    }
    
    #navbarCollapse ul li{
        list-style-type: none;
    }
    #navbarCollapse{
        padding: 10px 20px 20px 5px !important;
    }
    .dropdown{
        padding-left: 15px;
        display: block !important;
    }
    
    .dropdown-item{
         border: none;
        background-color: #205f98;
            white-space: pre-wrap;
    }
    .fa-caret-down{
        display: inline-block;
        cursor: pointer;
    }
    
    .dropdown-menu{
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background-color: #205f98;
        border: none;
        position: unset;
    }
    .dropdown-menu.show{
        display: block;
    }
    .dropdown-menu a{
        border-bottom: solid 1px #ffffff21;
            padding-left: 5px;
            font-size:12px !important;
    }
    .header{
        /* position: absolute; */
    }
    
    
    #button_menu{
        width:50%;
        text-align:right;
                margin-top: 30px;
    }
    #home_logo{
        width:50%;
    }
  
 .header .logo img{
     width: 150px !important ;
 }
 .about {
         padding-top: 30px;
 }
 .home_video{
 height: 250px !important;
 }
 .title_2{
     font-size:32px !important;
 }
 .about .about-left .wpb_wrapper h4{
     font-size: 14px;
 }
 .about .about-right{
     text-align:center;
 }
 .about .about-right p {
  padding-left:0px;
 }
 .top{
     padding:15px !important;
     border-radius: 45px
 }
  .bottom{
      padding:15px !important;
        border-radius: 45px
 }
  .top h2{
     padding:0px !important;
     font-size:18px;
 }
 .top p{
     padding:0px !important;
     letter-spacing: 0px;
     word-spacing: 0px;
     font-size:12px;
     margin-bottom: 0px;
 }

 .top .send{
     padding:0px;
     line-height: 40px !important;
     font-size: 19px;
 }
 .home-top-banner-section{
     /*padding:0px !important;*/
 }
 .right-banner-section{
     text-align: -webkit-center;
 }
 .bottom h2{
    text-align: revert;
    font-size: 18px;
     /*padding: 15px; */
 }
 .bottom p{
         font-size: 15px;

 }
 .bottom .touch{
         line-height: 65px;
 }
    
    
    #navbarCollapse{
    position: fixed;
    left: 0px;
    width: 300px;
    height: 100%;
    background: #205f98;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 9999;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 1;
    top: 0px;
    box-shadow: 19px 2px 59px 15px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 19px 2px 59px 15px rgb(0 0 0 / 16%);
    -moz-box-shadow: 19px 2px 59px 15px rgba(0,0,0,0.16);
}
    
    #navbarCollapse a{
        color: #fff !important;
        font-size:14px;
    }

.display_none {
    display: none !important;
}
    .menu_button{
      display: inline-block;  
    }
#close_menu {
    display: block !important;
}
#navbarCollapse ul{
 position: unset !important;
 padding-left:14px;
}  

.counter .count-up-1{
    display: inline-block;
    margin-bottom: 30px;
}
footer{
    text-align:center;
}






/*contact page*/

.contact-top{
    border-radius: 0px 0px 75px 0px;
    height:180px;
    background-attachment: scroll;
    background-position: initial;
}
.breadcrumb {
    background:linear-gradient(45deg, #0064a1 20%, transparent 65%);
}
.contact-section-1 .contact-section-left {
    margin-top: 20px
    
}
.contact-form{
    height:auto;
}
.contact-right {
    padding-bottom:25px;
}

.form-1{
    width: 100% !important;

}
.form-2{
    width: 100% !important;
    display: block;
}
.form-3{
    width: 100% !important;
    display: block; 
    
}
.label-1{
    width:100%;
    padding-left:10px;
}
.input{
    width:100%;
}
.form-1,.form-2,.form-3,.form-4{
    display:block !important;
}
    


/*cANDIDATE PAGE*/

.candidate-top {
  height:180px;
  border-radius: 0px 0px 75px 0px;
 background-attachment: scroll;
    background-position: initial;
}
.candidate-section-1 .part-1{
    padding:0 70px;
}
.candidate-section-1 .part-2{
    padding:0 70px;
}
.candidate-section-1 .part-3{
    padding:0 70px;
}
.vide {
    height: 230px;
   
}
.candidate-section-1 .candidate-detail h5{
    text-align:center;
}
.candidate-section-1 .candidate-detail{
    margin-bottom:20px;
}
.candidate-img{
    text-align:center;

}
/*.candidate-section-1 .candidate-section1-title h3 {*/
/*font-size:41px !important;*/
/*line-height: 47px !important;*/
/*}*/
.candidate-form-group input{
    padding-left:45px;
}
.candidate-form .candidate-input {
  margin-left:0px;
}
    .candidate-form .candidate-form-group label{
        padding-left:10px;
    }
    .form-control{
        padding-left:12px !important;
    }
    
    
    

    /*our service*/
        .service-top{
        height:180px;
        border-radius: 0px 0px 75px 0px;
        background-attachment: scroll;
    background-position: initial;
             }
         .service-banner p span {
                font-size: 20px;
        }
        /*.service-banner p{*/
        /*        font-size: 20px;*/
        /*}*/
        
        /*.service-section-2 .service-section2-desc p{*/
        /*    padding-top:11px;*/
        /*    padding-right:0px;*/
        /*}*/
    .service-section-2 .service-section2-desc p{
        padding-right: 0px;
    }
    .service-our-img{
        margin-bottom:60px;
    }
    .service-our-img-3{
    margin-bottom:5px !important;

    }
    .middle {

        left:48%;
    }
    .middle-1{
        left:43%;
    }
    
    .service-section-2 .service-right{
        padding-left:0px;
    }
    .our-service-1 h3{
    	font-size: 28px !important;
		font-size: 24px !important;
    	padding-top: 0px !important;
    }
    .service-section-1 p{
        padding:0px;
    }
    .service-section1-img{
     position: relative;
    /*margin-top: 12px;*/
    /* margin-bottom: 135px; */
    left: 0px;
    }
    
    .height-2{
        padding-top:12px;
    }
    .height-3{
        padding-top: 35px;
    }
.service-section2-desc{
    padding-top:30px;
}
    .service-section-1 p{
        padding-right:0px;
    }
    .service-banner p {
          padding-top:0px;
    }
    .fa-caret-down{
        display: inline-block !important;
    }
    .dropdown-menu.show {
    background: #205f98 !important;
        
    }
    .header_section_homepage{
        height: 180px !important;
    }
    .left-side{
        clear: both;
    float: none !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-top: 30px !important;
    padding-right: 20px !important;
    }
    .project{
        border-radius: 70px 0px 0px 70px !important;
        display: block !important;
    }
    .project .project-left-1 .devise-h2 h2 {
    font-size: 42px !important;
    line-height: 42px !important;
    }
    .project .project-left-1 p{
        padding-right: 0px !important;
        font-size: 14px !important;
    }
    
    .project .project-left-2 .project-sub-2 p{
        font-size: 14px !important;
        line-height: auto !important;
    }
    .project .project-left-2 h3{
        margin-bottom: 0px !important;
    }
    .project .project-left-3{
        padding-top: 0px !important;
    }
    .project .project-left-3 .project-img1 img{
        width: 160px !important;
         height: 160px !important;
    }
    .project-img1{
          width: 160px !important;
         height: 160px !important;
    }
    .project .project-left-3 .project-img2 img{
        width: 90px !important;
         height: 90px !important;
    }
    .project .project-left-3 .project-img2 img{
        top: 200px !important;
    }
    .project-img2 img{
        left: 175px !important;
    }
    .project .project-left-1 p{
        padding-bottom: 0px !important;
    }
    .project .right-side{
          clear: both;
    float: none !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 30px !important;
    border-radius: 70px 0px 0px 70px !important;
    }
    .project_description_home_page_section{
         width: 100% !important;
    }
    .project .project-right-1 h2{
        font-size: 42px !important;
    line-height: 42px !important;
    }
    .project .project-right-1 p{
        padding-right: 0px !important;
        padding-right: 0px !important;
    font-size: 14px !important;
    }
    .card .carousel-caption .col-sm-9{
        width: 100% !important;
    }
    .banner-2{
        padding: 0px !important;  
        margin: 0px !important;
        margin-bottom: 20px !important;
        
        
    }
    .banner-2 h1{
        padding-top: 15px !important;
    }
    .home_banner_image{
        width: 90% !important;
        border-radius: 40px !important; 
    }
    .send_cv_home_page_section{
        font-size: 12px !important;
    }
    .zone{
        height: 400px !important;
    }
    
    .bottom p{
        font-size: 12px;
        letter-spacing: 0px ;
        margin-bottom: 0px;
    }
    .bottom .touch a{
        font-size: 15px;
    }
    
    .send_us_message_main_page{
        margin-bottom: 10px;
    }
    .our_services_home_page_section{
        font-size: 42px;
    }
    .services_list .col1-first{
        margin: 0px auto;
    }
    
    
    
    /*servicde 1*/
    .service-1-top{
        height:180px;
        border-radius:0 0 75px 0;
        background-position: -250px top;
        background-attachment: scroll;
        background-position: initial;
    }
    .service-1-section-1 .service-1-left p, .service-1-section-1 .service-1-right2 p{
        padding-right: 0px;
        padding-top:15px;
    }
    .service-1-section-1 .service-1-left h3{
        font-size:16px;
        line-height: 27px !important;
        
    }
        .service-1-section-1 .service-1-img img{
        width:260px;
    
    }
    .service-1-banner p{
        text-align:center;
    }
    .service-1-banner{
        padding:0px;
        height:435px;
    }
    .service-banner-1-text-mb{
        padding-top:80px !important;
    }
    .service-1-section-1 .service-1-img {

        margin-top:25px;
    }
    .service-1-section-1 .service-1-img2 img{
        width:260px !important;
    }
    .service-1-section-1 .service-1-right2 p{
        padding-right:0px;
    }
    .service-1-banner p{
        left:0px;
    }
    .service-section-2 .service-1-title h3{
        font-size:40px;
    }
    .service-section-2 .service-1-position{
        left:0px !important;
    }
    
    .service-section-2 .service-1-position2{
        left:0px !important;
    }
    .service-section-2 .service-1-position2{
    left:0px !important;

    }
    .service-section-2 .service-1-position3{
 left:0px !important;

    }
    .service-1-banner2{
        
    }
    
    .service-1-section3{
        height:auto;
    }
    .linked_projects_in_services_image_2 {
    margin-left: 5px;
    }
    .service-1-section3 .detail-part-1 {

        margin-bottom:110px;
    }
    
    /*service-2*/
    
     .service-2-top{
        border-radius:0 0 75px 0;
        height:180px;
         background-position: -300px top;
         background-attachment: scroll;
    background-position: initial;
    }
    .service-2-section .service2-detail-left h3{
            font-size: 22px;

    }
    .service-2-section .service2-detail-left p{
        padding-right:0px !important;
        font-size:14px !important;
        margin-top:-22px;
    }
    
    
    /*service 3?*/
    
     .section-1{
        border-radius:0 0 75px 0;
        height:180px;
    }
    
    .section-2-left h3{
        font-size:24px;
        padding-top:0px;
    }
    .section-3{
        height: 204px;
         top: -120px;

    }
    .border-section{
        left: 50%;
    /*top: 70px;*/
        height: 167px;
    top: 7%;

    }
    .banner-ser-3{
        padding-bottom:92px;
    }
    .section-3 .text p{
        padding-top:14px !important;
        padding:0px;
        font-size:9px;
    }
        .section-3 .text .span1 ,.section-3 .text .span2{
            font-size:16px;
            padding-bottom:30px;
        }
    .service-3-mb1{
        padding-top:38px;
    }
    
    
    
    /*service 4*/
     .service-4-top{
        border-radius:0 0 75px 0;
        height:180px;
     background-attachment: scroll;
    background-position: initial;
        
    }
    .service-4-section1 h3{
        font-size:32px;
    }
    
    
    
    /*service 5*/
    
     .service-5-top{
        border-radius:0 0 75px 0;
        height:180px;
      background-attachment: scroll;
    background-position: initial;

    }
    
    .service-5-section1 h3{
        font-size:22px;
    }
    .service-5-section1 p{
        padding-right:0px;
    }
    .service5-img{
        margin-top:60px;
        text-align:center;
    }

    
    .service-5-section3{
        padding: 0 0 0 0 !important;
            padding-bottom: 80px !important;

    }
    .service-5-section3 h4{
    padding-bottom: 21px;
    padding-top: 21px;
    font-size: 18px;
    }
    
    
    /*serrvic 6*/
    
     .service-6-top{
        border-radius:0 0 75px 0;
        height:180px;
       background-attachment: scroll;
    background-position: initial;
    }
    /*.service_6_mb{*/
    /*margin-bottom: 220px !important;*/
    /*margin-top: 122px !important;*/
    /*}*/
    .service-5-section2{
         background-size: contain;
          background-repeat: no-repeat;
          background-position: bottom;
    }
    
        /*serrvic 7*/
    
     .service-7-top{
        border-radius:0 0 75px 0;
        height:180px;
      background-attachment: scroll;
    background-position: initial;

    }
    .service-7-section2 .service7-border,.service-7-section2 .service7-right{
        left:0px;
    }
    .service7-desc{
        padding-left:12px;
    }
    .service-7-section2 .service7-border1 .service7-nb .img-nb{
        padding-left:7px;
    }
    .service-6-section .service6-detail-left h3 {

        font-size:24px;
    }
        /*serrvic 8*/
    
     .service-8-top{
        border-radius:0 0 75px 0;
        height:180px;
        background-attachment: scroll;
    background-position: initial;
    }
    .section-2-right img{
    margin-bottom:60px !important;
    }
    .service-8-section .service8-img-part .section-8-img{
        text-align:center;
    padding-top: 63px;
    }
    .service-7-section1 .service-7-img-part img {
bottom:55px;
        padding-top:70px;
    }
    .client-title h2{
        text-align: left;
    }
    .group-4 .group-3-circles .circle-5{
        margin-bottom: 15px; 
    }
    
    /*group page*/
    .group-top{
        border-radius:0 0 75px 0 !important;
        height:180px !important;
         background-attachment: scroll;
        background-position: initial;
    }
    
    .group-section-2 .group-2-left h3{
        font-size:32px;
    }
    .group-section-2 .group-2-left h3{
        font-size:44px;
    }
    .group-section-img{
        /* margin-bottom:485px; */
           /* margin-top: 30px !important; */
    }
    .group-3 h2 {
    font-size: 32px;
    }
    .section-bg{
        /*padding:1px;*/
    }
    .group-bg .section-bg .left h2{
        font-size:35px;
    }
    .group-bg .section-bg .left i{
        font-size:35px;
    }
    /*.smooth_effect{*/
    /*width: 258px !important;*/
    /*position: absolute;*/
    /*right: 100px !important ;*/
    /*z-index: 3;*/
    /*margin-top: -28px !important;*/
    /*}*/
    /*.smooth_effect1{*/
    /*    width: 200px !important;*/
    /*position: absolute;*/
    /*right: 0px !important;*/
    /*z-index: 1;*/
    /*margin-top: -25.5px !important;*/
    /*}*/
    /*.smooth_effect2{*/
    /*width: 185px !important;*/
    /*position: absolute;*/
    /* right: -20px;*/
    /*z-index: 2;*/
    /*margin-top: 91px !important;*/
    /*}*/
    .group-bg .section-bg .left{
        /*padding-left:30px;*/
    }
    .section-bg { 
        border-radius: 40px;
            height: auto;
        top:60%;
        padding:0.5px !important;
    }
    .group-banner-bg .banner-content h2{
        font-size:30px !important;
    }
    .banner-button {
        width: 100% !important;
    display: block !important;
    }
    .btn1{
    width: 100%;
    text-align: center;
    margin-top:30px !important;
    }
    .btn2{
            width: 100%;
    text-align: center;
    margin-top: 30px !important;
    }
    .group-banner-bg .banner-button{
        padding-left:0px !important;
    }
    .client-title h2 {
     /*font-size:42px;*/
     padding-top:30px;
    }
    .client-title p{
      text-align:left;
    }
    .group-3{
        border-radius:0 0 75px 0;
    }
    .group-3{
    border-radius: 0px 75px 0px 0px;
    }
    .text-group-12{
        text-align: left;
    display: contents;
    }
.group-4 .group-4-circles ,.group-4 .group-3-circles{
      display:block;
  }
  
.group-4 .group-4-circles .circle-1, .group-4 .group-4-circles .circle-2,.group-4 .group-4-circles .circle-3,.group-4 .group-4-circles .circle-4 ,.group-4 .group-3-circles .circle-5,.group-4 .group-3-circles .circle-6,.group-4 .group-3-circles .circle-7{
    margin:0px auto;
    left:0px;
    margin-top:15px;
}

.group-4 .group-3-circles .circle-5{
margin-top: 85px;
}


    
    
    
    
    /*project page*/
    
    .project-top {

        border-radius:0 0 75px 0;
        height:180px;
        background-attachment: scroll;
    background-position: initial;
    }
    .project-section h3{
            line-height: 1;
        font-size:29px;
    }
    .project-section .part-2 h4{
        font-size:14px;
    }
    #project_left_side_blank{
        display: none;
    }
    .project_list_page{
        width: 100% !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .privacy{
        padding:0px;
    }
    .privacy li a{
        padding-right:0px;
        padding-left:0px;
    }
.contact-form .contact-right{
    padding: 20px;
}
.contact-form .contact-right .contact-right-part2{
    display: unset;
}

.service-1-section-1{
    padding-top: 20px;
}
.service-1-section-1 .service-1-left p, .service-1-section-1 .service-1-right2 p{
    padding-top: 0px;
}

.service-1-section-1 .service-1-right2 h3{
    font-size: 32px;
}

.service-2-section{
    padding: 0px;
}

.service-2-banner2{
    text-align: center;
}

.service-4-section1{
    padding: 0px;
    padding-top: 10px;
}
.service-4-section1 h3{
    font-size: 26px;
}

.service-5-section1{
    padding:0px;
    padding-top: 10px;
}

.service-6-section{
    padding: 0px;
    padding-top: 10px;
}

.service-7-section1 h3{
    font-size: 26px;
}
.service-7-section1{
    padding: 0px; 
    padding-top: 10px;
}
.service-8-section .service8-section1 h3{
    font-size: 26px;
    
}
.service8-section1{
    padding: 0px;
    padding-top: 10px;
}

.border-section-4{
        position: absolute;
    left: 50%;
    margin-top: 12%;
    width: 200px;
    color: #fff;
    padding-right: 20px;
}
.border-section-4 p {
    font-size: 7.5px;
}
.border-section-4 span {
    font-size: 6px;

}

 .eos_p1{
     font-size:14px !important;
 }
/*.eos_pt{*/
/*    padding:0px !important;*/
/*    padding-left:17px;*/
/*    padding-right:17px;*/
    
/*}*/
.about {
   /* padding-top:0px !important; */
    padding-left:17px !important;
    padding-right:17px !important;
}
.about-eos {
    padding-top:0px !important;
    padding-left:17px !important;
    padding-right:17px !important;
}
.img-grup-size{
    width:80% !important;
}


.eos_p1big{
        font-size: 14px !important;
    line-height: 24px !important;
}
.zone{
      margin-top: 115px !important;

}
.group-bg {

    border-radius:45px;
}

.group-bg .section-bg p{
    padding-top:0px;
}

.group-4{
  padding:0px !important;
}
.group-4 h5 {
    padding-bottom:0px;
    padding-top:30px;
}

.service-section-2 .service-1-part1,.service-section-2 .service-1-part2,.service-section-2 .service-1-part3,.service-section-2 .service-1-part4 {
margin-bottom:12px;
}
.service-4-section1 .service-4 .service4-img-right img{

    width:60%;
}
.service-4-section3 {
padding-top:50px;
}
.service-4-section3{
    padding:0px;
        margin-bottom: 25px;

}
.section-4{
    padding:30px 0px;
}
.circles-section3{

    display: block !important;
/*    margin-left:50px; */
  
}
	
.service-4-section3 .circles2-section3 .first-circle, .service-4-section3 .circles2-section3 .second-circle, .service-4-section3 .circles2-section3 .third-circle {
    margin: 5px auto !important;
	}
	
	.circles2-section3 {
		padding-top: 0 !important;
	}
	
.circles2-section3{
      display: block !important;
/*    margin-left:50px; */
}
.service-4-section3 .circles2-section3{
    right:0px;
}
.service-4-section3 .circles-section3 .first-circle, .service-4-section3 .circles-section3 .second-circle, .service-4-section3 .circles-section3 .third-circle {

    margin-bottom:12px;
}
 .service-4-section3 .circles2-section3 .second-circle, .service-4-section3 .circles2-section3 .third-circle{
        margin-bottom:12px;

}

.service-5-section2 .service5-circles .circle-01,.service-5-section2 .service5-circles .circle-02,.service-5-section2 .service5-circles .circle-03{
    margin-bottom:12px;
}
.service-5-section3 .brand-1 img, .service-5-section3 .brand-2 img, .service-5-section3 .brand-3 img, .service-5-section3 .brand-4 img, .service-5-section3 .brand-5 img {

    margin-left:65px;
    width:60%;
}
.service-5-section1 .service5-img-section .service5-img img {

    bottom:56px;
    width:65%;
}
.breadcrumb .line{
    font-size:14px;
}
.service-1-section3 .detail-part-1{
    margin-bottom:130px !important;
}

.peak_personal_icon{
    width: 42px;
}
.services_left_side_in_home{
    float: unset;
}

.services_right_side_in_home{
    margin-bottom:60px;
}

.services_list .col1-first{
    float: unset;
}
.service{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section{
    padding: 0px;
}
.counter{
    margin-bottom: 0px !important;
}

.card .carousel-item{
    min-height: 330px;
}
.carousel-inner{
    min-height: 1000px;
}
.carousel-control-prev{
    left: 20px;
}
.left_side_content_home_page{
    height: auto;
    min-height: auto !important;
    padding-bottom: 20px;
}
.right_side_content_home_page{
    height: auto;
    min-height: auto !important;
    padding-bottom: 20px;
}

.services_list{
    margin-left: 0px;
    padding-left: 0px !important;
    padding-top: 15px;
}
#made-in-ny iframe{
    /*top: -60% !important;*/
}
.group-section-img{
    height: 420px;
}
.group_image1{
    width:260px !important; 
    margin-top: 0px !important;
}
.group_image2{
    width:280px !important;
    margin-top: -80px !important;
}
.group_image3{
    width:220px !important;
    margin-top: 120px !important;
}
.group-section-img{
    margin-top: 10px;
}
.group_page_section_2 h2{
    padding-top: 15px;
    padding-left: 20px;
}

.service-section1-img{
    height: 250px;
}
.contact-section-1 .contact-section-left{
    margin-top: 0px;
}

.contact-form{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
     padding-bottom: 20px;
}
.contact-form .contact-left h3{
    padding-bottom: 10px;
}
.project-section .part-2{
    font-size: 11px;
}

.project_left_side_page{
    width: 60% !important;
}

.project_right_side_page{
   width: 40% !important;
}

.project_right_side_page .linked_projects_in_services_image_2{
    right: 0px;
    margin-left: 83px;
    margin-top: -180px;
    width: 40px !important;
}

.project_right_side_page .linked_projects_in_services_image_1{
    width: 85px !important;
}

.div_images_projects{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

 .eos_title1{
         font-size: 28px !important;
         /*color:red;*/
 }
 
 .candidate-section1-title h3{
     line-height: 30px !important;
     padding-bottom: 0px !important;
 }
 
 .candidate_vide_layer{
     height: 210px !important;
 }
 
 #applyform{
     padding-top: 15px;
    padding-bottom: 20px;
 }
 .candidate-form h3{
     font-size: 42px;
     padding-bottom: 0px;
 }
 
 
 .candidate-form .candidate-form-group input
 {
  width: 90%;    
 }
 
 .vide video{
    top: 0px;    
 }
 
 .service-section-1 .service-section1-img img{
     margin-top: 0px !important;
     width: 100% !important;
 }
 
 .service-banner p{
     font-size: 32px !important;
 }
 
 .service-banner p span{
      font-size: 14px !important;
 }
 .service-banner .container{
         margin-top: 66px !important;
 }
 
 .service-section-2 .middle-1{
     left:170px !important;
 }
 .service-section-2 .middle{
     clear: left !important;
 }


.service-1-section-1{
    padding-top: 15px !important; 
}

.service-1-banner{
    height: 350px;    
}

.service-1-section3 .detail-part-1{
    bottom: 140px !important;
}
.service_2_image_section{
    height: 430px;    
}

.service_2_image_section .img_122{
        margin-top: 0px !important;
        width:220px !important;
}
.service_2_image_section .img_123{
      
        width:250px !important;
}
.service_2_image_section .img_121{
        margin-top: 70px !important;
        width:300px !important;
        right: 75px !important;
}

.section-1{
    background-attachment: scroll;
    background-position: initial;
}
.section_3_content{
    padding-top: 20px !important;  
}
.service_3_content_image_{
    height: auto !important;
}

.padding_top{
    padding-top: 20px !important;    
}

.servie_6_images{
    height: 210px;
    margin-top: 100px;
}

.servie_6_images .img_1{
  width: 230px !important;
  right: auto !important;
  margin-top: -80px;
}
.servie_6_images .img_2{
  width: 120px !important;
}
.servie_6_images .img_3{
    width: 180px !important;
    margin-top: 0px !important;
}
.service-6-section{
    margin-bottom: 0px !important;
}
.service-7-section2{
    padding-bottom: 0px !important;
}
.linked_projects_in_services_image_2{
   margin-left: 200px;
    right: 0px;
    margin-top: -340px;
    width: 75px;
}
.value {
    margin-bottom:58px;
}
.groupe_clients_list img{
    width: 50%;    
}
.service-left{
    padding-right: 0px !important;
}

.zone{
    background-attachment: scroll;
    background-position: initial;    
}
.group-bg{
       background-attachment: scroll;
    background-position: initial;  
}
.group-banner-bg{
       background-attachment: scroll;
    background-position: initial;  
}
.service-banner{
      background-attachment: scroll;
    background-position: initial;  
}
.service-1-banner{
      background-attachment: scroll;
    background-position: initial;  
}
.service-1-banner2{
      background-attachment: scroll;
    background-position: initial;  
}

.service-2-banner2{
      background-attachment: scroll !important;
    background-position: initial !important;  
}
.service-2-bg{
      background-attachment: scroll !important;
    background-position: initial !important;  
}

.service-6-bg{
      background-attachment: scroll !important;
    background-position: initial !important;  
}

.remove_overflow{
   overflow-x: hidden !important;
}

.header{
    position: fixed;    
}

.carousel-control-prev {

	left: 20px !important; 
}
.carousel-control-next {
	left: 40px !important;
}
.service_5_circles_in {
	width: 100% !important;
	}
.service5_img_new_mob img{
	width: 100% !important;
	}
}
    
    
section.project_section_new {
    padding-bottom: 60px;
}
    
   
	
	
	.candidateimgdiv .thisimg {
		/* border-radius: 50%; */
		margin-top: -120px;
		border-radius: 0;
		width: 90%;
	}
	
	.newcandsection .col-md-5 {
		padding-top: 31px;
	}
	
	.newcandsection {
		padding: 110px 0 30px 0;
	}
	
	.candidateimgdiv img {
		border-radius: 50%;
	}
	
	.candidateimgdiv .img4map {
		border-radius: 0;
		width: 100%;
		margin-top: -60px;
		margin-bottom: -430px;
	}
	
	.candidateimgdiv .img1 {
		margin-top: 270px;
		margin-right: -59px;
		margin-left: 41px;
	}
		
	.candidateimgdiv .img2 {
		width: 390px;
		margin-left: 32px;
	}
	
	.candidateimgdiv .img3 {
		margin-top: -340px;
		width: 200px;
		margin-left: -90px;
	}
	
	.candidate-p-new {
		font-size: 26px !important;
		margin-bottom: 30px;
		letter-spacing: 0px;
		line-height: 32px !important;
		word-spacing: 7px;
	    text-align: inherit !important;
		font-family: helvetica-light;
		font-family: helvetica-light1;
		font-family: helvetica-light2;
		font-family: helvetica-light3;
	}
	
	.a-link-candidate {
		color: #0064a1;
		padding: 20px 55px;
		border-radius: 40px;
		border: 1px solid #0064a1;
		font-family: helvetica-light;
		font-family: helvetica-light1;
		font-family: helvetica-light2;
		font-family: helvetica-light3;
		font-size: 20px;
		transition: 0.3s all;
	}
	
	.a-link-candidate:hover {
		background: #0064a1;
		color: white;
		border: 1px solid white;
	}
	
	.section-candidates-w-v {
		padding-bottom: 0;
	}
	
	.section-candidates-w-v h3,
	.section-candidates-w-v h1 {
		text-transform: capitalize;
		color: #0064a1;
		
	}
	
	.section-candidates-w-v p {
		font-family: helvetica-light;
		font-family: helvetica-light1;
		font-family: helvetica-light2;
		font-family: helvetica-light3;
	}
	
	.section-candidates-w-v h3 {
		font-size: 60px;
		font-family: Helvetica;
		font-weight: 600;
	}

	.section-candidates-w-v h1 {
		font-size: 80px;
		font-family: Helvetica;
		font-weight: 800;
	}
	
	.section-candidates-w-v .compressable {
		z-index: 1;
		padding-bottom: 10px;
		padding-top: 40px;
	    position: relative;
	}
	
	#grad {
		height: 100%;
		width: 90%;
		background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(255 255 255));
		position: absolute;
	}
	
	.colorgrey {
		color: #959292;
		color: #777373;
	}
	
.newservice4s1 .bigholder,
.newservice3s1 .bigholder,
.newservice3s2 .bigholder,
.newservice2s1 .bigholder {
    justify-content: center;
}


@media (max-width: 1400px) { 
	.service-section-1 .service-section1-img img {
		margin-top: 0px !important;
	}
}

	@media (max-width: 992px) {
		
		.newservice4s1 .content {
			padding: 0 !important;
		}
		
		.newservice3s1 .compressable {
			margin-bottom: 40px;
		}
		
		.newservice4s1 .bigholder,
		.newservice3s1 .bigholder,
		.newservice3s2 .bigholder,
		.newservice2s1 .bigholder {
			display: block !important;
		}
		
		.newservice2s1 .compressable {
			margin-bottom: 30px;
		}
		
		h3.h3title {
			color: #0061a3;
			font-size: 35px;
			font-family: Helvetica;
			font-weight: 600;
			margin-bottom: 0;
		}
		
		.section-candidates-w-v h1 {
		    font-size: 30px;
		    padding-top: 30px;
		}
		
		.section-candidates-w-v h3 {
			font-size: 20px;
		}
		
		.newcandsection p {
			font-size: 17px !important;
		}
		
		.section-candidates-w-v .vide {
			height: 210px;
		}
		
		.col-lg-7.col-md-12.candidateimgdiv {
			margin-top: 140px;
			text-align: center;
		}
		
		.candidateimgdiv .img4map {
			border-radius: 0;
			width: 100%;
			margin-top: -80px;
			margin-bottom: 0px;
		}
		
		.candidateimgdiv .thisimg {
			/* border-radius: 50%; */
			margin-top: -240px;
			border-radius: 0;
			width: 90%;
			/* margin: auto; */
		}
		
		.project_section_new p {
			font-size: 13px;
		}
		
		.newcandsection {
			padding: 30px 0 30px 0;
		}
		
		h4.timelineh {
			font-size: 15px;
		}
		
		.col-md-2.coldivimg.line4upper img {
			height: 120px;
		}
		
		.col-md-2.coldivimg.line4lower img {
			height: 135px;
		}
		
		.col-md-2.coldivimg img {
			height: 230px;
		}
		
		.col-md-2.coldivimg {
			padding: 0;
		}
	}
    
.newservice2s1 .bigholder {
	display: flex;
}

.newservice2s1 .content {
	text-align: center;
}

.newservice2s1 .compressable {
	padding: 20px;
	text-align: center;
	position: relative;
}

.newservice2s1 .imgholder {
	border-radius: 130px;
	height: 420px;
}

.newservice2s1 .btn {
	background: #0160a2;
	outline: none;
	margin: auto;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	width: fit-content;
	color: white;
	letter-spacing: 0.5px;
	padding: 5px 11px;
	font-size: 12px;
	position: absolute;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

.newservice2s1 h3 {
	color: #0160a2;
	padding: 20px 20px 5px 20px;
	text-align: center;
	text-transform: capitalize;
	font-family: helvetica-bold !important;
	font-size: 25px;
}

.newservice2s1 p {
	/*max-height: 95px;*/
	overflow: hidden;
	font-family: helvetica-light;
}

.newservice4s1 .bigholder,    
.newservice3s1 .bigholder {
	display: flex;
}

.newservice3s1 .content {
	text-align: center;
}

.newservice3s1 .compressable {
	padding: 20px;
	position: relative;
	text-align: center
}

.newservice3s1 .imgholder {
	border-radius: 130px;
	height: 420px;
}

.newservice3s1 .btn {
	background: #0160a2;
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	width: fit-content;
	color: white !important;
	letter-spacing: 0.5px;
	padding: 5px 11px;
	font-size: 12px;
	position: absolute;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn-readmore {
	background: #0160a2;
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	width: fit-content;
	color: white !important;
	letter-spacing: 0.5px;
	padding: 5px 11px;
	font-size: 12px;
}
.service-text .btn-readmore {
    margin-top: 5px;      /* brings button RIGHT under the list */
    display: inline-block;
}

.newservice4s1 h3,
.newservice3s1 h3 {
	color: #0160a2;
	padding: 20px 20px 5px 20px;
	text-align: center;
	text-transform: capitalize;
}

.newservice3s2 p {
	
}

.newservice3s1 p {
/*	max-height: 95px;*/
	overflow: hidden;
	font-size: 13px;
}
	
.newservice3s2 .bigholder {
	display: flex;
}

.newservice4s1 .content,
.newservice3s2 .content {
	text-align: center;
}

.newservice3s2 {
	padding-bottom: 10px
}

.newservice3s2 .compressable {
	padding: 20px;
	text-align: center;
	position: relative;
    margin-bottom: 30px;
}

.newservice4s1 .imgholder,
.newservice3s2 .imgholder {
	border-radius: 130px;
	height: 420px;
}

.newservice3s2 .btn {
	background: white;
	outline: none;
	margin: auto;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	width: fit-content;
	color: #0160a2;
	letter-spacing: 0.5px;
	padding: 5px 11px;
	font-size: 12px;
	position: absolute;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

.newservice4s1 .content {
    padding: 0 40px;
}

.newservice4s1 .compressable {
    padding: 10px;
}

.newservice4s1 .h3,
.newservice3s2 h3 {
	color: white;
	padding: 20px 20px 5px 20px;
	text-align: center;
	text-transform: capitalize;
}



.newservice3s2 {
	background:#0160a2;
}

.serv-5-new {
	background: linear-gradient(180deg, #f4f4f4 60%, #f4f4f4 95%);

    padding-bottom: 10px;
    padding-top: 40px;
}

.service-5-section3-new {
	background: linear-gradient(180deg, #f4f4f4 60%, #f4f4f4 95%);
	padding-bottom: 80px !important;
}

.serv-5-new {
	width: 100% !important;
}

.service-5-section3-new h4 {
    padding-bottom: 5px !important;
}

.newservice1s2 {
	padding-bottom: 0;
}

.bluebg {
	background: #0064a1;
}

.newservice1s2 .leftside,
.newservice1s2 .rightside  {
	padding-left: 15px;
	align-self: center;
}

.newservice1s2 .whitebg h3 {
	text-transform: capitalize;
	color: #0064a1;
	font-family: helvetica-bold !important;
	font-size: 50px;
}

.newservice1s2 .whitebg p {
	color: #0064a1;
	font-family: helvetica-light;
	font-family: helvetica-light1;
	font-family: helvetica-light2;
	font-family: helvetica-light3;
}

.newservice1s2 .bluebg h3 {
	text-transform: capitalize;
	color: white;
	font-family: helvetica-bold !important;
	font-size: 50px;
}

.newservice1s2 .bluebg p {
	color: white;
	font-family: helvetica-light;
	font-family: helvetica-light1;
	font-family: helvetica-light2;
	font-family: helvetica-light3;
}

.newservice1s2 .content {
	display: flex;
	flex-flow: row;
	padding: 100px 0;
}

.newservice1s2 .whitebg {
	background: white;
}

.newservicess2 {
	background: #346fa6;
}

.newservicess2 .rightside li {
	font-family: helvetica-light;
	font-family: helvetica-light1;
	font-family: helvetica-light2;
	font-family: helvetica-light3;
}

.newservicess2 .rightside h4 {
	font-size: 40px;
}

.newservicess2 .rightside h4,
.newservicess2 .rightside li {
	text-transform: capitalize;
	color: white;
	list-style: inside;
}

.newservicess2 .rightside ul {
	margin-bottom: 0;
	padding-left: 15px;
}

.newservicess2 .content {
	display: flex;
	flex-flow: row;
	padding: 30px 0;
}

.newservicess2 .image-service-m-page {
	width: 90%;
	border-radius: 0 200px 200px 0;
}

.newservicess2 .rightside {
	padding-left: 30px;
	align-items: center;
	display: grid;
}

.service-1-bg-img {

	background: #ffffff url(../img/industry-banner-2-blue.jpg) !important;
	height: 700px;
	background-position: center !important;
	background-attachment: fixed !important;
}

.service-new-1-top {
	background-image: url(../img/industry-banner.jpg) !important;
	background-image: url(../img/industry-banner1111.jpg) !important;
	background-image: url(../img/INDUSTRIES.jpg) !important;
}

.newservice1s2 .rightside {
	text-align: center;
}

.newservice1s2 img.bigimg {
	height: 400px;
	width: 400px;
	border-radius: 50%;
}

.newservice1s2 p {
	font-size: 17px;
}

p.eos_p1.aos-init.aos-animate {
	font-size: 18px;
	text-align: initial;
	font-family: helvetica-light;
	font-family: helvetica-light1;
	font-family: helvetica-light2;
	font-family: helvetica-light3;
        margin-right: 15px;
}



.newservice1s2 img.smallimg {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0;
	right: 0;
	margin: auto;
	top: 25%;
	opacity: 0.9;
}

.newservice1s2 .bothimgdiv {
	position: relative;
}

.service-section1-img {
	background-image: url('../img/360_F_383539316_yCD6Fnug9qGRpOvfnYM3EG0w87m2xefl.jpg');
	background-size: cover;
	background-position: top;
	height: 440px;
	right: 0;
	position: absolute;
	width: 90%;
	border-radius: 200px 0 0 200px;
	top: -70px;
}

.service6n-section1-img {
	background-image: url('../img/permanent.-image.jpg');
	background-size: cover;
	background-position: top;
	height: 440px;
	position: absolute;
	right: 0;
	width: 90%;
	border-radius: 200px 0 0 200px;
	top: 70px;
}

.newservice3s1 p {
    /* max-height: 95px; */
    overflow: hidden;
    font-size: 13px;
    overflow: hidden;
    /* color: white; */
    font-size: 17px;
    font-family: helvetica-light;
    padding: 0px 20px;
}

p.pabouupper {
	font-size: 14px !important;
}

@media (min-width: 0px) and (max-width: 400px) { 
	
	.breadcrumbcand {
		background: linear-gradient(45deg, #0064a1 40%, transparent 75%) !important;
	}
	
	.a-link-candidate {
		padding: 20px 25px !important;
	}
	
	.service-section-2 .service-1-part1 {
	}
	
	.candidate_vide_layer,
	.section-candidates-w-v .vide {
		height: 180px !important;
	}
	
	
}


.service6s22 p,
.service-section-2 .service-1-title p,
.container p {
	font-size: 16px !important;
	font-family: helvetica-light !important;
    font-family: helvetica-light1 !important;
    font-family: helvetica-light2 !important;
    font-family: helvetica-light3 !important;
	color: #58595b !important;
}

.service-section-2 .service-1-title p, 
.zone .container p,
.group-bg .section-bg p,
.service-1-banner p,
.contact-section-1 p,
.contact-form .contact-right .contact-right-part1 p,
.group-4 p,
.group-bg.group-bg-new p,
.group-desc p,
.service-banner p,
.bluebg p,
.serv-5-new p,
.service-section-2 p,
.newservice3s2 p {
	color: white !important;
}

.service6s22p {
	color: #58595b !important;
}

.service-section-2 p {
	font-size: 12px !important;
}

.serv-5-new p {
	padding-top: 10px;
}


.content .colorgrey {
	height: 170px;
}

.newservice4s1 .content .colorgrey {
	height: auto;
}

.newservice1s2 {
    /*margin-top: 90px;*/
	padding: 0;
}

.section_lower_projects_new {
    padding-bottom: 0;
    padding-top: 100px;
}

.section_lower_projects_new h4,
h4.timelineh,
.eos_title1 {
  	text-transform: capitalize !important;
}

p.counter-count
{
    font-size: 50px;
    font-weight: 500; 
    /* position: relative; */
    color: #ffffff !important;
    text-align: center;
    /*display: inline-block;*/
}

p.newtextserv5 {
	color: #58595b !important;
	
}

h3.newtextserv5 {
	padding-top: 50px !important;
	color: #0064a1 !important;
}

section.projhomenew.section_lower_projects_new {
	padding-top: 0px;
}

.projhomenew h2,
.projhomenew span,
.clientshomenew h2,
.clientshomenew span {
	text-align: left;
}


.secondabouthome {
	padding-top: 40px;
}

p.counter-count {
	font-size: 25px !important;
}

.newservicess2home {
	background: white !important;
}

.newservicess2home .rightside ul h4 {
	color: #346fa6;
	font-size: 50px;
    font-weight: 600;
}

.newservicess2home .rightside ul li {
	color: #58595b;
	transition: 0.3s;
}

.newservicess2home .rightside ul a li:hover, .newservicess2home .rightside ul h4:hover {
	color: #346fa6;
}

.newservicess2home .client-title h2 {
	text-align: left;
	text-transform: uppercase;
}

.newservicess2home .content {
	padding: 15px 0 !important;
}



.client_logo{
width: 100% !important;
    height: 100px;
    object-fit: contain;
	    padding: 10px;
}
@media (max-width: 800px) {
	.service-section1-img {
		width: 100% !important;
		margin-right: -15px !important;
	}
	
	img.image-service-m-page.aos-init.aos-animate {
		height: auto !important;
	}
}