/* DETAILS
==================================================
	Theme Name: Welland Pest Control	
	Author: Shib 
	Author URI: 
==================================================
*/
@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

@import url("wfo8zec.css");

body{font-family: "sofia-pro", sans-serif; margin: 0; padding: 0; font-size: 16px;}

html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html * {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
outline {
  border: 0;
}
.lft {
  float: left;
}
.rgt {
  float: right;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
a,
input,
textarea {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6
{
  padding: 0;
  margin: 0;
}
p, li{color: /*#6c6c6c;*//*#1b1b1b*/#000; font-size: 18px; font-weight: 300;}

*{
    overflow-wrap: normal;
}
ol, ul {
  overflow-wrap: initial;
}

.common-space {
  padding-top: 80px;
  padding-bottom: 80px;
}



.wrapper{width: 100%; overflow: hidden;}

section{padding: 100px 0; overflow: hidden;}

.title{
    position: relative;
    width: 100%;
}
/*.title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #f04b25;
    height: 3px;
    width: 60px;
}*/


.title h2{
    font-size: 50px; 
    color: #000; 
    margin-bottom: 15px;
} 
.title h3{
    font-size: 35px;  color: #1a1a1a; margin-bottom: 0px; position: relative;
    color: #000;
    position: relative;
} 

/*.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}*/
.animated {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}


.container {
  max-width: 1450px;
}

/*==== Main-css ====*/

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

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

.container-fluid{max-width: 1640px;}


.header {
  padding: 0; top: 0;
  width: 100%; z-index: 10;
  position: absolute;
}
.header .header-top{
    background-color: #161616;
    padding: 5px 0;
}
.header-top .address-info{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top .address-info li{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
.header-top .address-info li a{
    color: #fff;
}
.social-media{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.followsec{
    float: right;
}
.social-media ul{
    list-style: none;
    padding: 0;
    margin:4px 0 0;
    float: left;
}
.social-media ul li{
    display: inline-block;
    margin-left: 15px;
    color: #000;
}
.social-media ul li a{
    color: #000;
}
.social-media ul li a:hover{
    color: #f04b25;
}

.social-media .login-sec{
    float: right;
    margin-left: 40px;
}
.social-media .login-sec .login-btn{
    display: flex;
    border-radius: 25px;
    padding: 6px 20px;
    font-size: 16px;
    background-color: #f04b25;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    align-items: center;
    letter-spacing: 3px;
    border-radius: 6px;
}
.social-media .login-sec .login-btn span{
    padding-right: 6px;
}
.social-media .login-sec .login-btn span img{
    display: block;
}


/* --Header menu start-- */
.header .logo img{max-width: 100%;}
.nav_row{ align-items: center; justify-content: space-between; display: flex;}
.header .navbar{justify-content: end;}

.nav_right{
    float: right;
    max-width: 75%;
}
.header .logo {
    /*width: 110px;*/
    transition: 0s all ease-in-out;
  -moz-transition: 0s all ease-in-out;
  -webkit-transition: 0s all ease-in-out;
  -ms-transition: 0s all ease-in-out;
  -o-transition: 0s all ease-in-out;
    padding: 10px 0; 
    float: left;
    max-width: 23%;
}
.header .logo a{
    transition: 0s all ease-in-out;
  -moz-transition: 0s all ease-in-out;
  -webkit-transition: 0s all ease-in-out;
  -ms-transition: 0s all ease-in-out;
  -o-transition: 0s all ease-in-out;
}
.header .logo .dark-logo{
    display: none;
}
.innerHeader{/*box-shadow: 0 0 12px rgba(0,0,0,0.1);*/ background-color: transparent;}
.innerHeader.smaller{background-color: #b01917;}


.header .logo img{/*transition: all 0.5s; -webkit-transition: all 0.5s;*/ width: auto;}
.header.smaller .logo img{/*transition: all 0.5s; -webkit-transition: all 0.5s;*/ /*height: 75px;*/}


.header.smaller .logo .white-logo{
    display: none;
}
.header.smaller .logo .dark-logo{
    display: block;
}

.header.smaller .social-media{
    display: none;
}


.header .navbar {
    padding: 0;
  padding-left:15px; padding-right: 0px;
    margin-top: 2px;
  width: 100%;
    
}

.header .navbar .navbar-collapse{justify-content:flex-end; }


.header .navbar-nav li {
  position: relative;
  margin: 0 0px;
}
/* .header .navbar-nav li:nth-child(3)::after, .header .navbar-nav li:nth-child(4)::after {
	content: " ";
	background: url(../images/fast-forward.png) no-repeat 0 0;
	width: 12px;
	height: 9px;
	position: absolute;
	top: 11px;
	right: -12px;
} */
.header .navbar-nav li a {
	padding: 10px 16px;
	line-height: 18px;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	font-weight: normal;
	font-size: 18px;
    transition: 0s all ease-in-out;
  -moz-transition: 0s all ease-in-out;
  -webkit-transition: 0s all ease-in-out;
  -ms-transition: 0s all ease-in-out;
  -o-transition: 0s all ease-in-out;
}
.header .navbar-nav li.active a {
  color: #fff;
}

.header .navbar-nav li a:hover {
    color: #fff;
}
.header .navbar-nav li .dropdown-icon{
    display: none;
}

.header .navbar-nav {
  display: -webkit-box;
}

.sub-menu {
    width: 150px;
    background: #00b7e8;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.header .navbar-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
.header .navbar-nav li > ul.sub-menu li a {
  line-height: 18px;
  background: rgba(0, 0, 0, 0);
  color: #222;
  font-weight: 500;
  font-size: 15px;
  padding: 0 0 0px 0 !important;
  display: block;
}

.header .navbar-nav li > ul li a:hover {
  color: #fe583f;
}
.right-part ul li {
  display: inline-block;
  margin-left: 40px;
}
.right-part ul {
  margin: 0px 0 0 0;
  float: right;
}
.right-part ul li a {
  color: #222;
  font-size: 17px;
  vertical-align: middle;
}
.right-part {
  width: 100%;
}


.header .topContact ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
.header .topContact ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}
.header .topContact ul li a {
  color: #fff;
}
.header .topContact ul li span {
  margin-right: 8px;
}

.header .topContact ul li a {
  transition: all 0.3s ease-in-out;
}
.header .topContact ul li a:hover {
  color: #fe583f;
}
.header .topContact .headerSocial {
  margin-left: 15px;
}
.header .topContact .headerSocial li a {
  padding: 0 4px;
}
/*.header .navbar-nav li:last-child {
  margin-left:27%;
    
}
.header .navbar-nav li:last-child a{
 float: right; background-color: #fff; color: #b01917; padding: 10px 30px; border-radius: 60px; display: inline-block;
  text-align: right;

}*/


/*.header .navbar-nav li a::after {
  position: absolute;
  top: 100%;
  left:9px; right:9px;
  height: 2px;
  background: #b01917;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.header .navbar-nav li a:hover::after, .header .navbar-nav li a:focus::after, .header .navbar-nav li.active a::after, .header .navbar-nav li.current-menu-item a::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}*/
.header .navbar-nav li a::after{
    display: none;
}
.header .navbar-nav li a.dropdown-toggle{/*background-image: url(../images/down-arrow.png); background-repeat: no-repeat; background-position: right center;*/}
.header .navbar-nav li .dropdown-menu{
    /*background:#253571;*/
    background-color: #102c52;
    margin-top: -1px;
}
.header .navbar-nav li:last-child .dropdown-menu{
    right: 0;
    left: auto;
}
.header.homeMenu .navbar-nav li .dropdown-menu a{
    padding: 12px 18px !important;
    color: #fff;
}
.header.homeMenu .navbar-nav li .dropdown-menu a.active {
  color: #f04b25;
}

.header.homeMenu{
    /*background-color: rgba(255,255,255,0.6); 
    height: 98px; */
    box-shadow: 0 0 0px rgba(0,0,0,0.05);
}
.header.homeMenu.smaller{
    /*background-color: #fff;
    height:130px;*/
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.header.smaller .logo{
    padding: 10px 0;
}
.header.smaller .navbar{
    margin-top: 0;
}
.header.homeMenu .navbar-nav li a{color: #fff; padding: 12px 20px;}
/*.header.homeMenu.smaller .navbar-nav li a{color: #fff; }*/
.header.homeMenu.smaller .social-media ul li, .header.homeMenu.smaller .social-media ul li a{
    color: #000;
}
.header.homeMenu.smaller .navbar-nav li a:hover, .header.homeMenu .navbar-nav li a:hover{
    color: #f38c1c;
}
.header.homeMenu .navbar-nav .active{
    color: #f38c1c;
}
.header.homeMenu .navbar-nav li.current-menu-item a{
    color: #f38c1c;
}


.header.homeMenu.smaller .social-media .login-sec .login-btn{
    background-color: #ff6000;
    color: #fff;
}
.header.smaller .navbar-nav li a{
    color: #111;
}
.header.smaller .navbar-nav li .dropdown-menu a{
    color: #fff;
}
.header.homeMenu.smaller .navbar-nav li .dropdown-menu a{
    color: #fff;
}
.header.homeMenu.smaller .navbar-nav li .dropdown-menu a.active, .header.homeMenu.smaller .navbar-nav li .dropdown-menu a:hover{
    color: #f04b25;
}
.header.smaller .navbar-nav li .dropdown-menu
.header.homeMenu .navbar-nav li:last-child a{
    padding-right: 0;
}

.header-contact{
    padding: 10px 0;
}
.header-contact .contact-inner{
    display: flex;
}
.header-contact .contact-inner .contact-text{
    padding-left: 5px;
}
.header-contact .contact-inner h3{
    font-size: 18px;
    color: #191919;
    padding: 0;
    margin: 0;
}
.header-contact .contact-inner p{
    margin: 0;
    font-size: 14px;
    color: #3e3e3e;
}
.header.homeMenu.smaller .nav_right {padding-top: 20px;}
/*.header.homeMenu.smaller .navbar-nav li a { color: #000;text-align: left;}*/
.header.homeMenu.smaller .navbar-nav li:last-child a{text-align: left;}

/*==== banner ====*/
.homebannerSection .mobile-slider-thumb{
    display: none;
}
.banner {
  position: relative;
  width: 100%;
}
.banner-slider {
  position: relative;
}

.banner .item {
  position: relative;
}

.banner .item {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10% 0 0;
}
.bannerimg {
  width: 50%;
  float: right;
}
.banner-caption {
  width: 50%;
  float: left;
}
.banner-caption h2 {
  color: #fe583f;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  margin-top: 60px;
}
.banner-caption h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  margin-top: 0;
}
.banner-caption p {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  text-shadow: none;
  padding: 8px 0px;
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  width: 66%;
}
.learnMore {
  background: #fe583f;
  color: #fff;
  border: 1px solid #fe583f;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 20px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
}
.black-overlay {
  position: absolute;
  z-index: 2;
  background: #000113;
  left: 0;
  top: 0;
  height: 100%;
  width: 36%;
}
/*button.owl-prev {
  height: 50px;
  margin-top: 0px;
  width: 120px;
  display: inline-block;
  top: 0;
  z-index: 5;
  background: #fe583f url(../images/sleft-arrow.png) !important;
  opacity: 1;
  vertical-align: middle;
  background-repeat: no-repeat !important;
  background-position: 25px 18px !important;
  border-radius: 0 !important;
  text-indent: -10000px;
  margin: 0 !important;
  border: none;
}
button.owl-next {
  height: 50px;
  margin-top: 0px;
  width: 120px;
  display: inline-block;
  top: 0;
  z-index: 5;
  background: #000113 url(../images/sright-arrow.png) !important;
  opacity: 1;
  vertical-align: middle;
  background-repeat: no-repeat !important;
  background-position: 25px 25px !important;
  border-radius: 0 !important;
  text-indent: -10000px;
  margin: 0 !important;
  border: none;
}*/
.banner-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 27.1%;
  right: auto;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0); 
 transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control-prev, .carousel-fade .carousel-control-next{display: none;}





/*=================================*/
.scheduleSection.scheduleindustries{padding: 0; margin-top: -70px;}





/*======================================Home==========================================*/





.homebannerSection{ padding: 0px 0 0px; position: relative; margin-bottom:0px; width: 100%; }
.homebannerSection .carousel slide{
    width: 100%;
}
.homebannerSection .container {
  max-width: 1450px;
}
/*.homebannerSection:after{position: absolute; content: ""; background-image: url(../images/hbg2.png); background-repeat: repeat-x; background-position: bottom left; width: 100%; height: 200px; bottom: 0; left: 0; z-index: 1;}*/
.homebannerSection .container-fluid{position: relative; z-index: 2;}
.homebannerSection .bannerText{color: #fff; padding-top:95px; padding-left: 8%; }

.bannerText .bannerIcon{width: 100%; margin-bottom: 10px;}
.bannerText .bannerIcon ul{list-style: none;}
.bannerText .bannerIcon ul li{display: inline-block; margin: 0 10px 10px 0; max-width: 45px;}

.homebannerSection .carousel-item .slider-thumb, .homebannerSection .carousel-item img{
    width: 100%;
}

.homebannerSection .bannerText .bannerTitle{padding-top: 0;}
.homebannerSection .bannerText .bannerTitle h2{font-size: 38px; color: #fff; font-weight: bold; margin-bottom: 30px; position: relative; padding-bottom: 12px;}
.homebannerSection .bannerText .bannerTitle h2:after{position: absolute; content: ""; left: 0; bottom: 0; width: 80px; height: 1px; background-color: #fff;}
.homebannerSection .bannerText .bannerTitle h2 span{font-weight: normal; display: inline-block; width: 100%;}
.homebannerSection .bannerText p{padding: 0; margin-bottom: 20px; color: #fff; border: none;}
.homebannerSection .bannerText .getBtn{color: #fff; font-weight: bold; font-size: 18px;}


.homebannerSection .banner-project{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.checkout-project-row{
    display: flex;
    background-color: #fff;
}
.checkout-project-row .checkout-icon{
    background-color: #fba919;
    
}
.checkout-project-row .checkout-icon a{
    display: block;
    padding:60px 30px;
}
.checkout-project-row .checkout-text{
    padding:45px 25px;
}
.checkout-project-row .checkout-text p{
    font-size: 15px;
    color: #5d5d5d;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.checkout-project-row .checkout-text h3{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.homebannerSection .banner-arrow{
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 0;
}

/*===================================*/
.homebannerSection .carousel-caption{
    left: 0;
    right: 0;
    text-align: center;
    bottom: auto;
    top: 32%;
}
.homebannerSection .carousel-caption .caption-text{
    max-width: 550px;
}
.homebannerSection .carousel-caption h3{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.homebannerSection .carousel-caption h1, .homebannerSection .carousel-caption h2{
    font-size: 80px;
    color: #fff;
    /*font-family: 'Bebas Neue', cursive;*/
    font-family: 'South Gardens Personal Use';
    margin-bottom: 30px;
    text-shadow: -5px 0 4px rgba(0,0,0,0.15);
}
.homebannerSection .carousel-caption p{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    text-shadow: -3px 0 4px rgba(0,0,0,0.15);
}
.homebannerSection .carousel-caption .discover-btn{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    background-color: #f04b25;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 16px 30px;
    font-family: 'Bebas Neue', cursive;
}
.homebannerSection .carousel-caption .discover-btn:hover{
    background-color: #fff;
    color: #fba919;
}

.homebannerSection .carousel-control-next, .homebannerSection .carousel-control-prev{
    /*width: 60px;
    height: 60px;
    background-color: #fff;
    top: auto;
    color: #141414;*/
    opacity: 1;
    width: 6%;
}
/*.homebannerSection .carousel-control-next{
    left: 60px;
    right: auto;
}*/
.homebannerSection .carousel-control-next .fa, .homebannerSection .carousel-control-prev .fa{
    color: #fff;
    font-size: 80px;
}
.homebannerSection .carousel-control-prev .fa:before{
    content: "";
    position: absolute;
    background-image: url(../images/slider-nav-left.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 100px;
    right: 0;
}
.homebannerSection .carousel-control-next .fa:before{
    content: "";
    position: absolute;
    background-image: url(../images/slider-nav-right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 100px;
    left: 0;
}
.homebannerSection .carousel-control-next:hover, .homebannerSection .carousel-control-prev:hover{
    /*background-color: #ffa800;*/
}


.homebannerSection .slider-text-right .carousel-caption .caption-text{
    float: right;
}
.homebannerSection .slider2 .carousel-caption{
    top: 35%;
}



/*====================================================*/

/* DEMO-SPECIFIC STYLES */
.typewriter h2 {
  color: #fff;
  
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  
  
}


.typewriter h2 a{ cursor:col-resize;
  white-space: nowrap; /* Keeps the content on a single line */
letter-spacing: 0px; /* Adjust as needed */
border-right:4px solid #c12627 !important;
animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
    display: inline-block;
}





/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #c12627; }
}

.innerTitle{text-align: center; margin-bottom: 80px;}
.innerTitle h2{font-size: 50px; color: #1a1a1a; /*font-weight: bold;*/ margin-bottom: 15px; line-height: 60px;}
.innerTitle h3{font-size: 35px;}
.innerTitle h2 span{color: #b01917;}
.innerTitle p{font-size: 20px; color: #777777;}


.homeSection2{
    width: 100%; 
    background-repeat: no-repeat; 
    background-position: top center; 
    padding-bottom: 100px;
    background-size: cover;
}
.homeSection2 .home-ind-content2{
    padding-left: 5.5%;
}
.home-ind-content2 h4{
    font-size: 32px;
    color: #444444;
    margin-bottom: 15px;
}
.homeSection2 .container-fluid{padding-left: 40px; padding-right: 40px;}

.homeSection2 .indInnerRow{
    margin-bottom: 80px;
}
.homeSection2 .borderSec{text-align: center;}
.homeSection2 .borderSec .borderRow{max-width: 50%; margin: 0 auto;}

.homeSection2 .container-fluid .borderSec:last-child{display: none;}

.homeSection2 .innerTitle{margin-bottom:190px;}
.homeSection2 .innerTitle h2{line-height: 65px;}

.homeSection2 .thumbPic img{border-radius: 0;}
.home-ind-content2{}
.home-ind-content2 .inrIconSec{margin-bottom: 15px;}
.home-ind-content2 .title{}
.home-ind-content2 .title h2{font-size: 50px; color: #1a1a1a; font-weight: bold; width: 80%;}


.home-ind-content2 p{font-size: 18px; margin-bottom: 20px; color: #444444; font-weight: 300;}


.infinity-container .title2{
    text-align: center;
}
.infinity-container .title2:before{
    left: 50%;
    margin-left: -30px;
}



.videothumb{
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 14px rgba(2,3,3,0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 100%;
}
.videothumb:hover{
    box-shadow: 0 0 24px rgba(2,3,3,0.3);
}
.videothumb .playbtn{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 2;
    font-size: 50px;
    color: #f04b25;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.videothumb:hover .playbtn{
    color: #102c52;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.videothumb .videomodal{
    margin-bottom: 15px;
    position: relative;
}
.videothumb .video-title{
    font-size: 20px;
    color: #000;
    padding: 0 15px 20px;
}


.videothumb .videomodal{
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
.videothumb:hover .videomodal{
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
}



.title2{
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}
.title2:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #f04b25;
    height: 3px;
    width: 60px;
}
.title2 h2{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    /*letter-spacing: 4px;*/
    margin-bottom: 0;
    color: #000;
}
.title2 h5{
    font-size: 18px;
    font-weight: 300;
}
.title2 p{
    font-size: 18px;
    font-weight: 300;
}




.btn-section{
    text-align: center;
    padding: 50px 0 30px;
    width: 100%;
    display: inline-block;
}

.custom-btn{
    background-color: #f38c1c;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 25px;
    border-radius: 32px;
    -webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
    position: relative;
    border: 1px solid #f38c1c;
}
.custom-btn:hover{
    color: #f38c1c;
    text-decoration: none;
    background-color: #fff;
}

/*.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}*/

.custom-btn:after {
	top: -4px;
	left: -4px;
	padding: 4px;
	box-shadow: 0 0 0 3px #f38c1c;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    content: '';
    -webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.custom-btn:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.custom-btn2{
    background-color: transparent;
    color: #f08d22;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 25px;
    border-radius: 32px;
    -webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
    position: relative;
    border: 1px solid #f38c1c;
}
.custom-btn2:hover{
    color: #fff;
    text-decoration: none;
    background-color: #f38c1c;
}

/*.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}*/

.custom-btn2:after {
	top: -4px;
	left: -4px;
	padding: 4px;
	box-shadow: 0 0 0 3px #f38c1c;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    content: '';
    -webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.custom-btn2:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.border-btn{
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 25px;
    border-radius: 32px;
    -webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
    position: relative;
    border: 1px solid #fff;
}
.border-btn:hover{
    color: #f38c1c;
    text-decoration: none;
    background-color: #fff;
}


.border-btn:after {
	top: -4px;
	left: -4px;
	padding: 4px;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    content: '';
    -webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.border-btn:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}






.best-service{
    display: flex;
    margin-bottom: 30px;
}
.best-service .project-icon{
    flex-basis: 80px;
}
.best-service p{
    padding-left: 20px;
    font-size: 25px;
    color: #030303;
    margin-bottom: 0;
}
.best-service p strong{
    background-image: url(../images/border-bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.list-style{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.list-style li{
    background-image: url(../images/list-style1.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 30px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 10px;
}

.company-left{
    position: relative;
}
.thumbPic{
    position: relative;
    z-index: 1;
}
.company-left .project-pop{
    top: 30px;
    left: 0;
    z-index: 2;
}
.company-left .project-row{
    display: flex;
    background-color: #fff;
}
.company-left .project-row .project-icon{
    padding:8px 10px;
}
.company-left .project-row .project-cont{
    padding:20px 15px;
}
.company-left .project-row .project-cont p{
    font-size: 17px;
}


.indInnerRow2 .title h2 span{width: 100%; display: inline-block;}

.moreBtn{
    display: inline-block; 
    color: #fff; 
    background-color: #fba919; 
    background-image: url(../images/arrow-white.png); background-repeat: no-repeat; 
    background-position: right 15px center; 
    padding: 15px 45px 15px 25px; 
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
}


.title-center{
    text-align: center;
}
.title-center:before{
    left: 50%;
    margin-left: -30px;
}

.banner-arrow{
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 0;
    text-align: center;
}

.banner-arrow span{
    display: inline-block;
}
.banner-arrow span a{
    display: block;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 42px;
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
.banner-arrow span a:hover{
    background-color: rgba(255,255,255,0.4);
    border-color: #ff6000;
    color: #ff6000;
    -webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}


/*==================================================*/
.homeSectiontool{
    padding: 100px 0;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.homeSectiontool .news-slider-sec{
    margin-top: 30px;
    width: 100%;
}
.news-slider-sec .news-services-box{
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}
.news-slider-sec .news-services-box .news-thumb{
    width: 100%;
    height: 285px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-slider-sec .news-services-box .news-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-slider-sec .news-services-box .news-description{
    display: flex;
    padding:20px 15px 30px;
}
.news-description .date-sec{
	 flex-basis: 115px;
    padding-right: 10px;
    font-size: 22px;
	line-height: 24px;
}
.news-description .news-title{
    flex-basis: 86%;
}
.news-description .date-sec .month{
    font-size: 20px;
    color: #f38c1c;
}
.news-description .date-sec .date{
    font-size: 28px;
    color: #000000;
    line-height: 28px;
}
.news-description .news-title h4{
    font-size: 20px;
    color: #444444;
}
.news-description .news-title h4 a{
    color: #444;
}
.news-slider-sec .owl-theme .owl-nav{
    margin: 0;
}
.news-slider-sec .owl-carousel .owl-prev{
    position: absolute;
    left: -40px;
    top: 50%;
    border: none;
    margin:-27px 0 0;
    background-color: transparent;
    cursor: pointer;
    height: 56px;
}
.news-slider-sec .owl-carousel .owl-prev .prev-slide{
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 48px;
}

.news-slider-sec .owl-carousel .owl-next{
    position: absolute;
    right: -40px;
    top: 50%;
    border: none;
    margin:-27px 0 0;
    background-color: transparent;
    cursor: pointer;
    height: 56px;
}
.news-slider-sec .owl-carousel .owl-next .next-slide{
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 48px;
}



.expertise-sec{
    width: 100%;
}
.expertise-sec p{
    color: #444;
    font-size: 18px;
}


.benefitSection{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.featured-left{
    width: 100%;
    background-image: url(../images/box-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
}
.featured-left h2{
    font-size: 110px;
    font-family: 'The Rambler';
    color: #fff;
}
.benefit-row{
    margin-bottom: 20px;
    align-items: center;
}
.benefit-row .benefit-icon{
    padding-right: 20px;
}
.benefit-row .benefit-list{
    font-size: 22px;
    color: #fff;
}
.featured-left .btnsec{
    padding-top: 20px;
}

.watherSection{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.chartSection{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.chartSection .title{
    text-align: center;
    margin-bottom: 25px;
}
.chartSection .chart-col{
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    padding: 50px;
}
.chart-col .form-group{
    margin-bottom: 25px;
}
.chart-col .form-control{
    height: 60px !important;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(24,179,230,0.1);
}
.chart-col .table tr th{
    padding:12px .75rem;
}
.chart-col .table tr .con-name{
    display: flex;
    align-items: center;
}
.chart-col .table tr .con-name .cnticon{
    padding-right: 10px;
    flex-basis: 50px;
}
.chart-col .table tr .con-name p{
    margin: 0;
}
.chart-col .editbtn{
    color: #f38c1c;
    display: inline-block;
    border: 1px solid #f38c1c;
    padding: 5px 15px;
    border-radius: 4px;
}
.chart-col .editbtn:hover{
    color: #fff;
    background-color: #f38c1c;
}
.chart-col .sendbtn{
    color: #f38c1c;
    display: inline-block;
    border: 1px solid #f38c1c;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.chart-col .sendbtn:hover{
    color: #fff;
    background-color: #f38c1c;
}
.red-text{
    color: #b40424;
}
.green-text{
    color: #0da113;
}
.addcurn{
    text-align: center;
}
.addcurn a{
    color: #f38c1c;
    font-size: 20px;
}


.memberSection{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.memberSection .title{
    text-align: center;
    margin-bottom: 45px;
}





/*=============================About=============================*/
.innerbannerSection{
    position: relative;
    width: 100%;
}
.innerbannerSection .carousel-caption{
    bottom: auto;
    top: 33%;
}
.innerbannerSection img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}


.innerbannerSection .carousel-caption .caption-text h1{
    font-size: 80px;
    color: #fff;
    font-family: 'South Gardens Personal Use';
    margin-bottom: 30px;
    text-shadow: -5px 0 4px rgba(0,0,0,0.15);
    text-transform: inherit;
    margin-top: 0;
    font-weight: normal;
    line-height: normal;
}
.innerbannerSection .carousel-caption .caption-text h3{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}


.aboutSection1 {
    width: 100%;
}

.about-content-row {
    display: flex;
}

.about-content-row .content-details {
    flex-basis: 67%;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 19%, #fffdfb 48%, #fed2a2 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 19%, #fffdfb 48%, #fed2a2 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 19%, #fffdfb 48%, #fed2a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fed2a2', GradientType=1);
    position: relative;
    z-index: 2;
    padding: 40px;
    overflow: hidden;
}

.about-content-row .about-thumb {
    width: 520px;
    flex-basis: 520px;
    margin-left: -50px;
    position: relative;
    z-index: 1;
}

.abtlogo {
    margin-bottom: 20px;
}
.abtlogo img {
    width: 200px; /* Adjust this value as needed */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px;
}

.content-details p {
    color: #3d3d3d;
    text-align: justify; /* This justifies the paragraph text */
}



.aboutSection2{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.aboutSection2 .container{
    max-width: 1100px;
}
.abtlogo2{
    margin-bottom: 30px;
}
.aboutSection2 p{
    color: #000;
    font-size: 30px;
}
.aboutSection2 p span{
    white-space: nowrap;
}



.powered-container{
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.powered-container .overlap-btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.powered-container .powered-thumb{
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.powered-container .powered-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.powered-container .powered-cont{
    position: absolute;
    left: 4%;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.7);*/
    z-index: 2;
    text-align: left;
    padding: 10px 0px;
    color: #fff;
    width: 92%;
    transition: all 0.3s ease-in-out;
    min-height: 100px;
}
.powered-container .powered-cont h3{
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px;
}
.powered-container .powered-cont h4{
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px;
}
.powered-container .powered-cont .vvd{
    font-size: 17px;
    color: #1ba2dd;
    margin-bottom: 5px;
}
.powered-container .powered-cont p{
    display: none;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}
.powered-container .powered-cont .learn-btn{
    display: none;
    color: #000000;
    font-size: 18px;
    /*text-decoration: underline;*/
    transition: all 0.3s ease-in-out;
}

.powered-container:hover .powered-cont .learn-btn{
    /*color: #fff;*/
}
.powered-container .powered-cont .learn-btn2{
    color: #fff;
    font-size: 22px;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.powered-container:hover .powered-cont{
    height: 96%;
    background-color: #ec8a20;
    padding: 10px;
    padding-top: 20px;
    bottom: 2%;
    text-align: center;
}
.powered-container:hover .powered-cont p{
    display: block;
}
.powered-container:hover .powered-cont .learn-btn{
    display: block;
}
.powered-container:hover .powered-cont .vvd{
    color: #000000;
    }
.powered-container .powered-cont ul{
    display: none;
}
.powered-container .powered-cont ul li{
    margin-bottom: 10px;
    line-height: 24px;
}
.powered-container:hover .powered-cont ul{
    display: block;
}
.powered-container .powered-cont .separator-thumb{
    display: none;
}
.powered-container:hover .powered-cont .separator-thumb{
    display: block;
}

.aboutSection3{
    width: 100%;
}
.aboutSection3 .title{
    text-align: center;
    margin-bottom: 35px;
}
.aboutSection3 .title h2{
    color: #444444;
    font-weight: 600;
}
.aboutContainer2{
    padding-top: 100px;
}

.about-content-row-left{
    display: flex;
    margin-bottom: 50px;
}
.about-content-row-left .about-thumb {
    flex-basis: 50%;
    position: relative;
    z-index: 1;
    order: 1;
}
.about-content-row-left .about-thumb img{
    max-width: 100%;
}
.about-content-row-left .content-details{
    background-color: #4e9cb3;
    position: relative;
    z-index: 2;
    padding: 40px;
    overflow: hidden;
    flex-basis: 55%;
    margin-left: -5%;
    order: 2;
}


.aboutContainer2 .content-details{
    padding: 50px;
}
.aboutContainer2 .content-details h3{
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.aboutContainer2 .content-details p{
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
}

.about-content-row-right{
    display: flex;
}
.about-content-row-right .about-thumb {
    flex-basis: 50%;
    position: relative;
    z-index: 1;
}
.about-content-row-right .about-thumb img{
    max-width: 100%;
}
.about-content-row-right .content-details{
    background-color: #f38c1c;
    position: relative;
    z-index: 2;
    padding: 40px;
    overflow: hidden;
    flex-basis: 55%;
    margin-right: -5%;
}
.aboutContainer2 .custom-btn{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.aboutContainer2 .custom-btn:after{
    box-shadow: 0 0 0 3px #fff;
}




.aboutSection4{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.featured-contleft{
    width: 100%;
}
.featured-contleft h2{
    font-size: 110px;
    font-family: 'The Rambler';
    color: #000;
}
.featured-contleft .benefit-row{
    margin-bottom: 20px;
    align-items: center;
}
.featured-contleft .benefit-row .benefit-icon{
    padding-right: 20px;
}
.featured-contleft .benefit-row .benefit-list{
    font-size: 22px;
    color: #000;
}
.featured-contleft .btnsec{
    padding-top: 20px;
}
.featured-contleft .btnsec .border-btn{
    color: #000;
    border-color: #000;
}
.featured-content{
    margin-top: 140px;
    width: 100%;
}
.featured-content ul{
    list-style: none;
}
.featured-content ul li{
    background-image: url(../images/list-blue.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 26px 26px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.featured-content ul li h4{
    font-size: 25px;
    font-weight: 600;
}
.featured-content ul li p{
    font-size: 20px;
}




.aboutSection5{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 150px 0;
}
.aboutSection5 .waiting-section{
    max-width: 720px;
    display: inline-block;
}
.aboutSection5 .custom-btn{
    min-width: 180px;
    text-align: center;
}
.waiting-section h2{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
.waiting-section p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
}

.aboutSection6{
    width: 100%;
}
.contact-details{
    width: 100%;
}
.contact-details h2{
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-details h4{
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.contact-details .contact-row{
    margin-bottom: 15px;
    color: #fff;
}
.contact-details .contact-row .contact-icon{
    font-size: 20px;
    color: #fff;
    padding-right: 10px;
    flex-basis: 34px;
}
.contact-details .contact-row a{
    color: #fff;
}
.contact-details .contact-row .cont-no{
    font-size: 22px;
}

.contact-form{
    width: 100%;
}
.contact-form h2{
    font-size: 50px;
    color: #363636;
    font-weight: 600;
    margin-bottom: 30px;
}
.contact-form .form-control{
    min-height: 52px;
    border-color: #fff;
}
.contact-form textarea.form-control{
    height: 120px;
}
.contact-form .custom-btn{
    min-width: 180px;
    text-align: center;
}

.board-modal .modal-header{
    padding: 10px 15px;
    background-color: rgba(236,138,32,0.2);
}
.board-modal .modal-header h3{
    font-size: 24px;
}
.board-modal .board-cont{
    display: flex;
}
.board-modal .memthumb{
    flex-basis: 35%;
}
.board-modal .memthumb img{
    width: 100%;
}
.board-modal .powered-cont{
    flex-basis: 100%;
    padding-left: 0px;
}
.board-modal .powered-cont h4{
    font-size: 22px;
}
.board-modal .powered-cont .board-dtl{
    margin-bottom: 10px;
}
.board-modal .powered-cont p{
    font-weight: 300;
    color: #444;
}
.board-modal .modal-dialog{
    max-width: 600px;
}
.board-modal .powered-cont ol{
    list-style: lower-roman;
    margin-left: 25px;
}
.board-modal .powered-cont ol li{
    list-style: lower-roman;
    margin-bottom: 6px;
}
.board-modal b, .board-modal strong {
  font-weight: 600;
}






/*================================================================*/
.contactSection{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactSection .contact-details{
    padding: 30px;
    background-color: #f38c1c;
    height: 100%;
}



/*====================================================*/
.airlineSection1{
    width: 100%;
}
/*.airlineSection1 .wonderplugingridgallery{
    max-width: 100% !important;
}*/
.pic-thumb{
    width: 100%;
    margin-bottom: 20px;
}
.pic-thumb img {
    width: 100%;
    height: 400px; /* or another height you prefer */
    object-fit: cover;
}

.cmn-content{
    width: 100%;
}
.cmn-content h2{
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.cmn-content h3{
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.cmn-content p{
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    color: #444444;
}
.cmn-content p span em{
    color: #1ba2dd;
}
.cmn-content .sub-header{
    border-left: 5px solid #f38c1c;
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.cmn-content .sub-header h4{
    font-size: 30px;
    color: #444444;
    font-weight: 300;
}

.chairmanSection1{
    width: 100%;
}
.chairmanSection1 .cmn-content{
    width: 98%;
}
.chaiman-info{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.chaiman-info .chairman-contact{
    width: 70%;
    background-color: #f38c1c;
    margin-left: 15%;
    margin-top: -70px;
    position: relative;
    z-index: 2;
    text-align: center;
    padding:15px 20px;
}
.chaiman-info .chairman-contact h5{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.chaiman-info .chairman-contact p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.chaiman-info .chairman-contact p a{
    color: #fff;
}
.chairmanSection1 .cmn-content p{
    margin-bottom: 15px;
}



/*====================================================================*/
.membership-container{
    width: 100%;
}
.membership-container .powered-container .powered-cont{
    height: auto;
    min-height: 60px;
}
.membership-container .powered-container .powered-cont .board-dtl{
    margin-bottom: 10px;
}
.membership-container .powered-container:hover .powered-cont{
    height: 92%;
    bottom: 4%;
}
.membership-container2{
    width: 100%;
    background-size: cover;
}
.membership-container2 h2{
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}
.membership-container2 .featured-content{
    margin-top: 0px;
}
.membership-container2 .featured-content ul li{
    color: #fff;
    margin-bottom: 25px;
}
.membership-container2 .featured-content ul li p{
    color: #fff;
}
.membership-container3 {
    background-size: cover;
}
.membership-container3 .custom-btn{
    background-color: #1ba2dd;
    border-color: #1ba2dd;
}
.membership-container3 .custom-btn:hover{
    color: #fff;
}
.membership-container3 .custom-btn:after{
    box-shadow: 0 0 0 3px #1ba2dd;
}


/*========================================================*/
.newsletter-container{
    width: 100%;
    background-color: #f8fafd;
}
.newsletter-container .container {
    max-width: 1140px;
}
.newsletter-title{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.newsletter-title .title{
    display: inline-block;
    width: auto;
}
.newsletter-title .title-right{
    float: right;
    margin-top: 10px;
}
.newsletter-title .title-right label{
    font-size: 20px;
    color: #000;
    margin-right: 15px;
}
.newsletter-title .title-right .form-control{
    height: 52px !important;
    border-radius: 30px;
    min-width: 250px;
}

.newsletter-blog{
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 15px;
}
.newsletter-blog .newsletter-thumb{
    flex-basis: 40%;
}
.newsletter-blog .newsletter-thumb img{
    width: 100%;
}
.newsletter-blog .newsletter-details{
    flex-basis: 60%;
    padding: 15px 20px;
}
.newsletter-blog .newsletter-details h3{
    font-size: 32px;
    color: #444444;
    margin-bottom: 12px;
}

.newsletter-blog .newsletter-details h3 a{
    color: #444444;
}
.newsletter-blog .newsletter-details h5{
    font-size: 20px;
    color: #9f9f9f;
    margin-bottom: 10px;
}
.newsletter-blog .newsletter-details p{
    color: #444;
}

.archive-container{
    background-color: #fff;
}
.archive-container .title{
    margin-bottom: 20px;
}


/*=============================================
===========================================*/
.header.newsDetailsMenu{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.header.newsDetailsMenu .navbar-nav li a{
    color: #000;
}
.header.newsDetailsMenu .logo .white-logo{
    display: none;
}
.header.newsDetailsMenu .logo .dark-logo {
  display: block;
}
.header.newsDetailsMenu.smaller .logo .dark-logo {
  display: block;
}

.news-detail-container{
    width: 100%;
    margin-top: 100px;
}
.news-detail-container .container{
    max-width: 1140px;
}
.news-thumb{
    width: 100%;
    margin-bottom: 30px;
}
.news-thumb img{
    width: 100%;
}
.thumb-right{
    float: right;
    margin: 0 0 20px 20px;
}
.thumb-left{
    float: right;
    margin: 0 20px 20px 0;
}
.news-detail-container h2{
    font-size: 45px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-detail-container h3{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.news-detail-container img{
    width: 100%;
}
.news-detail-container img.wp-image-733{
    width: auto
}
.news-detail-container h4{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.news-detail-container h5{
    font-size: 25px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.news-detail-container p{
    color: #595959;
    line-height: 30px;
}
.news-detail-container p span, .news-detail-container p a{
    color: #44a5ff;
}

.news-detail-container .btnsec{
    padding: 20px 0 40px;
}

.newsletter-details-container{
    width: 100%;
}
.newsletter-details-container .title{
    margin-bottom: 35px;
}
.newsletter-details-container .title h2{
    color: #444444;
}
.newsletter-details-container .title h5{
    font-size: 20px;
    color: #000;
}
.newsletter-details-container p{
    color: #444444;
}
.nldsec2{
    padding-top: 30px;
    margin-bottom: 20px;
}
.celebrations-cont{
    border: 2px solid #30a0d1;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.celebrate-cont{
    border: 2px solid #f38c1c;
    padding: 30px;
    width: 100%;
    margin: 30px 0;
}
.locationsec{
    margin-bottom: 30px;
}
.nsdl p{
    color: #30a0d1;
}




.login-sec .btn-primary{
    background-color: rgba(255,255,255,0.8);
    border-radius: 35px;
    border: none;
    color: #000;
    padding: 10px 20px;
}
.login-sec .btn-primary:hover{
    background-color: #f38c1c;
}
.login-sec .btn-primary .avtsec{
    width: 40px;
    display: inline-block;
    margin-right: 6px;
}


/*========================slider2============================*/
.airline-slider{
    padding-top: 10px;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  /*height: 100vh;
  width: 100vw;*/
    height: 100%;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  /*justify-content: center;*/
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 66%;
    /*height: 100vh;*/
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 600px;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 34%;
    
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
    background-color: #f7f6f6;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
    background-color: #f38c1c;
}

.search-container{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.table.display tr th{
    background-color: #f38c1c;
    color: #fff;
}
.table.display tr:nth-child(even){
    background-color: #fff;
}

.thumbright{
    display: flex;
    text-align: left;
    
    padding: 5px;
}
.thumbright .smallthumb{
    flex-basis: 30%;
}
.thumbright .airline-desc{
    flex-basis: 70%;
    padding-left: 15px;
}
.thumbright .airline-desc h5{
    font-size: 18px;
}
.thumbright .airline-desc p{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 18px;
}
.gallery-thumbs .swiper-slide-thumb-active h5{
    color: #fff;
}
.gallery-thumbs .swiper-slide-thumb-active p{
    color: #fff;
}
.gallery-thumbs .swiper-slide-thumb-active p a{
    color: #b7e9ff;
}
.airlinethumb{
    width: 100%;
}
.airlinethumb img{
    width: 100%;
}

.after-message{
    background-color: rgba(243,140,28,0.2);
    margin-top: 30px;
    width: 100%;
    padding: 15px;
}
.after-message p{
    margin: 0;
    font-style: italic;
}

.sponsorshipsec{
    /*background-color: #f38c1c;*/
    width: 100%;
    padding: 100px 0;
}






.pagelogbg{
    width: 100%;
    background-image: url(../images/event-member-bg2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.pagelogbg .form_content{
    background-color: #fff;
}

.airlinesSectionbtmn{
    padding: 20px 0;
    background-color: rgba(243,140,28,1);
}
.airlinesSectionbtmn .waiting-section{
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: center;
    max-width: 100%;
}
.airlinesSectionbtmn .waiting-section h2{
    color: #fff;
    margin: 0;
    padding-right: 6%;
    margin-bottom: 5px;
}
/*.airlinesSectionbtmn .waiting-section .border-btn{
    background-color: #fff;
    color: #f38c1c;
}*/
.cruisersection h3{
    margin-bottom: 20px;
}
.cruisersection .listblog{
    list-style: none;
}
.cruisersection .listblog li{
    background-image: url(../images/list-blue.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 22px 22px;
    padding-left: 40px;
    margin-bottom: 20px;
    color: #444444;
}

/*====================Events=================*/
.event-container{
    width: 100%;
}
.event-container .title{
    margin-bottom: 35px;
}
.event-container .news-services-box{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.past-events{
    width: 100%;
    background-color: #f8f8f8;
}
.past-events .title{
    margin-bottom: 35px;
}
.news-description .news-title p{
    font-size: 
}
.event-container .news-description .news-title h4, .past-events .news-description .news-title h4{
    color: #000;
    font-size: 20px;
}
.event-container .news-description .news-title h4 a, .past-events .news-description .news-title h4 a{
    color: #000;
}

.braybg{
    background-color: #f6f6f6;
}

#boardModal11 .modal-dialog {
  max-width: 680px;
}
#boardModal11 .modal-dialog ul li{
    margin-bottom: 8px;
}

/*.list-style li{
    background-image: url(../images/list-blue.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 26px 26px;
    padding-left: 40px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #444444;
}*/

.destination-section2{
    width: 100%;
    padding: 200px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.destination-section2 .container{
    max-width: 1140px;
}
.destination-section2 .cmn-content h2{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.destination-section2 .cmn-content p{
    color: #fff;
}
.destination-section2 .btnsec{
    padding-top: 40px;
}


hr.wp-block-separator{
    border-bottom: 2px solid;
}
/*=======================================================*/
.event-calendar{
    width: 100%;
    background-size: cover;
    background-position: top center;
}
.event-calendar .container{
    max-width: 1020px;
}
/*.container_12{
    width: 100%;
}
.container_12 .s1_grid_12{
    width: 96%;
}*/
.container_12 a{
    color: #f29026;
}

.upcoming-event{
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
}
.upcoming-event .container{
    max-width: 1140px;
}
.upcoming-event .title{
    margin-bottom: 30px;
}
.upcoming-event .title h2{
    color: #fff;
}
.upcomingwebinar{
    display: flex;
    color: #fff;
    /*justify-content: center;*/
    align-items: center;
    margin-bottom: 30px;
}
.upcomingwebinar .update{
    background-color: #d0f0ff;
    font-size: 22px;
    color: #289ed5;
    font-weight: 500;
    padding: 8px 20px;
    text-align: center;
    flex-basis: 170px;
    border-radius: 4px;
}
.upcomingwebinar .upcdetl{
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
}
.upcomingwebinar .upcdetl a{
    color: #fff;
}
.upcomingwebinar span{}
.offered-detl{
    font-size: 85px;
    color: #fff;
    font-family: 'The Rambler';
}
.idea-section{
    width: 100%;
}
.idea-section .ideacontainer{
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding:80px 50px;
    border-radius: 15px;
}
.idea-section .ideacontainer .title{
    margin-bottom: 30px;
}
.idea-section .ideacontainer .title h2{
    color: #fff;
}

.health-slidersec{
    width: 100%;
}
.health-slidersec{
    
}
.health-slidersec .owl-theme .owl-nav{
    margin: 0;
}
.health-slidersec .owl-carousel .owl-prev{
    position: absolute;
    left: -40px;
    top: 50%;
    border: none;
    margin:-27px 0 0;
    background-color: transparent;
    cursor: pointer;
    height: 56px;
}
.health-slidersec .owl-carousel .owl-prev .prev-slide{
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 48px;
}

.health-slidersec .owl-carousel .owl-next{
    position: absolute;
    right: -40px;
    top: 50%;
    border: none;
    margin:-27px 0 0;
    background-color: transparent;
    cursor: pointer;
    height: 56px;
}
.health-slidersec .owl-carousel .owl-next .next-slide{
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 48px;
}


.philippines-sec{
    /*text-align: center;*/
    width: 100%;
    display: inline-block;
    margin:0px 0 20px;
}
.philippines-sec .philippines-logo{
    display: inline-block;
    max-width: 400px;
}





/*============================footer==============================*/
.footer-section{
    width: 100%;
    background-image: url(../images/bk4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
}

.footer-menu{
    width: 100%;
    margin-bottom: 15px;
}
.footer-menu h4{
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-menu .link{
    list-style: none;
    white-space: inherit;
}
.footer-menu .link li{
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}
.footer-menu .link li a{
    display: block;
    padding: 3px 0;
    color: #000;
    border: none;
}
.footer-menu .contact-detl{
    margin-bottom: 10px;
}
.footer-menu .contact-detl .cont-icon{
    font-size: 20px;
    color: #f38c1c;
    padding-right: 8px;
}
.footer-menu .contact-detl .mail{
    font-size: 18px;
}
.footer-menu .contact-detl .mail a{
    color: #000;
}
.footer-menu .contact-detl .tel{
    font-size: 22px;
}
.footer-menu .contact-detl .tel a{
    color: #000;
}

.footer-menu .location-detl{
    margin-bottom: 15px;
}
.footer-menu .location-detl .cont-icon{
    font-size: 22px;
    color: #f38c1c;
    padding-right: 8px;
}
.footer-menu .location-detl .address{
    /*font-size: 22px;*/
}
.footer-menu .location-detl .address h5{
    font-size: 22px;
    color: #000;
    margin: 0 0 10px;
}
.footer-menu .location-detl .address p{
    color: #000;
    font-size: 18px;
}
.social-sec{
    width: 100%;
}
.social-sec ul{
    list-style: none;
}
.social-sec ul li{
    display: inline-block;
    margin-right: 10px;
}
.social-sec ul li a{
    display: block;
}

.footer-bottom{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #000;
    text-align: center;
}
.footer-bottom p{
    color: #000;
    font-size: 18px;
    margin: 0;
}


.signup_form .form_row select.form-control{
    height: 60px !important;
}
.form-search{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.signup_form .form_row.form-search input.submit_btn{
    margin-top: 0;
}
.form-search span{
    padding: 0 15px;
}


/* ---Tambirul  -- 10.06.22-- */
.ac{text-align: center}
.cjoin_sec{background: #000;}
.cjoin_sec h4{color:#fff; font-size: 49px; line-height:64px; font-weight: 600; margin:0 0 50px}
.cjoin_sec .custom-btn{background: #000; text-transform: uppercase; padding: 15px 40px;}

.form_sec{margin: 0;}
.form_sec .container{max-width: 1170px;}
.form_sec h4{font-size: 40px; line-height: 66px; font-weight: 600; color: #444444; margin: 0 0 30px;}

.signup_form .form_row .form-control {  border: 1px solid #e6e6e6; padding: 16px 30px; background: #fff; font-size: 20px; color: #575757; height: auto; border-radius: 8px;}
.signup_form .nme { margin-bottom: 30px;}

/* --Start custom check boxes-- */
.signup_form .form-group { display: block; margin-bottom: 15px;}
.signup_form .form-group input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer;}
.signup_form .form-group label { position: relative; cursor: pointer;}
.signup_form .form-group label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 1px solid #e1e1e1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 10px; display: inline-block;
  position: relative; vertical-align: middle; cursor: pointer; margin-right: 15px; margin-top: 0px;}
.signup_form .form-group input:checked + label:after { content: '';display: block;position: absolute; top: 5px; left: 7px; width: 7px; height: 12px; border: solid #349ed4; border-width: 0 2px 2px 0; transform: rotate(45deg);}
.signup_form .check_boxes .form-group label { font-size: 18px; color: #000; font-weight: 300;display: flex; align-items: center;}
/* --End custom check boxes-- */

ul.butons { display: flex;}
ul.butons li { margin-right: 15px;}


.signup_form .form_row input.submit_btn{margin-top: 20px;background: #1ba2dd; border: 1px solid #1ba2dd; border-radius: 40px; padding: 18px 60px; color: #fff; cursor: pointer; text-transform: uppercase;}
.signup_form .form_row input.submit_btn:hover{background: #f38c1c; border: 1px solid #f38c1c; color: #fff;}


/* --custom radio buttons-- */
.signup_form [type="radio"]:checked, .signup_form [type="radio"]:not(:checked) { position: absolute; left: -9999px;}
.signup_form [type="radio"]:checked + label, .signup_form [type="radio"]:not(:checked) + label{ position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666;}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {  content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 100%; background: #fff;}
.signup_form [type="radio"]:checked + label:after, .signup_form [type="radio"]:not(:checked) + label:after { content: ''; width: 12px; height: 12px; background: #1ba2dd; position: absolute; top: 3px; left: 3px; border-radius: 100%;  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.signup_form [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
.signup_form [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

/* --End custom radio buttons-- */

.note_box{border: 1px solid #e1e1e1; padding: 20px;}
.note_box p{padding: 0; margin: 0;}

label{color: #3f3f3f; font-size: 20px; line-height: 24px; font-weight: 500;}
.nyp_row{margin:70px 0 30px;}
.nyp_row h3{ font-size: 30px; line-height: 35px; font-weight: 600; text-decoration: underline; color:#444444; margin: 0 0 40px;}
.nyp_row h4{ font-size: 24px; line-height: 30px; font-weight: 600; color:#444444;}
.nyp_content ul li{font-size: 18px; font-weight: 300; color: #444444; padding: 0 0 30px; display: flex; align-items: baseline;}
.nyp_content ul li:before{  content: "\f058"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;
    text-rendering: auto; -webkit-font-smoothing: antialiased; font-size: 16px; color: #1ba2dd; margin-right: 10px; }
.pm p{font-size: 20px; line-height: 32px; font-weight: 300; padding: 0; margin: 0;}

.pf_form ul{}
.pf_form ul li{list-style-type: decimal; padding: 30px 0; }
.pf_form .form-control{border: none; border-bottom: 1px solid #e1e1e1; border-radius: 0; margin: 0px 15px 0;}
.pf_form .form-control:focus{border: none; outline: none; box-shadow: none;border-bottom: 1px solid #e1e1e1;}
.pf_form_row{display: flex; justify-content: space-between;}
.form_col{display: flex; width: 100%; align-items: flex-end;}
.form_col label{margin: 0;}
.bil_adres{display: flex; justify-content: space-between; flex-wrap: wrap;}
.bil_adres label{width: 100%;}
.bil_adres .form-control{width: 100%;}
.bil_box{width: 31%;}
.red{color: red;}
.pf_form{padding:0 15px 30px}

.form_btm{padding: 40px 0 0 0;}
.form_btm p{padding: 0; font-size: 20px; font-weight: 500;}

a{color: #1ba2dd;}


/* --news page-- */

.news_sec1 p{font-size: 30px; line-height: 49px; font-weight: 300;}
.newsSection2 .title h2{font-size:49px; line-height: 60px; font-weight: 600;}

/*.newsSection2 .container{max-width: 1607px;}*/
.newsSection2 .title, .blog_sec .title {margin-bottom: 40px;}
.tranp_col{position: relative; width: 100%; height: 100%;}
.tranp_col img.tranp_img{width: 100%;}
.tranp_col .trans_title{position: absolute; left: 0; bottom: 15px; z-index: 1; padding:35px;  font-size: 26px; line-height:30px; color: #fff; width: 100%;}
.tranp_col .trans_title a{color: #fff;display: flex; align-items: center; justify-content: space-between; width: 100%;}
.owl-carousel{margin: 0px 0 0; padding:0;}
.tranp_col .trans_title{position: relative; background: #fff; padding: 20px 20px 30px 20px;}
.tranp_col .trans_title h2{color: #000; font-size: 18px; line-height: 30px; font-weight: 600; margin: 0 0 15px;}
.tranp_col .trans_title h2 a{color: #000; font-size: 18px; }
.owl-carousel p{font-size: 16px; line-height: 25px; color: #000; margin-bottom: 35px;}
.tranp_col .trans_title ul{display: flex; justify-content: space-between;  padding: 0 0 8px;}
.tranp_col .trans_title ul li{font-size: 18px; color: #f38c1c; font-weight: 600;}
.tranp_col::before{display: none;}
.overlay { background: rgb(255 255 255 / 50%); width: 100%; height: 100%; position: absolute;}
.tranp_col img.tranp_img{width: 100%; height: 250px; object-fit: cover}

.tranp_col .trans_title a{color: #2ba3db; font-size: 16px; }

.tranp_col .trans_title a:hover{ color: #f38c1c;}
.tranp_col .trans_title p{margin-bottom: 20px;}

.tranp_col .trans_title .fa{color: #f38c1c;}

.overlay{display: none;}
.carousel-indicators li{width: 15px; height: 15px; border-radius: 100%;}
.carousel-indicators{left: auto; margin-right: 5%;}


.news-slider .owl-carousel .owl-stage-outer{width: 100%; margin: 0 auto;}
.news-slider .owl-carousel .owl-nav.disabled{display: flex;}
.news-slider .owl-carousel .owl-dots.disabled{display: none;}
.news-slider .owl-carousel .owl-nav{position: absolute; left: -2%; top: 45%; display: flex; width: 104%; justify-content: space-between; bottom: auto;}

.news-slider .owl-carousel .owl-nav .owl-next, .news-slider .owl-carousel .owl-nav .owl-prev{width: 19px; height: 49px; border:none; font-size: 0;}
.news-slider .owl-carousel .owl-nav .owl-next{ background: url(../images/aro_next.png) right top no-repeat;} 
.news-slider .owl-carousel .owl-nav .owl-prev { background: url(../images/aro_prev.png) right top no-repeat;}

.news-slider .owl-carousel h5{color: #000; font-size: 24px; font-weight: 600;}
.news-slider .owl-carousel h6{color: #e0484b;font-size: 16px;font-weight: 300; background: #ffedf4; padding: 8px 15px; border-radius: 6px; width: fit-content; margin: 0 0 10px;}
.news-slider .owl-carousel h3{color: #000;font-size: 23px;font-weight: 500; padding: 8px 0;}
.news-slider .owl-carousel h4{color: #000;font-size: 16px; line-height:25px; font-weight: 400; padding: 8px 0;}
.news-slider .owl-carousel .item_desc{padding: 30px;}
.trans_title a img{width: auto !important;}
.news-slider .owl-dots{display: none;}
.tranp_col .trans_title a{text-align: left;}
/* .tranp_col::before{content: ""; background: #00000061;; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: inline-block} */
.tranp_col .trans_title { position: relative;  background: #fff; padding: 20px 20px 30px 20px;}
.trans_desc{min-height: 210px;}

.tranp_col .trans_title a.btn { color: #6ab8e2; border: 1px solid #6ab8e2; font-size: 16px; border-radius: 5px; padding: 15px 35px;
    display: block; width: fit-content;}
.tranp_col .trans_title a.btn:hover { color: #f38c1c; border: 1px solid #f38c1c;}
.blog_sec .tranp_col .trans_title ul li{color: #000; font-weight: 300;}
.blog_sec .tranp_col .trans_title h2 { color: #000; font-size: 24px; line-height: 40px; font-weight: 400;}
.blog_sec .tranp_col .trans_title h2 a{ color: #000; font-size: 24px;}
.blog_sec  .owl-carousel p { font-size: 18px; line-height: 31px;}
.blog_sec .trans_desc { min-height: 231px;}
.blog_sec .tranp_col .trans_title{padding: 20px 0;}
.tranp_col .trans_title a.btn{margin-left: 5px;}

.news_sec3{background: #f5f9fa;}
.widget { margin-bottom: 30px; }
.widget h5 { color: #656565; font-size: 21px; font-weight: normal; margin: 0 0 20px;}
.latest-posts { margin: 40px 0 0 0; padding: 0;}
.latest-posts li { display: table; width:100%; margin-bottom: 25px; border-bottom: 1px solid #eee; background: #fdfefe; padding: 15px;}
.post-thumb { width: 142px; float: left; overflow: hidden;    margin: 0 15px 0 0;}
.post-info { margin-left: 160px; padding-right: 0;}
.post-info h2 { font-size: 20px; font-weight: 500; line-height:30px; margin: 0 0 10px; color: #000;}
.post-info h4 { font-size: 18px; font-weight: 300; line-height:28px; margin: 0 0 10px; color: #444444;}
.post-info p { color: #626262;font-size: 18px; font-weight: 300; margin: 0;}
.post-info p i {color: #f38c1c; font-size: 22px; margin-right: 4px;}
.post-info h4 a { color: #333;}

.post_widget_left{ padding-right: 30px;}
.post_widget_right{ padding-left: 30px;}

.post-info h3.p_info{
    font-size: 20px; font-weight: 500; line-height:30px; margin: 0 0 10px; color: #000;
}

.ibs_sec .content-details p { color: #fff; font-size: 22px; line-height: 38px; font-weight: 700; margin: 0 0 35px;}
.ibs_sec .content-details h4{margin: 0 0 20px; font-size: 49px; line-height: 60px; font-weight: 600; color: #fff;}
.ibs_sec .custom-btn{text-transform: uppercase; font-weight: 500; padding: 15px 50px; border-radius: 40px;}

.mac_img {position: relative;}
.mac_img img{width: 100%;  border-radius: 8px;}
.mac_img .green_dot{position: absolute; right: 30px; top: 30px; z-index: 1;}
.cam_icon{position: absolute; right: 30px; bottom: 30px; z-index: 1; cursor: pointer;}
.prf_desc{padding: 10px 0 30px;}
.prf_desc p{margin: 15px 0 0;}
.prf_desc p .fa{margin-right: 20px;}
.prf_desc button{margin-top: 30px; cursor: pointer};
.prf_detail{padding: 0;}
.prf_detail ul li{display: flex; justify-content: space-between; margin:0 0 25px;}

.prf_photos ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.prf_photos ul li{width: 18%; margin: 0 0% 15px;}
.prf_photos ul li img{width:100%; border-radius: 5px;}
.prf_photos_upload{border-radius: 15px; border: 2px dashed #e1e1e1; padding: 30px 30px; margin: 15px 30px;}

.prf_block{background: #fff; margin: 0 0 30px; padding: 25px;border-radius: 10px; border: 1px solid #dde5eb;  margin-left: 8%;}
.prf_about a{float: right; color: #f38c1c; font-size: 20px;}
.upload_icon a{text-align: center; float: none;}
.prf_photos_upload h4 a{float: none; color: #2aa2d5;}
.prf_photos_upload h4{font-size: 25px; line-height: 32px; font-weight: 600;}
.upload_icon{margin-bottom: 15px;}
.prf_block .title h2{font-size: 25px; margin-top: 0; font-weight: 500; text-transform: none; line-height: inherit;}
.prf_block .title h6{font-size: 18px; color: #a1a1a1; margin-top: 0;}
.prf_para{margin: 15px 0;}
.prf_para p{font-size: 16px; line-height: 26px; color: #848484;}
.prf_detail ul li h5{font-size: 16px; margin: 0; color: #000;}
.prf_detail ul li h6{margin: 0; color: #5c5c5c;}
/* ---End Tambirul  -- 10.06.22-- */




.fieldSubContainer .fieldLabel{
    text-align: left;
}
.simpleTextContainer .fieldSubContainer{
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    margin: 10px 0 10px 0;
}
.navigationContainer .inner .right a{
    display: inline-block;
    padding: 8px 15px;
    background-color: #f38c1c;
    color: #fff;
    border-radius: 6px;
    margin-top: 5px;
}
.genericListHeaderContainer .typeDropDownList{
    height: 35px;
}
.genericListHeaderContainer input{
    height: 30px;
}
.fieldSubContainer table td.right input, .generalFieldsOuterContainer input{
    height: 30px;
}
.generalFieldsOuterContainer input[type="submit"]{
    background-color: #f38c1c;
    color: #fff;
    border-radius: 6px;
}

.fieldContainer .field .inputBox{
    height: 30px;
    border:1px solid #dadada;
    width: 280px;
}
.pagelogbg .loginButton{
    background-color: #f38c1c;
    color: #fff;
    border-radius: 6px;
    box-shadow: inset 0 0px 0px 0px #fff;
    background-image: inherit;
    border: none;
}


/*================================================================*/
.chinese-section{
    width: 100%;
    /*background-image: url(../images/Chinese-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    /*text-align: center;*/
    /*background-color: #f6f6f6;*/
    padding-bottom: 0;
}
.chinese-section .title{
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 8px;
}
.chinese-section .title:after{
    position: absolute;
    content: "";
    background-color: #f38c1c;
    height: 3px;
    width: 115px;
    left: 0;
    bottom: 0;
}
.chinese-section .title h2{
    color: #000;
    margin-bottom: 0;
}
.chinese-section .cmn-content h3{
    color: #fff;
}
.chinese-section .cmn-content p{
    color: #fff;
}
.titleh4{
    font-size: 26px;
    margin-bottom: 20px;
}
.cmn-content-box{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 100%;
    border-radius: 10px;
}
.cmn-content-box h3{
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
}
.cmn-content-box p{
    margin-bottom: 0;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-pagination{
    padding-top: 20px;
}

.pagination-section{
    text-align: center;
    padding-top: 10px;
}
.pagination-section .pagination{
    justify-content: center;
}











/*===================================================================*/
.wather_box{ border-radius: 50px; padding: 60px; border:1px solid #11a5e8; background-size: cover;}
.wather_box_row{display: flex; justify-content: space-between;}
.wather_box_left{width: 450px;    margin-right: 30px;}
.wather_box_right{width: 620px;}
.day_col{margin-left: 100px; max-height: 450px; overflow-y: auto; padding-right: 10px;}
.wather_box_row h2{color: #fff; font-size: 49px; font-weight: 600; margin: 0 0 40px;}
h3.crnt span{font-size: 39px; font-weight: 500; color: #fff; }
h3.crnt {font-size: 65px; font-weight: 500; color: #fff;    margin: 0 0 30px; }
ul.weather_cond li{color: #fff; font-size: 30px; font-weight: 300; margin: 0 0 30px;}
ul.weather_cond li span{margin-right: 30px; width: 50px; display: inline-block;}
.day_box {background: rgba(255, 255, 255, 0.2); border-radius: 10px; padding: 15px 30px; margin: 15px 0;}
.day_box ul{display: flex; align-items: center; justify-content: space-between;}
.day_box ul li{font-size: 25px; font-weight: 500; color: #fff;}

.day_box ul li:nth-child(1){
    flex-basis: 60px;
}

.select_cntry{margin: 15px 0;}
.select_cntry select.form-control{background: #fff; border-radius: 40px; border:none; height: 64px !important; }

/* width */
::-webkit-scrollbar { width: 10px; }
  
  /* Track */
  ::-webkit-scrollbar-track { background: #3a81b4; border-radius: 50px;}
  
  /* Handle */
  ::-webkit-scrollbar-thumb {  background: #9dc6da;border-radius: 50px;}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover { background: #9dc6da;}




/*==========================================================================================*/

@media only screen and (max-width:1700px){
     /* Tambirul */
.application_sec1 .container { max-width: 1400px;}
/* --end of Tambirul */
}

@media only screen and (max-width:1600px){
     /* Tambirul */
    .application_sec1 .container { max-width: 1192px;}
    /* --end of Tambirul */
    }

@media only screen and (max-width:1366px){
    /* Tambirul */
    .loc_sec { padding: 70px 0 0;}
    .loc_sec ul li { margin-right: 2%;}
    .loc_sec ul li img{ width: 80%;}
    .loc_sec ul{justify-content: center;}
    .loc_sec ul { padding: 28px 0 0 0;}
    .application_sec1 .container { max-width: 1140px;}

    .header.homeMenu .navbar-nav li a{ font-size: 16px; padding: 7px 12px;}
    /* --end of Tambirul */


}
@media only screen and (min-width:1680px) and (max-width:3200px){
    .application_banner{
        background-size: 100% 100%;
    }
    
    
}
@media only screen and (min-width:1360px) and (max-width:1479.99px){
    .container {
        max-width: 1300px;
    }
    .footer-menu h4{
        font-size: 22px;
    }
    .news-slider-sec .news-services-box .news-thumb{
        height: 245px;
    }
    .homebannerSection .container {
      max-width: 1240px;
    }
    .featured-left h2{
        font-size: 90px;
    }
    
}
@media only screen and (min-width:1280px) and (max-width:1359.99px){
    .container {
        max-width: 1200px;
    }
    .aboutSection5{
        padding: 100px 0;
    }
    .footer-menu h4{
        font-size: 20px;
    }
    .news-slider-sec .news-services-box .news-thumb{
        height: 225px;
    }
    .homebannerSection .container {
      max-width: 1180px;
    }
    .news-description .news-title h4{
        font-size: 18px;
    }
    .featured-left h2{
        font-size: 85px;
    }
    
    
    
}
@media only screen and (min-width:1024px) and (max-width:1279.99px){
    .container {
        max-width: 1000px;
    }
    .aboutSection5{
        padding: 100px 0;
    }
    .footer-menu h4{
        font-size: 20px;
    }
    .health-slidersec .container {
        max-width: 960px;
    }
    .airlinesSectionbtmn .waiting-section h2{
        font-size: 40px;
    }
    .news-slider-sec .news-services-box .news-thumb{
        height: 185px;
    }
    .offered-detl{
        font-size: 65px;
    }
    .home-ind-content2 h4{
        font-size: 26px;
    }
    
    
    
}
@media only screen and (min-width:1280px) and (max-width:1479.99px){
    
    .media-banner .container{
        max-width: 1160px;
    }
    .media-banner .blog-description h3{
        font-size: 35px;
    }
    
}
@media only screen and (min-width:1480px) and (max-width:1679.99px){
    .media-banner .container{
        max-width: 1240px;
    }
    
}
@media only screen and (min-width:1300px) and (max-width:1680px){
    p, li {
      font-size: 18px;
    }
    .container-fluid {
      max-width: 90%;
    }
    .homebannerSection .carousel-caption h1, .infinitybannerSection .banner-title h2, .infinitybannerSection .banner-title h1{
        font-size: 60px;
    }
    .homebannerSection .carousel-caption p{
        font-size: 18px;
    }
    .title h2{
        font-size: 60px;
    }
    .title2 h2{
        font-size: 60px;
    }
    .title h3{
        font-size: 42px;
    }
    .title2 p{
        font-size: 18px;
    }
    .info-detl-box h4{
        font-size: 20px;
    }
    .title3 h2{
        font-size: 72px;
        line-height: 72px;
    }
    .expertise-sec p{
        font-size: 18px;
    }
    .title3 h3{
        font-size: 38px;
    }
    .powered-container .powered-cont h3{
        font-size: 20px;
    }
    .powered-container .powered-cont p{
        font-size: 18px;
        line-height: 26px;
    }
    .powered-container .powered-cont .learn-btn{
        font-size: 18px;
    }
    .servedetails .featinner p{
        font-size: 18px;
    }
    .servedetails .more-btn{
        font-size: 18px;
    }
    .contact-box h4{
        font-size: 25px;
    }
    .contact-box .number{
        font-size: 50px;
    }
    .contact-box p{
        font-size: 18px;
    }
    .sitk_left p{
        font-size: 18px;
    }
    .footer-menu ul li, .copyright ul li{
        font-size: 16px;
    }
    #wrapper-footer .container-fluid{
        max-width: 90%;
    }
    /*.infinitybannerSection .banner-title h2, .infinitybannerSection .banner-title h1{
        font-size: 60px;
    }*/
    .cmn_banner .container, .material_sec1 .container{
        max-width: 1140px;
    }
    .application_sec1 .title p {
        font-size: 18px;
        line-height: 30px;
    }
    .application_sec1 .industries-serve .servedetails .featinner h3{
        font-size: 18px;
    }
    .powered-section.technology-container .powered-container{
        height: 550px;
    }
    .powered-section.technology-container .powered-container .powered-thumb{
        height: 100%;
    }
    .technology-container .powered-cont {
      padding: 20px 15px;
    }
    .custom-btn1{
        font-size: 20px;
        padding: 15px 50px;
    }
    .blog-banner .blog-description h3{
        font-size: 25px;
    }
    .blog-container .blog-description .blog-title{
        font-size: 17px;
    }
    .company_sec1 .power-data {
      padding-left: 19%;
    }
    .power-data .title {
      margin-bottom: 35px;
    }
    .company_sec1 .power-data p{
        font-size: 18px;
    }
    .company_sec3 .title p{
        font-size: 18px;
    }
    .lab_desc li{
        font-size: 18px;
        background-position: left top 3px;
    }
    .company_sec4 .lab_desc li{
        font-size: 18px;
    }
    .bod_sec .nav-tabs .nav-item a.nav-link{
        font-size: 20px;
    }
    .join_team_sec .join_team_col p{
        font-size: 18px;
        line-height: 30px;
    }
    .join_team_sec .join_team_col h6{
        font-size: 22px;
        line-height: 30px;
    }
    .adrs_box_container p{
        font-size: 16px;
        line-height: 28px;
    }
    .media-banner .carousel-caption .banner-arrow {
      margin-top: 50px;
    }
    
    .material_sec1 .safty-list li{
        font-size: 18px;
    }
    .material_sec2 p {
      font-size: 18px;
    }
    .mate_content ul li{
        font-size: 18px;
    }
    .investor-banner .carousel-caption .caption-text{
        max-width: 100%;
        text-align: center;
    }
    .investor-banner .carousel-caption .caption-text .banner-arrow{
        padding-top: 0;
        margin-top: 22%;
    }
    
    .contact_us_sec .container-fluid{
        max-width: 100%;
    }
    .adrs_box .adrs_box_container p {
        font-size: 15px;
        line-height: 22px;
    }
    /*.address3 {
      position: absolute;
      right: auto;
      width: 190px;
      top: 180px;
        left: 460px;
    }
    .address1 {
        position: absolute;
        width: 270px;
        top: 65px;
        left: 150px;
    }
    .address2{
        top: 190px;
    }*/
    .mediakit-container .img-wrapper{
        height: 280px;
    }
    .mediakit-description .mediakit-title{
        flex-basis: 70%;
    }
    .download_row{
        flex-basis: 30%;
    }
    
    
    
    
}

@media only screen and (min-width:1024px) and (max-width:1299.9px){
    
    p, li {
      font-size: 16px;
    }
    .header.homeMenu .navbar-nav li a {
      font-size: 14px;
    }
    .container-fluid {
      max-width: 96%;
    }
    .header .logo{
        width: 20%;
    }
    .nav_right {
      width: 80%;
        max-width: 80%;
    }
    .homebannerSection .carousel-caption h1, .homebannerSection .carousel-caption h2, .infinitybannerSection .banner-title h2, .infinitybannerSection .banner-title h1{
        font-size: 42px;
    }
    .homebannerSection .carousel-caption p, .infinitybannerSection .banner-title p, .infinitybannerSection .banner-title p{
        font-size: 16px;
    }
    .homebannerSection .carousel-caption .discover-btn{
        font-size: 16px;
        padding: 14px 25px;
    }
    .homebannerSection .carousel-control-next, .homebannerSection .carousel-control-prev{
        width: 4%;
    }
    .homebannerSection .carousel-control-prev .fa::before{
        width: 20px;
        height: 60px;
    }
    .homebannerSection .carousel-control-next .fa::before{
        width: 20px;
        height: 60px;
        left: 0;
    }
    .homebannerSection .carousel-caption .caption-text {
      max-width: 450px;
    }
    .social-media ul li{
        font-size: 14px;
    }
    .title h2{
        font-size: 50px;
    }
    .title h3{
        font-size: 35px;
    }
    .title2 p{
        font-size: 17px;
    }
    .info-detl-box h4{
        font-size: 17px;
    }
    .home-ind-content2 p{
        font-size: 16px;
    }
    .homeSection2 .nav-tabs li{
        font-size: 16px;
    }
    .title3 h2{
        font-size: 60px;
        line-height: 60px;
    }
    .title2 h2{
        font-size: 50px;
    }
    .expertise-sec p, .title2 h5{
        font-size: 16px;
    }
    .title3{
        margin-bottom: 30px;
    }
    .title3 h3{
        font-size: 38px;
    }
    .powered-section.technology-container .powered-container{
        height: 450px;
    }
    .powered-section.technology-container .powered-container .powered-thumb{
        height: 100%;
    }
    .powered-container .powered-cont{
        padding: 12px 12px;
    }
    .powered-container:hover .powered-cont{
        padding: 12px;
    }
    .powered-container .powered-cont h3{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .powered-container .powered-cont h4{
        font-size: 17px;
    }
    .powered-container .powered-cont .vvd{
        font-size: 16px;
    }
    .powered-container .powered-cont p{
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .technology-container .powered-cont .cell-list li{
        font-size: 15px;
        line-height: 17px;
    }
    .powered-container .powered-cont .learn-btn2{
        font-size: 15px;
    }
    .powered-container .powered-cont .learn-btn{
        font-size: 15px;
    }
    .servedetails .featinner p{
        font-size: 16px;
    }
    .servedetails .more-btn{
        font-size: 16px;
    }
    .contact-box h4{
        font-size: 20px;
    }
    .contact-box .number{
        font-size: 50px;
    }
    .contact-box p{
        font-size: 16px;
    }
    .sitk_left p{
        font-size: 16px;
    }
    .footer-menu ul li, .copyright ul li{
        font-size: 16px;
    }
    .custom-btn{
        font-size: 16px;
        line-height: 22px;
    }
    #wrapper-footer .container-fluid{
        max-width: 96%;
    }
    .inner-menu .navbar{
        margin-left: -30px;
    }
    /*.infinitybannerSection .banner-title h2, .infinitybannerSection .banner-title h1{
        font-size: 55px;
    }*/
    .sitk_sec .form-control, .sitk_sec .btn-primary{
        font-size: 16px;
    }
    .cmn_banner .container, .material_sec1 .container{
        max-width: 960px;
    }
    .application_sec1 .innerTitle2{
        width: 85%;
    }
    .application_sec1 .title p{
        font-size: 15px;
        line-height: 28px;
    }
    .application_sec1 .industries-serve .servedetails .featinner h3{
        font-size: 15px;
    }
    .application_sec1 .owl-carousel .owl-nav .owl-prev{
        left: -40px;
    }
    .application_sec1 .owl-carousel .owl-nav .owl-next{
        right: -40px;
    }
    .custom-btn1{
        font-size: 20px;
        padding: 15px 50px;
    }
    .blog-banner .blog-thumb{
        width: 280px;
        height: 280px;
    }
    .blog-banner .blog-description h3{
        font-size: 24px;
    }
    /*.blog-container .blog-thumb{
        height: 220px;
    }*/
    .blog-container .blog-description{
        padding: 15px;
    }
    .blog-container .blog-description .blog-date{
        font-size: 15px;
    }
    .blog-container .blog-description .blog-title{
        font-size: 16px;
    }
    .blog-container .blog-description .readmore-btn{
        font-size: 15px;
        padding: 8px 18px;
    }
    .infinitybannerSection .banner-title h5{
        font-size: 25px;
    }
    .company_sec1 .power-data {
      padding-left: 10%;
    }
    .power-data .title {
      margin-bottom: 35px;
    }
    .company_sec1 .power-data p{
        font-size: 16px;
        line-height: 30px;
    }
    .company_sec3 .title p{
        font-size: 22px;
        line-height: 32px;
    }
    .lab_desc li{
        font-size: 16px;
        background-position: left top 3px;
    }
    .company_sec4 .lab_desc li{
        font-size: 16px;
    }
    .bod_sec .nav-tabs .nav-item a.nav-link{
        font-size: 20px;
    }
    .join_team_sec .join_team_col p{
        font-size: 16px;
        line-height: 30px;
    }
    .join_team_sec .join_team_col h6{
        font-size: 22px;
        line-height: 30px;
    }
    .adrs_box_container p{
        font-size: 16px;
        line-height: 28px;
    }
    .history_sec .servedetails .featinner p{
        font-size: 15px;
        line-height: 26px;
    }
    .bod_desc {
      padding: 16px;
    }
    .bod_desc h3{
        font-size: 20px;
    }
    .bod_desc h6{
        font-size: 16px;
    }
    .bod_desc p{
        font-size: 15px;
        line-height: 24px;
    }
    .media-section .nav-tabs li{
        font-size: 18px;
    }
    .accordion .card-header .year-wrap{
        font-size: 19px;
    }
    .reports-row-wrap .quarter-heading{
        font-size: 16px !important;
    }
    .reports-row-wrap .card-body ul li a{
        font-size: 15px;
    }
    .media-banner .carousel-caption .banner-arrow {
      margin-top: 20px;
    }
    .media-banner .carousel-caption .caption-text{
        max-width: 100%;
    }
    .material_sec1 .safty-list li{
        font-size: 16px;
        background-position: left 20px top 8px;
    }
    .material_sec2 p {
      font-size: 16px;
      line-height: 28px;
    }
    .mate_content ul li{
        font-size: 16px;
    }
    .energy_storage_sec3 h6, .energy_storage_sec3 h6 a{
        font-size: 16px;
    }
    .investor-banner .carousel-caption .caption-text{
        max-width: 100%;
        text-align: center;
    }
    .investor-banner .carousel-caption .caption-text .banner-arrow{
        padding-top: 0;
        margin-top: 22%;
    }
    .servedetails .featinner h6{
        font-size: 20px;
    }
    .emobility_sec2 .solid-state-expertise .safty-list li, .emobility_sec2 .solid-state-expertise .safty-list li{
        font-size: 16px;
    }
    .emobility_sec1 h4, .emobility_sec2 h4{
        font-size: 16px;
    }
    .infinity-section3 figure.effect-ruby{
        min-height: 300px;
    }
    .infinity-section3 figure.effect-ruby:hover p {
      height: 180px;
    }
    .mediakit-container .img-wrapper{
        height: 200px;
    }
    .mediakit-description .mediakit-title{
        flex-basis: 60%;
    }
    .download_row{
        flex-basis: 40%;
    }
    .aboutContainer2 .content-details h3{
        font-size: 42px;
    }
    .featured-contleft h2{
        font-size: 90px;
    }
    /*.aboutSection5{
        padding: 100px 0;
    }*/
    .infinitybannerSection{
        padding: 160px 0 40px;
    }
    .featured-left .industries-serve .serve-thumb{
        height: auto;
    }
    .featured-right .industries-serve a.dl-flex{
        height: 210px;
    }
    .homebannerSection .carousel-caption{
        top: 32%;
    }
    .homebannerSection .slider2 .carousel-caption {
      top: 25%;
    }
    .news-description .news-title h4{
        font-size: 20px;
    }
    .homebannerSection .container {
      max-width: 960px;
    }
    .technology-container .title4 h2{
        font-size: 50px;
    }
    .infinity-Section2 .title p, .infinity-Section3 .title p, .power-data .title p{
        font-size: 16px;
    }
    .cycle-col h4{
        font-size: 16px;
    }
    .infinity-Section3 .safty-list li, .power-data .safty-list li{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .separator-thumb h5{
        font-size: 16px;
    }
    .solidstate-banner .banner-title {
      margin-bottom: 50px;
    }
    .solid-state-battery-Section2 .title p, .solid-state-battery-Section4 .title p, .solidcolmn-sec .title p{
        font-size: 16px;
    }
    .solid-state-details .bg-text p{
        font-size: 16px; 
        margin-bottom: 0;
    }
    .solid-state-details .d-flex {
      margin-bottom: 10px;
    }
    .solid-state-battery-Section3 .home-ind-content2 p, .operating-cycle p{
        font-size: 16px;
    }
    .solid-state-expertise .safty-list li, .solidcolmn-sec .safty-list li{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .energy_img_col h4{
        font-size: 16px;
    }
    .media-banner .blog-description h3{
        font-size: 22px;
    }
    .homebannerSection.media-banner{
        padding: 120px 0 100px;
    }
    .media-banner .banner-title h1{
        font-size: 35px;
    }
    .media-banner .blog-thumb{
        width: 250px;
        height: 250px;
    }
    .blog-banner .banner-title h3{
        font-size: 32px;
    }
    
    .investor-relations-section figure.effect-ruby h2{
        font-size: 18px;
    }
    .application_banner{
        background-size: cover;
    }
    .sitemap-row h3{
        font-size: 18px;
    }
    .sitemap-row .sitemap-box ul {
        margin-left: 10px;
    }
    .innerbannerSection .carousel-caption{
        top: 40%;
    }
    .innerbannerSection .carousel-caption .caption-text h1{
        font-size: 70px;
        margin-bottom: 10px;
    }
    .innerbannerSection .carousel-caption .caption-text h3{
        font-size: 35px;
    }
    .aboutSection2 p{
        font-size: 25px;
    }
    .news_sec3 .title h2{
        font-size: 40px;
    }
    .post-info h4{
        font-size: 18px;
        line-height: 25px;
    }
    .post-info p{
        font-size: 18px;
    }
    
    
    
    
    
    
}




@media only screen and (max-width:1199px){

   .quickServiceBanner .bannerText2 {padding-right: 20px; padding-bottom: 20px; background-color: #fff;}

   /* ---Tambirul - 05.04.22--- */
   .materi-handling_sec figure.effect-ruby h2 { margin-top: 29px; font-weight: 500; font-size: 20px;}
   .sitk_sec .form-group { width: 62%;}
   .application_sec1 .container { max-width: 960px;}

/* --nav-- */
.header.homeMenu .navbar-nav li a { font-size: 14px;}



    .application_banner{
        background-size: cover;
    }
    
    
    
    
}

@media only screen and (max-width:991px){

    /* ---Tambirul - 05.04.22--- */
    section { padding: 55px 0;}
    .material_sec1 .safty-list li { font-size: 18px;  margin-bottom: 20px;}
    .material_sec1 .power-data .title { margin-bottom: 22px; padding: 0;}
    .material_sec1 .title h2 { font-size: 55px;}
    .material_sec2 .title h2 br{display: none;}
    .loc_sec { padding: 60px 0 0;}
    .loc_sec ul { padding: 10px 0 0 0;}
    .loc_sec ul li { width: 40%;text-align: center; margin: 0 5% 40px;}
    .sitk_left{text-align: center; margin: 0 0 15px;}
    .sitk_right .form-inline{justify-content: center;}

    .application_sec1 .container { max-width: 720px;}
    .application_sec1 .innerTitle2 .title2 { width:100%; margin-bottom: 0;}

    .application_sec1 .innerTitle2 { width: 100%;}
    .title h2 { font-size: 50px; margin-bottom: 7px;}
    .application_sec1 .innerTitle2 { margin: 0 auto 35px;}
    .application_sec1 .industries-serve .servedetails .featinner h3 {font-size: 20px;}

    /* -- mobile nav-- */
    .nav_right { width: 75%;}
    .header .navbar .navbar-collapse{background: #102c52;}
    .header.homeMenu .navbar-nav li a{
        font-size: 15px;
    }
    
    /* ---End Tambirul - 05.04.22--- */    
    .contact-row .form-row { flex-wrap: wrap;}
    
 
 }

@media only screen and (min-width:768px) and (max-width:1023.9px){
    
    
    .header .login-sec{
        order: 2;
    }
    .header .nav-right{
        order: 3;
    }
    
    
    p, li {
      font-size: 15px;
    }
    .header.homeMenu .navbar-nav li a {
      font-size: 14px;
    }
    .container-fluid {
      max-width: 96%;
    }
    .nav_right {
      width: 70%;
    }
    .header.smaller .logo {
      padding: 8px 0;
    }
    .header .logo{
        max-width: 28%;
        padding-top: 10px;
    }
    .header.homeMenu{
        height: auto;
    }
    .header.homeMenu.smaller{
        height: 80px;
    }
    .header .logo .white-logo{
        max-width: 120px;
        display: inline-block;
    }
    .header.smaller .logo .dark-logo{
        max-width: 90px;
    }
    .header .navbar-nav li .dropdown-icon{
        display: block;
        position: absolute;
        font-size: 18px;
        width: 80px;
        height: 100%;
        right: 0;
        top: 0;
        text-align: right;
        color: #fff;
        padding: 3px;
        padding-right: 15px;
    }
    .header .navbar-nav{
        padding: 5px 0;
    }
    .mobile-menu-row {
        display: flex;
        justify-content: flex-end;
    }
    .header .navbar-nav li a, .header.homeMenu .navbar-nav li a{
        color: #fff;
        padding: 9px 12px;
    }
    .header.homeMenu .navbar-nav li .dropdown-menu a{
        padding: 7px 18px !important;
    }
    .header .navbar-nav li .dropdown-menu{
        display: block;
        padding-left: 15px;
    }
    .header .navbar{
        width: auto;
        position: relative;
        margin-top: 10px;
    }
    .header .navbar .navbar-toggler{
        padding: 6px 8px;
    }
    .header .navbar .navbar-collapse{
        position: absolute;
        top: 40px;
        width: 300px;
    }
    .header.homeMenu.smaller .nav_right {
        padding-top: 12px;
    }
    .homebannerSection .carousel-item .slider-thumb, .homebannerSection .carousel-item img {
        width: 100%;
        height: 430px;
        object-fit: cover;
    }
    .homebannerSection .carousel-caption {top: 24%;}
    .homebannerSection .slider2 .carousel-caption{
        top: 20%;
    }
    .homebannerSection .carousel-caption p{
        margin-bottom: 15px;
    }
    
    
    .homeSection2 .indInnerRow{
        margin-bottom: 40px;
    }
    .homebannerSection .container {
      max-width: 700px;
    }
    
    .homebannerSection .carousel-caption h1, .homebannerSection .carousel-caption h2, .homebannerSection .carousel-caption h2, .infinitybannerSection .banner-title h2, .infinitybannerSection .banner-title h1{
        font-size: 38px;
        margin-bottom: 10px;
    }
    .homebannerSection .carousel-caption p, .infinitybannerSection .banner-title p, .infinitybannerSection .banner-title p{
        font-size: 15px;
    }
    .homebannerSection .carousel-caption .discover-btn{
        font-size: 14px;
        padding: 12px 25px;
    }
    .homebannerSection .carousel-control-next, .homebannerSection .carousel-control-prev{
        width: 4%;
    }
    .homebannerSection .carousel-control-prev .fa::before{
        width: 20px;
        height: 60px;
    }
    .homebannerSection .carousel-control-next .fa::before{
        width: 20px;
        height: 60px;
        left: 0;
    }
    .homebannerSection .carousel-caption .caption-text {
      max-width: 380px;
    }
    .social-media ul li{
        font-size: 14px;
    }
    .title h2{
        font-size: 40px;
    }
    .title h3{
        font-size: 30px;
    }
    .title2 p{
        font-size: 17px;
    }
    .info-detl-box{
        padding: 20px 10px 40px;
    }
    .info-detl-box h4{
        font-size: 16px;
    }
    .home-ind-content2 p{
        font-size: 15px;
    }
    .title3 h2{
        font-size: 50px;
        line-height: 50px;
    }
    .title2 h2{
        font-size: 48px;
    }
    .expertise-sec p{
        font-size: 15px;
    }
    .title3{
        margin-bottom: 20px;
    }
    .title3 h3{
        font-size: 35px;
        margin-bottom: 0;
    }
    
    .innerbannerSection .carousel-caption{
        top: 40%;
    }
    
    .innerbannerSection .carousel-caption .caption-text h1{
        font-size: 50px;
        margin-bottom: 10px;
    }
    .membership-container .powered-container .powered-cont .board-dtl{
        margin-bottom: 5px;
    }
    .powered-container .powered-cont h3{
        font-size: 16px;
    }
    .powered-container .powered-cont p{
        font-size: 14px;
        margin-bottom: 0;
        line-height: 16px;
    }
    .powered-container .powered-cont{
        padding: 10px 6px;
        overflow: hidden;
    }
    .powered-container:hover .powered-cont{
        padding: 10px 6px;
    }
    .home-ind-content2 h4{
        font-size: 26px;
    }
    .homeSectiontool{
        padding: 70px 0;
    }
    .news-slider-sec .owl-carousel .owl-prev{
        left: 0;
        top: auto;
        margin: 0;
    }
    .news-slider-sec .owl-carousel .owl-prev .prev-slide{
        width: 14px;
        height: 35px;
    }
    .news-slider-sec .owl-carousel .owl-next{
        right: 0;
        top: auto;
        margin: 0;
    }
    .news-slider-sec .owl-carousel .owl-next .next-slide{
        width: 14px;
        height: 35px;
    }
    .featured-left{
        padding: 30px;
    }
    .featured-left h2{
        font-size: 60px;
    }
    .benefit-row .benefit-icon{
        flex-basis: 20%;
    }
    .benefit-row .benefit-list{
        flex-basis: 80%;
        font-size: 18px;
    }
    .custom-btn2{
        font-size: 18px;
    }
    .innerbannerSection .carousel-caption .caption-text h3{
        font-size: 30px;
    }
    .aboutSection2 p{
        font-size: 22px;
    }
    .powered-container .powered-cont h4{
        font-size: 16px;
    }
    .powered-container .powered-cont .vvd{
        font-size: 15px;
    }
    .aboutContainer2 .content-details{
        padding: 25px;
    }
    .aboutContainer2 .content-details h3{
        font-size: 32px;
    }
    .aboutContainer2 .content-details p{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .featured-contleft h2{
        font-size: 60px;
    }
    .featured-contleft .benefit-row .benefit-list{
        font-size: 18px;
    }
    .featured-content{
        margin-top: 90px;
    }
    .featured-content ul li h5{
        font-size: 18px;
    }
    .featured-content ul li p{
        font-size: 16px;
    }
    .custom-btn{
        font-size: 18px;
    }
    .waiting-section h2{
        font-size: 40px;
    }
    .contact-details h2{
        font-size: 40px;
    }
    .cmn-content .sub-header h4{
        font-size: 26px;
    }
    .chaiman-info .chairman-contact{
        width: 90%;
        margin-left: 5%;
    }
    .chaiman-info .chairman-contact h5{
        font-size: 22px;
    }
    .chaiman-info .chairman-contact p{
        font-size: 16px;
    }
    .contactSection .contact-details{
        padding: 20px;
    }
    .aboutSection5{
        padding: 90px 0;
    }
    .tranp_col .trans_title h2{
        font-size: 16px;
        line-height: 25px;
    }
    .blog_sec .tranp_col .trans_title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .blog_sec .owl-carousel p {
      font-size: 16px;
      line-height: 26px;
    }
    .news_sec3 .title h2{
        font-size: 30px;
    }
    .latest-posts .post-thumb{
        width: 120px;
    }
    .latest-posts .post-info{
        margin-left: 130px;
    }
    .news_sec3 .post-info h4{
        font-size: 16px;
        line-height: 22px;
    }
    .news_sec3 .post-info p{
        font-size: 15px;
    }
    .cmn-content h2{
        font-size: 36px;
    }
    .cmn-content p{
        line-height: 26px;
    }
    .health-slidersec .container{
        max-width: 700px;
    }
    .airlinesSectionbtmn .waiting-section h2{
        font-size: 25px;
    }
    .upcomingwebinar .update{
        font-size: 20px;
        flex-basis: 150px;
    }
    .upcomingwebinar .upcdetl{
        font-size: 17px;
    }
    .offered-detl{
        font-size: 50px;
    }
    .news-slider-sec .news-services-box .news-thumb{
        height: 220px;
    }
    
    
    
    
}

@media only screen and (min-width:300px) and (max-width:767.9px){
    p, li {
      font-size: 15px;
    }
    .header.homeMenu{
        background-color: #fff;
    }
    .header .navbar-nav li .dropdown-icon{
        display: block;
        position: absolute;
        font-size: 20px;
        width: 80px;
        height: 100%;
        right: 0;
        top: 0;
        text-align: right;
        color: #fff;
        padding: 3px;
        padding-right: 15px;
    }
    .mobile-menu-row {
        display: flex;
        justify-content: flex-end;
    }
    .header .navbar-nav li .dropdown-menu{
        display: block;
        padding-left: 15px;
    }
    .header .navbar-nav li a, .header.homeMenu .navbar-nav li a{
        color: #fff;
        padding: 9px 12px;
    }
    
    .header.homeMenu .navbar-nav li .dropdown-menu a{
        padding: 9px 18px !important;
    }
    .header .navbar{
        width: auto;
        position: relative;
        margin-top: 10px;
    }
    .header .navbar .navbar-toggler{
        padding: 6px 8px;
    }
    /*.header .navbar .navbar-collapse{
        position: absolute;
        top: 40px;
        width: 300px;
    }*/
    .header.smaller .navbar{
        top: 15px;
    }
    .innerbannerSection{
        margin-top: 60px;
    }
    .header .login-sec{
        order: 2;
    }
    .header .nav-right{
        order: 3;
        width: 80px;
    }
        
    .header.homeMenu{
        height: auto;
    }
    .header.homeMenu.smaller{
        height: 80px;
    }
    .header .logo .white-logo{
        max-width: 100px;
        display: none;
    }
    .header.smaller .logo .dark-logo{
        max-width: 90px;
    }
    .header .logo .dark-logo{
        display: block;
        max-width: 100px;
    }
    .innerbannerSection .carousel-item .slider-thumb{
        height: 250px;
        object-fit: cover;
    }
    .innerbannerSection .carousel-caption{
        left: 4%;
        right: 4%;
    }
    .innerbannerSection .carousel-caption .caption-text h1{
        font-size: 35px;
        margin-bottom: 4px;
    }
    .innerbannerSection .carousel-caption .caption-text h3{
        font-size: 20px;
    }
    
    .title h2{
        font-size: 30px;
    }
    .powered-container .powered-cont{
        padding:10px 10px;
        height: 92%;
        background-color: rgba(243,140,28,0.7);
        bottom: 4%;
    }
    .powered-section .indInnerRow{
        margin-bottom: 20px;
    }
    .powered-container:hover .powered-cont{
        padding-top: 10px;
    }
    .powered-container .powered-cont h3{
        font-size: 22px;
        margin-bottom: 4px;
    }
    .powered-container .powered-cont p{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
        display: block;
    }
    .powered-container .powered-cont .learn-btn{
        font-size: 15px;
        display: block;
    }
    .membership-container .powered-container .powered-cont{
        height: 92%;
        bottom: 4%;
    }
    .membership-container2 h2, .waiting-section h2{
        font-size: 32px;
    }
    .featured-content ul li p{
        font-size: 16px;
    }
    .aboutSection5{
        padding: 60px 0;
    }
    .waiting-section p{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .footer-logo{
        max-width: 120px;
        display: inline-block;
    }
    .custom-btn{
        padding: 8px 25px;
    }
    .homebannerSection{
        margin-top: 80px;
    }
    .homebannerSection .banner-arrow{
        display: none;
    }
    .homebannerSection .carousel-item .slider-thumb, .homebannerSection .carousel-item img{
        min-height: 280px;
    }
    .homebannerSection .carousel-caption{
        top: 15px;
    }
    .homebannerSection .carousel-caption h1, .homebannerSection .carousel-caption h2{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .homebannerSection .carousel-caption p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .homebannerSection .carousel-caption .custom-btn{
        font-size: 17px;
        padding: 6px 25px;
    }
    .homebannerSection .carousel-control-prev .fa:before {
        width: 15px;
        height: 40px;
        }
    .homebannerSection .carousel-control-next .fa:before{
        width: 15px;
        height: 40px;
    }
    .inner-logo{
        margin-bottom: 15px;
    }
    .inner-logo img{
        max-width: 120px;
    }
    .home-ind-content2 h4{
        font-size: 25px;
    }
    .home-ind-content2 p{
        font-size: 16px;
    }
    .custom-btn2{
        font-size: 18px;
    }
    .homeSection2{
        padding-bottom: 60px;
    }
    .homeSectiontool{
        padding: 60px 0 100px;
    }
    .news-slider-sec .owl-carousel .owl-prev{
        left: 0;
        top: auto;
        margin: 0;
    }
    .news-slider-sec .owl-carousel .owl-prev .prev-slide{
        width: 14px;
        height: 35px;
    }
    .news-slider-sec .owl-carousel .owl-next{
        right: 0;
        top: auto;
        margin: 0;
    }
    .news-slider-sec .owl-carousel .owl-next .next-slide{
        width: 14px;
        height: 35px;
    }
    .featured-left{
        padding: 30px;
    }
    .featured-left h2{
        font-size: 50px;
    }
    .benefit-row .benefit-icon{
        flex-basis: 20%;
    }
    .benefit-row .benefit-list{
        flex-basis: 80%;
        font-size: 18px;
    }
    .border-btn{
        font-size: 18px;
    }
    .about-content-row{
        flex-direction: column;
    }
    .about-content-row .content-details{
        flex-basis: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .about-content-row .about-thumb {
        width: 100%;
        flex-basis: 100%;
        margin-left: 0;
        position: relative;
        z-index: 1;
    }
    .aboutSection2 p{
        font-size: 18px;
    }
    .aboutContainer2 {
        padding-top: 60px;
    }
    .about-content-row-left{
        flex-direction: column;
    }
    .aboutContainer2 .content-details{
        padding: 20px;
    }
    .about-content-row-left .content-details{
        flex-basis: 100%;
        margin: 0;
    }
    .aboutContainer2 .content-details h3{
        font-size: 30px;
    }
    .aboutContainer2 .content-details p{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .about-content-row-right{
        flex-direction: column;
    }
    .about-content-row-right .about-thumb{
        order: 1;
    }
    .about-content-row-right .content-details{
        order: 2;
        margin: 0;
        flex-basis: 100%;
    }
    .featured-contleft h2{
        font-size: 60px;
    }
    .featured-contleft .benefit-row .benefit-list{
        font-size: 16px;
    }
    .featured-content ul li h5{
        font-size: 18px;
    }
    .contact-details h2{
        font-size: 35px;
    }
    .contact-details h4{
        font-size: 20px;
    }
    .contact-details .contact-row{
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .cmn-content .sub-header h4{
        font-size: 22px;
    }
    .cmn-content h2{
        font-size: 35px;
    }
    .chaiman-info .chairman-contact{
        width: 90%;
        margin-left: 5%;
    }
    .chaiman-info .chairman-contact h5{
        font-size: 22px;
    }
    .chaiman-info .chairman-contact p{
        font-size: 16px;
    }
    .contact-form{
        margin-bottom: 30px;
    }
    .contact-form h2{
        font-size: 40px;
    }
    .newsletter-blog{
        flex-direction: column;
    }
    .newsletter-blog .newsletter-details{
        padding: 15px 0;
    }
    .newsletter-blog .newsletter-details h3{
        font-size: 26px;
    }
    .newsletter-blog .newsletter-details h5{
        font-size: 18px;
    }
    
    
    /*--  10.06.22--  */
    /*.carousel-inner img.slider-thumb{height: 400px; object-fit: cover;}*/
    /*.innerbannerSection .carousel-caption { top: 44%;}*/
    
    .form_sec h4 { font-size: 25px; line-height: 35px;}
    .pf_form_row { flex-wrap: wrap; }
    .pf_form ul li { padding: 15px 0;}
    .bil_box { width: 48%; margin: 0 0 15px;}
    .cjoin_sec h4 { font-size: 36px; line-height: 45px; margin-bottom: 25px;}

    .news_sec1 p { line-height: 25px;}
    .about-content-row { display: block;}
    .newsSection2 .container, .blog_sec .container { max-width: 540px;}
    .news_sec3 .title h2 { font-size: 30px;}
    .latest-posts { margin: 20px 0 0 0;}
    .ibs_sec .content-details h4 { font-size: 35px; line-height: 35px;}
    .ibs_sec .content-details p { font-size: 20px; line-height: 25px; margin: 0 0 20px;}
    .prf_block{margin-left: 0;}

     /*-- End  10.06.22--  */
    
    .news-detail-container h3{
        font-size: 28px;
    }
    .news-detail-container h4{
        font-size: 25px;
    }
    .news-detail-container h5{
        font-size: 20px;
    }
    .news-detail-container p{
        line-height: 26px;
    }
    
    .celebrations-cont, .celebrate-cont{
        padding: 15px;
    }
    .news-description .news-title h4{
        font-size: 18px;
    }
    .featured-content{
        margin-top: 60px;
    }
    
    .search-container .signup_form .nme{
        margin-bottom: 10px;
    }
    .blog_sec .tranp_col .trans_title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .blog_sec .owl-carousel p {
      font-size: 16px;
      line-height: 26px;
    }
    .news_sec3 .title h2{
        font-size: 30px;
    }
    .post_widget_left {
      padding-right: 0;
    }
    .latest-posts .post-thumb{
        width: 120px;
    }
    .latest-posts .post-info{
        margin-left: 130px;
    }
    .news_sec3 .post-info h4{
        font-size: 16px;
        line-height: 22px;
    }
    .news_sec3 .post-info p{
        font-size: 15px;
    }
    .post_widget_right{
        padding-left: 0;
    }
    .ibs_sec .custom-btn{
        padding: 15px 30px;
        font-size: 18px;
    }
    .cmn-content p{
        line-height: 28px;
    }
    .health-slidersec .owl-carousel .owl-prev .prev-slide{
        width: 14px;
        height: 28px;
    }
    .health-slidersec .owl-carousel .owl-next .next-slide{
        width: 14px;
        height: 28px;
    }
    .health-slidersec .owl-carousel .owl-prev{
        height: 38px;
        left: 0;
        top: 0;
    }
    .health-slidersec .owl-carousel .owl-next{
        right: 0px;
        top: 0;
        height: 38px;
    }
    .health-slidersec .news-thumb{
        margin-bottom: 10px;
    }
    .airlinesSectionbtmn .waiting-section h2{
        padding-right: 3%;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .footer-menu h4{
        font-size: 22px;
    }
    .homeSection2 .home-ind-content2 {
      padding-left: 0;
    }
    .custom-btn{
        font-size: 18px;
    }
    .news-slider-sec .news-services-box .news-thumb{
        height: auto;
    }
    .upcomingwebinar .update{
        font-size: 15px;
    }
    .upcomingwebinar .upcdetl{
        font-size: 15px;
        text-align: left;
    }
    .news-description .date-sec .month{
        font-size: 18px;
    }
    .news-description .date-sec .date{
        font-size: 20px;
    }
    .offered-detl{
        font-size: 35px;
    }
    .chartSection .chart-col{
        border-radius: 20px;
        padding: 30px;
    }
    .cmn-content h3{
        font-size: 30px;
    }
    .chinese-section .title{
        margin-bottom: 40px;
    }
    .order1{
        order: 1;
        margin-bottom: 20px;
    }
    .order2{
        order: 2;
    }
    .footermenu2n h4{
        display: none;
    }
    .powered-container .powered-cont .vvd{
        color: #111;
    }
    
    
    
    
}



@media only screen and (max-width:575px){
    .listPartners .solutionSection{height: auto;}

     /* --- - 05.04.22--- */
     .loc_sec ul li img { width: 100%;}
     .mate_content ul, .mate_sec2 .mate_content ul { padding: 25px 2% 0;}
     .sitk_sec .form-group { width: 100%;}
     .sitk_sec .form-control{margin: 0 0 15px;}
     .application_sec1 .container { max-width: 100%;}
     .application_sec1 .innerTitle2 { margin-bottom: 20px;}
     .application_sec1 .owl-theme .owl-nav { display: block; }
     .application_sec1 .owl-carousel .owl-nav {  width: 100%; position: relative; top: 100%; margin-top: 0px;}
     .application_sec1 .owl-carousel .owl-nav .owl-prev,.application_sec1 .owl-carousel .owl-nav .owl-next{position: relative;}
     .application_sec1 .owl-carousel .owl-nav .owl-next{right: 0;}
     .application_sec1 .owl-carousel .owl-nav .owl-prev{left: 0;}
     .history_sec .servedetails .featinner p{min-height: auto;}

     .join_team_sec .join_team_col h6 a {  word-break: break-all;display: block;}
     
   /* ---End  - 05.04.22--- */
    
    /* --- - 10.06.22--- */
   .bil_box { width: 100%; margin: 0 0 15px;}
   .newsSection2 .container, .blog_sec .container { max-width: 400px;}
   .owl-carousel .owl-nav{width: 100%; left:  0; top: auto; bottom: 0; position: relative; justify-content: center; position: relative;}
   .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{margin: 0 0px;}
   .ibs_sec .content-details h4 { font-size: 35px; line-height: 35px;}
   .mac_img{width: 36%; float: left;}
   .prf_desc{width: 60%; float: right; padding: 0;}
   .prf_desc p { margin: 10px 0 0;}
   .prf_desc button { margin-top: 10px;}
   .prf_desc .custom-btn {  padding: 5px 25px;}
   .prf_desc p .fa { margin-right: 10px;}
   .prf_detail{margin-top: 30px;}
   .prf_photos_upload { margin: 15px 10px;}
   .prf_detail ul li { margin: 0 0 10px;}
   .prf_block { padding: 15px;}



 /* ---End  - 10.06.22--- */
    
}

@media (max-width : 1192px) {
  .wather_box_right { width: 475px;}
  .day_col { margin-left: 60px;}
  }
  @media (max-width : 992px) {
    .wather_box{padding: 30px;}
    .wather_box_left { width: 350px;}
    .wather_box_right { width: 400px;}
    .day_col { margin-left: 30px;}
    .wather_box_row h2 { font-size: 40px;}
    h3.crnt { font-size: 40px; font-weight: 600;}
}

@media (max-width : 767px) {
    .wather_box_row h2 { font-size: 30px;}
ul.weather_cond li span { margin-right: 15px;width: 25px;}
h3.crnt { font-size: 30px;}
h3.crnt span { font-size: 25px;}
ul.weather_cond li { font-size: 21px;}
.wather_box_right { width: 275px;}
.day_col { margin-left: 0;}
.day_box ul li { font-size: 20px;}
.day_box ul li:first-child{width: 30px;}
.day_box{padding: 15px;}

/* --20.10.22-- */

/* #healthSlider .owl-stage-outer{ width: 80%; margin: 0 auto;} */
#healthSlider{ width: 70%; margin: 0 auto;}
.health-slidersec .owl-theme .owl-nav { margin: 0; position: absolute; left: -8%; top: 52%; width: 116%; display: flex;
    justify-content: space-between;}

}

@media (max-width : 575px) {
.wather_box_row{display: block;}
.wather_box_left { width: 100%;}
.wather_box_right { width: 100%;}
.wather_box_row h2 br{display: none;}
.wather_box_row h2{margin: 0 0 15px;}
ul.weather_cond li {  margin: 0 0 15px;}
.day_col { max-height: 320px;}

/* --20.10.22-- */
.news-slider-sec .news-services-box, #healthSlider .news-services-box .news-thumb { width: 80%; margin: 0 auto;}
.news-slider-sec .owl-theme .owl-nav, #healthSlider .owl-nav  { margin: 0; position: absolute; left: 0; top: 35%;}
.owl-two .tranp_col, .owl-three .tranp_col{width: 80%; margin: 0 auto;}

.airlineSection1 .cmn-content{padding-bottom: 30px;}
#healthSlider{ width: 100%; margin: 0 auto;}
.health-slidersec .owl-theme .owl-nav { margin: 0; position: absolute; left: 0%; top: 52%; width: 100%; display: flex; justify-content: space-between;}



}

h3.p_info{padding-bottom:8px;}
.tranp_col .trans_title .fa {  margin-right: 8px;}

/* --19.10.22-- */
.about-content-row .about-thumb { float: right; margin: 0 0 0 30px;}
.about-content-row .content-details { flex-basis: 100%;}
.news_sec1 p { font-size: 25px; line-height: 35px;}
h3.ttl_size{font-size: 30px;}
.content-details p a{color:#1ba2dd;}
.content-details p a:hover{color:#000; text-decoration: underline !important;}

@media (max-width : 800px) {
.about-content-row .about-thumb { width: 100%; margin: 0 0 30px; float: none;}
img.slider-thumb{width: 100%;}
}


.news_video{width: 75%; margin: 30px auto;}
.news_video img{border-radius: 5px; width: 100%;}

/* --25.10.22-- */
.news-description .date-sec { flex-basis: 22%;}
@media (max-width : 1400px) {
    .news-description .date-sec { flex-basis: 40%;}
}
@media (max-width : 1100px) {
    .news-description .date-sec { flex-basis: 42%;}
}
@media (max-width : 1024px) {
    .news-description .date-sec { flex-basis: 40%;}
}

@media (max-width : 992px) {
    .news-description .date-sec { flex-basis: 32%;}
}

@media (max-width : 767px) {
    .news-description .date-sec { flex-basis: 95px; font-size: 19px;}
    section { padding: 30px 0;}
    .airlineSection1 .cmn-content { padding-bottom: 5px;}
}

@media (max-width : 585px) {
    .news-description .date-sec { flex-basis:95px;}
}

@media (max-width : 480px) {
    .news-description .date-sec { flex-basis: 95px;}
}

.btnsec.btnsec_sml a.custom-btn { font-size: 18px; padding: 10px 18px; margin: 0 15px 15px 0; white-space: break-spaces;}
.custom-btn.buton2{background: #3090cb; border: 1px solid #3090cb;}
.custom-btn.buton2:hover{ color: #53b9f8; text-decoration: none; background-color: #fff;}
.custom-btn.buton2:after {box-shadow: 0 0 0 3px #3090cb;	}
.airlineSection1.cruise_sec{background: #e5fdff;}


