 

 
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:400,500,700");
 
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none !important;
}
 body {
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  cursor: pointer;
  color: #049AD3;
}

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

a:hover {
  color: #007bff;
  text-decoration: none;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
} 
.logo .btn-primary{
  width: 160px;
}
/*Header Style Two*/
.header-style-two .header-wrapper .header-middle {
  padding: 15px 0;
  margin: 0 auto;
  position: static;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
    margin-right: 15px;
    color: #3d4f67;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: #F3F4F8;
    border: 1px solid #eee;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
  font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
  font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
  background: #007bff;
  transition: all 0.4s ease-out 0s;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
  margin-right: 15px;
    color: #000000;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    line-height: 45px;
    padding: 0px;
    text-align: center;
    background: #F3F4F8;
    border: 2px solid #049ad3;
    border-radius: 50%;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 5%;
  position: relative;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
    font-size: 26px;
}
 
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
   
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
  right: -20px;
  left: auto;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
  color: #000;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  position: absolute;
  width: 290px;
  background: #fff;
  z-index: 2;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 45px !important;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  box-shadow: 0px 0px 5px #333;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu .right-view{
  top: 0px !important;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
  padding: 8px 10px;
  font-size: 14px;
  color: #000;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
  padding-left: 15px;
  background: #007bff;
  color: #fff;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
 /* content: "\f105";*/
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-14px);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}
.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
  padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
  background: transparent;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Header Searchbox Style Two*/
.header-searchbox-style-one {
  position: relative;
  float: right;
}
.header-searchbox-style-one .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-one .show-searchbox a {
  position: relative;
  width: 35px;
  height: 35px;
  background: #f2343c;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  margin: 27px 0 30px;
}
.header-searchbox-style-one .show-searchbox a i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-one .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #f2343c;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Pro "";
  color: #f2343c;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-one .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 103%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f2343c;
}

/*Header Searchbox Style Two*/
.header-searchbox-style-two {
  position: relative;
  float: right;
}
.header-searchbox-style-two .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-two .show-searchbox a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 55px;
  margin: 25px 0 30px;
}
.header-searchbox-style-two .show-searchbox a i {
  font-size: 20px;
  color: #f2343c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-two .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #f2343c;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Pro "";
  color: #f2343c;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-two .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 102%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f2343c;
}

.input-box {
  position: absolute;
  right: 12px;
  top: 12px;
}
.input-box i {
  color: #f2343c;
}

/*Header-top-area*/
.header-top-area {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.header-top-area a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.header-top-area i {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}
.header-top-area .header-top-left-part .address {
  padding-right: 20px;
  position: relative;
}
.header-top-area .header-top-left-part .address:after {
  background: #fff;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 0;
  top: 2px;
}
.header-top-area .header-top-left-part .phone {
  padding-left: 20px;
}
.header-top-area .header-top-left-part i {
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.header-top-area .header-top-left-part i:before {
  font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
  position: relative;
  display: inline-block;
}
.header-top-area .header-top-right-part .social-links::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 7px;
  height: 60%;
  width: 1px;
  background: #fff;
}
.header-top-area .header-top-right-part .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
  color: #243b60;
}
.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 85px;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
  margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
  font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
  color: #243b60;
}
.header-top-area .header-top-right-part .language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: -3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 0;
  font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 36px;
  right: -13px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s;
  transition: .5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
  background: #f2343c;
}
.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
  border-bottom: none;
}

/* extra info */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}

.sticky + .content {
  padding-top: 70px;
}
.logo h2 {font-family: 'ZCOOL XiaoWei', serif; color: #007bff; font-size: 2.5rem;}

/*======================= banner slider css ========================*/

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:8px 25px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft; line-height: 60px;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1200px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(../images/slider-bg.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }

.carousel {
  position: relative;
  padding-bottom: 0px;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center !important;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#services-div{ padding-top:50px; padding-bottom:50px;}
#services-div h2{border-left: 5px #007bff solid;
    padding-left: 10px;}
.service-box {
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 20px;
    border: 1px dashed #ddd;
	cursor:pointer;
}
.service-inner {
    margin-top: 20px;
	width:70%;
	float:left;
	text-align:justify;
}
.service-inner h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #222;
}
.service-inner p{ font-size:15px; line-height: 25px;}
.service-box .img-box {
    float: left;
    margin-right: 20px;
	width:20%;
	margin-top:20px;
}
.service-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
    box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
}

#about-div{ padding-bottom:50px; padding-top:50px;  margin-bottom:50px;}

#about-div h1{border-left: 5px #007bff solid;
    padding-left: 10px; font-size:2rem;}
#about-div i{ color:#333; font-size:12px; margin-right:5px;}
#about-div h2{ font-size:1.3rem;}
#about-div ul li{ margin-bottom:5px;}
#process-div{ padding-bottom:50px; padding-top:50px; background:#01a99129;}
#process-div h2{border-left: 5px #007bff solid; padding-left: 10px;}
#audit-div{ padding-top:10px; padding-bottom:50px; margin-top:50px;}
#get-div{ padding-bottom:70px; padding-top:70px; background:#fbfbfb;}

#our-clients h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
}
#our-clients{
  padding: 20px 0px;
}

#get-div ul li{ margin-bottom:5px;}
.counter {
    background-color:#25b3c5;
    padding: 20px 0;
	border-radius:10%;
	text-align:center;
	
 }

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align:left;
	color:#fff;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align:left;
	color:#fff;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #ffffff;
  margin-top: -55px;
  width: 35px;
  height: 35px;
  background: #007bff;
  text-align: center;
  line-height: 35px;
}
#client-div{ background:#13a0b2; padding-bottom:50px; padding-top:50px;}
/*.card .carousel-item {
 height: 370px;
}*/ 
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  top: -25px;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
  font-size: 1.5em;
}
.card .carousel-caption p {
  line-height: 25px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
    
  .myarrow{background:#007bff ;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 30px;
  color: #fff;
  }


a > .ico  {
   background-color: #007bff;
    padding: 12px;
    margin-left: 2px;
    color: #fff;
    
}
a:hover > .ico {
    background-color: #666;
}
#testimonial-div{ padding-bottom:50px; padding-top:50px; background-image:url(../images/map-bg.jpg);}
#testimonial-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
}
#testimonial-div p{ margin-bottom: 0px; font-size: 14px;}
.contact-det{ background:#07132d; padding-top:20px; padding-bottom: 20px; text-align: center; border-radius: 50px 50px 0px 0px; color:#d2e0ff;}
  
footer{padding-top:50px; padding-bottom:10px; height: auto; background:#1c9fc978; color:#000; }
footer h3 {border-left: 5px #007bff solid;
    padding-left: 10px; font-size: 20px;
}
footer ul li{ margin-bottom:5px; border-bottom:1px dotted #28303b; padding-bottom:7px;}
footer ul li i :first-child { color:#13598d !important;}

footer i{ margin-right:5px;}
footer a{ color:#000;}
.left-d{ float:left; width:25%; margin-top: 5px;}
.right-d{ float:left; width:65%; text-align:left; padding-top:10px;}
.social-div{ padding-top:30px; padding-bottom:30px; border-radius: 0px 0px 50px 50px; background:#07132d; color: #d2e0ff;}
.social-div ul li { float:left; border:none; margin-left:80px; font-size:25px;}
.social-div ul li a{ color: #d2e0ff;}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*********** Steps Start***************/
.horizontal-tabs-steps {
  position: relative;
}

.horizontal-tabs-steps .nav-item {
  z-index: 1;
  position: relative;
}

.horizontal-tabs-steps .nav-item:after {
  content: "";
  /*border-top: 2px dotted #000000;*/
  position: absolute;
  z-index: 0;
  top: 12px;
  width: 220px;
  left: 0px;
  transition: border 1s ease-out;
  transition-delay: 0s, 0s, 0.1s;
}
 

.horizontal-tabs-steps .nav-item:last-child:after {
  content: "";
  border-top: 0px dotted #4da3ff;
}

.horizontal-tabs-steps .nav-item.complete-step:after {
  content: "";
  border-top: 5px dotted #4d7ed2;
  position: absolute;
  z-index: 0;
  top: 12px;
  width: 265px;
  left: 0px;
  transition: border 1s ease-out;
  transition-delay: 0s, 0s, 0.1s
}

.horizontal-tabs-steps .nav-link {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #3c4858;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border: 2px solid #22437c;
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.horizontal-tabs-steps .nav-link:hover {
  background: #22437c;
  border: 2px solid #22437c;
  color: #fff !important;
  transition: 0.3s all;
}

.horizontal-tabs-steps .nav-link:hover .horizontal-tabs-steps .nav-link span {
  color: #fff !important;
}

.horizontal-tabs-steps .nav-item h6 {
  font-size: 16px;
}

.horizontal-tabs-steps .nav-item.show .nav-link, .horizontal-tabs-steps .nav-link.active {
  color: #fff;
  background-color: #22437c;
  border-color: #22437c;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.horizontal-tabs-steps .nav-link.active span {
  color: #fff;
  font-weight: 500 !important;
}

.horizontal-tabs-steps .checked-steps span {
  display: none;
}

.horizontal-tabs-steps .checked-steps {
  background-color: #22437c !important;
  border: 1px solid #22437c !important;
  color: #fff !important;
}

.horizontal-tabs-steps .checked-steps:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
}

/*********** Steps End***************/

/*********** Platform Content start***************/
.platform-content .tab-pane h3 {
  font-size: 15px;
  font-weight: 500 !important;
}

.platform-content .tab-pane p {
  font-size: 15px;
}

.vertical-tabs-steps.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #22437c;
  border-color: #22437c;
  font-size: 24px !important;
}

.vertical-tabs-steps .nav-link {
  color: #3c4858;
  border: 1px solid #4d7ed2;
  font-size: 12px !important;
  margin-bottom: 45px;
  border-radius: 15px 15px 0px 15px;
  padding: 10px;
  text-align: center;  
  background: #fff;
  position: relative;
  z-index: 1;  
  width: 80px;
  
}
 
.vertical-tabs-steps .nav-link.checked-steps {
  text-align: left;
  
}

.vertical-tabs-steps .nav-link:hover {
  color: #fff;
  background-color: #22437c !important;
  border-color: #22437c;
  transition: 0.3s all;
}

.vertical-tabs-steps .nav-item {
  position: relative;
}

.vertical-tabs-steps .nav-item:last-child:after {
  content: "";
  border-bottom: 0px !important;
}

.vertical-tabs-steps .nav-item:after {
  content: "";
  border-bottom: 2px dotted #000;
  position: absolute;
  width: 95px;
  transform: rotate(90deg);
  z-index: 0;
  left: -10px;
  top: 50px;
  transition: border 1s ease-out;
  transition-delay: 0s, 0s, 0.1s;
}

.vertical-tabs-content {
  padding: 0px 15px;
}

 
.vertical-tabs-content p {
  font-size: 12px; margin-bottom: 20px;
}

.vertical-tabs-steps .checked-steps {
  background-color: #22437c !important;
  border: 1px solid #22437c !important;
  color: #fff !important;
}

.vertical-tabs-steps .checked-steps:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  right: 10px;
}

.vertical-tabs-content .tab-pane h3 {
  font-size: 18px;
  font-weight: 500 !important;
}

.vertical-tabs-steps .checked-border-item.nav-item:after {
  content: "";
  border-bottom: 0px dotted #ccc !important;
  position: absolute;
  width: 95px;
  transform: rotate(90deg);
  z-index: 0;
  left: -10px;
  top: 50px;
  transition: border 1s ease-out;
  transition-delay: 0s, 0s, 0.1s;
}

.vertical-tabs-steps .nav-item.complete-step:after {
  content: "";
  border-bottom: 3px dotted #4d7ed2 !important;
  position: absolute;
  width: 95px;
  transform: rotate(90deg);
  z-index: 0;
  left: -10px;
  top: 50px;
}

/*********** Platform Content End***************/


/*********** Responsive CSS Start***************/

@media only screen and (max-width: 575px) {
  .vertical-tabs-steps .nav-link {
    width: 73px;
  }  

  .vertical-tabs-steps .nav-link.checked-steps {
    padding: 10px 7px;
  }  

  .vertical-tabs-steps .checked-steps:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    right: 7px;
  }  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .horizontal-tabs-steps .nav-item:after {
    content: "";
    width: 219px;
  } 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontal-tabs-steps .nav-item:after {
    content: "";
    width: 160px;
  } 
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .horizontal-tabs-steps .nav-item:after {
    content: "";
    width: 115px;
  } 
}

@media only screen and (max-width: 420px) {
  .horizontal-tabs-steps .nav-item:after {
    content: "";
    width: 95px;
  } 
}

#step-div{ padding-top:70px; padding-bottom:50px; margin-top:30px;}
#step-div h2{border-left: 5px #007bff solid;
    padding-left: 10px;}
/*********** Responsive CSS End***************/

.card-body h5{ padding:0px; margin:0px;}

 
.box {
  background:#fafafa;
  transition:all 0.2s ease;
  border:1px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  /*height: 400px;*/
  background-clip: padding-box;
  /*padding:0 20px 20px 20px;*/
   
}

.box:hover {
  box-shadow:1px 1px 10
  px #ccc;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 0px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
}
.box .box-content h3{ font-size:16px; background: #22437c !important; color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; margin-bottom: 0px;}
.box .box-content p {
  font-size: 16px;
    
}
.box .box-content:hover{
  transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.has-sub-child i{ float:right; margin-top:5px;}
 
.carousel-caption {
    position: absolute;
    right: 15%;
     
    left: 15%;
    z-index: 10;
    padding-top: 50px !important;
    bottom: 0px !important;
    color: #fff;
    text-align: center;
}
.isteColor{
    color: #cd2147;
  }
  .isteColor:hover{
    color: #353A40;
  }
/*haber akisi list*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 50px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #07132d;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
/*vertical carousel*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}/*
.border-danger {
    border-color: #0c5460!important;
    margin-top: 25px;
}*/
.subscribe-area {
background:#07132d;
margin-top: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.subscribe-text h2{
  font-size: 24px;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscribe-form { text-align:right !important;
}
.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.subscribe2-wrapper .subscribe-form button:hover{
   background-color: #22437c;
   color: #fff;

}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}
#social-icon-div{ padding-top:50px; padding-bottom:50px; margin-bottom:50px;}
#social-icon-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px; margin-bottom:30px;
}
#social-icon-div h2{ margin-bottom: 20px;}
.breadcurmb2{ background:#e9ecef}
.inoverlay {
    background: #0000009e;
    width: 100%;
    height: 400px;
	margin:0;
	padding:0;
	color:#fff;
  text-align: center;
}
.pt-10{ padding-top:10%;}

.my-card
{
    position:absolute;
    left:36%;
    top:-55px;
    border-radius:50%;
	margin-bottom:10px;
}
#whychoose-div{ padding-top:50px; padding-bottom:0px; background-color:#fff;}
.border-gray{ border:1px #585858 solidl}
#contact-div{ padding-top:50px;}
#contact-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
    margin-bottom: 30px;
}
.feature-left {
    margin-bottom: 10px;
}
.feature-icon {
    font-size: 30px;
    color: #007bff;
    
    padding-top: 7px; 
    margin-bottom: 40px;
}
.feature-left .feature-content {
    font-size: 16px;
    padding-top: 5px;
}
.service-form {
    background-color: #fafbfb;
    border: 1px solid #e4e8ea;
    padding: 40px 40px 20px 40px;
}
.service-form-group {
    position: relative;
}
.form-control {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
     
    padding: 8px 18px;
    line-height: 1.42857143;
    border: 1px solid #d2d8db;
    background-color: #fff;
    letter-spacing: 0px;
    margin-bottom: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    -webkit-appearance: none;
}
.form-icon {
    position: absolute;
    right: 14px;
    bottom: 5px;
    font-size: 16px;
}
.form-icon i{ margin-top: 10px;}
.service-div{ padding-top:50px; padding-bottom:50px;}
.service-div h1 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
    font-size: 2rem;
}
.flip-card {
    background-color: transparent;
    height: auto;
    padding-bottom: 20px;
    perspective: 1000px;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    
}
 
.services-image{ width:95px; height:95px;}
.image-services:hover{transform: rotateY(360deg);}

.service-div h3 {
    color: #007bff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-service{background:#fbfbfb; padding:30px; color:#000;}
 select.form-control:not([size]):not([multiple]) {
     
}
.main-service h3{ font-size: 24px; text-align: left;}
.main-service h3 a{color: #000;}
 
#service-contact-div{padding-top:50px; padding-bottom:50px;}
#service-contact-div h3{ font-size: 24px;}

#seo-div{ padding-bottom:50px; padding-top:50px; }
#seo-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
    font-size: 2rem;
	font-size:20px;
}
#seo-div p{ margin-top:20px; margin-bottom:20px;}
#seo-process-div{ padding-top:50px; padding-bottom:50px;}
#seo-process-div h2{margin-top:50px;}
#seo-process-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
    font-size: 2rem;
	font-size:20px;
}
#seo-process-div i{ color:#007bff; font-size:18px; margin-right:5px;}
#seo-work-flow{ padding-bottom:50px; padding-top:50px; background:#f1f1f1;}
#web-design-div{ padding-bottom: 50px;}
#web-design-div h3{ font-size: 17px;}
.bg-gray{background:#F3F4F8; height: 250px;}

.process-bg {
  background-position: 55% 20%;
  background-repeat: no-repeat;
}
.no-shadow, .single-process, .single-service.style--three {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-feature, .single-process {
  padding: 60px 30px;
  margin-bottom: 30px;
}
.single-process {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 50px;
}
.single-feature .content h3, .single-process .content h3 {
  margin: 30px 0 17px;
}
.single-process-wrapper:nth-child(even) {
  margin-top: 225px;
}

#web-development-div{ padding-top: 50px; padding-bottom: 0px;}
#web-development-div h3{ font-size: 17px;}
#web-development-div h1 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 2rem;
  margin-bottom: 30px;
}

.portfolio-div{ padding-bottom: 50px; padding-top: 50px;}
.portfolio-div h2{
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 2rem;
}

.content-div{ padding-top: 50px; padding-bottom: 50px;}
.content-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
}
 
.content-div i{ font-size: 40px;  width: 80px; height: 80px; text-align: center; line-height: 80px; border-radius: 50%;}

.card h3{ font-size: 18px;}
.about-txt{ text-align:left; padding-top: 10px; padding-bottom: 10px; margin-bottom: 0px;}
.about-txt h2::before{ content: ""; background-color: #000;}

.breadcrumb-item.active {
  color: #333;
}
.breadcrumb a{ color: #333;}
.social-inner-div{ display: flex; justify-content: space-around; flex-wrap: wrap; flex-direction: row;}

.social-inner-div a{ color: #fff;}
.training-div{ padding-top: 50px; padding-bottom: 50px;}
.training-div h2{border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 2rem;}
  .testimonial-section2{
    /*height: 600px;*/
    position: relative;
     
  }
  
  .testim .wrap {
      position: relative;
      width: 100%;
      max-width: 1020px;
      padding: 10px 20px;
      margin: auto;
  }
  
  .testim .arrow {
      display: block;
      position: absolute;
      color: #eee;
      cursor: pointer;
      font-size: 2em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .3s ease-in-out;    
      -ms-transition: all .3s ease-in-out;    
      -moz-transition: all .3s ease-in-out;    
      -o-transition: all .3s ease-in-out;    
      transition: all .3s ease-in-out;
      padding: 5px;
      z-index: 22222222;
  }
  
  .testim .arrow:before {
      cursor: pointer;
  }
  
  .testim .arrow:hover {
      color: #2b288d;
  }
      
  
  .testim .arrow.left {
      left: 10px;
  }
  
  .testim .arrow.right {
      right: 10px;
  }
  
  .testim .dots {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 60px;
      left: 0;
      display: block;
      z-index: 3333;
      height: 12px;
  }
  
  .testim .dots .dot {
      list-style-type: none;
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #eee;
      margin: 0 10px;
      cursor: pointer;
      -webkit-transition: all .5s ease-in-out;    
      -ms-transition: all .5s ease-in-out;    
      -moz-transition: all .5s ease-in-out;    
      -o-transition: all .5s ease-in-out;    
      transition: all .5s ease-in-out;
      position: relative;
  }
  
  .testim .dots .dot.active,
  .testim .dots .dot:hover {
      background: #2b288d;
      border-color: #2b288d;
  }
  
  .testim .dots .dot.active {
      -webkit-animation: testim-scale .5s ease-in-out forwards;   
      -moz-animation: testim-scale .5s ease-in-out forwards;   
      -ms-animation: testim-scale .5s ease-in-out forwards;   
      -o-animation: testim-scale .5s ease-in-out forwards;   
      animation: testim-scale .5s ease-in-out forwards;   
  }
      
  .testim .cont {
      position: relative;
      overflow: hidden;
  }
  
  .testim .cont > div {
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 0 70px 0;
      opacity: 0;
  }
  
  .testim .cont > div.inactive {
      opacity: 1;
  }
      
  
  .testim .cont > div.active {
      position: relative;
      opacity: 1;
  }
      
  
  .testim .cont div .img img {
      display: block;
      width: 100px;
      height: 120px;
      margin: auto;
      border-radius: 50%;
  }
  
  .testim .cont div .h4 {
      color: #3d3d3d;
      font-size: 1.5em;
      margin: 15px 0;
  }
  
  .testim .cont div p {
      font-size: 1.15em;
      color: #3d3d3d;
      width: 80%;
      margin: auto;
  }
  
  .testim .cont div.active .img img {
      -webkit-animation: testim-show .5s ease-in-out forwards;            
      -moz-animation: testim-show .5s ease-in-out forwards;            
      -ms-animation: testim-show .5s ease-in-out forwards;            
      -o-animation: testim-show .5s ease-in-out forwards;            
      animation: testim-show .5s ease-in-out forwards;            
  }
  
  .testim .cont div.active .h4 {
      -webkit-animation: testim-content-in .4s ease-in-out forwards;    
      -moz-animation: testim-content-in .4s ease-in-out forwards;    
      -ms-animation: testim-content-in .4s ease-in-out forwards;    
      -o-animation: testim-content-in .4s ease-in-out forwards;    
      animation: testim-content-in .4s ease-in-out forwards;    
  }
  
  .testim .cont div.active p {
      -webkit-animation: testim-content-in .5s ease-in-out forwards;    
      -moz-animation: testim-content-in .5s ease-in-out forwards;    
      -ms-animation: testim-content-in .5s ease-in-out forwards;    
      -o-animation: testim-content-in .5s ease-in-out forwards;    
      animation: testim-content-in .5s ease-in-out forwards;    
  }
  
  .testim .cont div.inactive .img img {
      -webkit-animation: testim-hide .5s ease-in-out forwards;            
      -moz-animation: testim-hide .5s ease-in-out forwards;            
      -ms-animation: testim-hide .5s ease-in-out forwards;            
      -o-animation: testim-hide .5s ease-in-out forwards;            
      animation: testim-hide .5s ease-in-out forwards;            
  }
  
  .testim .cont div.inactive .h4 {
      -webkit-animation: testim-content-out .4s ease-in-out forwards;        
      -moz-animation: testim-content-out .4s ease-in-out forwards;        
      -ms-animation: testim-content-out .4s ease-in-out forwards;        
      -o-animation: testim-content-out .4s ease-in-out forwards;        
      animation: testim-content-out .4s ease-in-out forwards;        
  }
  
  .testim .cont div.inactive p {
      -webkit-animation: testim-content-out .5s ease-in-out forwards;    
      -moz-animation: testim-content-out .5s ease-in-out forwards;    
      -ms-animation: testim-content-out .5s ease-in-out forwards;    
      -o-animation: testim-content-out .5s ease-in-out forwards;    
      animation: testim-content-out .5s ease-in-out forwards;    
  }
  
  @-webkit-keyframes testim-scale {
      0% {
          -webkit-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -webkit-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-moz-keyframes testim-scale {
      0% {
          -moz-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -moz-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-ms-keyframes testim-scale {
      0% {
          -ms-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -ms-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-o-keyframes testim-scale {
      0% {
          -o-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -o-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -o-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -o-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @keyframes testim-scale {
      0% {
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-webkit-keyframes testim-content-in {
      from {
          opacity: 0;
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -webkit-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @-moz-keyframes testim-content-in {
      from {
          opacity: 0;
          -moz-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -moz-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @-ms-keyframes testim-content-in {
      from {
          opacity: 0;
          -ms-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -ms-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @-o-keyframes testim-content-in {
      from {
          opacity: 0;
          -o-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -o-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @keyframes testim-content-in {
      from {
          opacity: 0;
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          transform: translateY(0);        
      }
  }
  
  @-webkit-keyframes testim-content-out {
      from {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          -webkit-transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @-moz-keyframes testim-content-out {
      from {
          opacity: 1;
          -moz-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          -moz-transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @-ms-keyframes testim-content-out {
      from {
          opacity: 1;
          -ms-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          -ms-transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @-o-keyframes testim-content-out {
      from {
          opacity: 1;
          -o-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @keyframes testim-content-out {
      from {
          opacity: 1;
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          transform: translateY(-100%);        
      }
  }
  
  @-webkit-keyframes testim-show {
      from {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -webkit-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @-moz-keyframes testim-show {
      from {
          opacity: 0;
          -moz-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -moz-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @-ms-keyframes testim-show {
      from {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -ms-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @-o-keyframes testim-show {
      from {
          opacity: 0;
          -o-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -o-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @keyframes testim-show {
      from {
          opacity: 0;
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          transform: scale(1);       
      }
  }
  
  @-webkit-keyframes testim-hide {
      from {
          opacity: 1;
          -webkit-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @-moz-keyframes testim-hide {
      from {
          opacity: 1;
          -moz-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -moz-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @-ms-keyframes testim-hide {
      from {
          opacity: 1;
          -ms-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @-o-keyframes testim-hide {
      from {
          opacity: 1;
          -o-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -o-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @keyframes testim-hide {
      from {
          opacity: 1;
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          transform: scale(0);
      }
  }
  
  @media all and (max-width: 300px) {
    body {
      font-size: 14px;
    }
  }
  
  @media all and (max-width: 500px) {
    .testim .arrow {
      font-size: 1.5em;
    }
    
    .testim .cont div p {
      line-height: 25px;
    }
  
  }

  .slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*====================================Social media icon css================================*/
/* perspective */

.flip-container, .front, .back {
  width: 55px !important;
  height: 55px !important;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
}

.flip-container {
  perspective: 1000;
  margin: 15px;
  float: left;
}
/* turning on hover */

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
}
/* flipping speed here */

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* making the the other side hidden while flipping */

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  
}
/* front side is in front of a back side */

.front {
  z-index: 2;
  border: 1px #07132d solid;
  color: #07132d;
}
/* back side */

.back {
  transform: rotateY(180deg);
  /*background-color: lightblue;*/
}

.back p {
  font-size: 30px;
  margin-top: 0px;
  font-family: 'Kaushan Script', cursive;
  background-color: #07132d;
  color: #fff;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.recent-div{ padding-top: 0px; padding-bottom: 0px;}
.recent-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  margin-bottom: 30px;
}
.fa {
  margin-right: 4px !important; /*override*/
}

.fa .glyphicon {
  margin-right: 0px !important; /*override*/
}

.pagination a {
  color: #fff;
}

.card ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.news-item {
  padding: 4px 4px;
  margin: 0px;
  border-bottom: 1px dotted #555;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #fff;
  background-color: #007bff;
  border: 0 solid transparent;
}

.small, small {
  font-size: 100%;
  font-weight: 400;
}

.jd-slider {
  margin: 50px 0;
}

.jd-slider .slide-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
   
}

.jd-slider .slide-area > li {
   
   
  box-sizing: border-box;
  text-align: center;
}

 

.jd-slider .slide-area > li > a {
  display: block;
  height: 200px;
  line-height: 200px;
  font-size: 3em;
  font-weight: bold;
  outline: 0;
}

.jd-slider .controller {
  margin: 10px 0 0;
}

.jd-slider.slider3 .slide-area > li,
.jd-slider.slider3-2 .slide-area > li,
.jd-slider.slider3-3 .slide-area > li {
  width: 50%;
}

.jd-slider.slider3 .slide-area > li:nth-child(2),
.jd-slider.slider3-2 .slide-area > li:nth-child(2),
.jd-slider.slider3-3 .slide-area > li:nth-child(2) {
  display: block;
  
}
 .jd-slider,.jd-slider .slide-inner{overflow:hidden;position:relative;width:100%; }  .jd-slider{margin:0 auto;padding:0}.jd-slider .slide-area{width:100%;margin:0;padding:0}.jd-slider .slide-area:after{display:block;content:'';clear:both}.jd-slider .slide-area li{display:none;float:left;width:100%}.jd-slider .slide-area li:first-child{display:block}.jd-slider .slide-area li img{display:block;width:100% ; border: 1px #ccc solid;}
 
 .jd-slider .next, .jd-slider .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  right: 4%;
}.jd-slider .hidden.next,.jd-slider .hidden.prev{display:block}.jd-slider .prev{left:0}.jd-slider .next{right:0}.jd-slider .controller{width:100%;text-align:center}.jd-slider .controller .auto{display:inline-block;vertical-align:middle}.jd-slider .controller .auto i{display:none;color:#333}.jd-slider .controller .auto.pause .fa-pause,.jd-slider .controller .auto.play .fa-play{display:block}.jd-slider .controller .indicate-area{display:inline-block}

.jd-slider .controller .indicate-area a{display:none;position:relative;width:16px;height:16px;margin:0 5px;font-size:0;color:transparent;vertical-align:middle}.jd-slider .controller .indicate-area a:after{content:'';position:absolute;top:0;left:0;width:inherit;height:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #333;border-radius:50%}.jd-slider .controller .indicate-area a.on:after{background-color:#333}.jd-slider a{color:#fff; margin-bottom: 0px i !important;}.jd-slider.fade .slide-area li{display:block;position:absolute;top:0;left:0;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.jd-slider.fade .slide-area li:first-child{position:static;opacity:1}.jd-slider.slider--none .controller,.jd-slider.slider--none .next,.jd-slider.slider--none .prev{display:none}

.btn-social,
.btn-social:visited,
.btn-social:focus,
.btn-social:hover,
.btn-social:active {
  color: #ffffff;
  text-decoration: none;
  transition: opacity .15s ease-in-out;
}
p {
  margin-top: 0;
  margin-bottom: 0rem;
}
.slide-inner p{ padding-top: 5px; padding-bottom: 5px; background: #22437c;}
.btn-social:hover,
.btn-social:active {
 opacity: .75;
}

.btn-fb {
  background-color: #3b5998;
}

.btn-tw {
  background-color: #1da1f2;
}

.btn-in {
  background-color: #0077b5;
}

.btn-gp {
  background-color: #db4437;
}

.btn-rd {
  background-color: #ff4500;
}

.btn-hn {
  background-color: #ff4000;
}

#blog-div{padding-bottom: 0px; padding-top: 50px;}
#blog-div h1 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 2rem;
}
.alert-heading {
  color: inherit;
  margin-bottom: 12px;
}

.card-title a{color:#333;}

.inner-training-div{ padding-top: 50px; padding-bottom: 50px;}

.inner-training-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  margin-bottom: 45px;
}
#testimonial-div{ padding-bottom: 50px; padding-top: 50px;}
#testimonial-div h1 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  margin-bottom: 15px;
}

.tagline{margin-top:-10px; float:right; font-size:12px; color:#000;}

/*whats app logo  css*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");

.wh-ap-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-image: url('../images/whatsapp.png');
  background-size: cover;
  background-position: center;
}


button.wh-ap-btn::after {
    content: '';
    background-image: url('../images/whatsapp.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48%;
    width:  100%;
    height:  100%;
    display:  block;
    opacity: 1;
}

button.wh-ap-btn:hover {
    opacity:  1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.wh-api {
    position:  fixed;
    bottom:  0;
    left: 0;
    z-index:999;
}

.wh-fixed {
    margin-left:  15px;
    margin-bottom:  15px;
    
}

.wh-fixed>a {
    display:  block;
    text-decoration:  none;
}
 

/*whats app logo  css*/

/******************* Pricing Table Demo - 2 *****************/
.demo2{background:#fff;padding:30px 0; width: 100%;}
.pricingTable2{padding-bottom:30px;margin:0 15px;background:#f2f2f2;text-align:center;border-radius:15px;overflow:hidden}
.pricingTable2:hover{box-shadow:0 0 10px rgba(195,67,67,.3) inset,0 0 20px -5px rgba(0,0,0,.8)}
.pricingTable2 .pricingTable-header{padding:20px 15px 45px;background:#66ce04;-webkit-clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);position:relative}
.pricingTable2 .pricingTable-header:before{content:"";width:400px;height:400px;border-radius:50%;position:absolute;right:-50%;top:-130%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);transition:all .5s ease 0s}
.pricingTable2:hover .pricingTable-header:before{right:50%}
.pricingTable2 .title{font-size:40px;color:#fff;margin:0}
.pricingTable2 .price-value{display:block;font-size:25px;color:#000;margin:0 0 20px;transition:all .3s ease 0s}
.pricingTable2 .pricing-content{padding:30px 25px 0;margin:0;list-style:none}
.pricingTable2 .pricing-content li{font-size:18px;color:#909090;line-height:40px;letter-spacing:1px;text-transform:capitalize;border-bottom:2px solid rgba(0,0,0,.15);margin-bottom:10px;position:relative}
.pricingTable2 .pricing-content li:last-child{border-bottom:none}
.pricingTable2 .pricing-content li i{color:#66ce04}
.pricingTable2 .pricingTable-signup{display:block;padding:18px 0;margin:0 25px;border-radius:10px;background:#66ce04;font-size:20px;color:#fff;letter-spacing:1px;text-transform:uppercase;overflow:hidden;position:relative;transition:all .3s ease 0s}
.pricingTable2 .pricingTable-signup:hover{letter-spacing:2px;box-shadow:0 0 10px rgba(0,0,0,.7),0 0 0 7px rgba(255,255,255,.5) inset}
.pricingTable2 .pricingTable-signup:before{content:"";width:230px;height:230px;border-radius:50%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);position:absolute;top:-180%;right:-40%;transition:all .8s ease 0s}
.pricingTable2 .pricingTable-signup:hover:before{right:40%}
.pricingTable2.blue .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#15b8f3}
.pricingTable2.blue .pricing-content li i{color:#15b8f3}
.pricingTable2.pink .pricingTable-header,.pricingTable2.pink .pricingTable-signup{background:#f03c79}
.pricingTable2.pink .pricing-content li i{color:#f03c79}
@media only screen and (max-width:990px){.pricingTable2{margin-bottom:30px}
}
@media only screen and (max-width:479px){.pricingTable2{margin:0}
.pricingTable2 .pricing-content li{font-size:15px}
}

.border-dotted{ border:2px #ccc dotted}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
  margin-bottom: 10px;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item a{ color: #000;}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #007bff;

}
.btn-default:active .filter-button:active
{
    background-color: #007bff;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.accordion {
  border: 1px solid rgba(0,0,0,.125)
}

.accordion h3 {
   
  color: #222;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.accordion .card-header {
  padding: 0;
}

.accordion .card-header button {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000000;
  position: relative;
}

.accordion .card-header button.collapsed::after {
  position: absolute;
  width: 2px;
  height: 12px;
  content: '';
  background-color: #000;
  right: 12px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion .card-header button::before {
  position: absolute;
  width: 12px;
  height: 2px;
  content: '';
  background-color: #000;
  right: 7px;
  top: 50%;
}

.accordion .card-header button:hover {
  text-decoration: none;
}

.accordion .card-header button i {
  float: right;
  margin-top: 3px;
}

.accordion .card-body {
  padding: 20px;
  font-size: 16px;
}

.accordion .card-body table {
  margin: 0;
}

.accordion .card-body table a {
  color: #000;
}

.accordion .card-body table span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.accordion ul.occasion_list a {
  padding: 5px 15px;
  color: #222;
  font-size: 14px;
  display: inline-block;
}

.accordion ul.occasion_list a:hover {
  color: #002247;
}


.nav-tabs .nav-link {
  border: 1px solid #efefef;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}

.left-d img { width: 70px ; height: 70px;}
.counter img{ width: 58px; height:50px;}



  
@media (min-width: 992px){
.offset-lg-4 {
    margin-left: 35.333333% !important;
}
}
/* Responsive layout - makes a one column layout instead of a two-column layout */


@media (min-width:320px) and (max-width:768px){

  .testimonial-div .border {
     
    text-align: center;
}

  .horizontal-tabs-steps .nav-item p {
    font-size: 16px;
    margin-left: 15px;
    line-height: 31px;
}

  .horizontal-tabs-steps .nav-link {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #3c4858;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 2px solid #22437c;
    z-index: 1;
    position: relative;
    /* margin-left: auto; */
    margin-right: auto;
    margin-bottom: 16px;
}

  .horizontal-tabs-steps .nav-item {
    z-index: 1;
    position: relative;
    display: inline-flex;
}

  .jd-slider .prev {
    left: 50px;
}
  .jd-slider .next, .jd-slider .prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    right: 3% !important;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #ffffff;
  margin-top: -55px;
  width: 40px;
  height: 40px;
  background: #007bff;
  text-align: center;
  line-height: 40px;
  margin-left: 368px;
}
}
@media (max-width: 575.98px) { 


  
  .counter {
    background-color: #25b3c5;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px !important;
}

  .header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
    font-size: 20px;
}

  .header-style-two .header-wrapper .header-middle .topbar-info-area i {
    margin-right: 15px;
    color: #000000;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    line-height: 33px;
    padding: 0px;
    text-align: center;
    background: #F3F4F8;
    border: 2px solid #049ad3;
    border-radius: 50%;
}

  .tagline {
    margin-top: -6px;
    float: right;
    font-size: 12px;
    color: #000;
}

  .logo h2 {
    font-family: 'ZCOOL XiaoWei', serif;
    color: #007bff;
    font-size: 1.7rem !important;
}

  #seo-div {
    padding-bottom: 0px;
    padding-top: 50px;
}
  #about-div {
    padding-bottom: 50px;
    padding-top: 0px;
    margin-bottom: 0px;
}
#about-div h1 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 1.7rem;
}
#step-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 1.7rem;
}
#services-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 1.7rem;
}

#testimonial-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.recent-div {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fa-2x {
  margin: 0 auto;
    float: none;
    display: table;
    color: #ffffff;
    margin-top: -50px;
    width: 30px;
    height: 30px;
    background: #007bff;
    text-align: center;
    line-height: 30px;
    margin-left: 230px;
}
 
.recent-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  margin-bottom: 30px;
  font-size: 1.7rem;
}
#social-icon-div {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#contact-div {
  padding-top: 0px;
}

.left-d {
  float: left;
  width: 25%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.has-sub i { display: none;}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: 20px;
}
.my-card {
  position: absolute;
  left: 36% !important;
  top: -55px;
  border-radius: 50%;
  margin-bottom: 10px;
}

#blog-div h1 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 1.7rem;
}
#blog-div {
  padding-bottom: 0px;
  padding-top: 0px;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
  width: 85%;
  margin-bottom: 10px;
}



#testimonial-div {
  padding-bottom: 50px;
  padding-top: 50px;
}

.service-div h1 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 1.7rem;
}

.service-div {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.main-service h3 {
  font-size: 20px;
  text-align: center;
}
.training-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  font-size: 1.7rem;
}
.training-div {
  padding-top: 0px;
  padding-bottom: 50px;
  margin-top: 20px;
}

.flip-container, .front, .back {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
}

#seo-process-div {
  padding-top: 0px;
  padding-bottom: 50px;
}

.counter img {
  width: 70px;
  height: 75px;
}
.jd-slider .fa {
  margin-right: -10px !important;
}

.inoverlay {
  background: #0000009e;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
#whychoose-div {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}
.subscribe-area {
  background: #13a0b2;
  margin-top: 0px;
} 
 
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-grid;
  vertical-align: middle;
  width: 100%;
}

.service-form {
  background-color: #fafbfb;
  border: 1px solid #e4e8ea;
  padding: 40px 10px 20px 10px;
}

.media img {
  width:auto;
  height: auto;
}
 

}
/*==================================================*/
@media (max-width: 992px) {
  .subscribe-area {
    background: #13a0b2;
    margin-top: 0px;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 3%;
  position: relative;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
 

}

/*===================================================*/
@media (min-width: 576px)   {

  #services-div {
    padding-top: 0px;
    padding-bottom: 50px;
}

  #social-icon-div {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

  .box {
    background: #fff;
    transition: all 0.2s ease;
    border: 1px dashed #dadada;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-clip: padding-box;
     
}
 
.subscribe-form {
  text-align: center !important;
}
#step-div {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
}


 
}

 
/*==================================================*/
@media (max-width: 800px) {
  .social-inner-div{ display: flex; justify-content: space-around; flex-wrap: wrap; flex-direction: column; font-size: 26px;}
  .social-inner-div div{ margin-bottom: 25px;}
    
  .wh-api {
		position:  fixed;
		bottom:  0;
		left:  40% !important;
		z-index:999;
	}
  
}


.logo h2 {
  font-family: 'ZCOOL XiaoWei', serif;
  color: #007bff;
  font-size: 2rem;
}

.left-d {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.right-d {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.right-d h3 { font-size: 1.0rem !important;}
.right-d h4 { font-size: 1.3rem !important;}
.left-d img { width: 50px !important; height: 50px !important;}
.count-title {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}
.recent-div h2 {
  border-left: 5px #007bff solid;
  padding-left: 10px;
  margin-bottom: 16px;
}
#contact-div {
  padding-top: 0px;
}
.my-card {
  position: absolute;
  left: 37%;
  top: -55px;
  border-radius: 50%;
  margin-bottom: 10px;
}
#service-contact-div {
  padding-top: 0px;
  padding-bottom: 50px;
}
}

@media (min-width: 1500px) {

   
   
  .box {
    background: #fafafa;
    transition: all 0.2s ease;
    border: 1px dashed #dadada;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 415px;
    background-clip: padding-box;
    /* padding: 0 20px 20px 20px; */
}

.inoverlay {
  background: #0000009e;
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
}


footer ul li a { font-size: 14px;}

footer .back a{
  color: #fff;
}
.copyright small{
  font-size: 14px;
}
.copyright ul{
  display: flex;
}
.copyright ul li{
  border-bottom: none;
  padding: 0px;
  margin-left: 15px;
  position: relative;
}
.copyright ul li::after{
   position: absolute;
   content: '|';
   right: -10px;
}
.countries-div ul{}
.countries-div ul li{
  display: inline-block;
  margin: 15px;
  border-bottom: none;
}
.other-services-div ul{
  
}

.other-services-div ul li{
  display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: none;
    position: relative;
    border: 1px #585858 solid;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.other-services-div ul li:hover{
  background: #22437c;
}
.other-services-div ul li:hover a{
  color: #fff;
}
.other-services-div ul li a:hover{
  color: #fff;
}
 
.tracking-tools ul{
  
} 
.tracking-tools ul li{
  border-bottom: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 14px;
    position: relative;
    border: 1px #585858 solid;
    padding: 6px 12px;
    border-radius: 20px;
}
.tracking-tools ul li:hover{
    background: #22437c;
    color: #fff;
}
.tracking-tools ul li:hover a{
     
    color: #fff;
}
.tracking-tools ul li a:hover{
 
    color: #fff;
}

.view-all{
  background: #22437c;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.view-all:hover {
    color: #fff ;
    background-color: #007bff;
}
.view-all-services-foot{
  margin-top: 0px;
    padding: 5px 10px;
    background-color: #22437c;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
}
/*.view-all-services-foot::after{
  position: absolute;
    right: 4px;
    content: '\2794';
    rotate: 90deg;
    top: 6px;
}*/
.btn-outline-secondary {
    color: #fff;
    background-color: #007bff;
    background-image: none;
    border-color: #007bff;
}
#footerText {
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 60px; /* initial collapsed height */
}

#footerText.expanded {
  max-height: 500px; /* expanded height (large enough for content) */
}

.moreText {
  display: inline;
}

.swiper {
  width: 100%;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
}
.extra-service {
  display: none;
}

/* Smooth animation */
.extra-service {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

/* Button smooth */
#toggleBtn {
  transition: all 0.3s ease;
}
.btn-danger {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 10px;
    border: none;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.clients-review .carousel {
    position: relative;
    padding-bottom: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color:#007bff;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.mt-8{
  margin-top:-25px;
  z-index: 0;
    position: relative;
}
.right-sticky {
  position: sticky;
  top: 80px; /* header ke height ke hisab se adjust karo */
  padding: 40px;
  background: #f7f7f7;
  border: 1px #efefef solid;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
   
}
.right-sticky .img-div img{
  width: 150px;
    height: 150px;
    display: flex;
    padding: 5px;
    justify-content: center;
    border: 1px #ccc solid;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.right-sticky h2{
   font-size: 18px;
   text-align: center;
}
.right-sticky h4{
  font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    background: #007bff;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
 
.right-sticky ul li{
  margin-top: 5px;
  font-size: 14px;
  list-style: disc;
  
}
.right-sticky ul{
  margin-left: 15px;
  margin-top: 20px;
}
.right-sticky ul li a{
  color: #000;
}
.right-sticky .contact li{
  list-style: none;
}
.right-sticky .contact{
  margin-left: 0px;
}
.left-content p {
  margin-bottom: 20px;
}
.tag-div {
    padding: 0px 0px 70px 0px;
}
.tag-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
}
.tag-div ul li {
    list-style: none;
    display: inline-block;
    background-color:#22437c;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.tag-div ul li a {
    color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color:#22437c;
    border-color:#22437c;
}
.portfolio-menu .btn{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.portfolio-menu .btn-outline-dark:hover {
    color: #fff;
    background-color:#007bff;
    border-color:#007bff;
}
.tag-div ul li:hover{
  background-color:#007bff;
}
.award-sec {
    padding: 70px 0px 20px 0px;
    background-color: #f7f7f7;
}
.award-sec h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
}

.casestudies-div {
    padding: 70px 0px;
     
}
.casestudies-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
}
.casestudies-div .inner-div{
   border: 1px #ccc solid;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
   text-align: center;
   padding: 20px 10px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}
.casestudies-div .inner-div img{ 
   width: 70px;
   height: 70px; 
   padding: 5px;
   margin: 0px auto;
    
}
.casestudies-div .inner-div h4{
   font-size: 18px;
   margin-top: 20px;
}
.casestudies-div .inner-div:hover{
  background-color:#22437c;
  color: #fff;
}

@media (max-width:768px){
  .tracking-tools ul li::after {
    position: absolute;
    content: '';
    right: -15px;
}
.subscribe-text h2 {
    font-size: 24px;
    line-height: 35px !important;
    text-align: center;
}
.subscribe-form {
        text-align: center !important;
    }
#about-div h2 {
    font-size: 1.3rem;
    margin-top: 15px;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
    top: 0px;
}
.tracking-tools ul li {
     
    display:inline-block; 
    position: relative;
    margin-bottom: 15px;
}
.flip-container {
    perspective: 1000;
    margin: 10px;
    float: left;
}
}

@media (max-width:767px){
 /* .card .carousel-item {
    height:100vh;
}*/
}

 .gallery {
  display: contents;
  flex-wrap: wrap;
  gap: 20px;
}

.image-box {
  position: relative;
}
 

.main-img {
  width: 150px;
  cursor: pointer;
  border-radius: 10px;
}

/* Desktop Tooltip */
.tooltip-img {
  position: absolute;
  top: -100%;
  left: 0%;
  transform: translateY(-50%);
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 10px;
  z-index: 10;
}
.tooltip-img::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #555555;
  border-bottom: 0;

}

.image-box:hover .tooltip-img {
  opacity: 1;
  visibility: visible;
}

/* Popup */
.img-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-img {
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .tooltip-img {
    display: none;
  }

  .main-img {
    width: 100%;
  }
  .image-box {
    position: relative;
    margin: 0px auto;
}
}

.btn{
  white-space: normal !important;
}
.summry-div{
  overflow: visible;
}
.summry-div ul{
  margin-left: 20px;
  margin-top: 20;
}
.summry-div ul li{
  list-style-type: disc;
}
.left { 
  position: sticky;
  top: 50px; /* header height ke hisaab se */
  height: fit-content; 
  z-index: 0;
 
}
#about-div .btn-primary{
  width: 125px;
}
.service-form .btn-primary{
  width: 160px;
}
@media (max-width: 768px) {
  .left {
    position: static; /* ya relative */
    top: auto;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.our-team-div .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.service-div-right{
   position: sticky;
  top: 50px; /* header height ke hisaab se */
  height: fit-content; 
  z-index: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  padding: 40px;
    background: #f7f7f7;
    border: 1px #efefef solid;
    border-radius: 12px;
}
.service-div-right  h4 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    background: #007bff;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.service-div-right .contact {
    margin-left: 0px;
}
.service-div-right .contact li {
    list-style: none;
}
.service-div-right ul li a {
    color: #000;
}
.service-div-right ul {
    margin-left: 15px;
    margin-top: 20px;
}
.service-div-right ul li {
    margin-top: 5px;
    font-size: 14px;
    list-style: disc;
}

/* Carousel caption ko normal flow me lao */
.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #000;
  text-align: left;
}

/* Image responsive */
.carousel-item img {
  width: 100%;
  border-radius: 10px;
}

/* Navigation arrows */
.navi {
  text-align: right;
  margin-top: -13px;
}

.myarrow {
  font-size: 22px;
  margin-left: 10px;
  color: #fff;
}

/* Mobile Fix */
@media (max-width: 576px) {

  .carousel-caption {
    padding: 10px;
  }

  .carousel-item .row {
    flex-direction: column;
    text-align: center;
  }

  .carousel-item .col-sm-3 {
    margin-bottom: 10px;
  }

  .carousel-item .col-sm-9 {
    text-align: left;
  }

  .carousel-item p {
    font-size: 14px;
    line-height: 1.5;
  }

  .navi {
    text-align: center;
    margin-top: 10px;
  }

}
.card .carousel-caption i{
  color: #22437c;
  font-size: 20px;
}

 .clientSwiper {
  padding: 10px 0;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

/* Custom arrows */
.custom-nav button {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.custom-nav button:hover {
  background: #000;
  color: #fff;
}
.prevBtn{
  background-color: #007bff;
  color: #fff;
  border-radius: 0px;
  margin-left: 10px;
    margin-right: 10px;
}
.prevBtn i{
  font-size: 20px;
}
.nextBtn{
  background-color: #007bff;
  color: #fff;
  border-radius: 0px;
}
.nextBtn i{
  font-size: 20px;
}
.btn-dark {
    color: #fff;
    background-color: #007bff;
    border-color:#007bff;
    border-radius: 0px;
}
.btn-dark:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}
.btn-dark i{
  font-size: 20px;
}
.slider4 {
  position: relative;
}

/* Slick arrows styling */
.slider4 .slick-prev,
.slider4 .slick-next {
  position: absolute;
  top: -60px;
  right: 0;
  color: #fff;
  font-size: 20px;
  background:#007bff;
  width: 35px;
  height: 35px;
  z-index: 10;
}

.slider4 .slick-prev {
  right: 45px;
}


.slider5 {
  position: relative;
}

/* Slick arrows styling */
.slider5 .slick-prev,
.slider5 .slick-next {
  position: absolute;
  top: -70px;
  right: 0;
  color: #fff;
  font-size: 20px;
  background:#007bff;
  width: 35px;
  height: 35px;
  z-index: 10;
}

.slider5 .slick-prev {
  right: 45px;
}
@media (max-width:768px){
  .slider5 .slick-prev {
  position: absolute;
  top: -53px;
  right: 40px;
  color: #fff;
  font-size: 20px;
  background:#007bff;
  width: 35px;
  height: 35px;
  z-index: 10;
}
.slider5 .slick-next {
  position: absolute;
  top: -53px;
  right: 0;
  color: #fff;
  font-size: 20px;
  background:#007bff;
  width: 35px;
  height: 35px;
  z-index: 10;
}
.text-right .btn-primary {
    margin-right: 10px !important;
}
#services-div{ padding-top:0px; padding-bottom:50px;}
.about-txt p {
    text-align:justify;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

}

 

.instagram {
   text-align: center;
   margin-bottom: 20px;
}
.facebook-icon{
  text-align: center;
  margin-bottom: 20px;
}
 
.x-handle{
  text-align: center;
  margin-bottom: 20px;
}
.linkdin{
  text-align: center;
  margin-bottom: 20px;
}
.mt-6{
  margin-top: 5rem;
}
#faq-div{
  padding: 50px 0px 80px 0px;
}
#faq-div h2 {
    border-left: 5px #007bff solid;
    padding-left: 10px;
    margin-bottom: 16px;
}
.news-item table h4{
  font-size: 18px;
}
#service-contact-div ul{
  margin-left: 20px;
  margin-top: 10px;
}
#service-contact-div ul li{
  list-style-type: disc;
  margin-bottom: 10px;
}
address i{
  font-size: 24px !important;
  color:#f00;
}
.about-txt h1{
  border-left: 5px #007bff solid;
    padding-left: 10px;
    margin-bottom: 16px;
}
.about-txt h2{
  border-left: 5px #007bff solid;
    padding-left: 10px;
    margin-bottom: 16px;
}
.blog-div-left h1{
  border-left: 5px #007bff solid;
    padding-left: 10px;
    margin-bottom: 16px;
}
.get-a-quote{}
.call{}
.email{}

