@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
html{
 overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  
  10% {
    opacity: 0;
  }
  
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  
  90% {
    opacity: 0;
  }
  
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  
  90% {
    opacity: 0;
  }
  
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  
  10% {
    opacity: 0;
  }
  
  50% {
    opacity: 1;
    -moz-background-size: 42% auto;
    -o-background-size: 42% auto;
    -webkit-background-size: 42% auto;
    background-size: 42% auto;
  }
  
  90% {
    opacity: 0;
  }
  
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

.main_navsec {
    position: relative;
    z-index: 99999;
}

.main_navsec .navbar {
    background-color: transparent;
    border: none;
	margin-bottom: 0px;
	transition: all 0.5s ease 0s;
}

.main_navsec .navbar.stick {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000ab;
    transition: all 0.5s ease 0s;
	border-radius: 0px;
}

.main_navsec .navbar.stick .navbar-collapse {
    padding-bottom: 10px;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .nav {
    float: none;
    text-align: center;
	margin-top: 10px;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li {
    float: none;
    display: inline-block;
}

.sub_menu {
    display: none;
    position: absolute;
    top: 32px;
    left: 0px;
    width: 210px;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 0px;
	box-shadow: 0px 3px 10px #939090;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .sub_menu li {
    display: block;
    text-align: left;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .sub_menu li a {
    color: #707070 !important;
    display: inline-block;
    width: 82%;
    text-decoration: none;
    padding: 6px 17px;
}

.icon-arrow {
    background-image: url(../img/down_arrow.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -5px;
    top: 11px;
    z-index: 99999;
    cursor: pointer;
    transition-duration: 0.3s;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    background-color: transparent;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
	padding: 8px 0px;
	padding-bottom: 10px;
	margin: 0px 18px;
	transition-duration: 0.3s;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff0000;
	border-radius: 50px;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;	
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a:hover::before, .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a:focus::before {
    right: 0;
}

.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li.active a::before {
    content: "";
    border-bottom: 3px solid #ff0000;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    border-radius: 50px;
}

.language_sec {
    position: absolute;
    top: 15px;
    right: 40px;
}

.main_navsec .language_sec ul {
    padding: 0px;
    list-style: none;
}

.main_navsec .language_sec ul.language_inner {
    display: none;
}

.main_navsec .language_sec ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
	display: inline-block;
	margin-bottom: 8px;
}

.main_navsec .language_sec ul li a img {
    margin-right: 8px;
	width: 35px;
}

.video_main_sec {
    margin-top: -56px;
	position: relative;
	z-index: 99;
}
.video_main_sec .video_box video{
	/*position: relative;
	top: -56px;*/
	margin-top: -56px;
}

.video_box #video-background {
    width: 100%;
}

.video_box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 99.5%;
    background-color: #00000069;
}

.video_main_sec .video_box img {
    width: 100%;
}

.video_main_sec .inner_contnt_box {
    position: absolute;
    top: 140px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.video_main_sec .inner_contnt_box .logo_sec img {
    width: 210px;
}

.video_main_sec .inner_contnt_box .contnt_txt_sec h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
}

.video_main_sec .inner_contnt_box .contnt_txt_sec h1 span {
    color: #ff0000;
}

.video_main_sec .inner_contnt_box .contnt_txt_sec p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.video_main_sec .inner_contnt_box .contnt_txt_sec {
    margin-top: 70px;
}

.video_main_sec .inner_contnt_box .contnt_txt_sec a {
    color: #fff;
	border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px 30px;
    font-size: 13px;
    display: inline-block;
    margin-top: 55px;
	text-decoration: none;
	transition-duration: 0.3s;
}

.video_main_sec .inner_contnt_box .contnt_txt_sec a:hover {
    background-color: #ff0000;
	color: #fff;
}

.bottom_dot_sec {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
	z-index: 9999;
}

.bottom_dot_sec .inner_dot {
    width: 19px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0px auto;
	padding: 4px;
}

.bottom_dot_sec .inner_dot .dot_style {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0px auto;
}

.scroll-down {
  margin: 0;
  border: 2px solid #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}

.scroll-down a {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("../img/white_dot.png");
  background-repeat: no-repeat;
}

.scroll-down a:before, .scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/white_dot.png") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

.scroll-down a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


.verticals_solutions_sec {
    padding: 150px 0px;
	padding-left: 100px;
}

.verticals_solutions_sec .left_sec .left_side_box h3 {
    color: #707070;
    font-size: 21px;
    font-weight: 600;
	line-height: 28px;
	position: relative;
	min-height: 50px;
}

.verticals_solutions_sec .left_sec .left_side_box h3::before {
    content: "";
    border-bottom: 3px solid #ff0000;
    display: inline-block;
    width: 25px;
    position: absolute;
    bottom: -5px;
    border-radius: 50px;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec {
    margin-top: 40px;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul {
    padding: 0px;
    list-style: none;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li {
    width: 50%;
    float: left;
    min-height: 120px;
    border-bottom: 1px solid #ccc;
    padding: 8px 14px;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li:nth-child(2n+1) {
    border-right: 1px solid  #ccc;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li:nth-child(2n+1) {
    border-right: 1px solid  #ccc;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li:last-child {
    border: none;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li:nth-child(5) {
    border-bottom: none;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li a {
    text-decoration: none;
	display: inline-block;
	width: 100%;
}

.verticals_solutions_sec .inner_sec ul li a .icon_txt_sec .icon_sec img {
    width: 50px;
}

.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li a .icon_txt_sec .icon_sec {
    min-height: 50px;
    line-height: 45px;
}

.verticals_solutions_sec .inner_sec ul li a .icon_txt_sec .icon_sec .gray_circle {
    width: 44px;
    height: 44px;
    background-color: #EFEFEF;
    border-radius: 50px;
    margin-top: -46px;
    margin-left: 20px;
}

.verticals_solutions_sec .inner_sec ul li a .icon_txt_sec .title_sec h5 {
    color: #004D92;
    font-size: 14px;
    font-weight: 400;
}

.verticals_solutions_sec .right_img_sec {
    text-align: center;
	margin-top: -100px;
}

.verticals_solutions_sec .right_img_sec .img_sec {
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
	margin: 0px auto;
}

.verticals_solutions_sec .right_img_sec .img_sec img {
    width: 100%;
	position: relative;
	z-index: 9999;
}

.verticals_solutions_sec .right_img_sec .title_sec h2 {
    color: #707070;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.verticals_solutions_sec .right_img_sec .img_sec .big_circle_style {
    width: 450px;
    height: 450px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -171px;
    right: -248px;
}

.Services_mainsec {
    padding: 50px 0px;
}

.Services_mainsec .left_img_sec .img_sec {
    position: absolute;
    left: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 50%;
}

.Services_mainsec .left_img_sec {
    position: relative;
    min-height: 500px;
}

.Services_mainsec .left_img_sec .big_circle_style {
    width: 450px;
    height: 450px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    bottom: -140px;
    left: -150px;
}

.Services_mainsec .left_img_sec .img_sec img {
    width: 100%;
    position: relative;
    z-index: 999;
}

.Services_mainsec .right_contnt_sec .title_sec h2 {
    color: #707070;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    width: 25%;
    float: left;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .icon_sec img {
    width: 45px;
    margin-bottom: 15px;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .icon_sec {
    min-height: 75px;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .inner_title_sec h4 {
    color: #004D92;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
	position: relative;
	min-height: 35px;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .inner_title_sec h4::before {
    content: "";
    border-bottom: 3px solid #ff0000;
    display: inline-block;
    width: 25px;
    position: absolute;
    bottom: -5px;
    border-radius: 50px;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul {
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul li {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
	padding-left: 15px;
	position: relative;
}

.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00B3FF;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.partnerships_mainsec {
    padding-top: 100px;
    padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
}

.partnerships_mainsec .title_sec h2 {
    color: #707070;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;

	margin-top: 40px;
    line-height: 36px;
}

.partnerships_mainsec .left_img_sec .img_sec {
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto;
}

.partnerships_mainsec .left_img_sec .img_sec img {
    width: 100%;
	position: relative;
	z-index: 999;
}

.partnerships_mainsec .left_img_sec .big_circle_style {
    width: 480px;
    height: 480px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -210px;
    right: -172px;
}

.partner_slider_sec .slick-slider .img_sec {
    min-height: 140px;
    text-align: center;
    line-height: 140px;
}

.partner_slider_sec .slick-slider .img_sec img {
    width: 100px;
	display: inline-block;
}

.partner_slider_sec .slick-slider .slick-arrow {
    left: 0px;
    top: inherit;
    bottom: -25px;
}

.partner_slider_sec .slick-slider .slick-arrow::before {
    color: #707070;
}

.partner_slider_sec .slick-slider .slick-next.slick-arrow {
    left: 30px;
}

.partner_slider_sec .slick-slider .slick-prev::before {
    content: '\f053';
    font-family: fontawesome;
	font-size: 14px;
}

.partner_slider_sec .slick-slider .slick-next::before {
    content: '\f054';
    font-family: fontawesome;
	font-size: 14px;
}

.partner_slider_sec .slick-slider .slick-dots {
    display: none !important;
}

.footer_mainsec {
    padding: 50px 100px;
    border-top: 1px solid #E2E2E2;
	padding-bottom: 15px;
	    width: 100%;
    float: left;
}

.footer_mainsec .inner_sec {
    border-right: 1px solid #E2E2E2;
}

.footer_mainsec .inner_sec.right_sec {
    border: none;
	padding-left: 80px;
}

.footer_mainsec .inner_sec .logo_sec {
    margin-bottom: 35px;
}

.footer_mainsec .inner_sec .logo_sec img {
    width: 200px;
}

.footer_mainsec .inner_sec .address_sec h4 {
    color: #004D92;
    font-size: 16px;
    font-weight: 600;
}

.footer_mainsec .inner_sec .address_sec .two_adress_sec {
    margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec {
    width: 50%;
    float: left;
}

.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec p {
    color: #818181;
    font-size: 14px;
    line-height: 27px;
}

.footer_mainsec .inner_sec .address_sec .social_media_sec ul {
    padding: 0px;
    list-style: none;
}

.footer_mainsec .inner_sec .address_sec .social_media_sec ul li {
    display: inline-block;
    margin-right: 10px;
	color: #818181;
	    vertical-align: bottom;
}

.footer_mainsec .inner_sec .address_sec .social_media_sec {
    margin-top: 30px;
}

.footer_mainsec .inner_sec.right_sec .address_sec .social_media_sec {
    text-align: right;
}

.footer_mainsec .inner_sec .address_sec .social_media_sec ul li .txt_sec {
    margin-right: 30px;
	    position: relative;
    top: 7px;
}

.footer_mainsec .copyright_sec {
    margin-top: 35px;
	text-align: center;
}

.footer_mainsec .copyright_sec ul {
    padding: 0px;
    list-style: none;
}

.footer_mainsec .copyright_sec ul li {
    display: inline-block;
    margin-right: 18px;
	color: #818181;
}

.footer_mainsec .copyright_sec ul li a {
    color: #818181;
    font-size: 14px;
    text-decoration: none;
	transition-duration: 0.3s;
}

.footer_mainsec .copyright_sec ul li a:hover {
    color: #ff0000;
}
.header-inner{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70707073;
}
.header-inner .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a{
color:#707070;
}
.logo-inner{

}
.logo-inner img {
    width: 152px;
    margin-bottom: 5px;
    margin-top: 2px;
	margin-left:15px;
}
.join-team-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.join-team-box-main{
 width:100%;
float:left;
}
.join-team-box .big_circle_style {
    width: 450px;
    height: 450px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: 80px;
    left: -235px;
    z-index: -1;
}
.join-left-img{
  width:100%;
float:left;
}
.join-left-img img{
 width:100%;
}
.join-right-text{
 width:100%;
float:left;
padding-left:60px;
padding-top: 40px;
}
.join-right-text h1{
	font-size: 42px;
	font-weight: 800;
	color: #00B3FF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
}
.join-right-text p{
	font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}
.join-france-box{
 float: left;
	height: auto;
	width: 100%;
	position:relative;
	padding-top: 70px;
	padding-bottom: 100px;
}
.join-team-france-main{
  float: left;
	height: auto;
	width: 100%;
}
.join-france-box-text{
 float: left;
	height: auto;
	width: 100%;
}
.join-france-box-text h2{
	font-size: 25px;
	color: #004D92;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
	position: relative;
}
.join-france-box-text h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: "";
    width: 46px;
    height: 6px;
    background-color: #ff0000;
    border-radius: 5px;
}
.join-france-box-text ul{
 float: left;
	width: 100%;
	margin:0px;
	padding:0px;
}
.join-france-box-text ul li{
	float: left;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 15px;
}
.join-france-box .big_circle_style {
    width: 290px;
    height: 290px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -196px;
    right: -213px;
    z-index: -1;
}
.header-inner .main_navsec .navbar.stick {
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #70707073;
}
.header-inner .main_navsec .navbar.stick .logo-inner img {
    margin-bottom: 0px;
}
.contact-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-form-box{
 width:100%;
float:left;
}
.contact-box .big_circle_style {
        width: 450px;
    height: 450px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -77px;
    right: -239px;
    z-index: -1;
}
.contact-left-form{
 width:100%;
float:left;
padding-right:60px;
padding-top: 0px;
}
.contact-left-form h1{
	font-size: 42px;
	font-weight: 800;
	color: #00B3FF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 40px;
}
.contact-left-form p{
	font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}
.contact-right-img{
	width: 100%;
	float: left;
	padding-top: 60px;
}
.contact-right-img img{
 width:100%;
}
.contact-form-main{
 width: 100%;
	float: left;
}
.contact-form-input{
  width: 100%;
	float: left;
	margin-bottom:15px;
}
.contact-form-input input{
	width: 100%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #BFBFBF;
	font-size: 16px;
	color: #707070;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.contact-form-input textarea{
	width: 100%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #BFBFBF;
	font-size: 16px;
	color: #707070;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	height: 120px;
}
*{
outline:none;
}
.contact-address{
 width: 100%;
	float: left;
}
.contact-address{
	width: 100%;
	float: left;
	padding-bottom: 80px;
}
.contact-address-add{
 width: 100%;
	float: left;
}
.map-contact{
  width: 100%;
	float: left;
	overflow:hidden;
	border-radius:15px;
}
.map-contact img, .map-contact iframe{
  width: 100%;
	float: left;
}
.address-contact{
	width: 100%;
	float: left;
	padding-left: 25px;
}
.contac-addres-text{
 width: 100%;
	float: left;
	margin-bottom:30px;
}
.address-contact h1{
	font-size: 30px;
	font-weight: 800;
	color: #00B3FF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 0px;
}
.contac-addres-text h2{
	font-size: 21px;
	color: #00B3FF;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 35px;
	position: relative;
}
.contac-addres-text h2::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #ff0000;
    border-radius: 5px;
}
.contac-addres-text ul{
 float: left;
	width: 100%;
	margin:0px;
	padding:0px;
}
.contac-addres-text ul li{
	float: left;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 28px;
}
.contact-form-submit{
  float: left;
	width: 100%;
	margin-top:30px;
}
.contact-form-submit input{
	float: left;
	font-size: 16px;
	color: #707070;
	border: 1px solid #00B3FF;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 25px;
	background-color: #FFF;
}
.contact-form-submit input:hover{
	color: #FFF;
	background-color: #00b3ff;
}

.about-bottom{
 width: 100%;
	float: left;
	position:relative;
	padding-bottom:130px;
}
.about-bottom-box{
 width: 100%;
	float: left;
}
.about-bottom .big_circle_style {
	width: 410px;
	height: 410px;
	border: 0px solid #EBEBEB;
	position: absolute;
	border-radius: 50%;
	top: 59px;
    left: -150px;
	z-index: -1;
	background-color: #ebebeb;
}

.about-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-top-box{
 width:100%;
float:left;
}
.about-box .big_circle_style {
        width: 450px;
    height: 450px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -16px;
    right: -166px;
    z-index: -1;
}
.about-top-text{
	width: 100%;
	float: left;
/* 	padding-right: 100px; */
}
.about-top-text h2{
    font-size: 30px;
    font-weight: 800;
    color: #004D92;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0d0d0;
	    line-height: 45px;
}
.about-top-text p {
    font-size: 16px;
    color: #707070;
    float: left;
    height: auto;
    width: 100%;
}
.about-right-img{
	width: 100%;
	float: left;
	padding-top: 0px;
}
.about-right-img img{
     width: 90%;
}

.about-box-consulting{
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 20px;
}
.about-top-box-consulting{
 width:100%;
float:left;
}
/* .about-top-box-consulting h4{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #707070;
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight:600;
} */
.about-top-box-consulting h4{
	display:none;
}
.about-consulting{
 width: 100%;
	float: left;
	margin-bottom:60px;
/* 	padding-right:300px; */
}
.consulting-gray-icon {
	width: 160px;
	height: 160px;
	border: 0px solid #EBEBEB;
	border-radius: 50%;
	background-color: #ebebeb;
}
.consulting-gray-icon img{
    width: 70px;
    float: right;
    margin-top: 16px;
    margin-right: 8px;
}
.about-consulting-icon{
  width: 18%;
	float: left;
}
.about-consulting-text{
  width: 82%;
	float: left;
	padding-left:30px;
/* 	padding-top:25px; */
}
.about-consulting-text h2{
    font-size: 25px;
    color: #00B3FF;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
}
.about-consulting-text h2::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0px;
    content: "";
    width: 46px;
    height: 4px;
    background-color: #ff0000;
    border-radius: 5px;
}
.about-consulting-text p{
    font-size: 16px;
    color: #707070;
    float: left;
    height: auto;
    width: 100%;
}
.right-consulting{
/*     padding-left: 300px; */
	padding-right:0px;
}

.ngo-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.ngo-top-box{
 width:100%;
float:left;
}
.ngo-box .big_circle_style {
    width: 450px;
    height: 450px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -32px;
    left: -174px;
    z-index: -1;
}

.ngo-top-text{
	width: 100%;
	float: left;
	padding-left: 00px;
	padding-top: 30px;
	padding-right: 0px;
}
.ngo-top-text h2{
    font-size: 38px;
    font-weight: 800;
    color: #00B3FF;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0d0d0;
	line-height: 45px;
}
.ngo-top-text p {
    font-size: 16px;
    color: #707070;
    float: left;
    height: auto;
    width: 100%;
}
.ngo-right-img{
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-left: 50px;
}
.ngo-right-img img{
     width: 100%;
}

.ngo-crm-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
}
.ngo-crm-box{
 width:100%;
float:left;
}
.header-inner .icon-arrow {
    background-image: url(../img/down_arrow-black.png);
}
.header-inner .main_navsec .language_sec ul li a {
    color: #707070;
}
.ngo-crm-listing{
width:100%;
float:left;
margin-bottom:35px;
}

.ngo-gray-icon {
	width: 130px;
	height: 130px;
	border: 0px solid #EBEBEB;
	border-radius: 50%;
	background-color: #ebebeb;
	text-align:center;
	    display: table-cell;
    vertical-align: middle;
}
.ngo-gray-icon img{
    width: 55px;
    margin-top: 0px;
    margin-right: 0px;
}
.about-ngo-icon{
      width: 24%;
    float: left;
}
.about-ngo-text{
width: 70%;
    float: left;
    padding-left: 21px;
    padding-top: 12px;
}
.about-ngo-text h2{
    font-size: 25px;
    color: #00B3FF;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
}
.about-ngo-text h2::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0px;
    content: "";
    width: 46px;
    height: 4px;
    background-color: #ff0000;
    border-radius: 5px;
}
.about-ngo-text p{
    font-size: 16px;
    color: #707070;
    float: left;
    height: auto;
    width: 100%;
}
.ngo-bottom-img{
	width: 100%;
	float: left;
	height: 650px;
	background-image: url(../img/caucasian.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.develop-bottom-img{
	width: 100%;
	float: left;
	height: 650px;
	background-image: url(../img/develop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.left_side_box {
    width: 100%;
    float: left;
}

.home-bg{
	background-attachment: fixed;
	background-image: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 700px;
	position:relative;
	background-size:cover;
	    
}
.home-bg:before{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	z-index: -1;
}
.video_main_sec.home-bg .inner_contnt_box {
    position: static;
	margin-top: 120px;
}
.home-bg .bottom_dot_sec {
    bottom: 120px;
}
.verticals_solutions_sec-bg{
 background-attachment: fixed;
	background-image: url(../img/verticals-solutions-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 700px;
	position:relative;
	background-size:cover;
	padding-left:0px;
	    padding: 200px 0px;
		    margin-top: -10px;
}
.verticals_solutions_sec-bg:before{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,0.5);
	top:0px;
	left:0px;	
}
.verticals_solutions_sec-bg h1{
width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box h3{
 color: #fff;
}
.verticals_solutions_sec.verticals_solutions_sec-bg .inner_sec ul li a .icon_txt_sec .title_sec h5 {
    color: #fff;
}
.verticals_solutions_sec.verticals_solutions_sec-bg .inner_sec ul li a .icon_txt_sec .icon_sec .gray_circle {
    background-color:rgba(0,77,146,0.3);
}
.verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box .inner_sec ul li {
    width: 33.33%;
}
.verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box .inner_sec ul li:nth-child(2), .verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box .inner_sec ul li:nth-child(4) {
    border-right: 1px solid #ccc;
}
.verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box .inner_sec ul li:nth-child(3), .verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box .inner_sec ul li:nth-child(6) {
    border-right: 0px solid #ccc;
}
.verticals_solutions_sec.verticals_solutions_sec-bg .left_sec .left_side_box .inner_sec ul li:nth-child(4){
 border-bottom: 0px solid #ccc;
}

.services_mainsec-bg{
	background-attachment: fixed;
	background-image: url(../img/services-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 700px;
	position: relative;
	background-size: cover;
	padding-left: 0px;
	padding: 200px 0px;
}
.services_mainsec-bg:before{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,0.5);
	top:0px;
	left:0px;	
}
.Services_mainsec.services_mainsec-bg .right_contnt_sec .title_sec h2 {
    color: #fff;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(1){
padding-right:60px;
} 
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2){
padding-left:60px;
} 
.Services_mainsec.services_mainsec-bg .right_contnt_sec .services_inner_sec .icon_contnt_sec:nth-child(4) .icon_sec img{
     width: 60px;
}
.Services_mainsec.services_mainsec-bg .right_contnt_sec .services_inner_sec .icon_contnt_sec .inner_title_sec h4{
 color: #00B3FF;
}
.Services_mainsec.services_mainsec-bg .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul li{
 color: #fff;
}

.partnerships-logo .partner_slider_sec .slick-slider .slick-dots {
    display: block !important;
	    bottom: -50px;
}
.partnerships-logo .slick-arrow{
display:none!important;
}
.partnerships-logo.partnerships_mainsec {
    padding-top: 110px;
    padding-bottom: 100px;
}
.partnerships-logo .slick-dots li button:before {
    font-size: 28px;
}
.partnerships-logo .slick-dots li.slick-active button:before {
    color: #E81717;
}
.partnerships-logo .slick-dots li button:hover:before, .partnerships-logo .slick-dots li button:focus:before {
    opacity: 1;
	color: #E81717;
}
/*new-css wp*/
.salesforce_con_box{
	width:100%;
	float:left;
	padding-top:160px;
	padding-bottom:20px;
 }
 .salesforce_con_box_inner{
	width:100%;
	float:left;
	padding-right:150px;
 }
  .salesforce_con_box_inner h1{
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #00B3FF;
	margin-top:0px;
	margin-bottom:25px;
 }
 .salesforce_con_box_inner p{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	margin-top: 0px;
	margin-bottom: 15px;
 }
 .home-icon img {
    width: 20px;
}
.home-icon {
    padding: 10px;
    margin-top: 4px;
}

.getstarted_with_box{
 width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:70px;
}
.getstarted_with_box_inner{
	width:100%;
	float:left;
	padding-right:150px;
 }
  .getstarted_with_box h1{
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #00B3FF;
	margin-top:0px;
	margin-bottom:25px;
 }
 .getstarted_with_box p{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	margin-top: 0px;
	margin-bottom: 15px;
 }
 .ngo-top-read-more{
 width: 100%;
	float: left;
	margin-top:20px;
}
 .ngo-top-read-more a{
    float: left;
    padding: 5px 25px;
    font-size: 13px;
    border: solid 1px #d0d0d0;
    border-radius: 25px;
    margin-right: 10px;
	color:#00B3FF;
	text-align: center;
}
.ngo-top-read-more a:hover{
 color:#fff;
 background-color:#00B3FF;
}
.about-ngo-read-more{
  width: 100%;
	float: left;
	margin-top:10px;
}
.about-ngo-read-more a{
    float: left;
    padding: 5px 25px;
    font-size: 13px;
    border: solid 1px #d0d0d0;
    border-radius: 25px;
    margin-right: 10px;
	color:#00B3FF;
	text-align: center;
}
.about-ngo-read-more a:hover{
 color:#fff;
 background-color:#00B3FF;
}
.about-ngo-text {
    min-height: 235px;
}

.salesforce_solution_box{
 width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:70px;
}
.salesforce_solution_box_inner{
	width:100%;
	float:left;
	padding-right:150px;
 }
  .salesforce_solution_box_inner h1{
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #00B3FF;
	margin-top:0px;
	margin-bottom:25px;
 }
 .salesforce_solution_box_inner p{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	margin-top: 0px;
	margin-bottom: 15px;
 }
 
 /*18-11-2019*/
 
 .join-team-box-france .big_circle_style {
    width: 290px;
    height: 290px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -45px;
    left: -281px;
    z-index: -1;
}
.join-team-box-france{
	width: 100%;
	float: left;
	position: relative;
	padding-top:54px;
	padding-bottom: 100px;
}
.join-team-box-main-france{
 width:100%;
float:left;
}
.join-left-img-france img{
 width:100%;
}
.join-right-text-france{
	width: 100%;
	float: left;
	padding-left: 30px;
	padding-top: 40px;
	padding-right: 30px;
}
.join-right-text-france h1{
	    font-size: 25px;
    font-weight: 800;
    color: #004D92;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 26px;
    padding-bottom: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    line-height: 45px;
}
.join-right-text-france p{
	font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}
.description-box{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.description-box h2{
	font-size: 25px;
	color: #00B3FF;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.description-box h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: "";
    width: 46px;
    height: 6px;
    background-color: #ff0000;
    border-radius: 5px;
}
.description-box p{
 font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}

.description-box-benefits{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.description-box-benefits h2{
	font-size: 25px;
	color: #707070;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.description-box-benefits h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: "";
    width: 46px;
    height: 6px;
    background-color: #ff0000;
    border-radius: 5px;
}
.description-box-benefits p{
 font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}
.description-box-benefits ul{
 float: left;
	height: auto;
	width: 100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
.description-box-benefits ul li{
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-bottom: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.description-box-benefits .benefits-head{
	float: left;
	height: auto;
	width: 30%;
	font-size: 14px;
	color: #707070;
	font-weight:600;
}
.description-box-benefits .benefits-head-text{
 float: left;
	height: auto;
	width: 70%;
	font-size: 14px;
	color: #707070;
	font-weight:400;
}
.description-box-benefits ul li ul li{
	margin-bottom: 5px;
	position: relative;
    padding-left: 15px;
}
.description-box-benefits ul li ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00B3FF;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.join-left-form-france{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.join-left-form-france h3{
	font-size: 18px;
	color: #00B3FF;
	font-weight: 500;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.form-attachment{
 float: left;
	width: 100%;
}
.form-attachment input{
	width: 100%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #BFBFBF;
	font-size: 14px;
	color: #707070;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.form-attachment label{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #707070;
	margin-top: 15px;
}
.form-attachment select{
	width: 100%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #BFBFBF;
	font-size: 14px;
	color: #707070;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.attachment-select-file{
width: 100%;
	float: left;
	margin-bottom:25px;
}
.attachment-select-file label span{
 float: left;
    padding: 5px 25px;
    font-size: 13px;
    border: solid 1px #d0d0d0;
    border-radius: 25px;
    margin-right: 10px;
	color:#00B3FF;
	text-align: center;
	cursor:pointer;
}
.attachment-select-file label span img{
width:12px;
margin-right:8px;
vertical-align:middle;
}
.attachment-select-file .span-file-name{
	font-size: 12px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}
.send-btn-form{
 width: 100%;
	float: left;
}
.send-btn-form input{
	float: left;
	font-size: 16px;
	border: 2px solid #dddddd;
	border-radius: 25px;
	margin-right: 10px;
	color: #707070;
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
	width: auto;
	font-weight: 600;
	margin-top: 15px;
}
.send-btn-form input:hover{
	background-color: #00B3FF;
    color: #fff;
}

 /*18-11-2019 3.40*/
 
 .join-training-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
}
.join-training-box-main{
 width:100%;
float:left;
}
.join-training-box .big_circle_style {
    width: 300px;
    height: 300px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: -99px;
    right: -109px;
    z-index: -1;
}
.join-left-img-training{
  width:100%;
float:left;
}
.join-left-img-training img{
 width:90%;
}
.join-right-text-training{
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 100px;
	padding-right: 80px;
}
.join-right-text-training h1{
	font-size: 26px;
	font-weight: 800;
	color: #00B3FF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
}
.join-right-text-training p{
	font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}

 .training-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
}
.training-box-main{
 width:100%;
float:left;
}
.training-box-main h2{
	font-size: 30px;
	font-weight: 800;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:90px;
}
.training-box-listing{
 width: 100%;
	float: left;
	margin-bottom:40px;
}
.traing-img{
 width: 100%;
	float: left;
	border-radius:7px;
	overflow:hidden;
}
.traing-img img{
  width: 100%;
}
.training-text{
	width: 100%;
	float: left;
	padding-right: 60px;
}
.training-text h3{
    font-size: 18px;
    color: #004D92;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}
.date-time{
 float: left;
    width: 100%;
	font-size: 13px;
	color: #707070;
	margin-bottom: 15px;
}
.training-text p{
	font-size: 13px;
	color: #707070;
	float: left;
    width: 100%;
	margin-bottom: 15px;
}
.training-btn{
	float: left;
	width: 100%;
	padding-top: 40px;
}
.training-btn a{
    padding: 5px 25px;
    font-size: 13px;
    border: solid 1px #00B3FF;
    border-radius: 25px;
    margin-right: 10px;
    color: #00B3FF;
    text-align: center;
}
.training-btn a:hover {
    color: #707070;
    background-color: #00B3FF;
}
.upcoming-training{
 float: left;
	width: 100%;
}
.previous-training{
  float: left;
	width: 100%;
	margin-top:40px;
}

/*18-11-2019 5.40*/

.foundations-top .big_circle_style{
left:-180px;
}
.foundations-banner{
	background-attachment: fixed;
	background-image: url(../img/top-view-photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 600px;
	position: relative;
	background-size: cover;
	padding-left: 0px;
	padding: 200px 0px;
	float: left;
	width: 100%;
	
}
.foundations-banner:before{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	z-index:1;	
}
.foundations-banner-main{
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	z-index: 1;
	position: relative;
	padding-right: 200px;
	padding-left: 200px;
}
 .foundations-map-box{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.foundations-map-box-main{
 width:100%;
float:left;
}
.foundations-map-box .big_circle_style {
    width: 300px;
    height: 300px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: 36px;
    right: -28px;
    z-index: -1;
}
.foundations-map-left-img{
width:400px;
height:400px;
float:left;
border-radius:50%;
overflow:hidden;
}
.foundations-map-left-img img{
 width:100%;
}
.foundations-map-left-img iframe{
 width:100%;
 height:400px;
}
.foundations-map-right-text{
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 100px;
	padding-right: 80px;
}
.foundations-map-right-text h2{
	font-size: 18px;
	font-weight: 800;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
	text-align:center;
	line-height:28px;
}
.foundations-map-right-text p{
	font-size: 16px;
	color: #707070;
	float: left;
	height: auto;
	width: 100%;
}

.salesforce_con_box .big_circle_style {
    width: 250px;
    height: 250px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: 79px;
    left: -27px;
    z-index: -1;
}
.join-france-box-text h2 a, .about-ngo-text h2 a{
     color: #00B3FF;
}
.thanks-box .big_circle_style {
    width: 250px;
    height: 250px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: 94px;
    left: -77px;
    z-index: -1;
}
.thanks-box .big_circle_style1 {
    width: 250px;
    height: 250px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    bottom: 94px;
    right: -77px;
    z-index: -1;
}
.jumbotron.text-center.thanks-box {
    background-color: transparent !important;
}
.thanks-box h1{
 color: #004D92;
}
.thanks-box .btn.btn-primary{
    font-size: 16px;
    color: #707070;
    border: 1px solid #00B3FF;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    border-radius: 25px;
    background-color: #FFF;
	margin-top:35px;
}
.thanks-box .btn.btn-primary:hover{
     color: #FFF;
    background-color: #00b3ff;
}
.contact-us-in{
 color:#ff4747;
}
.header-inner .language_sec {
    top: 6px;
    color: #707070;
}
.header-inner aside.country-selector.weglot-dropdown.weglot-shortcode {
    color: #707070;
}
.header-inner .heaber_address {
    width: auto;
    margin-top: -32px;
    /* margin-left: 82px; */
    position: relative;
    left: 76px;
}
.header-inner .fixed_sec.stick .heaber_address {
    margin-top: -27px;
}
.header-inner .main_navsec .navbar .navbar-collapse .main_menu_sec .nav {
    margin-top: 7px;
}
.heaber_address a {
    width: auto;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    font-weight: 400; 
}
.heaber_address i.fa.fa-envelope{
/* margin-left: 11px;*/
}
.heaber_address i{
   /* color: #145a9a;
	margin-right:4px;*/	
}
.heaber_address a{
color: #818181;
}
.home .heaber_address a{
color: #fff;
}
.home .heaber_address i{
    /*color: #ff4747;*/
}
.home span.swi-text {
    color: #fff;
}
.home .heaber_address {
    width: auto;
    margin-top: -41px;
    /* margin-left: 82px; */
    position: relative;
    left: 76px;
}

.home .heaber_address {
    margin-top: 16px;
}
.home .heaber_address a {
    color:#fff;
}
.home .fixed_sec.stick .language_sec {
    top: 9px;
}
.tpl-blog-box{
width:100%;
float:left;
}
.training-text h3 a{
    color: #004D92;}
	
.tpl-blog-box .traing-img {
    border-radius: 0px;
}
.tpl-blog-box .training-box-listing{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.tpl-blog-box .training-box-listing:last-child{
border:none;
}
.tpl-blog-single-box{
 width:100%;
float:left;
    margin-top: 50px;
	padding-bottom:60px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li .txt_sec a{
 color: #818181;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec a{
  color: #818181;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec a br{
display:none;
}
.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li.current-menu-item a::before, .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li.current-menu-item a:focus::before {
     right: 0;
}
/*.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li.current-menu-item a:hover::before, .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li.current-menu-item a:focus::before {
    right: 0;
}
.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li.current-menu-item a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff0000;
    border-radius: 50px;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/

.tpl-blog-single-box .entry-meta {
float: left;
    width: 100%;
    font-size: 13px;
    color: #707070;
    margin-bottom: 15px;
}
.tpl-blog-single-box .entry-meta a{
 color: #707070;
}
.tpl-blog-single-box span.posted-on {
    display: inline-block;
    margin-right: 15px;
}
.tpl-blog-single-box .post-thumbnail{
 width: 100%;
 margin-bottom:20px;
}
.tpl-blog-single-box img{
/*  width: 100%; */
}

.tpl-blog-single-box .comments-area{

}
.tpl-blog-single-box .comments-area label{
width: 100%;
    float: left;
}
.tpl-blog-single-box .comments-area input {
	width: 40%;
	float: left;
	font-size: 16px;
	color: #707070;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	border: 1px solid #BFBFBF;
	margin-bottom: 15px;
}
.tpl-blog-single-box .comments-area textarea {
	width: 40%;
	float: left;
	border: 1px solid #BFBFBF;
	font-size: 16px;
	color: #707070;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	height: 120px;
	margin-bottom: 15px;
}
.tpl-blog-single-box .comments-area p{
width:100%;
float:left;
}
.tpl-blog-single-box .comments-area p.comment-form-cookies-consent label{
width: auto;
}
.tpl-blog-single-box .comments-area p.comment-form-cookies-consent input{
width: auto;
    margin-right: 7px;
}
.tpl-blog-single-box .comments-area p.form-submit input{
        padding: 10px 46px;
    font-size: 13px;
    border: solid 1px #00B3FF;
    border-radius: 25px;
    margin-right: 10px;
    color: #00B3FF;
    text-align: center;
    background-color: transparent;
	width: auto;
}
.tpl-blog-single-box .comments-area p.form-submit input:hover{
 color: #707070;
    background-color: #00B3FF;
}
.home .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.tpl-blog-single-box img {
    height: auto;
}
.services-consulting-1 h4 {
    width: 66%;
    float: left;
    font-size: 16px;
    color: #707070;
    margin-top: 0px;
    margin-bottom: 60px;
    line-height: 24px;
	font-weight:600;
}
.services-top-tx{
padding-top:100px;
}
.services-consulting{
 width: 100%;
	float: left;
	margin-bottom:20px;
	padding-right:400px;
}
.services-gray-icon {
	width: 250px;
	height: 250px;
	border: 0px solid #EBEBEB;
	border-radius: 50%;	
}
.services-gray-icon img{
    width: 100%;
}
.services-consulting-icon{
  width: 35%;
	float: left;
}
.services-consulting-text{
  width: 63%;
	float: left;
	padding-left:30px;
	padding-top:25px;
	color: #707070;
}
.services-consulting-text h2{
    font-size: 25px;
    color: #00B3FF;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
}
.services-consulting-text h2::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0px;
    content: "";
    width: 46px;
    height: 4px;
    background-color: #ff0000;
    border-radius: 5px;
}
.services-consulting-text p{
    font-size: 14px;
    color: #707070;
    float: left;
    height: auto;
    width: 100%;
}
.right-services{
    padding-left: 400px;
	padding-right:0px;
}

.services-consulting-text .point_contnt_sec ul {
    padding: 0px;
    list-style: none;
        margin-top: 0px;
    width: 100%;
    float: left;
}
.services-consulting-text .point_contnt_sec ul li {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
}
.services-consulting-text .point_contnt_sec ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00B3FF;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0px;
}
.consulting-services .big_circle_style {
    width: 400px;
    height: 400px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    top: 502px;
    left: -297px;
    z-index: -1;
	background-color:#EBEBEB;
}
.consulting-services .big_circle_style1 {
    width: 350px;
    height: 350px;
    border: 21px solid #EBEBEB;
    position: absolute;
    border-radius: 50%;
    bottom: 250px;
    right: -185px;
    z-index: -1;
	background-color:#EBEBEB;
}
.services-consulting-1{
padding-bottom:80px;
}
.header-inner .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    width: auto;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2) h3:before {
    bottom: 14px;
}
.inner_snv_cont {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 60px;
}
.inner_snv_cont h1{
	font-size: 30px;
	font-weight: 800;
	color: #004D92;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
.inner_snv_cont p{
        font-size: 14px;
    color: #707070;
    float: left;
    height: auto;
    width: 100%;
}
.video_box iframe {
    margin-top: -46px;
    min-height: 630px;
    width: 100%;
    float: left;
}
html body{
 color: #707070;
}
.container {
    position: relative;
}
.join-france-box-text.case-study .services-consulting-icon {
    width: 100%;
    float: left;
}
.join-france-box-text.case-study  .services-gray-icon{
	width: 100%;
	height:auto;
    float: left;
}
.join-france-box-text.case-study div.pdfemb-viewer {
    border: 0px solid black;
	border-radius:0px;
}
.join-france-box-text.case-study {
	border: 1px solid #e2e2e2;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.join-france-box-text.case-study .ngo-top-read-more {
    width: 94%;
    margin-top: 20px;
    margin-bottom: 16px;
	text-align: center;
}
.join-france-box-text.case-study .ngo-top-read-more a {
    padding: 5px 11px;
    font-size: 12px;
	float: none;
}
.page-template-tpl-case-study .join-france-box .big_circle_style {
    top: -61px;
}

.heaber_address br {
    display: none;
}
.heaber_address a.blue-header-icon {
    color: #05acff;
}
.heaber_address a.red-header-icon {
    color: #ff0000;
}
span.red-head {
    padding-left: 21px;
}
.heaber_address i {
    margin-right: 8px;
}
span.swi-text {
    display: inline-block;
    margin-right: 7px;
}
.case-padding-0{
padding-top:0px;
}
.col-md-6.footer-right {
    float: right;
}

@media(min-width: 1200px) {
}

@media (min-width: 993px) and (max-width: 1150px) {
.partnerships_mainsec {
    padding-left: 0px;
    padding-right: 0px;
}
.partnerships_mainsec .title_sec h2 {
    text-align: center;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2) {
    padding-left: 15px;
	padding-right: 60px;
}
.footer_mainsec {
    padding: 50px 10px;
}
.footer_mainsec .col-md-6{
	width:50%;
	float:left;
}
.footer_mainsec .inner_sec.right_sec {
    border: none;
    padding-left: 0px;
}

.develop-bottom-img {
    height: 350px;
}
.ngo-right-img {
    width: 100%;
    float: right;
}
.ngo-right-img img{
    width:100%;
}
.ngo-top-text {
    padding-top: 0px;
    padding-right: 00px;
}
.about-ngo-text {
    min-height: 165px;
}
.ngo-crm-box {
     padding-bottom: 10px;
}
.ngo-box .big_circle_style {
    width: 250px;
    height: 250px;
}
.ngo-gray-icon {
    width: 80px;
    height: 80px;
}
.ngo-gray-icon img {
    width: 45px;
}
/* .about-consulting {
    padding-right: 80px;
} */
.right-consulting {
    padding-left: 80px;
}
.header-inner .heaber_address {
 display:none;
}
.home .heaber_address {
    display: none;
}
.home .language_sec {
    top: 9px;
    right: -28px;
}
.language_sec {
    right: 0px;
}
.verticals_solutions_sec-bg {
   background-attachment:scroll !important;
}
.services_mainsec-bg {
 background-attachment:scroll !important;
}

.services-top-tx {
    padding-top: 0px;
}
.page-template-tpl-service .about-box {
    padding-top: 30px;
}
.services-consulting {
    padding-right: 00px;
}
.right-services {
    padding-left: 0px;
    padding-right: 0px;
}
.consulting-services .big_circle_style1 {
    right: -213px;
}
}

@media (min-width: 768px) and (max-width: 992px) {
.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    margin: 0px 15px;
}
.partnerships_mainsec {
    padding-left: 0px;
    padding-right: 0px;
}
.partnerships_mainsec .title_sec h2 {
    text-align: center;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2) {
    padding-left: 15px;
	padding-right: 60px;
}
.footer_mainsec {
    padding: 50px 10px;
}
.footer_mainsec .col-md-6{
	width:50%;
	float:left;
}
.footer_mainsec .inner_sec.right_sec {
    border: none;
    padding-left: 0px;
}
.about-top-box .col-md-7{
width:60%;
float:left;
}
.about-top-box .col-md-5{
width:40%;
float:left;
}
.about-top-text {
    padding-right: 0px;
}
.about-right-img img {
    width: 100%;
}
.about-box .big_circle_style {
    width: 350px;
    height: 350px;
    top: -38px;
    right: -150px;
    z-index: -1;
    left: auto;
}
.about-box {
    padding-top: 56px;
}
.about-top-text h2 {
    font-size: 20px;
    line-height: 29px;
}
.about-box {
    padding-bottom: 50px;
}
.about-consulting {
    padding-right: 50px;
}
.right-consulting {
    padding-left: 50px;
    padding-right: 0px;
}
.about-consulting-text {
    width: 66%;
}
.about-consulting-icon {
    width: 34%;
    float: left;
}

.develop-bottom-img {
    height: 336px;
}
.ngo-right-img {
    width: 100%;
    float: right;
}
.ngo-right-img img{
    width:100%;
}
.ngo-top-text {
    padding-top: 0px;
    padding-right: 00px;
}
.about-ngo-text {
    min-height: 270px;
}
.ngo-crm-box {
     padding-bottom: 10px;
}
.ngo-box .big_circle_style {
    width: 250px;
    height: 250px;
	    left: -84px;
}
.ngo-box {
    padding-top: 70px;
	    padding-bottom: 50px;
}
.ngo-gray-icon {
    width: 80px;
    height: 80px;
}
.ngo-gray-icon img {
    width: 45px;
}
.header-inner .heaber_address {
    display: none;
}
.home .heaber_address {
    display: none;
}
.home .language_sec {
    top: 9px;
    right: -28px;
}
.traing-img {
    margin-bottom: 25px;
}
.language_sec {
    right: -53px;
}
.ngo-top-text h2 {
    font-size: 28px;
    line-height: 34px;
}
.about-ngo-icon {
    width: 24%;
}
.ngo-bottom-img {
    height: 350px !important;
}
.ngo-crm-listing {
    min-height: 250px !important;
}
.verticals_solutions_sec-bg {
   background-attachment:scroll !important;
}
.services_mainsec-bg {
 background-attachment:scroll !important;
}

.services-top-tx {
    padding-top: 0px;
}
.page-template-tpl-service .about-box {
    padding-top: 30px;
}
.services-consulting {
    padding-right: 00px;
}
.right-services {
    padding-left: 0px;
    padding-right: 0px;
}
.consulting-services .big_circle_style1 {
    right: -213px;
}

.join-right-text h1 {
    font-size: 25px;
}
.join-right-text {
    padding-top: 0px;
	    padding-left: 5px;
}
.join-team-box .big_circle_style {
    width: 250px;
    height: 250px;
    top: 24px;
    left: -153px;
}
.join-team-box .join-team-box-main .col-sm-6 {
    width: 63%;
}
.join-team-box {
    padding-bottom: 0px;
	padding-top:35px;
}
.salesforce_con_box {
    padding-top: 60px;
}
.contact-box {
    padding-top: 22px;
	    padding-bottom: 48px;
}
.video_main_sec .video_box video {
        margin-top: -5px;
    height: 600px;
    margin-left: -400px;
    width: 204% !important;
}
.contact-address {
    padding-bottom: 15px;
}
.contact-box .big_circle_style {
    width: 350px;
    height: 350px;
    top: -7px;
    right: -129px;
}
.training-box {
    padding-top: 22px;
}
.training-box-main h2 {
    margin-bottom: 35px;
}
.join-right-text-training {
    padding-top: 0px;
}
.join-training-box {
    padding-bottom: 30px;
}
.previous-training {
    margin-top: 0px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec {
    min-height: 175px;
}
.join-team-box-france .big_circle_style {
    left: -161px;
}
.join-france-box-text.case-study .ngo-top-read-more a {
    display: inline-block;
}
.col-md-6.footer-right {
    width: 50%;
	float:right;
}
.col-md-6.footer-left {
    width: 50%;
	float:left;
}
}

@media (min-width: 600px) and (max-width: 767px) {
.language_sec {
    display: none;
}
.navbar-toggle {
    position: absolute;
    right: 0px;
    top: 2px;
	z-index: 9;
    cursor: pointer;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .video_nav_sec  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: absolute;
    background-color: #707070;
    width: 150px;
    right: 0px;
    top: 47px;
}
.sub_menu {
    position: absolute;
    top: 40px;
    left: -25px;
    width: 145px;
    z-index: 1;
}
.sub_menu a{
    font-size: 12px !important;
}
.video_main_sec .inner_contnt_box {
    top: 8px;
}
.video_main_sec .inner_contnt_box .logo_sec img {
    width: 210px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec {
    margin-top: 0px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 12px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec p {
    display: none;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec a {
    padding: 3px 19px;
    font-size: 13px;
    margin-top: 20px;
}
.bottom_dot_sec {
    display: inline;
	bottom: 80px !important;
}
.verticals_solutions_sec {
    padding: 22px 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.main_navsec .navbar.stick {
    position: static;
}
.verticals_solutions_sec .left_sec .left_side_box h3::before {
    left: 0px;
}
.verticals_solutions_sec .right_img_sec .img_sec {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.verticals_solutions_sec .right_img_sec {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 50px;
}
.verticals_solutions_sec .right_img_sec .img_sec .big_circle_style {
      width: 220px;
    height: 220px;
    top: -66px;
    right: 0px;
    z-index: -1;
    left: -61px;
}
.Services_mainsec .left_img_sec .img_sec {
    width: 200px;
    height: 200px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
	left:0px;
}
.Services_mainsec .left_img_sec .big_circle_style {
    width: 250px;
    height: 250px;
    border: 21px solid #EBEBEB;
    bottom: -140px;
    left: -50px;
}
.Services_mainsec .left_img_sec {
    min-height: 160px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    width: 50%;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul li {
    font-size: 13px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .inner_title_sec h4 {
    font-size: 16px;
    min-height: 25px;
}
.partnerships_mainsec {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.partnerships_mainsec .left_img_sec .big_circle_style {
    width: 280px;
    height: 280px;
    border: 21px solid #EBEBEB;
    top: -210px;
    right: 0px;
    z-index: -1;
    left: -131px;
}
.partnerships_mainsec .left_img_sec .img_sec {
    width: 200px;
    height: 200px;
}
.partnerships_mainsec .title_sec h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 26px;
    margin-top: 10px;
}
.footer_mainsec {
    padding: 50px 0px;
}
.footer_mainsec .inner_sec {
    border-right: 0px solid #E2E2E2;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec {
    margin-top: 0px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec p {
    font-size: 12px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec {

    margin-top: 13px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li {
    margin-right: 7px;
}
.footer_mainsec .inner_sec.right_sec {
    padding-left: 0px;
    padding-top: 40px;
}
.footer_mainsec .copyright_sec ul li {
    width: 100%;
    margin-bottom: 6px;
}
.footer_mainsec {
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li .txt_sec {
    margin-right: 11px;
}
.footer_mainsec .copyright_sec ul li {
    margin-right: 0px;
}

.home-bg {
    min-height: 500px;
}
.verticals_solutions_sec-bg {
    min-height: 400px;
	    padding: 100px 0px;
}
.services_mainsec-bg {
    min-height: 400px;
	padding: 100px 0px;
}
.verticals_solutions_sec-bg h1 {
    font-size: 23px;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(1) {
    padding-right: 15px;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2) {
    padding-left: 15px;
}
.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li {
    padding: 8px 7px;
}
.verticals_solutions_sec .inner_sec ul li a .icon_txt_sec .icon_sec img {
    width: 42px;
}
.verticals_solutions_sec .left_sec .left_side_box .inner_sec {
    margin-top: 15px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    margin-bottom: 38px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .icon_sec img {
    margin-bottom: 0px;
}
.partnerships_mainsec .title_sec h2 br{
display:none;
}
.partnerships_mainsec .title_sec h2 {
    margin-bottom: 0px;
	text-align:center;
}

.footer_mainsec .inner_sec.right_sec .address_sec .social_media_sec {
    text-align: left;
}

.video_nav_sec .header-inner .navbar-default .navbar-toggle {
    border-color: #03acff;
}
.video_nav_sec .header-inner .navbar-default .navbar-toggle .icon-bar {
    background-color: #03acff;
}
.header-inner .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    color: #ffffff;
}
.header-inner .icon-arrow {
    background-image: url(../img/down_arrow.png);
}
.about-top-box .col-md-7{
width:60%;
float:left;
}
.about-top-box .col-md-5{
width:40%;
float:left;
}
.about-top-text {
    padding-right: 0px;
}
.about-right-img img {
    width: 100%;
}
.about-box .big_circle_style {
    width: 200px;
    height: 200px;
    top: 12px;
    right: 0px;
    z-index: -1;
    left: -57px;
}
.about-top-text h2 {
    font-size: 20px;
    line-height: 29px;
}
.about-box {
    padding-bottom: 50px;
}
.about-consulting {
    padding-right: 50px;
}
.right-consulting {
    padding-left: 50px;
    padding-right: 0px;
}
.about-consulting-text {
    width: 66%;
}
.about-consulting-icon {
    width: 34%;
    float: left;
}

.develop-bottom-img {
    height: 250px;
}
.ngo-right-img {
    width: 400px;
    float: right;
}
.ngo-right-img img{
    width:100%;
}
.ngo-top-text {
    padding-top: 70px;
    padding-right: 00px;
}
.about-ngo-text {
    min-height: 165px;
}
.ngo-crm-box {
     padding-bottom: 10px;
}
.header-inner .navbar-default .navbar-toggle {
    background-color: #004d92;
}
.header-inner .heaber_address {
    display: none;
}
.join-left-img {
    text-align: center;
}
.join-left-img img {
    width: 300px;
}
.salesforce_con_box {
    padding-top: 60px;
}
.salesforce_con_box_inner {
    padding-right: 5px;
}
.join-right-text-france {
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
}
.contact-left-form {
    padding-right: 0px;
}
.contact-box {
    padding-top: 28px;
}
.address-contact {
    padding-left: 0px;
    padding-top: 54px;
}
.contact-address {
    padding-bottom: 30px;
}
.contact-right-img {
    width: 100%;
    text-align: center;
}
.contact-right-img img {
    width: 350px;
}

.training-box-main h2 {
    font-size: 19px;
    margin-bottom: 60px;
    line-height: 25px;
}
.training-box {
    padding-top: 18px;
}
.traing-img {
    margin-bottom: 24px;
}
.join-right-text-training {
    padding-left: 0px;
    padding-right: 0px;
}
.training-text {
    padding-right: 0px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec:nth-child(1){
border-right:solid 1px #e0e0e0;
padding-right:10px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec:nth-child(2){
 padding-left:10px;
}
.language_sec {
    display: block;
    position: static;
	text-align:center;
}
.header-inner aside.country-selector.weglot-dropdown.weglot-shortcode {
    color: #fff;
}
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 0px;
}
.header-inner .main_navsec .language_sec ul li a {
    color: #fff;
}
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    padding: 0 0px;
}
.country-selector.weglot-dropdown ul {
    position: static;
}
.verticals_solutions_sec-bg {
   background-attachment:scroll !important;
}
.services_mainsec-bg {
 background-attachment:scroll !important;
}
.page-template-tpl-foundations .ngo-right-img img {
    width: 200px;
    height: 200px;
	margin-left: auto;
    margin-right: auto;
    float: none;
}
.ngo-box .big_circle_style {
    width: 200px;
    height: 200px;
}
.foundations-banner-main {
    font-size: 16px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
}
.foundations-banner {
    min-height: 200px;
    padding: 80px 0px;
}
.foundations-map-box .big_circle_style {
    width: 200px;
    height: 200px;
    right: -61px;
}
.foundations-map-right-text {
    padding-top: 20px;
	    padding-right: 20px;
		padding-bottom:40px;
}
.foundations-map-box {
    padding-top: 10px;
    padding-bottom: 50px;
}
.foundations-map-left-img {
    width: 290px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.col-md-6.footer-right {
    width: 50%;
	float:right;
}
.col-md-6.footer-left {
    width: 50%;
	float:left;
}
}

@media (min-width: 481px) and (max-width: 599px) {
.language_sec {
    display: none;
}
.navbar-toggle {
    position: absolute;
    right: 0px;
    top: 2px;
	z-index: 9;
    cursor: pointer;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: absolute;
    background-color: #707070;
    width: 150px;
    right: 0px;
    top: 47px;
}
.sub_menu {
    position: absolute;
    top: 40px;
    left: -25px;
    width: 145px;
    z-index: 1;
}
.sub_menu a{
    font-size: 12px !important;
}
.video_main_sec .inner_contnt_box {
    top: 8px;
}
.video_main_sec .inner_contnt_box .logo_sec img {
    width: 210px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec {
    margin-top: 0px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 12px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec p {
    display: none;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec a {
    padding: 3px 19px;
    font-size: 13px;
    margin-top: 20px;
}
.bottom_dot_sec {
    display: inline;
	bottom: 80px !important;
}
.verticals_solutions_sec {
    padding: 22px 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.main_navsec .navbar.stick {
    position: static;
}
.verticals_solutions_sec .left_sec .left_side_box h3::before {
    left: 0px;
}
.verticals_solutions_sec .right_img_sec .img_sec {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.verticals_solutions_sec .right_img_sec {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 50px;
}
.verticals_solutions_sec .right_img_sec .img_sec .big_circle_style {
      width: 220px;
    height: 220px;
    top: -66px;
    right: 0px;
    z-index: -1;
    left: -61px;
}
.Services_mainsec .left_img_sec .img_sec {
    width: 200px;
    height: 200px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
	left:0px;
}
.Services_mainsec .left_img_sec .big_circle_style {
    width: 250px;
    height: 250px;
    border: 21px solid #EBEBEB;
    bottom: -140px;
    left: -50px;
}
.Services_mainsec .left_img_sec {
    min-height: 160px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    width: 50%;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul li {
    font-size: 13px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .inner_title_sec h4 {
    font-size: 16px;
    min-height: 25px;
}
.partnerships_mainsec {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.partnerships_mainsec .left_img_sec .big_circle_style {
    width: 280px;
    height: 280px;
    border: 21px solid #EBEBEB;
    top: -210px;
    right: 0px;
    z-index: -1;
    left: -131px;
}
.partnerships_mainsec .left_img_sec .img_sec {
    width: 200px;
    height: 200px;
}
.partnerships_mainsec .title_sec h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 26px;
    margin-top: 10px;
}
.footer_mainsec {
    padding: 50px 0px;
}
.footer_mainsec .inner_sec {
    border-right: 0px solid #E2E2E2;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec {
    margin-top: 0px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec p {
    font-size: 12px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec {

    margin-top: 13px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li {
    margin-right: 7px;
}
.footer_mainsec .inner_sec.right_sec {
    padding-left: 0px;
    padding-top: 40px;
}
.footer_mainsec .copyright_sec ul li {
    width: 100%;
    margin-bottom: 6px;
}
.footer_mainsec {
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li .txt_sec {
    margin-right: 11px;
}
.footer_mainsec .copyright_sec ul li {
    margin-right: 0px;
}

.home-bg {
    min-height: 500px;
}
.verticals_solutions_sec-bg {
    min-height: 400px;
	    padding: 100px 0px;
}
.services_mainsec-bg {
    min-height: 400px;
	padding: 100px 0px;
}
.verticals_solutions_sec-bg h1 {
    font-size: 23px;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(1) {
    padding-right: 15px;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2) {
    padding-left: 15px;
}
.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li {
    padding: 8px 7px;
}
.verticals_solutions_sec .inner_sec ul li a .icon_txt_sec .icon_sec img {
    width: 42px;
}
.verticals_solutions_sec .left_sec .left_side_box .inner_sec {
    margin-top: 15px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    margin-bottom: 38px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .icon_sec img {
    margin-bottom: 0px;
}
.partnerships_mainsec .title_sec h2 br{
display:none;
}
.partnerships_mainsec .title_sec h2 {
    margin-bottom: 0px;
	text-align:center;
}

.footer_mainsec .inner_sec.right_sec .address_sec .social_media_sec {
    text-align: left;
}

.about-box .big_circle_style {
    width: 150px;
    height: 150px;
    top: 42px;
    right: 0px;
	left:-25px;
}
.about-right-img img {
    width: 100%;
    height: auto;
}
.right-consulting {
    padding-left: 00px;
    padding-right: 0px;
}
.about-consulting {
    padding-right: 00px;
}
.about-bottom-box img{
    width: 100%;
    float: left;
}
.about-bottom .big_circle_style {
    width: 210px;
    height: 210px;
    top: -50px;
}
.about-consulting-icon {
    width: 100%;
    float: left;
    text-align: center;
}
.about-top-text {
    padding-right: 0px;
}
.about-top-text h2 {
    font-size: 18px;
    line-height: 26px;
}
.about-top-text p {
    font-size: 13px;
}
.about-right-img {
    width: 90%;
    padding-top: 25px;
}
.about-box {
    padding-top: 50px;
	    padding-bottom: 60px;
}
.video_nav_sec .header-inner .navbar-default .navbar-toggle {
    border-color: #03acff;
}
.video_nav_sec .header-inner .navbar-default .navbar-toggle .icon-bar {
    background-color: #03acff;
}
.header-inner .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    color: #ffffff;
}
.header-inner .icon-arrow {
    background-image: url(../img/down_arrow.png);
}
.consulting-gray-icon {
    margin-left: auto;
    margin-right: auto;
	    width: 130px;
    height: 130px;
}
.about-bottom-box {
    width: 90%;
}
.about-bottom {
    padding-bottom: 60px;
}
.about-consulting-text {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
	    width: 100%;
}
.about-consulting-text h2::before {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
	
}

.ngo-box .big_circle_style {
    width: 250px;
    height: 250px;
    top: 24px;
    left: -73px;
}
.ngo-right-img img {
    width: 100%;
}
.ngo-top-text {
    padding-right: 00px;
}
.ngo-gray-icon {
    width: 60px;
    height: 60px;
}
.ngo-gray-icon img {
    width: 38px;
}
.ngo-box {
    padding-bottom: 50px;
}
.about-ngo-text {
    padding-left: 10px;
    padding-top: 5px;
	min-height: 195px;
}
.ngo-crm-box {
    padding-bottom: 0px;
}
.develop-bottom-img {
    height: 150px;
}
.header-inner .navbar-default .navbar-toggle {
    background-color: #004d92;
}
.header-inner .heaber_address {
    display: none;
}
.join-left-img {
    text-align: center;
}
.join-left-img img {
    width: 300px;
}
.salesforce_con_box_inner h1 {
    font-size: 24px;
}
.salesforce_con_box_inner p {
    font-size: 14px;
    font-weight: 500;
}
.join-france-box-text {
    margin-bottom: 50px;
}
.join-france-box {
    padding-bottom: 30px;
}

.join-right-text {
    padding-left: 0px;
}
.join-right-text h1 {
    font-size: 30px;
}
.join-team-box {
    padding-bottom: 0px;
}
.salesforce_con_box {
    padding-top: 60px;
}
.about-ngo-text {
    width: 84%;
}
.contact-box .big_circle_style {
    width: 250px;
    height: 250px;
    top: 12px;
    right: -85px;
}
.contact-left-form {
    padding-right: 0px;
}
.contact-box {
    padding-top: 28px;
}
.address-contact {
    padding-left: 0px;
    padding-top: 54px;
}
.contact-address {
    padding-bottom: 30px;
}
.contact-right-img {
    width: 100%;
    text-align: center;
}
.contact-right-img img {
    width: 350px;
}

.training-box-main h2 {
    font-size: 19px;
    margin-bottom: 60px;
    line-height: 25px;
}
.training-box {
    padding-top: 18px;
}
.traing-img {
    margin-bottom: 24px;
}
.join-right-text-training {
    padding-left: 0px;
    padding-right: 0px;
	    padding-top: 0px;
}
.training-text {
    padding-right: 0px;
}
.tpl-blog-single-box .comments-area textarea {
    width: 80%;
}
.tpl-blog-single-box .comments-area input {
    width: 80%;
}
.tpl-blog-single-box .comments-area p.comment-form-cookies-consent label {
    width: 88%;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec:nth-child(1){
border-right:solid 1px #e0e0e0;
padding-right:10px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec:nth-child(2){
 padding-left:10px;
}
.language_sec {
    display: block;
    position: static;
	text-align:center;
}
.header-inner aside.country-selector.weglot-dropdown.weglot-shortcode {
    color: #fff;
}
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 0px;
}
.header-inner .main_navsec .language_sec ul li a {
    color: #fff;
}
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    padding: 0 0px;
}
.ngo-top-text h2 {
    font-size: 24px;
    line-height: 29px;
}
.getstarted_with_box_inner {
    padding-right: 0px;
}
.getstarted_with_box h1 {
    font-size: 20px;
}
.getstarted_with_box p {
    font-size: 14px;
}
.about-ngo-text h2 {
    font-size: 18px;
    margin-bottom: 40px;
}
.about-ngo-text h2::before {
    bottom: -16px;
    height: 4px;
}
.about-ngo-text p {
    font-size: 14px;
}
.ngo-bottom-img {
    height: 245px !important;
}
.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    width: auto;
}
.salesforce_solution_box_inner {
    padding-right: 0px;
}
.salesforce_solution_box_inner h1 {
    font-size: 22px;
}
.salesforce_solution_box_inner p {
    font-size: 14px;
}
.contact-left-form h1 {
    font-size: 26px;
    margin-bottom: 22px;
}
.contact-box .big_circle_style {
    display: none;
}
.join-training-box .big_circle_style {
    width: 200px;
    height: 200px;
    top: auto;
    bottom: 40px;
}
.about-ngo-icon {
    width: 23%;
}
body .ngo-crm-listing {
    min-height: 170px !important;
}
.title_sec br {
    display: none;
}
.country-selector.weglot-dropdown ul {
    position: static;
}
.verticals_solutions_sec-bg {
    background-size: cover !important;
}
.services_mainsec-bg {
    background-size: cover!important;
    background-position: top center!important;
}

.about-box .big_circle_style {
    display: none;
}
.services-top-tx {
    padding-top: 0px;
}
.services-top-tx h2 {
    margin-top:0px;
}
.services-consulting-1 h4 {
    width: 100%;
}
.services-consulting {
    padding-right: 0px;
}
.services-consulting-icon {
    width: 100%;
    text-align: center;
}
.services-gray-icon {
    margin-left: auto;
    margin-right: auto;
}
.services-consulting-text {
    width: 100%;
}
.right-services {
    padding-left: 0px;
    padding-right: 0px;
}
.consulting-services .big_circle_style1 {
    bottom: 420px;
    right: -253px;
}
.services-consulting-text {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.services-consulting-1 {
    padding-bottom: 0px;
}
.services-consulting-1 .services-consulting:last-child .services-consulting-text{
border:none;
padding-bottom:0px;
margin-bottom:0px;
}
.page-template-tpl-foundations .ngo-right-img img {
    width: 200px;
    height: 200px;
	margin-left: auto;
    margin-right: auto;
    float: none;
}
.ngo-box .big_circle_style {
    width: 200px;
    height: 200px;
}
.foundations-banner-main {
    font-size: 16px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
}
.foundations-banner {
    min-height: 200px;
    padding: 80px 0px;
}
.foundations-map-box .big_circle_style {
    width: 200px;
    height: 200px;
    right: -61px;
}
.foundations-map-right-text {
    padding-top: 20px;
	    padding-right: 20px;
		padding-bottom:40px;
}
.foundations-map-box {
    padding-top: 10px;
    padding-bottom: 50px;
}
.foundations-map-left-img {
    width: 290px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.col-md-6.footer-right {
    width: 100%;
}
.col-md-6.footer-left {
    width: 100%;
}
}

@media (max-width: 480px) {
		
.ngo-crm-box div:nth-child(5) {
        left: 0 !important;
}
.language_sec {
    display: none;
}
.navbar-toggle {
    position: absolute;
    right: 0px;
    top: 2px;
	z-index: 9;
    cursor: pointer;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: absolute;
    background-color: #707070;
    width: 150px;
    right: 0px;
    top: 47px;
}
.sub_menu {
    position: absolute;
    top: 40px;
    left: -25px;
    width: 145px;
    z-index: 1;
}
.sub_menu a{
    font-size: 12px !important;
}
/*.video_main_sec .inner_contnt_box {
    top: 8px;
}*/
.video_main_sec .inner_contnt_box .logo_sec img {
    width: 120px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec {
    margin-top: 0px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec h1 {
    font-size: 18px;
    line-height: 19px;
    margin-top: 12px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec p {
    display: block;
    padding: 0px 18px;
}
.video_main_sec .inner_contnt_box .contnt_txt_sec a {
    padding: 3px 19px;
    font-size: 13px;
    margin-top: 20px;
}
.bottom_dot_sec {
bottom:57px !important;
}
.verticals_solutions_sec {
    padding: 22px 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.main_navsec .navbar.stick {
    position: static;
}
.verticals_solutions_sec .left_sec .left_side_box h3::before {
    left: 0px;
}
.verticals_solutions_sec .right_img_sec .img_sec {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.verticals_solutions_sec .right_img_sec {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 50px;
}
.verticals_solutions_sec .right_img_sec .img_sec .big_circle_style {
      width: 220px;
    height: 220px;
    top: -66px;
    right: 0px;
    z-index: -1;
    left: -61px;
}
.Services_mainsec .left_img_sec .img_sec {
    width: 200px;
    height: 200px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
	left:0px;
}
.Services_mainsec .left_img_sec .big_circle_style {
    width: 250px;
    height: 250px;
    border: 21px solid #EBEBEB;
    bottom: -140px;
    left: -50px;
}
.Services_mainsec .left_img_sec {
    min-height: 160px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    width: 50%;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .point_contnt_sec ul li {
    font-size: 13px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .inner_title_sec h4 {
    font-size: 16px;
    min-height: 25px;
}
.partnerships_mainsec {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.partnerships_mainsec .left_img_sec .big_circle_style {
    width: 280px;
    height: 280px;
    border: 21px solid #EBEBEB;
    top: -210px;
    right: 0px;
    z-index: -1;
    left: -131px;
}
.partnerships_mainsec .left_img_sec .img_sec {
    width: 200px;
    height: 200px;
}
.partnerships_mainsec .title_sec h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 26px;
    margin-top: 10px;
}
.footer_mainsec {
    padding: 50px 0px;
}
.footer_mainsec .inner_sec {
    border-right: 0px solid #E2E2E2;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec {
    margin-top: 0px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec p {
    font-size: 12px;
	margin-bottom:0px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec {

    margin-top: 13px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li {
    margin-right: 7px;
}
.footer_mainsec .inner_sec.right_sec {
    padding-left: 0px;
    padding-top: 40px;
}
.footer_mainsec .copyright_sec ul li {
    width: 100%;
    margin-bottom: 6px;
}
.footer_mainsec {
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li .txt_sec {
    margin-right: 11px;
}
.footer_mainsec .copyright_sec ul li {
    margin-right: 0px;
}

.home-bg {
    min-height:600px;
}
.verticals_solutions_sec-bg {
    min-height: 400px;
	    padding: 100px 0px;
}
.services_mainsec-bg {
    min-height: 400px;
	padding: 100px 0px;
}
.verticals_solutions_sec-bg h1 {
    font-size: 23px;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(1) {
    padding-right: 15px;
}
.verticals_solutions_sec-bg .left_sec .col-md-6:nth-child(2) {
    padding-left: 15px;
}
.verticals_solutions_sec .left_sec .left_side_box .inner_sec ul li {
    padding: 8px 7px;
}
.verticals_solutions_sec .inner_sec ul li a .icon_txt_sec .icon_sec img {
    width: 42px;
}
.verticals_solutions_sec .left_sec .left_side_box .inner_sec {
    margin-top: 15px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec {
    margin-bottom: 38px;
}
.Services_mainsec .right_contnt_sec .services_inner_sec .icon_contnt_sec .icon_sec img {
    margin-bottom: 0px;
}
.partnerships_mainsec .title_sec h2 br{
display:none;
}
.partnerships_mainsec .title_sec h2 {
    margin-bottom: 0px;
	text-align:center;
}
.partnerships-logo .partner_slider_sec .slick-slider .slick-dots {
    display: none !important;
}
.partnerships-logo.partnerships_mainsec {
    padding-bottom: 20px;
}
.footer_mainsec .inner_sec.right_sec .address_sec .social_media_sec {
    text-align: left;
}


.about-box .big_circle_style {
    width: 150px;
    height: 150px;
    top: 12px;
    right: 0px;
	left:-25px;
}
.about-right-img img {
    width: 100%;
    height: auto;
}
.right-consulting {
    padding-left: 00px;
    padding-right: 0px;
}
.about-consulting {
    padding-right: 00px;
}
.about-bottom-box img{
    width: 100%;
    float: left;
}
.about-bottom .big_circle_style {
    width: 210px;
    height: 210px;
    top: -50px;
}
.about-consulting-icon {
    width: 100%;
    float: left;
    text-align: center;
}
.about-top-text {
    padding-right: 0px;
}
.about-top-text h2 {
    font-size: 18px;
    line-height: 26px;
}
.about-top-text p {
    font-size: 13px;
}
.about-right-img {
    width: 90%;
    padding-top: 25px;
}
.about-box {
    padding-top: 10px;
	    padding-bottom: 60px;
}
.video_nav_sec .header-inner .navbar-default .navbar-toggle {
    border-color: #03acff;
}
.video_nav_sec .header-inner .navbar-default .navbar-toggle .icon-bar {
    background-color: #03acff;
}
.header-inner .main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    color: #ffffff;
}
.header-inner .icon-arrow {
    background-image: url(../img/down_arrow.png);
}
.consulting-gray-icon {
    margin-left: auto;
    margin-right: auto;
	    width: 130px;
    height: 130px;
}
.about-bottom-box {
    width: 90%;
}
.about-bottom {
    padding-bottom: 60px;
}
.about-consulting-text {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
	    width: 100%;
}
.about-consulting-text h2::before {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
	
}

.ngo-box .big_circle_style {
    width: 250px;
    height: 250px;
    top: 24px;
    left: -73px;
}
.ngo-right-img img {
    width: 100%;
}
.ngo-top-text {
    padding-right: 00px;
}
.ngo-gray-icon {
    width: 60px;
    height: 60px;
}
.ngo-gray-icon img {
    width: 38px;
}
.ngo-box {
    padding-bottom: 10px;
}
.about-ngo-text {
    padding-left: 10px;
    padding-top: 5px;
	min-height: 20px;
}
.ngo-crm-box {
    padding-bottom: 0px;
}
.develop-bottom-img {
    height: 150px;
}
.navbar-default .navbar-toggle {
    z-index: 1;
}
.video_main_sec {
    margin-top: -50px;
}
.home .heaber_address {
    position: absolute;
    left: 0px;
    text-align: center;
    top: 34px;
    width: 100%;
}
.header-inner .navbar-default .navbar-toggle {
    background-color: #004d92;
}
.header-inner .heaber_address {
    display: none;
}

.join-team-box .big_circle_style {
    width: 250px;
    height: 250px;
    top: 16px;
    left: -53px;
}
.join-right-text {
    padding-left: 0px;
    padding-top: 20px;
}
.join-right-text h1 {
    font-size: 22px;
	    margin-bottom: 20px;
    padding-bottom: 20px;
}
.join-team-box {
    padding-bottom: 0px;
	    padding-top: 40px;
}
.salesforce_con_box {
    padding-top: 60px;
}
.salesforce_con_box_inner {
    padding-right: 00px;
}
.salesforce_con_box_inner h1 {
    font-size: 24px;
}
.salesforce_con_box_inner p {
    font-size: 14px;
    font-weight: 500;
}
.join-france-box-text {
    margin-bottom: 50px;
}
.join-france-box {
    padding-bottom: 30px;
}
.about-ngo-text {
    width: 76%;
}
.description-box-benefits .benefits-head {
    width: 100%;
}
.description-box-benefits .benefits-head-text {
    width:100%;
}
.join-right-text-france {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
.contact-box .big_circle_style {
    width: 250px;
    height: 250px;
    top: 12px;
    right: -85px;
}
.contact-left-form {
    padding-right: 0px;
}
.contact-box {
    padding-top: 28px;
}
.address-contact {
    padding-left: 0px;
    padding-top: 54px;
}
.contact-address {
    padding-bottom: 30px;
}
.training-box-main h2 {
    font-size: 19px;
    margin-bottom: 27px;
    line-height: 25px;
}
.training-box {
    padding-top: 18px;
}
.traing-img {
    margin-bottom: 24px;
}
.join-right-text-training {
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 0px;
}
.training-text {
    padding-right: 0px;
}

.tpl-blog-single-box .comments-area textarea {
    width: 100%;
}
.tpl-blog-single-box .comments-area input {
    width: 100%;
}
.tpl-blog-single-box .comments-area p.comment-form-cookies-consent label {
    width: 88%;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec:nth-child(1){
border-right:solid 1px #e0e0e0;
padding-right:10px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec:nth-child(2){
 padding-left:10px;
}
.language_sec {
    display: block;
    position: static;
	text-align:center;
}
.header-inner aside.country-selector.weglot-dropdown.weglot-shortcode {
    color: #fff;
}
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 0px;
}
.header-inner .main_navsec .language_sec ul li a {
    color: #fff;
}
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    padding: 0 0px;
}
.ngo-top-text h2 {
    font-size: 24px;
    line-height: 29px;
}
.getstarted_with_box_inner {
    padding-right: 0px;
}
.getstarted_with_box h1 {
    font-size: 20px;
}
.getstarted_with_box p {
    font-size: 14px;
}
.about-ngo-text h2 {
    font-size: 18px;
    margin-bottom: 40px;
}
.about-ngo-text h2::before {
    bottom: -16px;
    height: 4px;
}
.about-ngo-text p {
    font-size: 14px;
}
.ngo-bottom-img {
    height: 163px !important;
}
.main_navsec .navbar .navbar-collapse .main_menu_sec .nav li a {
    width: auto;
}
.salesforce_solution_box_inner {
    padding-right: 0px;
}
.salesforce_solution_box_inner h1 {
    font-size: 22px;
}
.salesforce_solution_box_inner p {
    font-size: 14px;
}
.contact-left-form h1 {
    font-size: 26px;
    margin-bottom: 22px;
}
.contact-box .big_circle_style {
    display: none;
}
.address-contact h1 {
    font-size: 22px;
}
.join-training-box .big_circle_style {
    width: 200px;
    height: 200px;
    top: auto;
    bottom: 40px;
}
.about-ngo-icon {
    width: 23%;
}
body .ngo-crm-listing {
    min-height: 70px !important;
}
.join-right-text-france h1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
}
.jumbotron p {
    font-size: 18px;
    padding: 0px 15px;
}
.title_sec br {
    display: none;
}
.country-selector.weglot-dropdown ul {
    position: static;
}
.video_box iframe {
    min-height: 545px;
}
.verticals_solutions_sec-bg {
   background-attachment:scroll !important;
}
.services_mainsec-bg {
 background-attachment:scroll !important;
  background-position: -649px;
}

.about-box .big_circle_style {
    display: none;
}
.services-top-tx {
    padding-top: 0px;
}
.services-top-tx h2 {
    margin-top:0px;
}
.services-consulting-1 h4 {
    width: 100%;
}
.services-consulting {
    padding-right: 0px;
}
.services-consulting-icon {
    width: 100%;
    text-align: center;
}
.services-gray-icon {
    margin-left: auto;
    margin-right: auto;
}
.services-consulting-text {
    width: 100%;
}
.right-services {
    padding-left: 0px;
    padding-right: 0px;
}
.consulting-services .big_circle_style1 {
    bottom: 420px;
    right: -253px;
}
.services-consulting-text {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.services-consulting-1 {
    padding-bottom: 0px;
}
.services-consulting-1 .services-consulting:last-child .services-consulting-text{
border:none;
padding-bottom:0px;
margin-bottom:0px;
}

.previous-training {
    margin-top: 0px;
}
.training-box-listing {
    margin-bottom: 20px;
}

.join-team-box-france {
    padding-bottom: 30px;
}
.join-left-form-france {
    margin-top: 0px;
}
.description-box-benefits {
    margin-bottom: 0px;
}

.video_main_sec .video_box video {
    margin-top: -5px;
	    height: 424px;
    margin-left: -150px;
	width: 230% !important;
}
.verticals_solutions_sec-bg {
    position: relative;
    z-index: 99;
}
.video_main_sec .inner_contnt_box {
    top: 87px;
}
.ngo-box {
    padding-top: 28px;
}
.join-training-box {
    padding-bottom: 30px;
}
.join-team-box-france .big_circle_style {
    left: -161px;
}

.page-template-tpl-case-study .join-france-box {
    padding-top: 31px;
}
.page-template-tpl-case-study .salesforce_solution_box_inner.case-study {
    margin-bottom: 15px;
}
.page-template-tpl-case-study .join-france-box .big_circle_style {
    top: -14px;
}
.join-france-box-text.case-study .ngo-top-read-more a {
    display: inline-block;
}
.page-template-tpl-foundations .ngo-right-img img {
    width: 200px;
    height: 200px;
	margin-left: auto;
    margin-right: auto;
    float: none;
}
.ngo-box .big_circle_style {
    width: 200px;
    height: 200px;
}
.foundations-banner-main {
    font-size: 16px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
}
.foundations-banner {
    min-height: 200px;
    padding: 80px 0px;
}
.foundations-map-box .big_circle_style {
    width: 200px;
    height: 200px;
    right: -61px;
}
.foundations-map-right-text {
    padding-top: 20px;
	    padding-right: 20px;
		padding-bottom:40px;
}
.foundations-map-box {
    padding-top: 10px;
    padding-bottom: 50px;
}
.foundations-map-left-img {
    width: 290px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.page-template-tpl-case-study .about-box {
    padding-top: 28px;
	padding-bottom: 18px;
}
.page-template-tpl-case-study .about-top-text h2 {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.col-md-6.footer-left {
    float: left;
    margin-top: 50px;
}
.social_media_sec br{
display:none;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec {
    margin-top: 0px;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li {
    vertical-align: middle;
}
.footer_mainsec .inner_sec .address_sec .social_media_sec ul li .txt_sec {
    top: 0px;
}
.footer_mainsec .inner_sec .address_sec .two_adress_sec .adress_txt_sec {
    margin-bottom: 12px;
}
.col-md-6.footer-right {
    width: 100%;
}
}
.soloution{
  padding-bottom: 10px;
}
.soloution:hover ul{
  display: block;
}
.form-application-box{

}
.form-application-box input {
    width: 100%;
    float: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #BFBFBF;
    font-size: 14px;
    color: #707070;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.form-application-box select {
    width: 100%;
    float: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #BFBFBF;
    font-size: 14px;
    color: #707070;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.form-application-box input[type="button"]{
     float: left;
    font-size: 16px;
    border: 2px solid #dddddd;
    border-radius: 25px;
    margin-right: 10px;
    color: #707070;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    padding-top: 8px;
    padding-right: 35px;
    padding-bottom: 8px;
    padding-left: 35px;
    width: auto;
    font-weight: 600;
    margin-top: 15px;
	margin-left: 0px !important;
}
.form-application-box input[type="button"]:hover{
     background-color: #00B3FF;
    color: #fff;
}

.form-application-box .ff-col-1 {
    min-width: 100%;
}
.form-application-box .ff-col-1 label{
margin-bottom:4px;
}
.form-application-box .ff-col-2 {
    min-width: 100%;
    max-width: 100%;
}
.form-application-box .ff-col-2 label.ff-fileupload-select{
       float: left;
    padding: 7px 25px;
    font-size: 13px;
    border: solid 1px #d0d0d0;
    border-radius: 25px;
    margin-right: 10px;
    color: #00B3FF;
    text-align: center;
    cursor: pointer;
    background-image: url(../img/paperclip.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 16px;
    padding-left: 37px;
}
.form-application-box .ff-fileupload-drop-area{
padding-left:0px;
background-color:transparent;
}
.ff-submit-btn .footnoteDiv {
    display: none;
}

.form-application-box label {
    font-size: 13px;
    color: #707070;
    margin-top: 15px;
}
.form-application-box .ff-col-1 label.ff-section-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #00b3ff;
}
.form-application-box .ff-required-mark {
    color: #707070;
}








.wpcf7-response-output {
    display: inline-block;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/*-------27-03-------*/
.ngo-top-read-more1 a {
        padding: 5px 25px;
        font-size: 13px;
        border: solid 1px #d0d0d0;
        border-radius: 25px;
        margin-right: 10px;
        color: #00B3FF;
        text-align: center;
}
.ngo-top-read-more1 {
        width: 100%;
        text-align: right;
}
/* .ngo-crm-box div:nth-child(5) {
        position: relative;
        left: 320px;
} */
.partnerships-logo {
        text-align: center;
}
a.bottom-btn {
        padding: 10px 30px;
        font-size: 20px;
        border: solid 1px #d0d0d0;
        border-radius: 25px;
        margin-right: 10px;
        color: #00B3FF;
        text-align: center;
        text-decoration: none;
}
a.bottom-btn:hover {
        background: #02abff;
        color: #fff;
}
