/*
  Template Name: IMEXGO
  Author : Kosar Ahangar
  Version: 1.0
*/


/*Start Font*/
@font-face {
  font-family: myFont;
  src: url('../fonts/CenturyGothic_ufont.ir.ttf');
}
/*End Font*/
body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: myFont !important;
}

/*Start Nav*/

.bg-nav {
  background-color: #040f4f;
  height: 60px;
}

@media (max-width: 1000px) {
  .bg-nav {
    height: auto;
  }
  .email {
    margin-top: 10px;
  }
}
.bg-footer {
  background-color: #2d3436;
  color: #fff;
}
.text-reset:hover{
  text-decoration: none;
  color: #34ccff!important;
}
.text-reset i:hover{
  color: #34ccff!important;
}
.phone {
  margin-right: 50px;
}

.email {
  margin-right: 5px;
}

.phone a , .email a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.phone:hover a , .email:hover a {
  color: rgb(52,204,255);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #34ccff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}
.dropdown-item:focus,
.dropdown-item {
  color: #000;
}
.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background-color: #34ccff;
  color: #000;
}


.main-menu , .main-menu ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.main-menu a {
  color: #fff;
}

.main-menu li {
  position: relative;
}

.main-menu > li a {
  padding: 8px;
  padding: 16px 8px;
  display: inline-block;
}

.main-menu > li a:hover {
  text-decoration: none;
  color: #34ccff;
}
.main-menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 160px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding: 8px 0;
  display: none;
}

.main-menu > li:hover ul {
  display: block;
}

.main-menu > li > ul a {
  padding: 4px 24px;
  width: 100%;
  transition: 0.3s;
  color: #000;
}

.main-menu > li > ul a:hover {
  background-color: #34ccff;
  color: #000;
}
/*End Nav*/
/*Start Slider*/

.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 500px;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .carousel-caption {
    padding-bottom: 40px;
  }
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #313437;
  border: 2px solid #040f4f;
  font-weight: bold;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  font-size: 30px;
  color: #313437;
  font-weight: bold;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  background-color: #00bcd4;
}

@media (max-width: 700px) {
  .btn-large {
    padding: 5px 10px;
    font-size: 10px;
  }
  .animated {
    font-size: 15px;
    color: #313437;
    font-weight: bold;
  }
}
@media (max-width: 700px) {
  .carousel .carousel-item {
    height: 300px;
  }

  .carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 300px;
  }
}

/*End Slider*/
/*Start Sec1*/
.sec1-header {
  text-align: justify;
  padding-top: 5px;
  margin-left: 10px;
}
.sec1 {
  height: 480px;
}
.sec-1 {
  height: 510px;
}

.sec1-p {
  overflow-y: auto;
  height: 328px;
}
.sec1-header{
    font-size:30px;
}
@media (max-width: 500px) {
  .sec1-header {
    font-size: 22px;
  }
  .sec1-p {
    font-size: 14px;
    height: 800px;
  }
}
.sec1-p::-webkit-scrollbar {
  width: 8px;
}
.sec1-p::-webkit-scrollbar-track {
  background-color: #dfe6e9;
  border-radius: 100px;
}
.sec1-p::-webkit-scrollbar-thumb {
  background-color: #b2bec3;
  border-radius: 100px;
  opacity: 80%;
}
.sec1-video {
  width: 100%;
  height: 92%;
}

@media (max-width: 600px) {
  .sec1-p {
    height: 150px;
  }
  .sec1-video {
    width: 100%;
    height: 85%;
  }
}
/*End Sec1*/
/*Start Sec2*/
.sec-sec2 {
  background-color: #eeeeee;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  .sec-sec2 {
    padding-bottom: 5px;
  }
}
.sec-2 {
  text-align: center;
}
@media (max-width: 700px) {
  .sec2-p {
    text-align: justify;
    word-break: break-all;
  }
}

/*End Sec2*/
/*Start Card*/
.team-boxed {
  color: #313437;
}

.box-card {
  border-radius: 12px;
  width: 350px;
  height: 400px;
  position: relative;
}
.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  .box-seri1 {
    margin-bottom: 20px;
  }
}

.team-boxed .people {
  padding: 0px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;

  margin: 0 auto;
  margin-bottom: 10px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}
.description-p a:hover{
  text-decoration: none!important;
}
.btn-index{
  width: auto!important;
  border-radius: 40px!important;
  background-color: transparent!important;
  color: #000;
  font-weight: bold;
  border: 2px solid #34ccff;
  position: relative;
  top: 40px;
  left: 12px;
}
@media (max-width: 767px) {
  .btn-index {
    top:0px;
  }
}
.btn-index:hover{
  background-color: #34ccff!important;
  color: #fff;
}
.btn-index-2{
    left:0;
    top:10px;
}
.team-boxed .item .description {
  font-size: 15px;
  height: 202px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: justify;
  overflow-y: auto;
  word-break: break-all;
}
.team-boxed .item .description::-webkit-scrollbar {
  width: 8px;
}
.team-boxed .item .description::-webkit-scrollbar-track {
  background-color: #dfe6e9;
  border-radius: 100px;
}
.team-boxed .item .description::-webkit-scrollbar-thumb {
  background-color: #b2bec3;
  border-radius: 100px;
  opacity: 80%;
}
.team-boxed .item img {
  max-width: 160px;
}

.team-boxed .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-boxed .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}
.sec-veblog {
  height: 540px;
}
@media (max-width: 700px) {
  .sec-veblog {
    height: max-content;
  }
  .sec-veblog-p {
    text-align: justify;
    word-break: break-all;
  }
}
.team-boxed .social a:hover {
  opacity: 1;
}
/*End Card*/

img {
  vertical-align: middle;
  border-style: none;
}
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 50%;
}

.ftco-footer-social li {
  list-style: none;
  margin: 15px 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: #fff;
}

.block-21 .img {
  display: block;
  height: 100px;
  width: 100px;
}

.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  height: 70px;
  overflow-y: auto;
}
.block-21 .text .heading a {
  color: #000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  text-decoration: none;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: gray;
}
@media (max-width: 700px) {
  .block-21 .text .heading {
    font-size: 14px;
  }
}

.footer-01 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.footer-01 a {
  color: #7f72e4;
}
.footer-01 p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-01 .copyright {
  color: rgba(255, 255, 255, 0.3);
  color: #999999;
}
.footer-01 .footer-heading {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background: #7f72e4;
}
.footer-01 ul.list-unstyled li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-01 .block-21 .text .heading a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-01 .block-21 .meta > div a {
  color: #7f72e4;
}
.footer-01 .block-23 ul li {
  color: rgba(255, 255, 255, 0.6);
}
.footer-01 .block-23 ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-01 .block-23 ul li .icon {
  color: rgba(255, 255, 255, 0.4);
}
.footer-01 .ftco-footer-social li a {
  background: #7f72e4;
  color: #fff;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}

.footer-menu li {
  margin-bottom: 16px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #34ccff;
}

.moreinformation {
  width: 100%;
  background-color: #000;
  color: #fff;
}
.information {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .information {
    flex-direction: column;
  }
}

/*page*/
/*Start page-Service-header-img*/
.container-fluid {
  position: relative;
  text-align: center;
  color: white;
  font-size: 15px;
}
@media screen and (max-width:700px) {
  .container-fluid{
    margin-bottom: 10px;
  }
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*End page-Service-header-img*/
/*Start page-Service-sec1*/
.sec1-header-service-p {
  text-align: center;
  height: min-content;
  width: 50%;
}
.sec-1-pageService {
  max-height: 120px;
}
@media (max-width: 700px) {
  .sec-1-pageService {
    padding: 0px;
     max-height: 280px;
  }
  .sec1-header-service-p {
    width: 100%;
  }
}
.sec1-p-service {
  overflow-y: auto;
  height: 365px;
}

.sec1-p-service p {
  color: black;
  padding-right: 10px;
}
@media (max-width: 700px) {
  .sec1-p-service {
    height: 300px;
    word-break: break-all;
    font-size: 14px;
  }
}
.sec1-header-service {
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 700px) {
  .card-page-service {
    margin-bottom: 20px;
  }
}
/*End page-Service-sec1*/
.card-img-top {
  height: 120px;
  width: 100%;
  margin: 0 auto;
}
/*Start Cards page*/
.service-card {
  line-height: 30px;
  list-style-type: none;
}
.service-card li::before{
  content: "\2713";
  font-family: 'stm';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  font-size: 20px;
  color: #34ccff;
  position: absolute;
  left: 22px;
}
/*Start question*/
.tabs {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: #000;
  overflow: hidden;
  border-radius: 12px;
}

.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em;
  border: 1px solid #34ccff;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.5s ease;
  font-size: 16px;
  /* Icon */
}
.tab-label:hover {
  background: #34ccff;
  color: #fff;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #234;
  cursor: pointer;
}
.tab-close:hover {
  background: #343434;
}

input:checked + .tab-label {
  background: #34ccff;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
/*End question*/
/*page1*/
/*Start Contact Us*/
.Contact {
  position: relative;
  min-height: 100vh;
  padding: 50px 0px 70px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('../images/contactus-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.Contact .content {
  margin-bottom: 50px;
  width: 1140px;
  text-align: center;
}
.Contact .content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
}
.Contact .content p {
  font-weight: 300;
  color: #000;
}
@media (max-width: 700px) {
  .Contact .content p {
    text-align: justify;
    word-break: break-all;
  }
}
.container-contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.container-contact .contactinfo {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.container-contact .contactinfo .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}
.container-contact .contactinfo .box .icon {
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 20px;
}
.contactform {
  width: 45%!important;
  padding: 40px!important;
  background: #fff!important;
  border-radius: 12px!important;
}
.contactform h2 {
  font-size: 30px!important;
  font-weight: 500!important;
}
.contactform .inputbox {
  position: relative;
  margin-top: 10px;
  width: 100%;
}

.contactform input,
.contactform textarea {
  width: 100%!important;
  height: auto!important;
  padding: 0 5px!important;
  font-size: 16px!important;
  border: none!important;
  border-bottom: 2px solid #000!important;
  outline: none!important;
  resize: none;
  padding: 8px 0 !important;
}
.contactform .inputbox span {
  position: absolute;
  left: 0;
  padding: 0 5px;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #000;
}
.contactform .inputbox input:focus ~ span,
.contactform
  .inputbox
  input:valid
  ~ span
  .contactform
  .inputbox
  textarea:focus
  ~ span,
.contactform .inputbox textarea:valid ~ span {
  color: #666;
  font-size: 12px;
  transform: translateY(-20px);
}
.contactform button {
  width: 100px!important;
  background: #00bcd4!important;
  color: #fff!important;
  border: none!important;
  cursor: pointer!important;
  padding: 10px!important;
  font-size: 18px!important;
  border-radius: 10px!important;
}
@media (max-width: 991px) {
  .contact {
    padding: 50px;
  }
  .container-contact {
    flex-direction: column;
  }
  .container-contact .contactinfo {
    margin-bottom: 40px;
  }
  .container-contact .contactinfo,
  .contactform {
    width: 100%;
  }
  .Contact .content {
    max-width: 500px;
  }
}
@media (max-width: 999px) {
  .Contact .content {
    max-width: 300px;
  }
  .contactform {
    width: 300px;
    margin-top: 80px;
  }
}
@media (min-width: 1000px) {
  .contactform {
    margin-left: 80px;
  }
}
.icon_service {
  width: 100%;
  color: #fff;
}
.icon_service_design {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 700px) {
  .icon_service_design {
    flex-direction: column;
  }
}
.icon_service .icon_service_design .box {
  position: relative;
  display: flex;
}
.icon_service .icon_service_design .box .icon {
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 20px;
}
textarea {
  height: 50px;
}
.mapouter .gmap_canvas {
  border-radius: 12px;
}
@media (max-width: 700px) {
  .mapouter .gmap_canvas {
    width: 330px;
    margin: 0 auto;
  }
}
/*End Contact US*/
/*start aboutUs*/
.card-aboutus{
  border-color: #000;
  padding: 40px 30px 36px;
  border: 3px solid #34ccff;
  border-radius: 20px 0 20px 0;
}
.imexgo-section h2{
  font-weight: 700;
}
.imexgo-section h2::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
  margin-top: 20px;
}
@media screen and (max-width:700px) {
  .imexgo-section h2::before{
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.mission-section h2{
  font-weight: 700;
}
.mission-section h2::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 40px;
  border-radius: 2px;
  
}
@media screen and (max-width:700px) {
  .mission-section h2::before{
    margin-bottom: 20px;
  }
}
.aboutus-paragraph{
  height: 150px;
  overflow: auto;
}
.mission{
  position: relative;
}
.mission-ul li{
  list-style-type: none;
  position: relative;
  margin: 0 0 12px;
  line-height: 26px;
  text-align: left;
  color: rgba(67, 67, 67, 0.533);
}
.mission-ul li::before{
  content: "\2713";
  font-family: 'stm';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  font-size: 20px;
  color: #34ccff;
  position: absolute;
  left: -25px;
  top: 1px;
}


.card-header-aboutus h4{
  margin-bottom: 20px;
}
.card-header-aboutus h4::before{
    content: '';
    border-bottom: 3px solid #34ccff;
    width: 50px;
    display: block;
    margin-bottom: 33px;
    border-radius: 2px;
}
.cat-item-ul{
  list-style-type: none;
}
.cat-item{
  position: relative;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  line-height: 20px;
} 
.cat-item-ul .cat-item a{
  color: #183650;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  transition: 0.2s ease;
}
.cat-item-ul .cat-item a:hover{
  color: #34ccff;
  outline: none !important;
}
.cat-item-ul .cat-item a::before{
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "Times New Roman";
  font-weight: 700;
}
/*Start partner*/
.partner-title h2{
  font-weight: 700;
}
.partner-title h2::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 40px;
  border-radius: 2px;
  margin-top: 33px;
}
@media screen and (max-width:700px) {
  .partner-title h2::before{
    margin-top: 15px;
  }
}
/*End partner*/
.question-aboutus h2{
  font-weight: 700;
}
.question-aboutus h2::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
.btn-download-aboutus{
  padding: 15px;
  color: #183650;
  background: transparent;
  font-weight: 700;
  border: 3px solid #34ccff;
  border-radius: 40px;
  width: 70%;
  margin: 0 auto;
  transition: 1s ease;
}
.btn-download-aboutus:hover{
  cursor: pointer;
  background-color: #34ccff;
}
.btn-download-aboutus:hover a{
  color: #fff;
}
.btn-download-aboutus a{
  text-decoration: none;
  color: #202020;
  font-size: 18px;
  font-weight: 700;
}
.btn-download-aboutus i{
  margin-right: 10px;
}
.galley-section::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
.galley-section h4{
  font-weight: 700;

}
.card-about{
  border: none;
  max-width: 800px;
  min-height: 300px;
}
.recent-wrapper::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
/*End aboutUs*/
/*Start partner*/
.img-owl{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  cursor: pointer;
}
.img-owl:hover{
  filter: grayscale(0);
  opacity: 1;
}

/*End partner*/
/*start archive*/
.news{
  text-align: center;
}
.news span{
  position: relative;
}
.news span::before{
  content: "";
  width: 30px;
  height: 3px;
  background-color: orange;
  position: absolute;
  top: 19px;
  left: 208px;
}
.news span::after{
  content: "";
  width: 30px;
  height: 3px;
  background-color: orange;
  position: absolute;
  top: 19px;
  left: -33px;
}
.news_img{
  width: 40%;
  padding: 2px;
}
.card-title{
  height: 20%;
}
.card-title a{
  color: #000;
  text-decoration: none;
  font-size:20px;
}
.card-text{
  overflow: auto;
  width: 90%;
  height: 60%;
}
.card-body label{
  font-size: 14px;
}
.card-body p{
  font-size: 13px;
  
}
.card-body .archive-p{
  font-size: 16px;
  height: 100px;
  overflow: auto;
  margin-top: 10px;
}
.card-body p{
     margin-top: 25px;
}
.card-body p a{
  padding:0 3px;
  color: #202020;
  text-decoration: none;
}
.card-body p a:hover{
  color: #34ccff;
}
.card-body p a span{
  padding: 10px;
}
@media (max-width:1200px) {
  .card-title{
    font-size: 16px;
  }
  .card-text{
    font-size: 12px;
  }
}
/*start pagination style*/
.pagination {
  display: inline-block;
  
}
.pagination a , .pagination span {
  display: inline-block;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  border: 3px solid #34ccff;
  transition: background-color .3s;
}
.pagination .current {
  background-color: #34ccff;
  color: white;
}
.pagination a:hover {
  background-color: #34ccff;
  color: #fff;
}

.pagination .current {
  border-radius: 5px;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination a {
  margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
}
.center{
  text-align: center;
}
@media (max-width:1200px) {
  .pagination a{
    padding: 4px 8px;
    margin-top: 10px;
  }
  
}
/*End pagination style*/
/*start download style*/
.btn-download{
  background-color: #767474;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
}
.btn-download:hover {
  background-color: #878484;
}
@media (max-width:700px) {
  .download-wrapper{
    margin-top: 50px;
  }
}
/*End download style*/
.sidebar.widget {
  border: 1px solid #34ccff;
  padding: 10px 20px;
  border-radius: 15px;
}
.sidebar.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.sidebar.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #34ccff;
    padding-bottom: 20px
}
.sidebar-thumb{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.sidebar-thumb img{
  background: #fff;
  border: 1px dashed #e0e0e0;
  padding: 6px;
  height: 75px;
  width: 75px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.sidebar-content h5{ 
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
}
.sidebar-content h5 a:hover{ 
  color: #2996bd;
}

.sidebar-content h5 a{ 
    color: #202020;
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}
.sidebar-meta{
  margin-top: 10px;
}
.sidebar-meta span{
  color: #2e2e2e;
}
.sidebar-meta span i{
  color: #2996bd;
}

/*End archive*/
/*Start Blog*/
/*Start Slider-blog*/

.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 500px;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .carousel-caption {
    padding-bottom: 40px;
  }
}
/* Background images are set within the HTML using inline CSS, not here */

.fill-blog {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}

/**
 * Button
 */
.btn-transparent-blog {
  background: transparent;
  color: #313437;
  border: 2px solid #040f4f;
  font-weight: bold;
}
.btn-transparent-blog:hover {
  background-color: #fff;
}

.btn-rounded-blog {
  border-radius: 70px;
}

.btn-large-blog {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  font-size: 30px;
  color: #313437;
  font-weight: bold;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  background-color: #00bcd4;
}

@media (max-width: 700px) {
  .btn-large-blog {
    padding: 5px 10px;
    font-size: 10px;
  }
  .animated {
    font-size: 15px;
    color: #313437;
    font-weight: bold;
  }
}
@media (max-width: 700px) {
  .carousel .carousel-item {
    height: 300px;
  }

  .carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 300px;
  }
}

/*End slider*/
.paraghraph{
  width: 100%;
  height: 250px;
  overflow-y: auto;
  text-align: justify;
  word-wrap: break-word;
}


.before::before , .blog-content p::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
@media screen and (max-width:700px) {
  .paraghraph p {
    padding: 10px;
  }
  .before::before{
    margin-top: 33px;
  }
}
.paraghraph::-webkit-scrollbar {
  width: 8px;
}
.paraghraph::-webkit-scrollbar-track {
  background-color: #dfe6e9;
  border-radius: 100px;
}
.paraghraph::-webkit-scrollbar-thumb {
  background-color: #b2bec3;
  border-radius: 100px;
  opacity: 80%;
}
blockquote{
  height: 250px;
  overflow: auto;
}
@media screen and (max-width:700px) {
  .blockquote {
    padding: 10px;
  }
}
.blockquote::-webkit-scrollbar {
  width: 8px;
}
.blockquote::-webkit-scrollbar-track {
  background-color: #dfe6e9;
  border-radius: 100px;
}
.blockquote::-webkit-scrollbar-thumb {
  background-color: #b2bec3;
  border-radius: 100px;
  opacity: 80%;
}
.blog-slider-header{
  font-size: 24px;
}
.blog-slider-paraghraph{
  font-size: 18px;
}
@media (max-width:700px) {
  .blog-slider-header{
    font-size: 16px;
  }
  .blog-slider-paraghraph{
    font-size: 12px;
  }
}
.blog-btn{
  width: 40%;
  font-size: 12px;
}
@media (max-width:700px){
  .blog-btn{
  width: 60%;
  font-size: 14px;
  }
}
.paraghraph-2{
  width: 100%;
  height: 250px;
  overflow: auto;
  text-align: justify;
  word-wrap: break-word;
}
@media screen and (max-width:700px) {
  .paraghraph-2 p {
    padding: 10px;
  }
}
.paraghraph-2::-webkit-scrollbar {
  width: 8px;
}
.paraghraph-2::-webkit-scrollbar-track {
  background-color: #dfe6e9;
  border-radius: 100px;
}
.paraghraph-2::-webkit-scrollbar-thumb {
  background-color: #b2bec3;
  border-radius: 100px;
  opacity: 80%;
}
.paraghraph-3{
  width: 100%;
  height: 250px;
  overflow: auto;
  text-align: justify;
  word-wrap: break-word;
  
}

.paraghraph-3::-webkit-scrollbar {
  width: 8px;
}
.paraghraph-3::-webkit-scrollbar-track {
  background-color: #dfe6e9;
  border-radius: 100px;
}
.paraghraph-3::-webkit-scrollbar-thumb {
  background-color: #b2bec3;
  border-radius: 100px;
  opacity: 80%;
}
@media screen and (max-width:700px) {
  .paraghraph-3 p {
    padding: 10px;
  }
}
/*start tags*/
.wrapper-tags .postby p a{
  text-decoration: none;
  color: #202020;
}
.wrapper-tags .postby p a:hover{
  color: #34ccff;
}

.tags-catagories {
  display: flex;
  flex-wrap: wrap;
}

.tags-catagories .post-categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.tags-catagories .post-categories li a{
  border: 1px solid #34ccff;
  border-radius: 50px;
  text-decoration: none;
  color: #202020;
  padding: 5px;
  margin-left: 10px;
  transition: 1s ease;
}
.tags-catagories .post-categories li a:hover{
  background-color: #34ccff;
  color: #fff;
}
.tags a{
  border: 1px solid #34ccff;
  border-radius: 50px;
  text-decoration: none;
  color: #202020;
  padding: 5px;
  margin-left: 10px;
  transition: 1s ease;
}
.tags a:hover{
  background-color: #34ccff;
  color: #fff;
}
@media screen and (max-width:700px) {
  .tags-catagories p a{
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
  }
}
.cat-list{
  font-size: 16px;
}
/*end tags*/
/*start search*/

.search-form {
  color: #555;
  display: flex;
  padding: 2px;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (max-width:700px) {
  .abousus-search{
    margin-bottom: 40px;
  }
}
.search-form input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  width: 95%;
  border: none;
}


.search-form input[type="search"]::placeholder {
  color: #bbb;
}
.search-form button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

.search-form button[type="submit"]:hover {
  opacity: 1;
}
.search-form button[type="submit"]:focus,
.search-form input[type="search"]:focus {
  outline: none;
}
/*end search*/
/*start comment*/
.comment-box h2{
  margin-bottom: 15px;
}
.comment-box h2::before{
  margin-top: 40px;
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
@media screen and (max-width:700px) {
  .comment-box h2::before{
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.comment-box input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.comment-box input:focus{
  border: 1px solid #000;
  outline: 0;
}
.comment-box textarea{
  width: 100%;
  height: 150px;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #efefef;

}
.comment-box textarea:focus{
  border: 1px solid #000;
  outline: 0;
}
.comment-box button{
  border: 2px solid #34ccff;
  padding: 10px;
  background: transparent;
  font-size: 16px;
  border-radius: 40px;
  color: #000;
  transition: 0.5s ease;
  font-weight: 700;
}
.comment-box button:hover{
  background-color: #34ccff;
  color: #fff;
}
.comment__container {
  display: none;
  position: relative;
}

.comment__container.opened {
  display: block;
}


.comment__container:not(:first-child) {
  margin-left: 3rem;
  margin-top: 1rem;
}

.comment__card {
  padding: 20px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  min-width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.comment__card h3{
  color: rgb(42, 42, 42);
}
.comment__card p {
  margin-bottom: 1rem;
  color: #737373;
}

.comment__card-footer {
  display: flex;
  font-size: 0.85rem;
  opacity: 0.6;
  gap: 30px;
  justify-content: flex-end;
  align-items: center;
}

.show-replies {
  cursor: pointer;
}

/*end comment*/
/*End Blog*/
/*Start service*/
.title-services{
  color: #020c48;
  padding: 10px;
  text-align: justify;
  word-break: break-all;
}
.title-services::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
.p-services-left{
  color: rgb(74, 74, 74);
  border-radius: 12px;
  padding: 10px;
  height: 200px;
}
.p-services-left p{
  overflow: auto;
  border-left: 1px solid #efefef;
  padding-left: 10px;
}
.p-services-right{
  color: rgb(74, 74, 74);
  border-radius: 12px;
  padding: 10px;
  height: 182px;

}
.p-services-right p{
  overflow: auto;
  border-left: 1px solid #efefef;
  padding-left: 10px;
}

.card-body-services{
  padding: 20px;
  color: #fff;
}
.card1-service-wrapper{
  background-color: #040f4f;
  padding: 20px;
}
.card-service{
  border: none;
  width: 50%;
  height: 320px;
  border-radius: 12px;
  text-align: justify;
  background-color: transparent;
}


.card-service i,.card-service-2 i{
  margin-left: 20px;
  color: #34ccff;
  font-size: 55px;
}
.card-service-2{
  border: none;
  width: 50%;
  height: 320px;
  border-radius: 12px;
  text-align: justify;
  background-color: transparent;
}
.cs-1,.cs-2{
  margin-top: 50px;
}
@media (max-width:700px) {
  .card-service{
    margin: 0px auto;
    width: 90%;
    height: auto;
  }
  .card-service-2{
    margin: 10px auto;
    width: 90%;
    height: auto;
  }
  .cs-1{
    margin-top: 50px;
  }
  .services-card-wrap{
    flex-direction: column;
  }
}
.card-p-service{
  height: 290px;
  overflow: auto;
}
.button-wrapper-services{
  background-color: #34ccff;
  padding: 50px;
}
.button-services .btn{
  background-color: transparent;
  width: 200px;
  border-radius: 40px;
  padding: 10px;
  color: #fff;
  transition: all 0.5s;
  border: 2px solid #fff;
  font-weight: 700;
}
@media screen and (max-width:700px) {
  .button-wrapper-services{
    padding: 10px 0px 0px 0px;
  }
  .button-wrapper-services .button-services h2{
    font-size: 18px!important;
  }
  .button-services .btn{
    width: 150px;
    font-size: 12px;
  }
}
.button-services .btn i{
  margin-left: 10px;
}
.button-services .btn:hover{
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:700px) {
  .button-services{
    flex-direction: column;
    justify-content: center;
  }
  .button-services .btn{
    margin: 10px auto;
  }
}
.section-1-services{
  padding: 30px 0px 0px 0px;
}
.section-1-services .section-1-services-header::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
.section-1-services .section-1-services-header h2{
  font-weight: 700;
}
.section-1-services-img img{
  height: 237px;
}
@media screen and (max-width:700px) {
  .section-1-services-img img{
    margin-bottom: 40px;
  }
}
.section-1-services .section-1-services-p{
  height: 160px;
  width: 520px;
  overflow: auto;
  border-left: 1px solid #efefef;
  padding-left: 5px;
}
@media screen and (max-width:700px) {
  .section-1-services .section-1-services-p{
    width: 95%;
  }
}
.section-end-services{
  display: flex;
}
@media screen and (max-width:700px) {
  .section-end-services{
    flex-direction: column;
  }
}
.section-end-services-card{
  width: 33.33%;
  height: 563.6px;
}
@media screen and (max-width:700px) {
  .section-end-services-card{
    width: 100%;
  }
}
.section-end-services-card .section-end-services-card-inner1{
  padding: 10px;
  background-color: #007cba;
}
.section-end-services-card .section-end-services-card-inner2{
  background-color: #006ba1;
  padding: 10px;
}
.section-end-services-card .section-end-services-card-inner3{
  padding: 10px;
  background-color: #005a87;
}
.section-end-services-card-inner1 i,.section-end-services-card-inner2 i,.section-end-services-card-inner3 i{
  font-size: 60px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.card-body-services-end .name{
  font-family: 700;
  margin-bottom: 40px;
}
.card-body-services-end p{
  text-align: justify;
  padding: 0 50px;
  height: 290px;
  overflow: auto;
  width: 486.337;
}
/*End service*/
/*Start gallerypage*/
.gallerypage-wrapper{
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
}
.gallerypage-wrapper ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.gallerypage-wrapper ul li{
  list-style: none;
  padding: 12px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #020c48;
  font-weight: 700;
}
@media screen and (max-width:700px) {
  .gallerypage-wrapper ul{
    margin-right: 20px;
  }
  .gallerypage-wrapper ul li{
    padding: 10px 5px;
    font-size: 12px;
  }
}
.gallerypage-wrapper ul .active{
  border: 2px solid #34ccff;
  border-radius: 40px;
  transition: 0.2s ease;
}
.gallerypageimg{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
}

.gallerypageimg .itembox{
  position: relative;
  width: 200px;
  height: 200px;
  margin: 5px;
  display: block;
}
@media screen and (max-width:700px) {
  .gallerypageimg .itembox{
    width: 150px;
    height: 150px;
  }
}
.gallerypageimg .itembox.hide{
  display: none;
}
.gallerypageimg .itembox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*End gallerypage*/
/*Start request*/
.request-wrapper h2::before{
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
}
.form-select{
  padding: 10px;
  border: 1px solid #efefef;
  min-width: 300px;
}
.button-request{
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: 2px solid #34ccff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none !important;
  transition: all .3s ease !important;
  outline: none !important;
  border-radius: 50px;
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width:700px) {
  .button-request{
    margin-top: 20px;
  }
}
.button-request:hover{
  color: #fff;
  background: #34ccff;
}
.button-request i{
  margin-left: 10px;
}
.request-select{
  padding: 8px;
}
.form-request input{
  border-color: #eeeeee;
}
.form-request textarea{
  border-color: #eeeeee;
}
/*End request*/


.hero-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}