body {
    font-family: 'Secular One', sans-serif;
}
/* Preloader */
.container-preloader {text-align: center;
	align-items:center; cursor:none; display:flex; height:100%;
  justify-content:center; position:fixed; left:0; top:0; width:100%; z-index:900;
}
.container-preloader .animation-preloader {
	position:absolute; z-index: 100;}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
	border-radius: 50%;  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: green; /* It is not in alphabetical order so that you do not overwrite it */
  height: 9em;  margin: 0 auto 3.5em auto; width: 9em;
}
/* Loading text */
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;	user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;  color: orange;
  content: attr(preloader-text);  left: 0;
  opacity: 0;  position: absolute;  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
	color: rgba(0, 0, 0, 0.2);	position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
  animation-delay: 1.2s;
}
.container-preloader .loader-section {
  background-color: #ffffff;  height: 100%;
  position: fixed;  top: 0;  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
/* Animation of the preloader */
@keyframes spinner {
to {
	transform: rotateZ(360deg);
}}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
 opacity: 0;
 transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner Loading */	
	.container-preloader .animation-preloader .spinner {
	height: 8em;
	width: 8em;
	}
	/* Text Loading */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}}
@media screen and (max-width: 500px) {
    .animation-preloader img {
        width:200px;
    }
	/* Prelaoder */
	/* Spinner Loading */
	.container-preloader .animation-preloader .spinner {
	height: 7em;
	width: 7em;
	}
	/*Loading text */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}}
.origin{text-decoration:none;
font-size:45px;}

header {
        padding: 10px 0;
}
.logo {
    text-align: center;
}
.logo img {
        width: 200px;
        /*float: left;*/
}
.logo p {
    font-weight: 600;
    margin: 0;
    color: #000;
    font-size: 30px;
}
.title {
        text-align: center;
    margin-bottom: 20px;
    color: #17478f;
    position: relative;
}
.flex_group {
    display: flex;
        justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.flex_group h3 {
        color: #17478f;
    letter-spacing: 2px;
}
.flex_group p {
    font-size: 25px;
    margin: 0;
    color: #676565;
    font-weight: 200;
}
.flex_group p b{
    color: #292727;
}
.flex_group a{
        color: #40403f;
    font-size: 28px;
}
.flex_group .img_mid_point {
        text-align: center;
}
.flex_group .img_mid_point img {
        width: 75%;
    height: 500px;
    object-fit: scale-down;
    /*border: 2px solid #3c3939;*/
}
.simmiler_img .img_mid_point {
          width: 20% !important;
    margin-right: 0 !important;
}
.simmiler_img .img_mid_point img {
    width: 100%;
    height: 180px;
}
.flex_group .img_mid_point {
    width: 45%;
    margin: 0 20px;
}
.text_left {
        text-align: right;
    width: 20%;
}
.text_right {
        width: 20%;
        
}
.simmiler_img .text_right{
    margin-left: 24px;
} 
.section_01 {
  
    padding: 10px 0;
}
.export_sec {
    
}
.main_flex2 {
    display: flex;
    justify-content: space-around;
}
.main_flex2 h4{
    margin-bottom: 30px;
    color: #17478f;
    font-size: 25px;

}
.main_flex2 h5{
        color: #17478f;
}
.main_flex2 p{
    margin-bottom: 0rem;
}
.main_flex2 .left_text2 {
    width: 45%;
    text-align: right;
}
.main_flex2 .right_text2 {
        width: 48%;
    text-align: left;
    border-left: 2px solid #4f5387;
    padding-left: 30px;
}
.center_flex {
        text-align: center;
    margin-top: 15px;
}
.center_flex h5 {
        color: #17478f;
}
.pagination,
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pagination {
  margin-top: 50px;
}

.btn-nav,
.btn-page {
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.btn-nav {
  padding: 8px;
}

.btn-nav {
  width: 42px;
  height: 42px;
  border: 1.5px solid #17478f;
  color: #17478f;
}

.btn-nav:hover,
.btn-page:hover {
  background-color: #17478f;
  color: #fff;
}

.btn-page {
  border: none;
  width: 36px;
  height: 36px;
  font-size: 16px;
}

.btn-selected {
  background-color: #17478f;
  color: #fff;
}

.whatsapp_icon {
    background: green;
    position: fixed;
    left: 10px; /* Changed from 'right' to 'left' */
    bottom: 10px;
    width: 50px;
    height: 50px;
    padding: 7px;
    text-align: center;
    line-height: 36px;
    fill: #fff;
}
.whatsapp_icon svg {
    
}
@media (max-width:767px) {
    
     .whatsapp{
    margin-left: 50px; 
}
    .flex_group .img_mid_point img {
    width: 100%;
    height: 465px;
    }
    .flex_group,
    .main_flex2 {
            display: block !important;
    }
    .text_left,
    .text_right,
    .main_flex2 .right_text2,
    .main_flex2 .left_text2,
    .flex_group .img_mid_point img,
    .flex_group .img_mid_point,
    .simmiler_img .img_mid_point{
            width: 100% !important;
    }
    .simmiler_img .img_mid_point img {
        height: auto;
        width: 100% !important;
    }
    .btn-page {
        width: 25px;
    height: 25px;
    font-size: 12px;
    }
    .btn-nav {
        width: 30px;
    height: 30px;
    }
    .btn-nav svg {
            width: 20px;
    margin-top: -12px;
    margin-left: -3px;
    }
    .logo p {
        font-size: 16px;
    margin-top: 10px;
    }
    .title {
        font-size: 22px;
            margin-bottom: 20px;
    }
    img {
        margin-bottom:15px;
    }
    .flex_group h3 {
        font-size: 20px;
    }
    .flex_group a {
            font-size: 18px;
    }
    .flex_group p {
            font-size: 20px;
    }
    .text_left,
    .main_flex2 .left_text2,
    .center_flex {
            text-align: left;
    }
    .section_01 {
    padding: 20px 0;
}
    .main_flex2 .right_text2 {
        border-left: 0 !important;
    padding-left: 0;
    }
    .flex_group .img_mid_point {
        margin: 0 !important;
    }
    .simmiler_img .text_right {
    margin-left: 0 !important;
}


   
 
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        /*padding:3px;*/
    }
    
    .form_search{
        display: none;
    }
    
    .whatsapp_icon{
    display: none;
}
.pagention{
    display: none;
}

    
}
