body {font-family: "Raleway", sans-serif; color: #2e40bb; font-size: 15px; }
a {color: #2e40bb; text-decoration: none; transition: 0.3s;}
a:hover {color: #ff7e54; text-decoration: none;}

.back-to-top {
  position: fixed; visibility: hidden; opacity: 0; right: 26px; bottom: 24px; z-index: 996;
  background: #07e788; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s;
}
.back-to-top i {font-size: 18px; color: #fff; line-height: 0;}
.back-to-top:hover {background: linear-gradient(45deg, rgba(46, 64, 187, 10%) , rgba(7, 231, 136, 100%)); color: #fff;}
.back-to-top.active {visibility: visible; opacity: 1;}

@media screen and (max-width: 768px) {
  [data-aos-delay] {transition-delay: 0 !important;}
}

#header {
	transition: all 0.5s; z-index: 997; padding: 8px 0; 
	/*background: linear-gradient(90deg, rgba(7, 231, 136, 98%) , rgba(46, 64, 187, 0.8), rgba(46, 64, 187, 0.9)); */
	background: linear-gradient(90deg, rgba(46, 64, 187, 0.9), rgba(46, 64, 187, 0.8), rgba(7, 231, 136, 98%)); 
}

#header .logo img {max-height: 60px; }
#header.header-scrolled,
#header.header-inner-pages {
  padding: 5px 0;
  background: linear-gradient(90deg,  rgba(46, 64, 187, 0.96), rgba(46, 64, 187, 1.0) ,rgba(7, 231, 136, 100%) ); 
}

#main {z-index: 3;}

.navbar {padding: 0;}
.navbar ul {margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}
.navbar li {position: relative;}
.navbar a, .navbar a:focus{
	display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; font-weight: 400;
	font-size: 15px; font-family: "Raleway", sans-serif; color: #fff; white-space: nowrap; transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {font-size: 16px; line-height: 0; margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #07e788;}

.navbar .dropdown ul {
  display: block; position: absolute; left: 14px; top: calc(100% + 30px);
  margin: 0; padding: 10px 0;z-index: 99; opacity: 0;visibility: hidden; background: rgba(46, 64, 187, 95%); color: rgba(255, 255, 255, 65%);
  box-shadow: 0px 0px 30px rgba(46, 64, 187, 0.35);transition: 0.3s;border-radius: 4px;
}
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px; font-size: 15px;}
.navbar .dropdown a i {font-size: 10px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {background: linear-gradient(0deg, rgba(255, 255, 255, 15%), rgba(46, 64, 187, 90%)); color: #fff;}
.navbar .dropdown:hover>ul {opacity: 1; top: 100%; visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0; left: calc(100% - 30px); visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1; top: 0; left: 100%; visibility: visible;}

.navbar .language i{font-size: 18px !important;}
.navbar .language,
.navbar .language:focus {
	border: 2px solid rgba(255,255,255, 0.2); padding: 15px 10px; margin-left: 30px; border-radius: 10px; color: #fff;
}
.navbar .language:hover,
.navbar .language:focus:hover {color: #fff; background:rgba(7, 231, 136, 100%);}
.navbar .language ul li {width: auto !important;}

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

.mobile-nav-toggle {color: #fff; font-size: 23px; cursor: pointer; display: none; line-height: 0; transition: 0.5s;}
.mobile-nav-toggle.fa-x {color: #fff; padding-top: 15px;}

@media (max-width: 992px) {
	.mobile-nav-toggle {display: block;}
	.navbar ul {display: none;}
	.navbar a i,
	.navbar a:focus i {padding-top: 10px; padding-bottom: 10px;}
	.navbar .language,
	.navbar .language:focus {border: 2px solid rgba(46, 64, 187, 0.2);color: #2e40bb;}
}

.navbar-mobile {
	position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; 
	background: rgba(46, 64, 187, 0.85); transition: 0.3s; z-index: 999;
}
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }
.navbar-mobile ul {
  display: block; position: absolute; top: 55px; right: 15px; bottom: auto; left: 15px;
  padding: 10px 0; border-radius: 10px; background: linear-gradient(90deg, rgba(255,255,255, 100%), rgba(7, 231, 136, 95%)); overflow-y: auto; transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {padding: 10px 20px;  color: #2e40bb; }
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a { color: #fff; background: #07e788;}
.navbar-mobile .language,
.navbar-mobile .language:focus { margin: 15px;}
.navbar-mobile .dropdown ul {
	position: static; display: none; margin: 10px 20px; padding: 10px 0;
	z-index: 99; opacity: 1; visibility: visible; background:rgba(255, 255, 255, 0.65); box-shadow: 0px 0px 30px rgba(46, 64, 187, 0.35);
}
.navbar-mobile .dropdown ul li {min-width: 200px;}
.navbar-mobile .dropdown ul a {padding: 10px 20px;}
.navbar-mobile .dropdown a i {font-size: 10px;}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {color: #2e40bb; background: #07e788;}
.navbar-mobile .dropdown>.dropdown-active {display: block;}

.li_ig{margin-left: 50px;}
.my_ig{background: transparent !important; padding: 5px 8px !important; font-weight: bold !important; }

#hero { width: 100%; height: 100vh; background-color: rgba(46, 64, 187, 0.4); overflow: hidden; position: relative; margin-bottom: 30px;}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before { position: absolute;top: 0;right: 0;left: 0;bottom: 0;}
#hero .carousel-item {background-size: cover; background-position: center; background-repeat: no-repeat;}
/*#hero .carousel-item::before {content: ""; background: linear-gradient(45deg, rgba(7,231,136, 20%), rgba(46, 64, 187, 30%));}*/
#hero .carousel-container {
  display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; top: 410px; left: 50px; right: 50px;
}
#hero .container-fluid {text-align: center; background-color: rgba(46, 64, 187, 0.4); padding-top: 15px;}
#hero h2 {color: #fff; margin-bottom: 15px; font-size: 50px; font-weight: 600; letter-spacing:1pt; font-family: 'Saira', sans-serif;}
#hero p {animation-delay: 0.4s; color: #fff; font-size: 30px;}
#hero .carousel-inner .carousel-item {transition-property: opacity; background-position: center bottom;}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end { opacity: 0;}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s;}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end { left: 0;transform: translate3d(0, 0, 0);}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none; font-size: 30px; line-height: 0; width: auto; height: auto; background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;transition: 0.3s; color: rgba(255, 255, 255, 0.5); width: 54px; height: 54px; display: flex; align-items: center; justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.4); color: rgba(255, 255, 255, 0.9);
}
#hero .carousel-indicators li {
  cursor: pointer; background: #fff; overflow: hidden; border: 0; width: 12px; height: 12px; border-radius: 50px; opacity: 0.6;transition: 0.3s;
}
#hero .carousel-indicators li.active { opacity: 1; background: #07e788;}

@media (max-width: 992px) {
  	#hero { height: 95vh;}
  	#hero .carousel-container {top: 150px; left: 20px; right: 20px;}
  	#hero h2 { font-size: 28px;}
  	#hero p { font-size: 20px;}
  	#hero .carousel-control-next-icon,
	#hero .carousel-control-prev-icon { font-size: 18px; width: 30px; height: 30px;}
	.li_ig{margin-left: 20px; margin-top: 10px; text-align: center !important;}
}

@media (max-width: 768px) {
  	#hero .carousel-container {top: 180px; }
  	#hero h2 { font-size: 23px;}
  	#hero p { font-size: 16px;}
}

@media (max-width: 576px) {
  	#hero { height: 80vh;}
  	#hero .carousel-container {top: 330px; }
  	
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next { width: 5%;}
}


section {padding: 30px 0;  overflow: hidden;}
.section-bg {background: linear-gradient(60deg, rgba(46, 64, 187, 20%), rgba(46, 64, 187, 10%), rgba(46, 64, 187, 15%));}
.section-bg2 {background: linear-gradient(90deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 80%), rgba(46, 64, 187, 90%));}
.section-title, .section-title2 {text-align: center; padding-bottom: 30px;}
.section-title h2, .section-title2 h2 {font-size: 32px; font-weight: 400; margin-bottom: 20px; padding-bottom: 0; color: #2e40bb; font-family: 'Saira', sans-serif;}
.section-title2 h2{color: #fff;}
.section-title p {margin-bottom: 0;}
@media (max-width: 992px) {
	.section-title h2 {font-size: 25px; margin-bottom: 10px;}
	.section-title p {font-size: 13px;}
}

.breadcrumbs {padding: 130px 0 50px 0; color: #fff; background: url('../imgs/building.jpg') right bottom no-repeat; margin-bottom: 0px; position: relative;}
.breadcrumbs::before{content:"";position: absolute; background: rgba(46, 64, 187, 30%); top: 0; bottom: 0; left: 0; right: 0;}
.breadcrumbs h2 {font-size: 48px; font-weight: 300;}
.breadcrumbs p {font-size: 23px; font-weight: 300;}

@media (max-width: 992px) {
	.breadcrumbs {padding: 100px 0 20px 0;}
	.breadcrumbs h2 {font-size: 36px; }
	.breadcrumbs p {font-size: 18px; }
}

.why-us {padding: 30px 0; position: relative; z-index: 3;}
.why-us .content {
	padding: 30px; border-radius: 5px; color: #fff;
	background: linear-gradient(45deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 80%), rgba(46, 64, 187, 100%));
}
.why-us .content h3 {font-weight: 600; font-size: 30px; margin-bottom: 30px; line-height: 40px; text-align: center; font-family: 'Saira', sans-serif;}
.why-us .content p {margin-bottom: 10px;  font-size: 14px; text-align: justify; line-height: 23px;}
.why-us .content .more-btn {
	display: inline-block; background: rgba(255, 255, 255, 0.2);
	padding: 6px 30px 8px 30px; color: #fff; border-radius: 50px; transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {font-size: 14px;}
.why-us .content .more-btn:hover {color: #fff; background: #07e788;}
.why-us .icon-boxes .icon-box {
	text-align: center; border-radius: 10px; background: rgba(255,255,255, 100%); z-index:1; position: relative; overflow: hidden;
	box-shadow: 0px 2px 15px rgba(46, 64, 187, 0.3); padding: 40px 30px; width: 100%; transition: all 0.3s ease-in-out;
}
.why-us .icon-boxes .icon-box i {font-size: 40px; color: #07e788; margin-bottom: 30px;}
.why-us .icon-boxes .icon-box h4 {font-family: 'Saira', sans-serif; font-size: 20px; font-weight: 400; margin: 0 0 30px 0; color: #07e788}
.why-us .icon-boxes .icon-box p {font-size: 15px; }
.why-us .icon-boxes .icon-box:hover i,
.why-us .icon-boxes .icon-box:hover h4,
.why-us .icon-boxes .icon-box:hover p{color: #fff;}
@media (max-width: 992px) {
	.why-us .content h3{font-size: 23px;}
	.why-us .content p {line-height: 20px; margin-bottom: 10px;}
	.why-us .icon-boxes .icon-box{padding: 20px 15px;}
	.why-us .icon-boxes .icon-box i {font-size: 30px;}
	
}
.why-us .icon-boxes .icon-box::before {
  content: ""; position: absolute; right: 0;left: 0;bottom: 0;top: 100%;transition: all 0.3s;z-index: -1;
}
.why-us .icon-boxes .icon-box:hover::before {
  background: linear-gradient(45deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 80%), rgba(46, 64, 187, 100%));
  top: 0;border-radius: 0px;
}

.about .play-btn {
  width: 94px;height: 94px;
  background: radial-gradient(#2e40bb 50%, rgba(7, 231, 136, 0.4) 52%);
  border-radius: 50%; display: block; position: absolute; left: calc(50% - 47px); top: calc(50% - 47px); overflow: hidden;
}

.about .play-btn::after {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%);
  width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff;
  z-index: 100; transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: ""; position: absolute; width: 120px; height: 120px;
  animation-delay: 0s; animation: pulsate-btn 2s; animation-direction: forwards; animation-iteration-count: infinite; animation-timing-function: steps;
  opacity: 1; border-radius: 50%; border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%; left: -15%; background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {border-left: 15px solid #2e40bb; transform: scale(20);}
.about .play-btn:hover::before {
	content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%);
	width: 0; height: 0;border: none; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
	border-left: 15px solid #fff; z-index: 200; animation: none; border-radius: 0;
}

@keyframes pulsate-btn {
  0% {transform: scale(0.6, 0.6); opacity: 1;}
  100% {transform: scale(1, 1); opacity: 0;}
}

.about {padding-bottom: 0;}
.about .img-bg {min-height: 500px; background-size: cover;}
.about .img-bg::before {
  position: absolute;left: 20px;top: 20px;width: 60px;height: 100px;z-index: 1;
  content: "";border-left: 6px solid rgba(46, 64, 187, 80%);border-top: 6px solid rgba(46, 64, 187, 80%);transition: 0.5s;
}
.about .img-bg::after {
  position: absolute;right: 20px;bottom: 20px;width: 60px;height: 100px;z-index: 2;
  content: "";border-right: 6px solid rgba(46, 64, 187, 80%);border-bottom: 6px solid rgba(46, 64, 187, 80%);transition: 0.5s;
}
.about .img-bg:hover::before {left: 10px;top: 10px;}
.about .img-bg:hover::after {right: 10px;bottom: 10px;}
.about .slides {text-align: justify;}
.about h3 {font-size: 32px; font-weight: 400; color: #2e40bb; font-family: 'Saira', sans-serif;}
.about h4 {font-size: 18px; font-weight: 300; color: #2e40bb;}
.about .swiper {margin: 20px 120px; overflow: hidden;}
.about .swiper .swiper-slide{padding: 10px 30px;}
.about .swiper .item{margin-left: 50px;}
.about .swiper .item .summary{font-size: 16px; font-weight: 300;  line-height: 23px;}

.about .swiper .item p strong{ font-weight: 500;}
.about .swiper .item i{font-size: 32px; color: #2e40bb;}
.about .swiper-button-prev:after,
.about .swiper-button-next:after {font-size: 24px; color: #2e40bb;}
.about .swiper-button-prev {left: 60px;}
.about .swiper-button-next {right: 60px;}
.about .swiper-pagination {margin-top: 30px; position: relative;}
.about .swiper-pagination .swiper-pagination-bullet {background-color: #07e788;}
.about .swiper-pagination .swiper-pagination-bullet-active {background-color: #2e40bb;}

.page-about .about {padding: 0 0 80px 0;}

.about .icon-boxes h4 {font-size: 18px;color: #7f6d68; 	margin-bottom: 15px;}
.about .icon-boxes h3 {font-size: 32px; font-weight: 300;color: #2e40bb; margin-bottom: 20px;}
.about .icon-box { margin-top: 40px;}
.about .icon-box .icon {
	float: left; display: flex; align-items: center; justify-content: center;
	width: 64px; height: 64px; border: 2px solid #07e788; border-radius: 50px; transition: 0.5s; background: #fff;
}
.about .icon-box .icon i {color: #07e788; font-size: 32px;}
.about .icon-box:hover .icon {background: #07e788; border-color: #07e788;}
.about .icon-box:hover .icon i { color: #fff;}
.about .icon-box .title {margin-left: 85px; font-weight: 700; margin-bottom: 10px; }

.about .icon-box .title a:hover {color: #07e788;}
.about .icon-box .description {margin-left: 85px; line-height: 23px; font-size: 15px; font-weight: 300;}

@media (max-width: 1200px) {
  .about .swiper {margin: 20px 60px;}
  .about .swiper-button-prev,
  .about .swiper-button-next {display: none;}
}
@media (max-width: 992px) {
	.about .img-bg {min-height: 350px;}
  	.about .swiper {margin: 15px 10px;}
  	.about .swiper .swiper-slide{padding: 10px 15px;}
  	.about .swiper .item{margin-left: 10px;}
  	.about .swiper .item .summary{font-size: 15px; line-height: 25px;}
  	.about h3 {font-size: 25px;}
  	.about .icon-box { margin-top: 20px;}
  	.about .icon-box .icon{width: 50px; height: 50px;}
}
@media (max-width: 576px) {
	.about .swiper .item{margin-left: 0px;}
	.about .icon-box .title {margin-left: 60px;}
	.about .icon-box .description {margin-left: 60px;}
}

.digi-groups .card:hover{box-shadow: 0 2px 5px rgba(7, 231, 136, 0.5);}
.digi-groups .card-body{color: #2e40bb;}

.digi-groups-img {margin: 0px 80px 10px 80px;}
.digi-groups .card-body h5{ font-size: 23px; font-weight: 600; }
.digi-groups .card-body p{ font-size: 13px; margin-left: 20px;}
.digi-groups .card-body i{ font-size: 8px; margin-right: 20px;}

@media (max-width: 992px) {
	.digi-groups-img {margin: 0px 10px 10px 10px;}
	.digi-groups .card-body h5{ font-size: 18px; font-weight: 500; }
	.digi-groups .card-body p{ font-size: 13px; margin-left: 5px;}
	.digi-groups .card-body i{ font-size: 6px; margin-right: 5px;}
}
@media (max-width: 575px) {
	.digi-groups-img {margin: 0px 50px 10px 50px;}
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {margin-top: 10px; position: relative;}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #2e40bb;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {background-color: #2e40bb;}
.clients .swiper-slide {text-align: center; padding: 10px; margin-top: 30px;}
.clients .swiper-slide:hover {box-shadow: 0 10px 30px rgba(46, 64, 187, 20%);}
.clients .swiper-slide p{text-align: justify; font-size: 12px; margin-top: 15px; line-height: 18px;}


/*--------------------------------------------------------------
# Synergistic
--------------------------------------------------------------*/
.synergistic .card {
	border: 0; padding: 15px 10px; position: relative; width: 100%; text-align: center;
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.synergistic .card-body {
  z-index: 10; padding: 25px;
  box-shadow: 0px 2px 35px rgba(46, 64, 187, 0.3); transition: ease-in-out 0.4s;
}
.synergistic .card-body h5{font-size: 20px; font-weight: 600; margin: 5px 0 30px 0;}
.synergistic .card-body p{font-size: 14px; }
.synergistic .card-synergistic1{border-top-right-radius: 30%; border-bottom-left-radius: 30%; background: #2e40bb; color: #fff;}
.synergistic .card-synergistic1:hover{background: linear-gradient(135deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 80%), rgba(46, 64, 187, 95%));}
.synergistic .card-synergistic2{border-top-left-radius: 30%; border-bottom-right-radius: 30%; background: #07e788;}
.synergistic .card-synergistic2:hover{background: linear-gradient(45deg, rgba(7, 231, 136, 100%), rgba(7, 231, 136, 80%), rgba(7, 231, 136, 95%));}

@media (max-width: 768px) {
	.synergistic .card {padding: 5px;}
	.synergistic .card-body{padding: 10px 25px;}
	.synergistic .card-body h5{font-size: 16px; margin-bottom: 15px;}
	.synergistic .card-body p{font-size: 12px;}
}

/*--------------------------------------------------------------
# Solutions_services
--------------------------------------------------------------*/
.solutions_services .card {
	border: 0; padding: 10px; position: relative; width: 100%; text-align: center;
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.solutions_services .card-body {
  z-index: 10; padding: 15px 10px;
  box-shadow: 0px 2px 15px rgba(46, 64, 187, 0.1); transition: ease-in-out 0.4s; border-radius: 10px;
}
.solutions_services .card-title {font-weight: 500; margin: 15px; font-size: 23px;}
.solutions_services .card-body2 {padding: 0 10px; box-shadow: none;}
.solutions_services .card-body i {font-weight: 700; margin: 0px; font-size: 80px; }
.solutions_services .card-text {color: #fff; font-weight: 300;}
.solutions_services .card:hover .card-body {background: linear-gradient(45deg, rgba(46, 64, 187, 80%), rgba(46, 64, 187, 30%), rgba(46, 64, 187, 60%)); color: #fff;}
.solutions_services .card:hover .card-body1 {background: linear-gradient(45deg, rgba(7, 231, 136, 80%), rgba(7, 231, 136, 60%), rgba(7, 231, 136, 80%)); color: #fff;}
.solutions_services .card:hover .card-body2 {color: #07e788; background: transparent;}

@media (max-width: 992px) {
	.solutions_services .card {padding: 5px;}
	.solutions_services .card-body {padding: 10px 5px; box-shadow: 0px 2px 10px rgba(46, 64, 187, 0.1); border-radius: 5px;}
	.solutions_services .card-title {font-size: 18px;}
	.solutions_services .card-text {font-size: 14px;}
}

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process .content {padding: 60px 100px 0 100px;}
.process .content h3 {font-weight: 400;font-size: 34px;color: #37517e;}
.process .content h4 {font-size: 20px;font-weight: 700;margin-top: 5px;}
.process .content p {font-size: 15px;color: #848484;}
.process .img {background-size: contain; background-repeat: no-repeat; background-position: center center;}
.process .accordion-list {padding: 0 100px 60px 100px;}
.process .accordion-list ul {padding: 0;list-style: none;}
.process .accordion-list li+li {margin-top: 15px;}
.process .accordion-list li {padding: 20px;background: #fff;border-radius: 4px;}
.process .accordion-list a {
  display: block; position: relative; font-family: "Raleway", sans-serif; font-size: 18px;
  line-height: 24px; font-weight: 500; padding-right: 30px; outline: none; cursor: pointer;
}
.process .accordion-list span {color: #2e40bb; font-weight: 600; font-size: 18px; padding-right: 10px;}
.process .accordion-list i {font-size: 24px;position: absolute;right: 0;top: 0;}
.process .accordion-list p {margin-bottom: 0; padding: 10px 0 0 0;}
.process .accordion-list .icon-show {display: none;}
.process .accordion-list a.collapsed {color: #343a40;}
.process .accordion-list a.collapsed:hover {color: #07e788;}
.process .accordion-list a.collapsed .icon-show {display: inline-block;}
.process .accordion-list a.collapsed .icon-close {display: none;}

@media (max-width: 1024px) {
  .process .content,
  .process .accordion-list {padding-left: 0; padding-right: 0;}
}

@media (max-width: 992px) {
  .process .img { min-height: 300px;}
  .process .content {padding-top: 30px;}
  .process .accordion-list {padding-bottom: 30px;}
  .process .accordion-list p {font-size: 14px;}
}

@media (max-width: 575px) {
  .process .img {min-height: 200px;}
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(46, 64, 187, 0.3); height: 100%; padding: 50px 30px;
  text-align: center; transition: 0.3s; border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px; padding: 40px 20px; border-radius: 5px; position: relative;
  margin-bottom: 25px; display: inline-block; line-height: 0; transition: 0.3s;
}
.services .service-box h3 {font-weight: 500; margin-bottom: 20px; font-size: 23px;}
.services .service-box.blue {border-bottom: 3px solid #2e40bb;}
.services .service-box.blue .icon {color: #2e40bb; background: rgba(46, 64, 187, 5%);}
.services .service-box.blue:hover {background:linear-gradient(90deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 60%), rgba(46, 64, 187, 80%));}

.services .service-box.orange {border-bottom: 3px solid #2e40bb;}
.services .service-box.orange .icon {color: rgba(46, 64, 187, 85%); background: rgba(46, 64, 187, 5%);}
.services .service-box.orange:hover {background: linear-gradient(45deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 60%), rgba(46, 64, 187, 80%));}

.services .service-box.green {border-bottom: 3px solid #2e40bb;}
.services .service-box.green .icon {color: rgba(46, 64, 187, 85%); background: rgba(46, 64, 187, 5%);}
.services .service-box.green:hover {background: linear-gradient(135deg,  rgba(46, 64, 187, 80%), rgba(46, 64, 187, 60%), rgba(46, 64, 187, 100%));}

.services .service-box.red {border-bottom: 3px solid #07e788;}
.services .service-box.red .icon {color: rgba(7,231,136, 100%); background: rgba(7,231,136, 10%);}
.services .service-box.red:hover {background: #07e788;}

.services .service-box.purple {border-bottom: 3px solid #07e788;}
.services .service-box.purple .icon {color: rgba(7,231,136, 95%); background: rgba(7,231,136, 10%);}
.services .service-box.purple:hover {background: linear-gradient(45deg, rgba(7, 231, 136, 60%), rgba(7, 231, 136, 100%));}

.services .service-box.pink {border-bottom: 3px solid #07e788;}
.services .service-box.pink .icon {color: rgba(7,231,136, 95%); background: rgba(7,231,136, 10%);}
.services .service-box.pink:hover {background: linear-gradient(135deg, rgba(7, 231, 136, 100%), rgba(7, 231, 136, 60%));}

.services .service-box:hover h3,
.services .service-box:hover p{color: #fff;}
.services .service-box:hover .icon {background: #fff;}

.services .service-box .read-more {
  display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; padding: 8px 20px; margin-bottom: 15px;
}
.services .service-box:hover .read-more{color: #fff;}
.services .service-box .read-more i {line-height: 0; margin-left: 5px;font-size: 18px;}
.services .service-box .read-more:hover{background: rgba(46, 64, 187, 20%); border-radius: 50%;}

@media (max-width: 992px) {
	.services .service-box {padding: 20px 10px;}
	.services .service-box .icon{font-size: 25px; padding: 30px 15px;}
	.services .service-box h3 {font-weight: 400; margin-bottom: 10px; font-size: 18px;}
	.services .service-box p {font-weight: 300; margin-bottom: 10px; font-size: 14px;}
	.services .service-box .read-more {padding: 1px 2px; margin-bottom: 5px;}
}

.questionnaires{
	background: linear-gradient(60deg, rgba(255, 255, 255, 100%), rgba(46, 64, 187, 5%), rgba(255, 255, 255, 100%));
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member { margin-bottom: 20px;overflow: hidden;text-align: center;border-radius: 5px; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}
.team .member .member-img {position: relative; overflow: hidden; margin: 15px 60px 0 60px;}
.team .member .social {
  position: absolute; left: 0; bottom: 0; right: 0; height: 40px; opacity: 0; transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);display: flex; align-items: center; justify-content: center;
}
.team .member .social a {transition: color 0.3s; color: #473d3a; margin: 0 10px; display: inline-flex;align-items: center;justify-content: center;}
.team .member .social a:hover {color: #2e40bb;}
.team .member .social i {font-size: 18px; line-height: 0;}
.team .member .member-info { padding: 25px 15px;}
.team .member .member-info h4 { font-weight: 500; font-size: 18px; color: #2e40bb;}
.team .member .member-info span { display: block; font-size: 13px; font-weight: 300; color: #2e40bb;}

.team .member .member-info .modal span { display: block; font-size: 18px; font-weight: 600; color: #2e40bb; margin-bottom: 15px;}
.team .member .member-info p {font-size: 14px; text-align: left; line-height: 1.5;}
.team .member:hover .social { opacity: 1;}
@media (max-width: 992px) {
	.team .member .member-img { margin: 10px 30px 0 30px;}
	.team .member .member-info h4 { font-weight: 500; font-size: 15px;}
}

@media (max-width: 575px) {
	.team .member .member-img { margin: 10px 80px 0 80px;}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {background: linear-gradient(135deg, rgba(46, 64, 187, 10%), rgba(255, 255, 255, 95%), rgba(46, 64, 187, 10%)), 
	url('../imgs/bg.png') center center no-repeat ; position: relative;}

.contact .info-box {box-shadow: 0 0 30px rgba(46, 64, 187, 0.3); padding: 20px; background: rgba(46, 64, 187, 90%); color: #fff; }
.contact .info-box i {font-size: 32px;  border-radius: 50%; padding: 8px; border: 2px dotted #07e788; float: left;}
.contact .info-box h3 {font-size: 20px;  font-weight: 300; margin: 10px 0 10px 68px;}
.contact .info-box p {padding: 0; line-height: 24px; font-size: 14px; margin: 0 0 0 68px;}
.contact .myform { 
	box-shadow: 0 0 30px rgba(46, 64, 187, 0.3); padding: 30px; color: #fff;
	background: linear-gradient(45deg, rgba(46, 64, 187, 50%), rgba(46, 64, 187, 100%), rgba(46, 64, 187, 30%));
}

.contact .myform .invalid-feedback { color: #fff !important;}

.contact .myform input,
.contact .myform textarea {font-size: 15px;}
.contact .myform input { padding: 10px 15px;}
.contact .myform textarea { padding: 12px 15px;}
.contact .myform button[type=submit] {background: #2e40bb; border: 0; border-radius: 10px; padding: 10px 24px; color: #fff; transition: 0.4s;}
.contact .myform button[type=submit]:hover { background: #07e788;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {color: #ccc; font-size: 14px; background: #2e40bb;}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: linear-gradient(135deg, rgba(46, 64, 187, 100%), rgba(7, 231, 136, 70%), rgba(46, 64, 187, 90%));
}
#footer .footer-top .footer-contact {margin-bottom: 30px; font-family: "Raleway", sans-serif;}
#footer .footer-top .footer-contact h3 {font-size: 25px; margin: 0 0 30px 0; padding: 2px 0; color: #fff; line-height: 1; font-weight: 600;}
#footer .footer-top .footer-contact p {font-size: 14px;line-height: 24px;margin-bottom: 0;  color: #fff;}
#footer .footer-top h4 {font-size: 18px; font-weight: 600; color: #fff; position: relative; padding-bottom: 12px;}
#footer .footer-top .footer-links {margin-bottom: 30px;}
#footer .footer-top .footer-links ul {list-style: none;padding: 0;margin: 0;}
#footer .footer-top .footer-links ul i {padding-right: 8px; color: #fff; font-size: 12px; line-height: 1;}
#footer .footer-top .footer-links ul li {padding: 5px 0;display: flex; align-items: center;}
#footer .footer-top .footer-links ul li:first-child {padding-top: 0;}
#footer .footer-top .footer-links ul a {color: #fff; transition: 0.3s; display: inline-block; line-height: 1;}
#footer .footer-top .footer-links ul a:hover {text-decoration: none;color: #2e40bb;}
#footer .footer-top .myservices{font-size: 11px;}
#footer .footer-newsletter {font-size: 13px;}
#footer .footer-newsletter h4 {font-size: 16px; font-weight: 400; color: #fff; position: relative; padding-bottom: 12px;}
#footer .footer-newsletter form {
	margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; text-align: left;
	border: 1px solid #ffe2d9;
}
#footer .footer-newsletter form input[type=email] { border: 0; padding: 4px 8px;width: calc(100% - 100px);}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;top: 0;right: 0; bottom: 0;border: 0;font-size: 14px;padding: 0 20px;
  background: #2e40bb; color: #fff;transition: 0.3s; border-radius: 50px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover { background: #07e788;}
#footer .credits {padding-top: 5px; font-size: 10px; color: #aaa;}
#footer .credits a{color: #aaa;}
#footer .credits a:hover{color: #fff;}
#footer .social-links a {
  font-size: 18px; display: inline-block;  color: #aaa; line-height: 1;
  padding: 8px 0;margin-right: 4px;border-radius: 50%;text-align: center; width: 36px;height: 36px; transition: 0.3s;
}

#footer .social-links a:hover { background: #07e788; color: #fff; text-decoration: none;}
@media (max-width: 575px) {
	#footer .footer-top h4 {font-size: 16px; font-weight: 500;}
	#footer .footer-top .footer-links ul li {padding: 3px 0; font-size: 13px;}
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news .content+.content {margin-top: 100px;}
.news .content h3 {font-weight: 600; font-size: 25px; margin-bottom: 30px;}
.news .content ul {list-style: none;padding: 0;}
.news .content ul li {padding-bottom: 10px;}
.news .content ul i {font-size: 20px;padding-right: 4px;color: #3b4ef8;}
.news .content p{font-size: 16px;}
.news .content p:last-child {margin-bottom: 0;}
.news .detailpath{
	padding: 15px 30px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-top-right-radius: 100px; font-size: 18px; font-weight: 400;
	margin-bottom: 50px;
}
.news .detailpath2{
	padding: 15px 30px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-top-left-radius: 100px;
	background: linear-gradient(60deg, rgba(46, 64, 187, 95%), rgba(46, 64, 187, 60%));
	color: #fff; font-size: 18px; font-weight: 400; text-transform: uppercase; text-align: right; margin-bottom: 50px;
}
.news .block-img{position: relative; box-shadow: 0 0 10px rgba(46, 64, 187, 20%); padding: 15px;}
.news .date{
	background: linear-gradient(60deg, rgba(46, 64, 187, 95%), rgba(46, 64, 187, 60%)); color: #fff; 
	font-family: "Raleway", sans-serif;  border-radius: 15px; position: absolute; top: 20px; left: 20px;
	box-shadow: 0 0 30px rgba(255,255,255, 30%);
}
.news .entry {padding: 30px; margin-bottom: 60px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);}
.news .date i{font-size: 30px;}
.news .date:hover{background: linear-gradient(60deg, rgba(46, 64, 187, 100%), rgba(46, 64, 187, 90%)); }
.news .entry blockquote {overflow: hidden; background-color: #fafafa; padding: 30px; position: relative; margin: 20px 0;}
.news .entry blockquote p{margin: 0;}
.news .entry blockquote::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background-color: #2e40bb; margin-top: 20px; margin-bottom: 20px;
}
.news .entry img{width: 80% !important; height: auto !important;}

.news .readmore{background: rgba(7, 231, 136, 80%); color: #fff; font-family: "Raleway", sans-serif; font-size: 12px; font-weight: 600; border-radius: 50px; text-transform: uppercase;}
.news .readmore:hover{background: #07e788; color: #fff;}
.news .entry .atags {padding-top: 10px; border-top: 1px solid #e6e6e6; font-size: 13px; color: #07e788; font-style: italic;}

.news .recent-posts{margin-left: 20px;}
.news .recent-posts .item_rel+.item_rel {margin-top: 25px;}
.news .recent-posts img {width: 180px; float: left; }
.news .recent-posts h4 {font-size: 18px;margin-left: 210px;font-weight: 500; font-family: "Raleway", sans-serif;}
.news .recent-posts h4 a {color: #0665b7; transition: 0.3s;}
.news .recent-posts h4 a:hover {color: #f6b024;}
.news .recent-posts time {display: block; margin-left: 210px; font-style: italic; font-size: 14px; color: #aaaaaa;}
@media (max-width: 992px) {
	.news .content+.content {margin-top: 60px;}
	.news .content h3 {font-size: 20px; margin-bottom: 25px; }
	.news .content p{font-size: 15px;}
	.news .detailpath,
	.news .detailpath2{font-size: 16px; font-weight: 300; margin-bottom: 35px;}
	.news .date i{font-size: 25px;}
	.news .entry {padding: 20px; margin-bottom: 40px;}
	.news .entry h3{font-size: 18px;font-weight: 500;}
	.news .entry img{width: 100% !important; }
	.news .recent-posts{margin-left: 0px;}
	.news .recent-posts h4 {font-size: 16px;}
}

.mypaging{margin-top: 50px;}
.mypaging .page-item .page-link{padding: 10px 20px; color: #2e40bb; border-color: rgba(46, 64, 187, 50%);}
.mypaging .page-item .current{background: linear-gradient(60deg, rgba(46, 64, 187, 90%), rgba(46, 64, 187, 50%)); color: #fff;}