
:root {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.9375;
  color: #767b85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.devhost-button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.devhost-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.devhost-button:hover {
  webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.devhost-button:hover:before {
  background: #000;
  webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.section {
  padding: 100px 0;
}

.section1 {
  padding: 85px 0;
}

.section2 {
  padding: 100px 0 85px;
}

.section3 {
  padding: 100px 0 30px;
}

.gray {
  background: #f7f8fb;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #3c424c;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.section-title h2:before {
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  content: "";
  background: #124bbc;
  bottom: 0;
  margin: auto;
}

.section-title h2:after {
  position: absolute;
  left: 75px;
  width: 20px;
  height: 5px;
  content: "";
  background: #124bbc;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 35px;
}

.section-title2 h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.section-title2 h2:before {
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  content: "";
  background: #fff;
  bottom: 0;
  margin: auto;
}

.section-title2 h2:after {
  position: absolute;
  left: 75px;
  width: 20px;
  height: 5px;
  content: "";
  background: #fff;
  bottom: 0;
  margin: auto;
}

.section-title2 p {
  margin-bottom: 35px;
}

.section-title3 {
  text-align: center;
}

.section-title3 h2 {
  font-size: 30px;
  font-weight: 500;
  color: #3c424c;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.section-title3 h2:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 5px;
  content: "";
  background: #124bbc;
  bottom: 0;
  margin: auto;
}

.section-title3 h2:after {
  position: absolute;
  left: 100px;
  right: 0;
  width: 20px;
  height: 5px;
  content: "";
  background: #124bbc;
  bottom: 0;
  margin: auto;
}

.section-title3 p {
  margin-bottom: 35px;
}

.acurate {
  margin: 0;
  padding: 0;
}

.mt-15 {
  margin-top: -15px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

/*=======================
Content end 
=======================*/
/*=======================
element start 
=======================*/
/*======================
    element inheritance
======================*/
.cookcodesmenu_menu {
  display: none !important;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  /*=================================
    2.header start here 
    ==================================*/
  /*=================================
    2.1 header top area  start  here
    ==================================*/
}

header .header-area .logo {
  padding: 25px 0;
}

header .header-area .logo a {
  display: block;
}

header .header-area .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

header .header-area .main-menu ul li {
  display: inline-block;
  padding: 20px;
  position: relative;
  color: #fff;
  transition: 0.3s;
}

header .header-area .main-menu ul li:hover, header .header-area .main-menu ul li.current_page_item {
  color: #ddd;
}

header .header-area .main-menu ul li:hover a, header .header-area .main-menu ul li.current_page_item a {
  color: #ddd;
}

header .header-area .main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  top: 100%;
}

header .header-area .main-menu ul li ul {
  opacity: 0;
  visibility: hidden;
  width: 200px;
  position: absolute;
  top: 130%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  transition: 0.3s;
  transform-origin: 0 0 0;
  z-index: 99;
}

header .header-area .main-menu ul li ul li {
  display: block;
  border-top: 1px solid #555;
  padding: 0;
}

header .header-area .main-menu ul li ul li:after {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 0;
  background: rgba(18, 75, 188, 0.8);
  margin: 0 auto;
  content: "";
  height: 3px;
  display: none;
}

header .header-area .main-menu ul li ul li:hover {
  background: transparent;
}

header .header-area .main-menu ul li ul li a {
  display: block;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  padding: 7px 15px;
  transition: 0.3s;
}

header .header-area .main-menu ul li ul li a:hover {
  color: #fff;
  background: rgba(18, 75, 188, 0.8);
}

header .header-area .main-menu ul li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 400;
}

header .header-area .search {
  margin: 20px 0;
  text-align: right;
}

header .header-area .search i {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}

header .header-area .search .search-box {
  position: absolute;
  right: 15px;
  top: 100%;
  display: none;
}

header .header-area .search .search-box input {
  height: 40px;
  width: 200px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #124bbc;
}

header .header-area .search .search-box button {
  width: 35px !important;
  background: #124bbc;
  color: #fff;
  font-weight: 600;
  border: 1px solid #124bbc;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}

header .header-area .search .search-box button i {
  text-align: center;
  line-height: 1.5;
}

header .header-top-area {
  border-bottom: 1px solid #4457b0;
}

header .header-top-area .header-top-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-top-area .header-top-left ul li {
  display: inline-block;
}

header .header-top-area .header-top-left ul li a {
  display: block;
  color: #fff;
  transition: 0.3s;
}

header .header-top-area .header-top-left ul li a:hover {
  color: #ddd;
  transition: 0.3s;
}

header .header-top-area .header-top-left ul li a i {
  margin-right: 15px;
  color: #fff;
}

header .header-top-area .header-top-right {
  text-align: right;
}

header .header-top-area .header-top-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-top-area .header-top-right ul li {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  color: #fff;
  transition: 0.3s;
}

header .header-top-area .header-top-right ul li i {
  color: #fff;
  margin: 0 3px 0 0;
}

header .header-top-area .header-top-right ul li:hover {
  transition: 0.5s;
}

header .header-top-area .header-top-right ul li:hover ul {
  transition: 0.5s;
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

header .header-top-area .header-top-right ul li ul {
  position: absolute;
  top: 110%;
  right: 0;
  width: 70px;
  z-index: 3;
  box-shadow: 0px 0 2px rgba(255, 255, 255, 0.3);
  background: #124bbc;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}

header .header-top-area .header-top-right ul li ul li {
  display: block;
  padding: 0px 15px 0 0px;
  margin: 0;
}

header .header-top-area .header-top-right ul li ul li:last-child {
  border-bottom: 0;
}

header .header-top-area .header-top-right ul li ul li a {
  color: #fff;
  display: block;
}

header .header-top-area .header-top-right ul li a {
  display: block;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
}

header .header-top-area .header-top-right ul li a:hover {
  color: #ddd;
  transition: 0.3s;
}

header .header-top-area .header-top-right ul li a i {
  margin-right: 15px;
  color: #fff;
}

header.header-two {
  position: relative;
}

header.header-two .header-top-area {
  border-bottom: 1px solid #4457b0;
}

header.header-two .header-top-area .header-top-left ul li a {
  color: #000;
}

header.header-two .header-top-area .header-top-left ul li a:hover {
  color: #124bbc;
}

header.header-two .header-top-area .header-top-left ul li a i {
  color: #000;
}

header.header-two .header-top-area .header-top-right ul li {
  color: #000;
}

header.header-two .header-top-area .header-top-right ul li i {
  color: #000;
}

header.header-two .header-top-area .header-top-right ul li:hover {
  transition: 0.5s;
}

header.header-two .header-top-area .header-top-right ul li:hover ul {
  transition: 0.5s;
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

header.header-two .header-top-area .header-top-right ul li ul {
  position: absolute;
  top: 110%;
  right: 0;
  width: 70px;
  z-index: 3;
  box-shadow: 0px 0 2px rgba(255, 255, 255, 0.3);
  background: #124bbc;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}

header.header-two .header-top-area .header-top-right ul li ul li {
  display: block;
  padding: 0px 15px 0 0px;
  margin: 0;
}

header.header-two .header-top-area .header-top-right ul li ul li:last-child {
  border-bottom: 0;
}

header.header-two .header-top-area .header-top-right ul li ul li a {
  color: #fff;
  display: block;
}

header.header-two .header-top-area .header-top-right ul li a {
  display: block;
  color: #000;
  transition: 0.3s;
}

header.header-two .header-top-area .header-top-right ul li a:hover {
  color: #ddd;
  transition: 0.3s;
}

header.header-two .header-top-area .header-top-right ul li a i {
  margin-right: 15px;
  color: #000;
}

header.header-two .header-area .logo {
  padding: 23px 0;
}

header.header-two .header-area .logo a {
  display: block;
}

header.header-two .header-area .main-menu {
  background: transparent;
}

header.header-two .header-area .main-menu ul {
  text-align: right;
}

header.header-two .header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  padding: 30px 10px;
}

header.header-two .header-area .main-menu ul li.current-menu-item a {
  position: relative;
  font-size: 16px;
}

header.header-two .header-area .main-menu ul li.current-menu-item a:after {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
  border-color: #124bbc;
}

header.header-two .header-area .main-menu ul li a {
  font-weight: 400;
  color: #fff;
  padding: 0;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
}

header.header-two .header-area .main-menu ul li a:hover:after {
  visibility: visible;
  opacity: 1;
  bottom: 0px !important;
  transform: rotate(180deg);
  border-color: #124bbc;
}

header.header-two .header-area .main-menu ul li a:after {
  position: absolute;
  left: 40px;
  right: 40px;
  content: "";
  height: 6px;
  background-position: center center;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  bottom: 0px;
  transform: rotate(180deg);
  margin: auto;
  border-color: #124bbc;
}

header.header-two .header-area .main-menu ul li:hover {
  transition: 0.5s;
}

header.header-two .header-area .main-menu ul li:hover ul {
  transition: 0.5s;
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

header.header-two .header-area .main-menu ul li ul {
  position: absolute;
  top: 110%;
  left: 0;
  width: 250px;
  z-index: 3;
  box-shadow: 0 0 3px rgba(18, 75, 188, 0.5);
  background: url(../images/menu_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  text-align: left;
}

header.header-two .header-area .main-menu ul li ul li {
  display: block;
  border-bottom: 1px solid #4457b0;
  margin: 0;
  position: relative;
  padding: 0px;
}

header.header-two .header-area .main-menu ul li ul li ul {
  width: 250px;
  left: -250px;
  visibility: visible !important;
  opacity: 1 !important;
}

header.header-two .header-area .main-menu ul li ul li:last-child {
  border-bottom: 0;
}

header.header-two .header-area .main-menu ul li ul li a {
  color: #fff;
  display: block;
  padding: 5px 15px  !important;
  transition: 0.5s;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
}

header.header-two .header-area .main-menu ul li ul li a.dd-toggle {
  display: none;
}

header.header-two .header-area .main-menu ul li ul li a:before {
  position: absolute;
  left: 30px;
  top: 10px;
  border-right: 2px dashed #6374c5;
  content: "";
  width: 0;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaley(0);
  overflow: hidden;
}

header.header-two .header-area .main-menu ul li ul li a:hover {
  margin-left: 0px;
  transition: 0.5s;
}

header.header-two .header-area .main-menu ul li ul li a:hover:before {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.9s;
  transform: scaley(1);
}

header.header-two .header-area .search {
  margin: 22px 0;
  text-align: right;
}

header.header-two .header-area .search i {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}

header.header-two .header-area .search .search-box {
  position: absolute;
  right: 15px;
  top: 100%;
  display: none;
}

header.header-two .header-area .search .search-box input {
  height: 40px;
  width: 200px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #124bbc;
}

header.header-two .header-area .search .search-box button {
  width: 35px !important;
  background: #124bbc;
  color: #fff;
  font-weight: 600;
  border: 1px solid #124bbc;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}

header.header-two .header-area .search .search-box button i {
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 992px) {
  header .header-top-area .header-top-left ul,
  header .header-top-area .header-top-right ul {
    text-align: center;
  }
  header {
    position: relative;
    background: #124bbc;
  }
  header .header-area .logo,
  header .header-area .search {
    padding: 10px 0;
    text-align: center;
  }
  header .header-area .search {
    padding: 0px 0 5px;
    text-align: center;
    margin: 0;
  }
  header .header-area .search .search-box,
  header .header-area .search .search-box input,
  header .header-area .search .search-box label {
    width: 100%;
  }
  .section {
    padding: 50px 0;
  }
  .cookcodesmenu_menu {
    display: block !important;
  }
  header {
    display: none;
  }
  .cookcodesmenu_menu {
    background: #124bbc;
    padding: 5px 0;
    position: fixed;
  }
  .section-title3 h2 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .cookcodesmenu_btn {
    margin: 10px 0px 0;
  }
}

/*=================================
3.home slider one start here
==================================*/
.slider-one-area {
  position: relative;
}

.slider-one-area .owl-item.active .single-slide {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slider-one-area .owl-item.active .single-slide .image img {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInRight;
  animation-delay: .3s;
}

.slider-one-area .owl-item.active .single-slide .content h1 {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInLeft;
  animation-delay: .3s;
}

.slider-one-area .owl-item.active .single-slide .content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cfadeInLeft;
  animation-delay: .5s;
}

.slider-one-area .owl-item.active .single-slide .content h3 {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInLeft;
  animation-delay: .7s;
}

.slider-one-area .owl-item.active .single-slide .content .button-area {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInLeft;
  animation-delay: .9s;
}

.slider-one-area .single-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider-one-area .single-slide .content {
  padding-top: 115px;
}

.slider-one-area .single-slide .content.content2 {
  padding-top: 0px;
}

.slider-one-area .single-slide .content.content2 h1 {
  color: #000;
}

.slider-one-area .single-slide .content.content2 p {
  color: #000;
}

.slider-one-area .single-slide .content.content2 h3 {
  color: #000;
}

.slider-one-area .single-slide .content.content2 .button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: text;
}

.slider-one-area .single-slide .content.content2 .button-area ul li {
  border: 2px solid #000;
}

.slider-one-area .single-slide .content.content2 .button-area ul li:hover {
  transition: 0.3s;
}

.slider-one-area .single-slide .content.content2 .button-area ul li:last-child {
  margin-right: 0;
}

.slider-one-area .single-slide .content.content2 .button-area ul li:last-child a {
  background: transparent;
}

.slider-one-area .single-slide .content.content2 .button-area ul li a {
  display: block;
  padding: 10px 40px;
  color: #000;
  background: #124bbc;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.slider-one-area .single-slide .content.content2 .button-area ul li a:hover {
  color: #fff;
}

.slider-one-area .single-slide .content.content2 .button-area ul li a:hover i {
  opacity: 1;
  right: 20px;
  transition: 0.3s;
  color: #fff;
}

.slider-one-area .single-slide .content.content2 .button-area ul li a i {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0px;
  top: 10px;
}

.slider-one-area .single-slide .content h1 {
  font-weight: 500;
  font-size: 55px;
  color: #fff;
  line-height: 1.3;
  text-transform: capitalize;
}

.slider-one-area .single-slide .content p {
  color: #fff;
  margin-right: 100px;
  padding: 15px 0;
}

.slider-one-area .single-slide .content h3 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.slider-one-area .single-slide .content .button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: text;
}

.slider-one-area .single-slide .content .button-area ul li {
  display: inline-block;
  margin-right: 30px;
  border: 2px solid #fff;
  transition: 0.3s;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.slider-one-area .single-slide .content .button-area ul li:hover {
  transition: 0.3s;
}

.slider-one-area .single-slide .content .button-area ul li:last-child {
  margin-right: 0;
}

.slider-one-area .single-slide .content .button-area ul li:last-child a {
  background: transparent;
}

.slider-one-area .single-slide .content .button-area ul li a {
  display: block;
  padding: 10px 40px;
  color: #fff;
  background: #124bbc;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.slider-one-area .single-slide .content .button-area ul li a:hover i {
  opacity: 1;
  right: 20px;
  transition: 0.3s;
}

.slider-one-area .single-slide .content .button-area ul li a i {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0px;
  top: 10px;
}

.slider-one-area .single-slide .image {
  width: 35%;
  position: absolute;
  right: 5%;
}

.slider-one-area .single-slide .image img {
  width: 100%;
}

.slider-one-area .owl-nav {
  display: block;
}

.slider-one-area .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 1px solid #e7e6e5;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.slider-one-area .owl-nav .owl-prev i {
  font-size: 60px;
  color: #ddd;
}

.slider-one-area .owl-nav .owl-prev:hover {
  color: #124bbc;
}

.slider-one-area .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 1px solid #e7e6e5;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.slider-one-area .owl-nav .owl-next i {
  font-size: 60px;
  color: #ddd;
}

.slider-one-area .owl-nav .owl-next:hover {
  color: #124bbc;
}

@keyframes cfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slider-three-area .content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

@media (max-width: 1500px) {
  .slider-one-area .single-slide .content h1 {
    font-size: 36px;
  }
  .slider-one-area .single-slide .content h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slider-one-area .single-slide .content p {
    margin-right: 100px;
    padding: 5px 0 0;
  }
}

@media (max-width: 992px) {
  .slider-one-area .single-slide .content h1 {
    font-size: 30px;
  }
  .slider-one-area .single-slide .content h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .slider-one-area .single-slide .content p {
    margin-right: 100px;
    padding: 5px 0 0;
  }
  .slider-three-area .content h1 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .slider-one-area .single-slide .content p {
    margin-right: 0;
    padding: 0;
  }
}

/*=================================
  4.search domain area start here
==================================*/
.search-domain-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.search-domain-area .domainserach-area {
  padding: 60px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
  margin-bottom: 60px;
}

.search-domain-area .domainserach-area h3 {
  font-size: 24px;
  color: #3c424c;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.search-domain-area .domainserach-area .search-box {
  margin-bottom: 30px;
  text-align: center;
}

.search-domain-area .domainserach-area .search-box form {
  position: relative;
  overflow: hidden;
}

.search-domain-area .domainserach-area .search-box form input {
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  transition: 0.3s;
  border-radius: 25px;
  box-shadow: 0 0 2px rgba(33, 33, 33, 0.1);
  background: #f5f8ff;
  color: #858e9f;
}

.search-domain-area .domainserach-area .search-box form input:focus {
  border: 1px solid #124bbc;
  transition: 0.3s;
  box-shadow: 0 0 2px rgba(33, 33, 33, 0.1);
}

.search-domain-area .domainserach-area .search-box form button {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 50px;
  background: #124bbc;
  color: #fff;
  border: 0px solid #ddd;
  transition: 0.3s;
  border-radius: 0 25px 25px 0;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
}

.search-domain-area .domainserach-area .search-box form button:focus {
  border: 0px solid #124bbc;
  transition: 0.3s;
  box-shadow: none;
}

.search-domain-area .domainserach-area .domain-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.search-domain-area .domainserach-area .domain-list ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #124bbc;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}

.search-domain-area .domainserach-area .domain-list ul li:after {
  position: absolute;
  right: -7px;
  top: 17px;
  width: 1px;
  height: 15px;
  content: "";
  background: #124bbc;
}

.search-domain-area .domainserach-area .domain-list ul li:last-child:after {
  display: none;
}

.search-domain-area .domainserach-area .domain-list ul li span {
  font-weight: 400;
  font-size: 16px;
}

.search-domain-area .single-why-choose-us {
  margin: 15px 0;
  background: #020024;
  background: linear-gradient(90deg, #020024 0%, white 0%, #f7f8fb 100%);
  padding: 30px 15px 30px 30px;
  transition: 0.3s;
  position: relative;
}

.search-domain-area .single-why-choose-us:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 0%;
  background: #124bbc;
  content: "";
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.search-domain-area .single-why-choose-us:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #124bbc;
  content: "";
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.search-domain-area .single-why-choose-us:hover {
  transition: 0.5s;
}

.search-domain-area .single-why-choose-us:hover:before {
  height: 100%;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}

.search-domain-area .single-why-choose-us:hover:after {
  width: 100%;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}

.search-domain-area .single-why-choose-us:hover img {
  transition: 0.5s;
  transform: rotate(360deg);
}

.search-domain-area .single-why-choose-us:hover h3 {
  transition: 0.5s;
}

.search-domain-area .single-why-choose-us:hover p {
  transition: 0.5s;
}

.search-domain-area .single-why-choose-us img {
  width: 60px;
  margin-bottom: 20px;
}

.search-domain-area .single-why-choose-us h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3d424c;
  margin-bottom: 10px;
}

.search-domain-area .single-why-choose-us p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .search-domain-area .domainserach-area .domain-list ul li {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
  }
  .search-domain-area .single-why-choose-us img {
    width: 60px;
    margin: 20px auto;
    display: block;
  }
  .search-domain-area .single-why-choose-us {
    margin: 15px 0;
    text-align: center;
  }
  .section-title h2:before,
  .section-title h2:after {
    right: 0;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 50px 0;
  }
  .search-domain-area .domainserach-area .domain-list ul li {
    font-size: 14px;
  }
  .search-domain-area .domainserach-area h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .search-domain-area .domainserach-area {
    padding: 30px 15px;
  }
  .search-domain-area .domainserach-area .search-box form button {
    width: 100px;
  }
  .search-domain-area .domainserach-area .domain-list ul li:after {
    top: 9px;
  }
}

/*=================================
5.hosting services area start here
==================================*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.hosting-services-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hosting-services-area .image {
  width: 35%;
  position: absolute;
  right: 0%;
}

.hosting-services-area .image img {
  width: 100%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  margin-top: 100px;
}

.hosting-services-area .hosting-type-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-services-area .hosting-type-list ul li {
  display: block;
  margin: 30px 0;
}

.hosting-services-area .hosting-type-list ul li .single-hosting-type {
  position: relative;
  overflow: hidden;
}

.hosting-services-area .hosting-type-list ul li .single-hosting-type .icon {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.hosting-services-area .hosting-type-list ul li .single-hosting-type .icon img {
  width: 100%;
}

.hosting-services-area .hosting-type-list ul li .single-hosting-type .content {
  margin-left: 120px;
}

.hosting-services-area .hosting-type-list ul li .single-hosting-type .content h3 {
  color: #fff;
  font-size: 24px;
}

.hosting-services-area .hosting-type-list ul li .single-hosting-type .content p {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .hosting-services-area .hosting-type-list ul li .single-hosting-type .icon {
    width: 100px;
    height: 100px;
    margin-right: 0px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    margin: 20px auto;
  }
  .hosting-services-area .hosting-type-list ul li .single-hosting-type .content {
    margin: 0;
    text-align: center;
  }
  .hosting-services-area .hosting-type-list ul li .single-hosting-type .icon img {
    width: 90%;
  }
}

/*=================================
6.price table area start here
==================================*/
.price-table-area ul {
  border: none;
  display: inherit;
  text-align: center;
  background: #fff;
  width: 382px;
  border-radius: 40px;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
  margin-bottom: 60px;
}

.price-table-area ul li {
  display: inline-block;
}

.price-table-area ul li a {
  border: none !important;
  transition: all 0.3s;
  color: #858e9f;
  padding: 8px 60px;
  text-transform: uppercase;
}

.price-table-area ul li a.active, .price-table-area ul li a:hover {
  font-size: 16px;
  color: #fff !important;
  background-color: #124bbc !important;
  padding: 8px 60px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.3s;
  animation-name: cfadeInRight;
}

.price-table-area .tab-content .tab-pane {
  transition: all 0.3s;
}

.price-table-area .tab-content .tab-pane.active {
  transition: all 0.3s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInDown;
  animation-delay: .3s;
}

.price-table-area .tab-content .tab-pane .single-price-table {
  padding: 30px 0;
  margin: 15px 0;
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
  background: #fff;
  text-align: center;
  transition: all 0.3s;
}

.price-table-area .tab-content .tab-pane .single-price-table:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}

.price-table-area .tab-content .tab-pane .single-price-table:hover button {
  background: #124bbc;
  color: #fff;
  transition: all 0.3s;
}

.price-table-area .tab-content .tab-pane .single-price-table h2 {
  color: #3d424c;
  font-weight: bold;
  font-size: 24px;
}

.price-table-area .tab-content .tab-pane .single-price-table strong {
  font-weight: 700;
  font-size: 30px;
  color: #124bbc;
}

.price-table-area .tab-content .tab-pane .single-price-table strong span {
  color: #858e9f;
  font-size: 16px;
  font-weight: 300;
}

.price-table-area .tab-content .tab-pane .single-price-table .price-list li {
  display: block;
  margin: 5px 0;
  color: #767b85;
}

.price-table-area .tab-content .tab-pane .single-price-table button {
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 10px 40px;
  border-radius: 25px;
  background: #f7f8fb;
  color: #124bbc;
  border: none;
  box-shadow: none;
  transition: all 0.3s;
}

.price-table-area .tab-content .tab-pane .single-price-table button:hover {
  color: #fff;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .price-table-area ul {
    width: 100%;
    margin-bottom: 30px;
  }
  .price-table-area ul li a,
  .price-table-area ul li a.active, .price-table-area ul li a:hover {
    padding: 8px 15px;
    font-size: 14px;
  }
  .price-table-area .tab-content .tab-pane .single-price-table strong {
    font-size: 18px;
  }
}

/*=================================
7.testimonial area start here
==================================*/
.testimonial-area {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-area .testimonial-slider .single-testimonial .content {
  padding: 60px 30px;
  background: #f7f8fb;
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
  transition: all 0.3s;
}

.testimonial-area .testimonial-slider .single-testimonial .content:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}

.testimonial-area .testimonial-slider .single-testimonial .content i {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 30px;
  color: #ddd;
}

.testimonial-area .testimonial-slider .single-testimonial .content p {
  text-align: center;
}

.testimonial-area .testimonial-slider .single-testimonial .info {
  text-align: center;
}

.testimonial-area .testimonial-slider .single-testimonial .info img {
  width: 80px;
  margin: -40px auto 0;
  margin-bottom: 30px;
}

.testimonial-area .testimonial-slider .single-testimonial .info h3 {
  font-size: 18px;
  color: #3d424c;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-area .testimonial-slider .single-testimonial .info span {
  font-size: 14px;
}

.testimonial-area .single-testimonial .content {
  padding: 60px 30px;
  background: #f7f8fb;
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
  transition: all 0.3s;
}

.testimonial-area .single-testimonial .content:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}

.testimonial-area .single-testimonial .content i {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 30px;
  color: #ddd;
}

.testimonial-area .single-testimonial .content p {
  text-align: center;
}

.testimonial-area .single-testimonial .info {
  text-align: center;
}

.testimonial-area .single-testimonial .info img {
  width: 80px;
  margin: -40px auto 0;
  margin-bottom: 30px;
}

.testimonial-area .single-testimonial .info h3 {
  font-size: 18px;
  color: #3d424c;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-area .single-testimonial .info span {
  font-size: 14px;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial {
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  transition: 0.5s;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial:hover {
  border: 1px solid #124bbc;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial:hover:after {
  color: #124bbc;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial:hover:before {
  border-color: #124bbc;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  color: #ddd;
  font-family: fontawesome;
  content: "\f10e";
  opacity: .3;
  left: 0;
  transition: 0.5s;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial:before {
  position: absolute;
  bottom: -45px;
  content: "";
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.5s;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial .info h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-two-area .testimonial-two-slider .single-testimonial .info span {
  font-size: 14px;
}

.testimonial-two-area .testimonial-two-slider .owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.testimonial-two-area .testimonial-two-slider .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  background: #124bbc;
  margin: 5px;
  transition: 0.5s;
  border-radius: 0px;
}

.testimonial-two-area .testimonial-two-slider .owl-dots .owl-dot.active {
  width: 45px;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.7);
}

.single-testimonial {
  margin: 15px 0;
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  transition: 0.5s;
  overflow: hidden;
}

.single-testimonial:hover {
  border: 1px solid #124bbc;
}

.single-testimonial:hover:after {
  color: #124bbc;
}

.single-testimonial:hover:before {
  border-color: #124bbc;
}

.single-testimonial:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  color: #ddd;
  font-family: fontawesome;
  content: "\f10e";
  opacity: .3;
  left: 0;
  transition: 0.5s;
}

.single-testimonial:before {
  position: absolute;
  bottom: -45px;
  content: "";
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.5s;
}

.single-testimonial .info h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-testimonial .info span {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .single-testimonial {
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .single-testimonial {
    padding: 0px;
  }
  .section-title2 h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}

/*=================================
8. partner area start here
==================================*/
.partner-area .partner-slider .single-logo a img {
  width: auto;
  margin: 0 auto;
}

/*=================================
9.newsleter area start here
==================================*/
.newsleter-area {
  position: relative;
}

.newsleter-area img {
  width: 7%;
  position: absolute;
  right: 20%;
  top: 13%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.newsleter-area .newsleter-content h3 {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  color: #3d424c;
  font-size: 16px;
}

.newsleter-area .newsleter-content span {
  font-size: 14px;
}

.newsleter-area .newsleter-content form {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.newsleter-area .newsleter-content form input {
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  transition: 0.3s;
  border-radius: 25px;
  box-shadow: 0 0 2px rgba(33, 33, 33, 0.1);
  background: #f5f8ff;
  color: #858e9f;
  width: 100%;
}

.newsleter-area .newsleter-content form input:focus {
  border: 1px solid #124bbc;
  transition: 0.3s;
  box-shadow: 0 0 2px rgba(33, 33, 33, 0.1);
}

.newsleter-area .newsleter-content form button {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 50px;
  background: #124bbc;
  color: #fff;
  border: 0px solid #ddd;
  transition: 0.3s;
  border-radius: 0 25px 25px 0;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
}

.newsleter-area .newsleter-content form button:focus {
  border: 0px solid #124bbc;
  transition: 0.3s;
  box-shadow: none;
}

/*=================================
10.footer area start here
==================================*/
footer {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

footer .footer-top-area .widget .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

footer .footer-top-area .widget .widget-title:after {
  position: absolute;
  left: 0;
  height: 1px;
  width: 30px;
  content: "";
  background: #fff;
  bottom: 0;
}

footer .footer-top-area .widget.about-company a img {
  margin-bottom: 15px;
}

footer .footer-top-area .widget.about-company p {
  color: #f1f1f1;
}

footer .footer-top-area .widget.about-company .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-top-area .widget.about-company .social-media ul li {
  display: inline-block;
  margin: 3px;
}

footer .footer-top-area .widget.about-company .social-media ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #124bbc;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
  color: #124bbc;
}

footer .footer-top-area .widget.about-company .social-media ul li a i:hover {
  background: #124bbc;
  color: #fff;
}

footer .footer-top-area .widget.widget-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-top-area .widget.widget-link ul li {
  display: block;
  margin: 3px 0;
  margin-left: 15px;
  position: relative;
}

footer .footer-top-area .widget.widget-link ul li:after {
  position: absolute;
  left: -15px;
  content: "\f105";
  color: #f5f5f5;
  bottom: 0;
  font-family: 'fontawesome';
  background: transparent;
}

footer .footer-top-area .widget.widget-link ul li a {
  transition: 0.5s;
  color: #f9f9f9;
}

footer .footer-top-area .widget.widget-link ul li a:hover {
  color: #999;
  transition: 0.5s;
}

footer .footer-top-area .widget.contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-top-area .widget.contact-info ul li {
  margin: 2px;
  display: block;
  margin-left: 50px;
  position: relative;
}

footer .footer-top-area .widget.contact-info ul li a {
  transition: 0.5s;
  color: #f9f9f9;
}

footer .footer-top-area .widget.contact-info ul li a i {
  font-size: 30px;
  margin-right: 15px;
  position: absolute;
  left: -50px;
}

footer .footer-top-area .widget.contact-info ul li a:hover {
  color: #999;
  transition: 0.5s;
}

.footer-button-area {
  padding: 25px 0;
  background-size: cover;
  background-position: bottom;
  border-top: 1px solid #4457b0;
}

.footer-button-area .copyright p {
  margin: 0;
  color: #ddd;
}

.footer-button-area .copyright p strong {
  color: #fff;
}

@media (max-width: 992px) {
  .footer-top-area .widget {
    margin: 15px 0;
  }
  .footer-button-area .copyright p {
    text-align: center;
  }
}

/*=================================
15.Scroll Top CSS Start Here
==================================*/
#scrollUp {
  background: #000000;
  border-radius: 2px 2px 0 0;
  bottom: 100px;
  color: #ffffff !important;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 1000;
}

#scrollUp i {
  display: block;
  padding-top: 15px;
}

#scrollUp:hover {
  background: #0e388d;
}

/*=================================
16.breadcumb start here
==================================*/
.breadcumb-area {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcumb-area img {
  position: absolute;
  right: 10%;
  top: 0;
  width: 15%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.breadcumb-area h2 {
  font-size: 60px;
  margin: 0 0 20px;
  font-weight: 800;
  color: #fff;
}

.breadcumb-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcumb-area ul li {
  color: #fff;
}

.breadcumb-area ul li i {
  font-size: 8px;
  margin: 0 10px;
}

.breadcumb-area ul li a {
  color: #fff;
}

@media (max-width: 992px) {
  .breadcumb-area img {
    top: 35%;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .breadcumb-area {
    padding: 100px 0 60px;
  }
  .breadcumb-area h2 {
    font-size: 30px;
    margin: 0 0 5px;
  }
  .breadcumb-area img {
    top: 35%;
    width: 20%;
  }
}

/*=================================
  17.about page why choose us area start here
==================================*/
.about-whychoose-us-area .section-title {
  margin-bottom: 60px;
}

.about-whychoose-us-area .feature-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-whychoose-us-area .feature-list ul li {
  display: block;
  margin: 30px 0;
}

.about-whychoose-us-area .feature-list ul li .single-list {
  position: relative;
}

.about-whychoose-us-area .feature-list ul li .single-list .icon {
  position: absolute;
  left: 0;
}

.about-whychoose-us-area .feature-list ul li .single-list .content {
  margin-left: 100px;
}

.about-whychoose-us-area .feature-list ul li .single-list .content h3 {
  font-size: 18px;
  color: #3d424c;
}

@media (max-width: 767px) {
  .about-whychoose-us-area .feature-list ul li .single-list .icon {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 15px auto;
    text-align: center;
  }
  .about-whychoose-us-area .feature-list ul li .single-list .content {
    margin-left: 0;
    text-align: center;
  }
  .whyaboutus-image {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .whyaboutus-image img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}

/*=================================
18.about page video area start here
==================================*/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

.video-area {
  padding: 170px 0;
  background-size: cover;
  background-position: 0 0;
}

.video-area .video-content h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}

.video-area .video-content p {
  color: #fff;
}

.video-area .video-content .video-btn {
  margin: 30px 0;
}

.video-area .video-content .video-btn a {
  transition: 0.3s;
}

.video-area .video-content .video-btn a img {
  box-shadow: 0 0 0 0 rgba(31, 97, 219, 0.9);
  border-radius: 50%;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@media (max-width: 992px) {
  .video-area {
    padding: 70px 0;
  }
  .video-area .video-content h2 {
    font-size: 20px;
  }
  .video-area .video-content p {
    color: #fff;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .video-area {
    padding: 50px 0;
  }
  .video-area .video-content h2 {
    font-size: 17px;
  }
  .video-area .video-content p {
    color: #fff;
    font-size: 14px;
  }
}

/*=================================
19.counter area start here 
==================================*/
.counter-area {
  position: relative;
}

.counter-area:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/about/line.png) no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center center;
  z-index: -9;
  top: 0;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInDown;
  animation-delay: .3s;
}

.counter-area .counter-content {
  position: relative;
  margin: 0 auto;
}

.counter-area .counter-content .counter-inner-content {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  box-shadow: 0 3px 7px rgba(33, 33, 33, 0.1);
  padding-top: 80px;
  background: url(../images/about/shape.jpg) no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.counter-area .counter-content .counter-inner-content .counter {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.counter-area .counter-content .counter-inner-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .counter-area .counter-content .counter-inner-content {
    width: 170px;
    height: 170px;
    padding-top: 45px;
    margin: 20px auto;
  }
}

/*=================================
20.team area start here 
==================================*/
.team-area .single-team {
  margin: 15px 0;
}

.team-area .single-team .team-images {
  display: block;
  margin: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.team-area .single-team .team-images:hover {
  transition: 0.5s;
}

.team-area .single-team .team-images:hover .images {
  transition: 0.5s;
}

.team-area .single-team .team-images:hover .images:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 150, 0, 0.6)), color-stop(30%, rgba(200, 150, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: 0.5s;
}

.team-area .single-team .team-images:hover .images img {
  transition: 0.5s;
}

.team-area .single-team .team-images:hover .social-media {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  bottom: 30px;
}

.team-area .single-team .team-images .images {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.team-area .single-team .team-images .images:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: 0.5s;
}

.team-area .single-team .team-images .images img {
  width: 100%;
  transition: 0.3s;
}

.team-area .single-team .team-images .social-media {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.team-area .single-team .team-images .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-area .single-team .team-images .social-media ul li {
  display: inline-block;
  margin: 3px;
}

.team-area .single-team .team-images .social-media ul li a {
  color: #fff;
}

.team-area .single-team .team-images .social-media ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #124bbc;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
}

.team-area .single-team .team-images .social-media ul li a i:hover {
  background: #000;
}

.team-area .single-team .content {
  text-align: center;
  padding: 15px 0;
}

.team-area .single-team .content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-area .single-team .content span {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

/*=================================
21.process area start here 
==================================*/
.process-area {
  position: relative;
}

.process-area:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/line2.png) no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center center;
  z-index: -9;
  top: -70px;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeInDown;
  animation-delay: .3s;
}

.process-area .process-content {
  position: relative;
  margin: 0 auto;
}

.process-area .process-content .process-inner-content {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  box-shadow: 0 3px 7px rgba(33, 33, 33, 0.1);
  border: 1px dashed #124bbc;
  padding-top: 80px;
  background: #fff;
  color: #124bbc;
  font-size: 30px;
  margin: 0 auto 30px;
  font-weight: 700;
}

.process-area .process-content .process-inner-content i {
  color: #124bbc;
  font-size: 60px;
  font-weight: 700;
}

.process-area .process-content .content .process {
  color: #124bbc;
  font-size: 30px;
  font-weight: 500;
}

.process-area .process-content .content p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

/*=================================
21.Blog Page Start Here 
==================================*/
.blog-page-area .single-blog {
  margin: 15px 0;
  text-align: center;
  background: #fff;
  padding: 15px;
}

.blog-page-area .single-blog .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-page-area .single-blog .blog-image:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}

.blog-page-area .single-blog .blog-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-page-area .single-blog .blog-image img {
  width: 100%;
  transition: 0.3s;
}

.blog-page-area .single-blog .blog-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #124bbc;
  color: #fff;
  z-index: 3;
}

.blog-page-area .single-blog .meta-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-page-area .single-blog .meta-info ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog-page-area .single-blog .meta-info ul li i {
  margin-right: 10px;
}

.blog-page-area .single-blog .content h3 a {
  color: #000;
  font-size: 20px;
  transition: 0.3s;
  margin-bottom: 30px;
}

.blog-page-area .single-blog .content h3 a:hover {
  color: #124bbc;
}

.blog-page-area .single-blog .content .read-more a {
  color: #000;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.blog-page-area .single-blog .content .read-more a:hover {
  color: #124bbc;
}

@media (max-width: 992px) {
  .blog-page-area .single-blog {
    padding: 0;
  }
  .blog-page-area .single-blog .content h3 {
    line-height: 1;
  }
}

/*=================================
22.blog Two page start here
==================================*/
.blog2-page-area .single-blog-area {
  margin-bottom: 30px;
  background: #fff;
}

.blog2-page-area .single-blog-area .meta-info {
  margin-bottom: 30px;
}

.blog2-page-area .single-blog-area .meta-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog2-page-area .single-blog-area .meta-info ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
}

.blog2-page-area .single-blog-area .meta-info ul li i {
  margin-right: 10px;
  color: #124bbc;
  font-weight: 800;
}

.blog2-page-area .single-blog-area .image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.blog2-page-area .single-blog-area .image img {
  width: 100%;
}

.blog2-page-area .single-blog-area .image .blog-slide img {
  width: 100%;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav {
  display: block;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 1px solid #e7e6e5;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev i {
  font-size: 30px;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover {
  color: #124bbc;
  border-color: #124bbc;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover i {
  color: #124bbc;
  transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 1px solid #e7e6e5;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next i {
  font-size: 30px;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover {
  color: #124bbc;
  border-color: #124bbc;
  transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover i {
  color: #124bbc;
  transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image:hover a img {
  transform: scale(1.3);
  transition: 0.5s;
}

.blog2-page-area .single-blog-area .image a img {
  transition: 0.5s;
}

.blog2-page-area .single-blog-area .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #124bbc;
  color: #fff;
  z-index: 3;
}

.blog2-page-area .single-blog-area .content h2 a {
  color: #000;
  font-size: 20px;
  transition: 0.5s;
  margin-bottom: 30px;
  display: block;
}

.blog2-page-area .single-blog-area .content h2 a:hover {
  color: #124bbc;
}

.blog2-page-area .single-blog-area .content p {
  margin-bottom: 30px;
}

.blog2-page-area .single-blog-area .content .read-more a {
  color: #000;
  font-size: 20px;
  transition: 0.5s;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  display: block;
}

.blog2-page-area .single-blog-area .content .read-more a:hover {
  color: #124bbc;
}

/*=================================
23.Pagination start here
==================================*/
.pagination-area {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.pagination-area .pagination-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-area .pagination-list ul li {
  display: inline-block;
  margin: 3px;
}

.pagination-area .pagination-list ul li.active a, .pagination-area .pagination-list ul li:hover a {
  background: #124bbc;
  color: #fff;
  border: 1px solid #124bbc;
}

.pagination-area .pagination-list ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  padding: 10px 20px;
  transition: 0.3s;
  border: 1px solid #ddd;
}

@media (max-width: 992px) {
  .pagination-area .pagination-list ul li a {
    padding: 3px 12px;
  }
}

.comments-area .comments-list ul li:nth-child(2) {
  margin-left: 0;
}

/*=================================
24.sidebar start here
==================================*/
.sidebar-area .widget {
  margin-bottom: 60px;
  border: 1px solid #eee;
  padding: 40px 30px;
  background: #fff;
}

.sidebar-area .widget .widget-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  margin-left: 30px;
}

.sidebar-area .widget .widget-title:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #124bbc;
  left: -30px;
  top: 10px;
}

.sidebar-area .widget .widget-title:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #124bbc;
  left: -30px;
  top: 15px;
}

.sidebar-area .widget.widget_search {
  position: relative;
}

.sidebar-area .widget.widget_search input {
  height: 45px;
  padding: 5px 15px;
  border-radius: 25px;
  border: 1px solid #ededed;
  width: 100%;
  transition: 0.5s;
}

.sidebar-area .widget.widget_search input:focus {
  border: 1px solid #124bbc;
}

.sidebar-area .widget.widget_search button {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #124bbc;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 45px;
  top: 65%;
  transform: translateY(-50%);
  background: transparent;
}

.sidebar-area .widget.widget_search button i {
  cursor: pointer;
}

.sidebar-area .widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area .widget.widget_categories ul li {
  display: block;
  padding: 10px 0;
  position: relative;
}

.sidebar-area .widget.widget_categories ul li span {
  background: rgba(18, 75, 188, 0.3);
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-size: 0.86667rem;
  text-align: center;
  color: #8b8b8b;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

.sidebar-area .widget.widget_categories ul li a {
  color: #7f7f7f;
  transition: 0.5s;
  margin-bottom: 30px;
}

.sidebar-area .widget.widget_categories ul li a:hover {
  color: #124bbc;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li {
  display: block;
  padding: 15px 0;
  position: relative;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image {
  width: 90px;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image:hover a img {
  transform: scale(1.3);
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image a {
  display: block;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image a img {
  width: 100%;
  transition: 0.3s;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info a {
  color: #7f7f7f;
  font-size: 16px;
  transition: 0.5s;
  font-weight: 500;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info a:hover {
  color: #124bbc;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info p {
  margin: 0;
  font-size: 14px;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info p i {
  color: #124bbc;
  margin-right: 10px;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #ededed;
  color: #7f7f7f;
  margin: 3px;
  border-radius: 25px;
  transition: 0.5s;
  text-transform: capitalize;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #124bbc;
  border: 1px solid #124bbc;
}

/*=================================
25.Blog Details Start Here
==================================*/
.blog-details-page-area .single-blog-area {
  margin-bottom: 60px;
  background: #fff;
}

.blog-details-page-area .single-blog-area .meta-info {
  margin-bottom: 30px;
}

.blog-details-page-area .single-blog-area .meta-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page-area .single-blog-area .meta-info ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
}

.blog-details-page-area .single-blog-area .meta-info ul li i {
  margin-right: 10px;
  color: #124bbc;
  font-weight: 800;
}

.blog-details-page-area .single-blog-area .image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.blog-details-page-area .single-blog-area .image .blog-slide img {
  width: 100%;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav {
  display: block;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 1px solid #e7e6e5;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev i {
  font-size: 30px;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover {
  color: #124bbc;
  border-color: #124bbc;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover i {
  color: #124bbc;
  transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 1px solid #e7e6e5;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next i {
  font-size: 30px;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover {
  color: #124bbc;
  border-color: #124bbc;
  transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover i {
  color: #124bbc;
  transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image:hover a img {
  transform: scale(1.3);
  transition: 0.5s;
}

.blog-details-page-area .single-blog-area .image a img {
  transition: 0.5s;
}

.blog-details-page-area .single-blog-area .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #124bbc;
  color: #fff;
  z-index: 3;
}

.blog-details-page-area .single-blog-area .content h2 a {
  color: #000;
  font-size: 24px;
  transition: 0.5s;
  margin-bottom: 30px;
  display: block;
}

.blog-details-page-area .single-blog-area .content h2 a:hover {
  color: #124bbc;
}

.blog-details-page-area .single-blog-area .content h3 {
  color: #000;
  font-size: 20px;
  transition: 0.5s;
  margin-bottom: 20px;
  display: block;
}

.blog-details-page-area .single-blog-area .content p {
  margin-bottom: 30px;
}

.blog-details-page-area .single-blog-area .content .read-more a {
  color: #000;
  font-size: 20px;
  transition: 0.5s;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  display: block;
}

.blog-details-page-area .single-blog-area .content .read-more a:hover {
  color: #124bbc;
}

.blog-details-page-area .single-blog-area .content blockquote {
  background-color: #f8f8f8;
  font-style: italic;
  padding: 30px 25px;
  border-left: 5px solid #124bbc;
}

.blog-details-page-area .single-blog-area .content blockquote p {
  margin: 0;
}

.blog-details-page-area .single-blog-area .blog-share {
  position: relative;
  margin: 60px 0;
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 15px;
}

.blog-details-page-area .single-blog-area .blog-share .tag,
.blog-details-page-area .single-blog-area .blog-share .share {
  height: 60px;
}

.blog-details-page-area .single-blog-area .blog-share .tag i,
.blog-details-page-area .single-blog-area .blog-share .share i {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 24px;
  color: #7f7f7f;
  background: #ededed;
  display: block;
  line-height: 60px;
  margin-right: 10px;
  float: left;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul,
.blog-details-page-area .single-blog-area .blog-share .share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li,
.blog-details-page-area .single-blog-area .blog-share .share ul li {
  display: inline-block;
  margin: 0 3px;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a,
.blog-details-page-area .single-blog-area .blog-share .share ul li a {
  display: block;
  color: #7f7f7f;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a i,
.blog-details-page-area .single-blog-area .blog-share .share ul li a i {
  background: transparent;
  width: auto;
  transition: 0.5s;
  font-size: 16px;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a i:hover,
.blog-details-page-area .single-blog-area .blog-share .share ul li a i:hover {
  color: #124bbc;
  transition: 0.5s;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a {
  position: relative;
  padding: 20px 0;
  transition: 0.5s;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a:hover {
  color: #124bbc;
  transition: 0.5s;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a:after {
  position: absolute;
  content: ",";
  top: 16px;
  right: -6px;
}

/*=================================
26.blog comments start here
==================================*/
.comments-area {
  background: #fff;
  margin-bottom: 30px;
}

.comments-area .comments-title h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  margin-left: 30px;
}

.comments-area .comments-title h2:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #124bbc;
  left: -30px;
  top: 10px;
}

.comments-area .comments-title h2:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #124bbc;
  left: -30px;
  top: 15px;
}

.comments-area .comments-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comments-list ul li {
  display: block;
  margin: 30px 0;
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  position: relative;
}

.comments-area .comments-list ul li:last-child {
  border-bottom: 0px;
}

.comments-area .comments-list ul li:nth-child(2) {
  margin-left: 100px;
}

.comments-area .comments-list ul li:nth-child(2) .comment-info {
  width: 400px;
}

.comments-area .comments-list ul li .author-image {
  margin-right: 30px;
  float: left;
}

.comments-area .comments-list ul li .author-image i {
  font-size: 60px;
  line-height: 100px;
  color: #ededed;
  width: 120px;
  height: 120px;
  border: 1px solid #ededed;
  border-radius: 100%;
  text-align: center;
  display: block;
  background: #7f7f7f;
}

.comments-area .comments-list ul li .comment-info {
  width: 500px;
  float: left;
  max-width: 100%;
}

.comments-area .comments-list ul li .comment-info h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 1px;
  display: block;
  position: relative;
}

.comments-area .comments-list ul li .comment-info span {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}

.comments-area .comments-list ul li .comment-info p {
  margin: 0;
}

.comments-area .comments-list ul li .comment-info .reply {
  position: absolute;
  top: 0;
  right: 0;
}

.comments-area .comments-list ul li .comment-info .reply a {
  color: #fff;
  font-size: 12px;
  background: #124bbc;
  padding: 7px 20px;
  display: block;
  transition: 0.5s;
}

.comments-area .comments-list ul li .comment-info .reply a:hover {
  background: #000;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .comments-area .comments-list ul li:nth-child(2) {
    margin-left: 0;
  }
  .comments-area .comments-list ul li .author-image {
    margin: 30px auto;
    float: inherit;
    display: block;
    text-align: center;
  }
  .comments-area .comments-list ul li .author-image i {
    margin: 0 auto;
  }
  .comments-area .comments-list ul li {
    text-align: center;
  }
}

/*=================================
27.blog comments form start here
==================================*/
.comments-form-area {
  background: #fff;
}

.comments-form-area .comment-form-title h3 {
  color: #000;
  font-size: 24px;
  display: block;
  position: relative;
  margin-left: 30px;
}

.comments-form-area .comment-form-title h3:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #124bbc;
  left: -30px;
  top: 10px;
}

.comments-form-area .comment-form-title h3:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #124bbc;
  left: -30px;
  top: 15px;
}

.comments-form-area .form-section {
  margin: 30px 0;
}

.comments-form-area .form-section input {
  height: 45px;
  padding: 5px 15px;
  border: 1px solid #ededed;
  width: 100%;
  transition: 0.5s;
  margin: 15px 0;
}

.comments-form-area .form-section input:focus {
  border: 1px solid #124bbc;
}

.comments-form-area .form-section textarea {
  margin: 15px 0;
  padding: 5px 15px;
  border: 1px solid #ededed;
  width: 100%;
  transition: 0.5s;
}

.comments-form-area .form-section textarea:focus {
  border: 1px solid #124bbc;
}

.comments-form-area .form-section .message-us a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  background: #124bbc;
  text-align: center;
}

/*=================================
28.contact page start here
==================================*/
.contact-page-area .single-contact {
  border: 1px solid #ededed;
  transition: 0.5s;
  background: #fff;
  padding: 30px;
}

.contact-page-area .single-contact:hover {
  border: 1px solid #124bbc;
  transition: 0.5s;
}

.contact-page-area .single-contact:hover .icon i {
  border: 1px dashed #124bbc;
}

.contact-page-area .single-contact .icon {
  position: relative;
}

.contact-page-area .single-contact .icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  border: 1px dashed #ededed;
  border-radius: 100%;
  transition: 0.5s;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-page-area .single-contact .icon i:hover {
  border: 1px dashed #124bbc;
}

.contact-page-area .single-contact .content {
  margin-left: 80px;
}

.contact-page-area .single-contact .content p {
  margin: 0;
  line-height: 1.7;
}

div#gmap {
  height: 500px;
}

@media (max-width: 992px) {
  .contact-page-area .single-contact .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 1px dashed #ededed;
    border-radius: 100%;
    transition: 0.5s;
    font-size: 24px;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px auto;
    right: 0;
  }
  .contact-page-area .single-contact .content {
    margin-left: 0;
    text-align: center;
  }
  .comments-form-area .comment-form-title h3 {
    font-size: 20px;
  }
}

/*=================================
29.Loader start here
==================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #124bbc;
  height: 100%;
  width: 100%;
}

.preloader .preloader-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
