@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");

.loader{
  position: fixed;
  top: 0;
  left: 0;
  background: lightgrey;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disppear{
  animation: vanish 1s forwards;
}
@keyframes vanish {
  100%{
    opacity: 0;
    visibility: hidden;
  }
}




.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}


/*================================================
Header Navbar
=================================================*/

.nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: absolute;
  background: transparent;
  padding: 22px 40px;
  z-index: 999999;
  
}

.logo img {width: 100px;}
.menu {display: flex;}
.menu li {padding-left: 100px;}
.menu li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-align: center;
  transition: 0.15s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
  position: absolute;
  color: black;
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}
.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.close-menu {
  top: 20px;
  right: 20px;
}
#check {display: none;}
@media(max-width: 610px){
  .menu {
      padding-right: 80px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 80%;
      height: 42vh;
      position: absolute;
      border-radius: 12px;
      top: 9px;
      right: 100%;
      z-index: 100;
      background-color: rgb(0, 0, 0);
      transition: all 0.7s ease-in-out;
  }
  .fa {
    color: #feffff;
  }
  .menu li {margin-top: 40px;}
  .menu li a {padding: 10px;}
  .open-menu , .close-menu {display: block;}
  #check:checked ~ .menu {left: 20%;}
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 28px;
    overflow-x: hidden;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Main title css
============================================================================================ */
.c_title {
  text-align: center;
  padding-bottom: 40px;
}

.c_title img {
  padding-bottom: 30px;
}

.c_title h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ececec;
  padding-bottom: 10px;
}

.c_title h2 {
  font-size: 48px;
  color: #f8f9ff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.l_title {
  padding-bottom: 55px;
}

.l_title img {
  padding-bottom: 30px;
}

.l_title h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
}

.l_title h2 {
  font-size: 48px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.l_title h2 span {
  font-style: italic;
  color: #6fbbfe;
}


.w_title {
  padding-bottom: 55px;
}

.w_title img {
  padding-bottom: 30px;
}

.w_title h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #eefafe;
  padding-bottom: 10px;
}

.w_title h2 {
  font-size: 48px;
  color: #fefcfc;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.w_title p {
  color: #d5dee6;
}

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */


/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_area:before {
  content: "";
  background: linear-gradient(to bottom, rgba(165, 125, 229, 0.40), rgba(0, 0, 0, 0.80)),
  url('../img/banner/techphoto1.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.baner_area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.baner_area:before {
  content: "";
  background: linear-gradient(to bottom, rgba(165, 125, 229, 0.40), rgba(0, 0, 0, 0.80)),
  url('../img/banner/blog-2.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areaa {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areaa:before {
  content: "";
  background: linear-gradient(to bottom, rgba(165, 125, 229, 0.40), rgba(0, 0, 0, 0.80)),
  url('../img/banner/tech.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areab {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areab:before {
  content: "";
  background: 
  url('../img/banner/fxbit.png') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areac {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areac:before {
  content: "";
  background: 
  url('../img/banner/blockchain-technology-background-gradient-blue.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_aread {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_aread:before {
  content: "";
  background: 
  url('../img/banner/blackmail-transformed.jpeg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areae {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areae:before {
  content: "";
  background: 
  url('../img/banner/slide3.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areaf {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areaf:before {
  content: "";
  background: 
  url('../img/banner/fxbit.png') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areamedia {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areamedia:before {
  content: "";
  background: 
  url('../img/banner/media11.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areatrack {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areatrack:before {
  content: "";
  background: 
  url('../img/banner/car-track.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areagps {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areagps:before {
  content: "";
  background: 
  url('../img/banner/gps.png') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areaforex {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areaforex:before {
  content: "";
  background: 
  url('../img/banner/fxbit.png') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areaiphone {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areaiphone:before {
  content: "";
  background: 
  url('../img/banner/slide3.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale;
}

.banner_areagame {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_areagame:before {
  content: "";
  background: 
  url('../img/banner/6951216.jpg') no-repeat scroll center right;
  background-size: cover;       
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transform: scale();
}

.banner_inner_textb {
  padding-top: 200px;
  position: relative;
  padding-bottom: 95px;
}

.banner_inner_textb:before {
  content: "";
  width: 213px;
  height: 1px;
  position: absolute;
  background: #ced0e0;
  left: 0px;
  bottom: 0px;
}

.banner_inner_textb h2 {
  font-size: 72px;
  color: #f6f6f7;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.banner_inner_textb p {
  font-size: 24px;
  color: #c7c8ca;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 15px;
}


.banner_inner_text {
  padding-top: 200px;
  position: relative;
  padding-bottom: 95px;
}

.banner_inner_text:before {
  content: "";
  width: 213px;
  height: 1px;
  position: absolute;
  background: #ced0e0;
  left: 0px;
  bottom: 0px;
}

.banner_inner_text h2 {
  font-size: 72px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.banner_inner_text p {
  font-size: 24px;
  color: #c7c8ca;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 15px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider css
============================================================================================ */

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.secttion .features{
  top: 40px;
  padding-top: 50px;
}


.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #e9eaff;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #963636;
}

.features .icon-box:hover {
  background: #eef7fc;
}

.features .iconbox {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 27px;
  background: #e9eaff;
  transition: ease-in-out 0.3s;
}

.features .iconbox i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .iconbox h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .iconbox h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .iconbox h3 a:hover {
  color: #963636;
}

.features .iconbox:hover {
  background: #eef7fc;
}

section {
  padding: 0px 0;
  overflow: hidden;
  margin-top: 0px;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000000;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}



.main_slider_area {
  background:  url(../img/glowal.jpg) no-repeat scroll center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
  font-weight: normal !important;
  color: rgb(255, 255, 255);
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
  color: #6b7d8e;
  
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .more_btn {
  -webkit-transition: all 400ms linear !important;
  -o-transition: all 400ms linear !important;
  transition: all 400ms linear !important;
  padding: 0px 53px;
}

.main_slider_area .rev_slider .tp-bullets {
  left: calc(50% - 970px) !important;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet {
  height: 10px;
  width: 10px;
  background: #b3adff;
  border: 5px solid #fff;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
  background: #97cdfe;
  border-color: #97cdfe;
}


/*
*
* ==========================================
* SIGN IN
* ==========================================
*
*/

.border-md {
	border-width: 2px;
}

.btn-facebook {
	background: #405d9d;
	border: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
	background: #314879;
}

.btn-twitter {
	background: #42aeec;
	border: none;
}

.btn-twitter:hover,
.btn-twitter:focus {
	background: #1799e4;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

.form-control:not(select) {
	padding: 1.5rem 0.5rem;
}

select.form-control {
	height: 52px;
	padding-left: 0.5rem;
}

.form-control::placeholder {
	color: #ccc;
	font-weight: bold;
	font-size: 0.9rem;
}
.form-control:focus {
	box-shadow: none;
}








/* End Slider css
============================================================================================ */
/* Testimonials Slider css
============================================================================================ */
.testimonials_area {
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: 1px solid #bbbec1;
}

.testimonials_slider {
  position: relative;
}

.testimonials_slider:before {
  content: "";
  background: url(../img/3d-shap.png) no-repeat scroll center center;
  height: 600px;
  max-width: 524px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: -210px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.testimonials_slider .owl-item.center {
  color: #fff;
}

.testimonials_slider .owl-item.center h3 {
  color: #fff;
}

.testimonials_slider .owl-item.center p {
  color: #fff;
}

.testimonials_slider .owl-item.center .media .media-body h5 {
  color: #fff;
}

.testimonials_slider .testi_item h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0b1033;
}

.testimonials_slider .testi_item p {
  font-size: 15px;
  color: #7c8d93;
  line-height: 28px;
  font-weight: normal;
  padding: 20px 0px 55px 0px;
}

.testimonials_slider .testi_item .media .d-flex {
  padding-right: 20px;
}

.testimonials_slider .testi_item .media .media-body h4 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 8px;
}

.testimonials_slider .testi_item .media .media-body h5 {
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  font-size: 12px;
}

.testimonials_slider .owl-dots {
  text-align: center;
  z-index: 4;
  margin-top: 50px;
}

.testimonials_slider .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 8px;
}

.testimonials_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* End Testimonials Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Area css
============================================================================================ */
.feature_area {
  padding-top: 0px;
}

.feature_item {
  text-align: center;
  padding: 0px 0px 0px 0px;
  transition: all 400ms linear 0s;
}

.feature_item .f_icon {
  min-height: 91px;
  position: relative;
}

.feature_item .f_icon img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature_item h4 {
  color: #dfe0ea;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding: 45px 0px 20px 0px;
}

.feature_item p {
  font-size: 19px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #e8e8e8;
  font-weight: 500;
  max-width: 290px;
  margin: auto;
  padding-bottom: 60px;
}

.feature_item .more_btn {
  opacity: 0;
}

.feature_item:hover {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
}

.feature_item:hover .more_btn {
  opacity: 1;
}

.service_feature {
  border-bottom: 1px solid #bbbec1;
  padding-top: 100px;
  overflow: hidden;
}

.service_feature .feature_inner {
  margin-bottom: -50px;
}

.service_feature .feature_inner .feature_item {
  margin-bottom: 50px;
}

.service_feature .feature_inner .feature_item .more_btn {
  opacity: 1;
  background: transparent;
  border-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ebdfe), to(#9b8aff));
  background-image: -webkit-linear-gradient(left, #6ebdfe, #9b8aff);
  background-image: -o-linear-gradient(left, #6ebdfe, #9b8aff);
  background-image: linear-gradient(left, #6ebdfe, #9b8aff);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  background-size: 200% auto;
}

.service_feature .feature_inner .feature_item:hover .more_btn {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  border-color: rgba(204, 241, 255, 0.5);
  background-clip: inherit;
}

/* End Feature Area css
============================================================================================ */
/* Team People Area css
============================================================================================ */
.team_people_area {
  overflow: hidden;
  padding-top: 90px;
}

.team_people_text {
  max-width: 540px;
  float: right;
}

.team_people_text p {
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 45px;
}

.team_people_text ul {
  padding-left: 20px;
}

.team_people_text ul li {
  width: calc(100% / 2);
  float: left;
  margin-bottom: 15px;
}

.team_people_text ul li a {
  padding-left: 18px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_people_text ul li a:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #a6d7ff;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_people_text ul li:nth-child(even) {
  padding-left: 22px;
}

.team_people_text ul li:last-child {
  margin-bottom: 0px;
}

.team_people_text ul li:hover a {
  color: #a6d7ff;
}

.team_people_text ul li:hover a:before {
  left: 4px;
}

.team_img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  margin-left: 150px;
}

.team_img_inner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.team_img_inner .row .col-lg-6 {
  padding: 0px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team_img_inner .team_img_item {
  overflow: hidden;
}

/* End Team People Area css
============================================================================================ */
/* Challange Area css
============================================================================================ */
.challange_area {
  overflow: hidden;
}

.challange_text_inner {
  max-width: 545px;
  float: right;
}

.challange_text_inner p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 25px;
}

.challange_text_inner .c_video {
  padding-top: 35px;
}

.challange_text_inner .c_video a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
}

.challange_text_inner .c_video a img {
  padding-right: 15px;
}

.challange_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.challange_img .challange_img_inner {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4);
}

/* End Challange Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */
.left_company_text p {
  font-size: 15px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 20px;
}

.company_skill {
  padding-top: 90px;
}

.company_skill p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 70px;
}

.our_skill_inner .single_skill {
  margin-bottom: 20px;
}

.our_skill_inner .single_skill h3 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 12px;
}

.our_skill_inner .single_skill .progress {
  height: 5px;
  background: #f4f8fc;
  border-radius: 0px;
  overflow: visible;
}

.our_skill_inner .single_skill .progress .progress-bar {
  background-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  position: relative;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  position: absolute;
  right: 0px;
  top: -40px;
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  color: #fff;
  padding: 0px 16px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
  border-radius: 17px;
}

.our_skill_inner .single_skill:last-child {
  margin-bottom: 0px;
}

.talk_area {
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  padding: 160px 0px 170px 0px;
  border-bottom: 2px solid #fff;
}

.talk_text {
  text-align: center;
}

.talk_text h4 {
  font-size: 48px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-bottom: 26px;
}

.talk_text a {
  font-size: 48px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

/* End We Are Company Area css
============================================================================================ */
/* Service Solution Area css
============================================================================================ */
.service_solution_area {
  background: url(../img/filwedf.jpg) no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.service_solution_area:before {
  content: "";
  background: rgba(216, 16, 16, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.service_solution_are {
  background: linear-gradient(to bottom, rgba(97, 255, 126, -1.4), rgba(0, 0, 0, 0.80)),
  url('../img/backye.jpg') no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.service_solution_are:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.service_solution_areq {
  background: linear-gradient(to bottom, rgba(97, 255, 126, -1.4), rgba(0, 0, 0, 0.80)),
  url('../img/mananalysing.jpg') no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
  margin-top: 40px;
  margin-bottom: 50px;
  
}

.service_solution_areq:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.s_solution_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
}

.solution_collaps {
  margin-top: 60px;
}

.solution_collaps .card {
  margin-bottom: 25px;
  border: none;
}

.solution_collaps .card:last-child {
  margin-bottom: 0px;
}

.solution_collaps .card .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.solution_collaps .card .card-header h5 a {
  background: #79ccff;
  background: -moz-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  background: -webkit-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ccff', endColorstr='#9b75ff',GradientType=1 );
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 11px 25px 11px 20px;
  line-height: 26px;
  position: relative;
}

.solution_collaps .card .card-header h5 a i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  right: 20px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution_collaps .card .card-header h5 a i + i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i + i {
  display: inline-block;
}

.solution_collaps .card .card-body p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #7c8d93;
}

/* End Service Solution Area css
============================================================================================ */
/* Elements Page Area css
============================================================================================ */
.elements_title {
  padding-top: 39px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #364348;
  font-weight: normal;
  padding-bottom: 27px;
}

.buttons_area .more_btn {
  width: 176px;
}

.buttons_area .submit_btn {
  border: none;
  position: relative;
  width: 158px;
  height: 56px;
  margin-left: 45px;
  cursor: pointer;
  line-height: 56px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.buttons_area .submit_btn:before {
  content: "";
  width: 176px;
  height: 67px;
  border: 2px solid #bee1fe;
  position: absolute;
  left: -8.5px;
  top: -5.5px;
  border-radius: 33px;
}

.buttons_area .submit_btn:focus {
  border: none;
}

.buttons_area .solid_btn {
  margin-left: 40px;
}

.progress_bar_area .company_skill {
  padding-top: 0px;
}

.progress_bar_area .solution_collaps {
  margin-top: 30px;
}

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

.element_service .elements_title {
  padding-bottom: 65px;
}

.mileston_area {
  padding-bottom: 100px;
}

.mileston_area .elements_title {
  padding-bottom: 65px;
}

.mileston_area .col-lg-3 {
  text-align: center;
}

.mileston_item {
  display: inline-block;
  text-align: left;
}

.mileston_item h4 {
  font-size: 72px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: -moz-linear-gradient(left, #6ebcfe 0%, #997aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6ebcfe 0%, #997aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6ebcfe), to(#997aff));
  background: -o-linear-gradient(left, #6ebcfe 0%, #997aff 100%);
  background: linear-gradient(to right, #6ebcfe 0%, #997aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebcfe', endColorstr='#997aff',GradientType=1 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mileston_item h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
}

/* End Elements Page Area css
============================================================================================ */
/* Best 3d Area css
============================================================================================ */
.best_3d_area {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 887px;
}

.best_3d_area .left_3d {
  width: calc(50% - 160px);
  float: left;
  position: relative;
}

.best_3d_area .left_3d:before {
  content: "";
  background: url(../img/3d-slider-shap.png) no-repeat scroll center center;
  background-size: cover;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 797px;
  z-index: -1;
}

.best_3d_area .right_text {
  width: calc(50% + 160px);
  float: right;
}

.shap_slider_inner {
  max-width: 315px;
  float: right;
  margin-right: 160px;
  margin-top: 300px;
}

.shap_slider_inner .item {
  color: #fff;
}

.shap_slider_inner .item img {
  width: auto;
}

.shap_slider_inner .item h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #f1f1f1;
}

.shap_slider_inner .item p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  padding: 25px 0px 55px 0px;
  color: #fff;
}

.shap_slider_inner .item .media {
  vertical-align: middle;
}

.shap_slider_inner .item .media img {
  -ms-flex-item-align: center;
  align-self: center;
}

.shap_slider_inner .item .media .media-body {
  padding-left: 18px;
}

.shap_slider_inner .item .media .media-body h5 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #d8dcfa;
  padding-bottom: 5px;
}

.shap_slider_inner .item .media .media-body h6 {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.shap_slider_inner .owl-dots {
  text-align: right;
  margin-top: 70px;
}

.shap_slider_inner .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

.shap_slider_inner .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.shap_slider_inner .owl-dots .owl-dot.active {
  background: #97ccfe;
}

.text_3d {
  display: inline-block;
  padding-left: 80px;
  padding-top: 150px;
  width: 54%;
  float: left;
  padding-right: 5px;
}

.text_3d p {
  font-size: 15px;
  line-height: 28px;
  color: #dff7ff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.shap_mobile {
  padding-top: 85px;
  float: right;
  width: 46%;
  padding-left: 130px;
}

/* End Best 3d Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.more_btn {
  padding: 0px 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6fbcfe), color-stop(51%, #998dff), to(#6fbcfe));
  background-image: -webkit-linear-gradient(left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-image: -o-linear-gradient(left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-image: linear-gradient(to right, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.more_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 58px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.submit_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 6px solid rgba(204, 241, 255, 0.5);
}

.solid_btn {
  padding: 0px 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.solid_btn:hover {
  background-position: right center;
  color: #fff;
}

/* ------testimonial  close-------*/


.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-lie-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/

/* Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Get In Touch Area css
============================================================================================ */
.get_in_touch_area {
  padding-top: 100px;
}

.contact_us_form {
  margin-top: 100px;
}

.contact_us_form .form-group {
  margin-bottom: 5px;
}

.contact_us_form .form-group input {
  height: 50px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input.placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input:focus {
  border-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image-slice: 1;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0px;
  padding: 15px 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea:focus {
  border-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image-slice: 1;
}

.contact_us_form .form-group:last-child {
  margin-top: 40px;
}

.touch_details {
  margin-left: 90px;
}

.touch_details p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
}

.touch_details h5 {
  font-size: 18px;
  color: #97ccfe;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  padding: 50px 0px 20px 0px;
}

.touch_details h4 {
  font-size: 30px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/* End Get In Touch Area css
============================================================================================ */
/* World Map Area css
============================================================================================ */
.world_map_inner {
  text-align: center;
  position: relative;
}

.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  -o-border-image: -o-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#9b8aff), to(#6ebcfe));
  border-image: linear-gradient(to bottom, #9b8aff 0%, #6ebcfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.bd-callout h3 {
  font-size: 15px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}

.bd-callout p {
  color: #7c8d93;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.bd-callout h4 {
  display: inline-block;
  padding-left: 50px;
}

.bd-callout h4 a {
  display: block;
  color: #7c8d93;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
}

/* End World Map Area css
============================================================================================ */
/* Contact Map Area css
============================================================================================ */
.contact_map_area {
  position: relative;
  overflow: hidden;
}

.contact_map_area .mapBox1 {
  min-height: 670px;
}

.contact_map_area .map_location_box {
  position: absolute;
  left: 30px;
  top: 160px;
  width: 100%;
}

.contact_map_area .map_location_box .bd-callout {
  position: relative;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact_map_area .map_location_box .bd-callout:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 14px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: -14px;
  top: 0px;
}

/* End Contact Map Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #97ccfe;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Circle Chart Area css
============================================================================================ */
.circle_chart_area {
  padding: 85px 0px 80px 0px;
}

.circle_progress .circle_progress_inner {
  position: relative;
  max-width: 175px;
  margin: auto;
}

.circle_progress .circle_progress_inner strong {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-align: center;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  margin-top: -13px;
}

.circle_progress .circle_progress_inner h4 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.circle_progress .circle_progress_inner .percentage {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 2px;
  background: #80cfff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #80cfff 0%, #997aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #80cfff 0%, #997aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#80cfff), to(#997aff));
  background: -o-linear-gradient(left, #80cfff 0%, #997aff 100%);
  background: linear-gradient(to right, #80cfff 0%, #997aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cfff', endColorstr='#997aff',GradientType=1 );
  /* IE6-9 */
}

.circle_progress .circle_progress_inner .percentage:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
}

/* End Circle Chart Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio Area css
============================================================================================ */
.portfolio_area {
  border-bottom: 2px solid #fff;
}

.portfolio_filter {
  padding: 95px 0px 130px 0px;
}

.portfolio_filter ul li {
  display: inline-block;
  margin-right: 40px;
}

.portfolio_filter ul li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7e8d9c;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_filter ul li:last-child {
  margin-right: 0px;
}

.portfolio_filter ul li:hover a, .portfolio_filter ul li.active a {
  color: #0b1033;
}

.wd_25 {
  width: 25%;
}

.wd_50 {
  width: 50%;
}

.ms_portfolio_inner {
  overflow: hidden;
}

.ms_portfolio_inner .ms_p_item {
  float: left;
}

.ms_portfolio_inner .ms_p_item img {
  width: 100%;
}

/* End Portfolio Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Main Area css
============================================================================================ */
.blog_img {
  position: relative;
}

.blog_img .blog_date {
  position: absolute;
  left: 0px;
  top: 40px;
  max-width: 120px;
  width: 100%;
  background: #6fbcfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6fbcfe), to(#9b8aff));
  background: -o-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  color: #fff;
  padding: 18px 0px 16px 0px;
}

.blog_img .blog_date h4 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}

.blog_img .blog_date h5 {
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.blog_text {
  padding: 40px 30px 65px 30px;
}

.blog_text h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0b1033;
  padding-bottom: 5px;
}

.blog_text .blog_author {
  padding-bottom: 30px;
}

.blog_text .blog_author a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  margin-right: 20px;
  position: relative;
}

.blog_text .blog_author a:before {
  content: "|";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7c8d93;
}

.blog_text .blog_author a:last-child {
  margin-right: 0px;
}

.blog_text .blog_author a:last-child:before {
  display: none;
}

.blog_text p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #7c8d93;
}

.blog_text p + p {
  padding-top: 30px;
}

.blog_text .more_btn {
  margin-top: 45px;
}

.blog_main_item {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px;
}

.blog_main_item:last-child {
  margin-bottom: 0px;
}

.pagination_area {
  padding-top: 100px;
}

.pagination_area .pagination li {
  margin-right: 10px;
}

.pagination_area .pagination li a {
  border-radius: 0px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7c8d93;
  padding: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pagination_area .pagination li:last-child {
  margin-right: 0px;
}

.pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
  color: #0b1033;
  background: transparent;
}

.r_widget {
  margin-bottom: 80px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_w_title {
  padding-bottom: 25px;
}

.r_w_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0b1033;
}

.search_widget .input-group {
  display: block;
  position: relative;
}

.search_widget .input-group input {
  width: 100%;
  display: block;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image: -ms-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 36px;
  padding: 0px;
  line-height: 0px;
  padding-bottom: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input.placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.search_widget .input-group .input-group-btn .btn-secondary {
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  border: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #acb6ba;
  cursor: pointer;
}

.search_widget .input-group .input-group-btn .btn-secondary:hover {
  color: #0b1033;
}

.categories_widget ul li {
  margin-bottom: 10px;
}

.categories_widget ul li a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child {
  margin-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #70a7e4;
}

.insta_widget ul {
  overflow: hidden;
  margin: -3px;
}

.insta_widget ul li {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
}

.insta_widget ul li a {
  display: block;
  padding: 3px;
}

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px;
}

.tag_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.tag_widget ul li a {
  display: inline-block;
  background: #f4f8fc;
  padding: 0px 25px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.tag_widget ul li:hover a {
  border-radius: 20px;
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  color: #fff;
}

.quote_widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px;
}

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px;
}

.s_blog_social h3 {
  font-size: 18px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.s_blog_social ul {
  display: inline-block;
}

.s_blog_social ul li {
  display: inline-block;
  margin-left: 30px;
}

.s_blog_social ul li a {
  font-size: 12px;
  color: #0b1033;
}

.s_blog_social ul li:first-child {
  margin-left: 40px;
}

.blog_author .media {
  vertical-align: middle;
}

.blog_author .media .d-flex {
  padding-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog_author .media .media-body h4 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}

.blog_author .media .media-body h4 span {
  color: #7c8d93;
}

.blog_author .media .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.blog_comment h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 80px;
  padding-top: 80px;
}

.blog_comment .media {
  margin-bottom: 35px;
}

.blog_comment .media .d-flex {
  display: block !important;
  padding: 0px 0px 0px 25px;
  max-width: 144px;
  width: 100%;
}

.blog_comment .media .d-flex h4 {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
}

.blog_comment .media .d-flex h5 {
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.blog_comment .media .media-body {
  padding-left: 20px;
}

.blog_comment .media .media-body p {
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blog_comment .media .media-body a {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.blog_comment .media:last-child {
  margin-bottom: 0px;
}

.blog_comment_form {
  max-width: 560px;
}

.blog_comment_form h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding: 75px 0px 55px 0px;
}

.blog_comment_form .contact_us_form {
  margin-top: 0px;
}

.blog_comment_form .contact_us_form .form-group input {
  height: 55px;
}

.blog_comment_form .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
}

/* End Blog Main Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widget_area {
  background: url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 130px 0px 115px 0px;
}

.f_title {
  padding-bottom: 45px;
}

.f_title h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.f_about_widget {
  padding-right: 35px;
}

.f_about_widget img {
  padding-bottom: 55px;
}

.f_about_widget p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.f_insta_widget ul {
  overflow: hidden;
  margin: -1px;
}

.f_insta_widget ul li {
  width: calc(100% / 4);
  float: left;
}

.f_insta_widget ul li a {
  display: inline-block;
  padding: 1px;
}

.f_insta_widget ul li a img {
  width: 100%;
}

.f_subs_widget .input-group {
  display: block;
}

.f_subs_widget .input-group input {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  height: 52px;
  padding: 0px 30px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input.placeholder {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group .input-group-btn {
  margin-left: 0px;
  display: block;
  margin-top: 25px;
}

.f_subs_widget .input-group .input-group-btn .submit_btn {
  margin-left: 0px;
  border-radius: 35px !important;
}

.f_subs_widget .input-group .input-group-btn .submit_btn:hover {
  border-color: #8cc4fb;
}

.footer_copyright {
  overflow: hidden;
  background: #11173b;
  padding: 35px 0px;
}

.footer_copyright .float-sm-left h5 {
  font-size: 14px;
  color: #2a2f56;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 29px;
}

.footer_copyright .float-sm-right ul li {
  display: inline-block;
  margin-right: 32px;
}

.footer_copyright .float-sm-right ul li a {
  font-size: 14px;
  color: #2a2f56;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_copyright .float-sm-right ul li:last-child {
  margin-right: 0px;
}

.footer_copyright .float-sm-right ul li:hover a {
  color: #fff;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
}

#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: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 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: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#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: -10px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #4c2dd2;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #4c2dd2;
}

#footer .social-links{
  text-align: left;
  margin-left: 40px;


}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 18px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e03a3c;
  color: #fff;
  text-decoration: none;
}