/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 120px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	/*display: none;*/
}

#logo-white {
	float:left;
	display:block;
	width:100%;
	min-height: 50px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo-white.png) no-repeat left top;
	display: block;
}


/* header area adinationals */
.logo {
	float: left;
	width: 245px;
	margin-top: 0px;
	position: relative;
}
.logo:before{
	content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 100%;
    height: 140px;
    z-index: -1;
    background-color: #1e293a;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    /*border-radius: 0 10px 10px 0;*/
    
}
.logo:after {
	position: absolute;
	content: "";
	right: 99.5%;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #1e293a;
}

.menu_main {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom-left-radius:  15px;
	border-bottom-right-radius:  15px;
	z-index: 9999;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
}

.menu_main.rslinks {
	width: 67%;
}

.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.mstslider {
	width: 100%;
	float: left;
}
.mstslider video {
    object-fit: cover;
    width: 100%;
}

.ms-slide .ms-slide-layers {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0) 0%) !important;
}
.text-anim{
 animation: textAnimate 5s infinite alternate;
}
.text-anim  svg{
	 overflow: unset;
    display: inline-block;
    height: 80px;
    width: 100%;
}

.text-anim svg text {
font-family: Lora;
    letter-spacing: 1.5px;
    stroke: #20b5e9;
    font-size: 5rem;
    font-weight: 700;
    stroke-width: 2;
    animation: textAnimate 5s infinite alternate;
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset:  20%;
    fill:hsl(189, 68%, 75%)

  }
  
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%;
    fill: hsla(189, 68%, 75%,0%)
  }
  
}
.mslayer-read-more{
	padding: 10px 25px;
	background: #d8bd95;
	color: #1e293a !important;
	border-radius: 6px;
	transition: all 0.1s ease-in-out;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}

.mslayer-read-more:hover{
	background: rgb(255 255 255 /0.5);
	color: #1e293a;
}
/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	overflow: hidden;

}
.top_nav .left {
	float: left;
	width: 30%;
	text-align: left;
}
.top_nav .right {
	float: left;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.top_nav .top-contact{
	width: 100%;
	float: left;
	padding-top: 50px;
}
.top_nav .top-contact li{
	display: inline-block;
	float: left;
	margin-right:60px;
}
.top_nav .top-contact li:last-child{
	margin-right:0px;
}
.top_nav .top-contact i {
	color: #cbaa79;
	float: left;
	margin-right: 18px;
	font-size: 28px
}
.top_nav .top-contact h4 {
	position: relative;
    color: #1e293a;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0px;
}
.top_nav .top-contact p {
	position: relative;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.single-contact-info{
	float: left;
}
.top_nav .top-contact a {
	color: #222;

}
.top_nav .top-contact a:hover {
	color: #999;
	transition: all 0.3s ease;
}

.top_nav .right ul{
	margin-bottom: 0px;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 15px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
.top_nav .topsocial li:last-child {
	margin-right:0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #02436d;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}

/* top navigation style 2 */
.top_nav2 {
	float: left;
	width: 100%;
	background: #3c3c41;
	font-size: 12px;
	color: #999;
}
.top_nav2 .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav2 .left i {
	color: #999;
}
.top_nav2 .left a {
	color: #999;
	margin-right: 25px;
}
.top_nav2 .left a:hover {
	color: #eee;
	transition: all 0.3s ease;
}
.top_nav2 .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav2 ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
}
.top_nav2 .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
.top_nav2 .topsocial li a {
	float: left;
	color: #999;
	font-size: 12px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav2 .topsocial li a:hover {
	color: #eee;
}


/* top navigation style 3 */
.top_nav3 {
	float: left;
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	text-align: right;
	padding-right: 21px;
	padding-top: 7px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 9999;
}
.top_nav3 i {
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 100%;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	margin-right: 2px;
	color: #999;
	transition: all 0.3s ease;
}
.top_nav3 a {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav3 a:hover {
	color: #f7ca18;
}
.top_nav3 a:hover i {
	color: #f7ca18;
	border: 1px solid #f7ca18;
}

/* top navigation style 4 */
.top_nav4 {
	float: left;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #2f3337;
	font-size: 12px;
	color: #999;
}
.top_nav4 ul.topsocial {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px;
}
.top_nav4 .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 7px 0px 0px;
}
.top_nav4 .topsocial li a {
	float: left;
	width: 18px;
	height: 18px;
	color: #999;
	font-size: 10px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
	border: 1px solid #727272;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
}
.top_nav4 .topsocial li a:hover {
	color: #fff;
	background: #2f3337;
	border: 1px solid #999;
}
.top_nav4 .left {
	float: left;
	width: 30%;
	padding: 10px 0px 0px 0px;
}
.top_nav4 .right {
	float: left;
	width: 70%;
	text-align: right;
	color: #999;
}
.top_nav4 .right i {
	color: #999;
}
.top_nav4 .right a {
	color: #999;
}
.top_nav4 .right a:hover {
	color: #fff;
	transition: all 0.3s ease;
}
.top_nav4 .right strong {
	float: right;
	font-size: 13px;
	font-weight: 700;
	padding-top: 7px;
	margin-right: 18px;
}

.tpbut4 {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #2f3337;
	border-left: 1px solid #2f3337;
	transition: all 0.3s ease;
}
.tpbut4:hover {
	color: #999;
	background: #2f3337;
}
.tpbut4.two {
	border-right: 1px solid #2f3337;
	border-left: none;
}



.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.menu_rlinks {
	float: right;
	width: 16%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 300;
}
.menu_rlinks .mrbut {
	float: right;
	color: #ccc;
	margin-left: 0px;
	padding: 18px 22px 17px 22px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-right: 1px solid #707070;
	border-left: none;
}

.slidermar {
	margin-top: 100px;
}
.slidermar1 {
	margin-top: 1px;
}
.ms-title{
font-size: 80px;
      line-height: 90px;
      font-weight: 700;
}
.ms-title span{ display: block;}

.ms-title1{
	font-size: 30px;
      line-height: 40px;
      font-weight: 500;
      color: #fff;
}
.animate-charcter
{
   text-transform: capitalize;
  background-image: linear-gradient(
    -225deg,
    #01ffff 0%,
    #00427f 29%,
    #f26622 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;      
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 44px 0px 0px 0px;
	background: url(../images/footer-bg.jpg) no-repeat center ;
	background-size: contain;
	color: #000;
	font-family: "poppins", sans-serif; 
	position: relative; 
}
.footer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.97;
    background-color: #1e293a;
}

.footer h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
   font-family: "Titillium Web", sans-serif;  
    margin-bottom: 18px;
    position: relative;
    line-height: 40px;
    letter-spacing: 0.5px
}
.footer h4:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 50px;
  height: 1px;
  top:100%;
  left: 0px;
}
.footer h4:after {
  position: absolute;
  content: "";
  background: #d8bd95;
  width: 20px;
  height: 4px;
  top:97%;
  left: 0px;
  border-radius: 20px;
}

.footer .upper-box {
    position: relative;
}

.info-block-inner {
    position: relative;
    min-height: 110px;
    padding-left: 97px;
    width: 100%;
    float: left;
}


.info-block-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: 75px;
    font-size: 36px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    background-color: #cbaa79;
    border-radius: 7px;
}

.info-block-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color:#fff;
}
.info-block-inner a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.3px;
}
.info-block-inner p {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.3px;
}




/*.footer-1{
	width: 15%;
	float: left;
	margin-right: 2%;
}
.footer-2{
	width: 24%;
	float: left;
	margin-right: 2%;
}
.footer-3{
	width: 24%;
	float: left;
	margin-right: 2%;
	padding-top: 60px;
}
.footer-4{
	width: 31%;
	float: left;
	margin-right: 0%;
}*/
/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 0px;
  color:#f9f9f9;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  line-height: 28px;
   font-family: "Titillium Web", sans-serif;  
  letter-spacing: 0.5px;
  position: relative;
}
.faddress li:last-child {margin-top: 18px;}

.faddress li a {
	color: #f9f9f9;
  	font-family: "Titillium Web", sans-serif;  
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #428f4c;
}
.faddress li .icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background: rgb(255 255 255/0.1);
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;

}
.faddress li i{
  color: #f26522;
  font-weight: 500;
  font-size: 18px;
  transform: rotate(-45deg);
}

.faddress li:hover i {
  color: #428f4c;
}
/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
	padding-left: 20px;
	
}
.qlinks li a {
  color: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: "poppins", sans-serif;  
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  
}
.qlinks li a:hover {
	 color: #caa978;
}
.qlinks li a i {
	margin-right: 3px;
	color: #caa978;
	margin-left: -15px;

}

.qlinks.two li a i {
	color: #00ccff;
	font-size: 5px;
	margin-right: 8px;
	margin-left: -20px;
}
.footer-2 .qlinks li {
	padding: 4px 0px;
	margin: 0px;
	padding-left: 20px;
	width: 33.333%;
    float: left;
}


/* copyrights */
.copyright_info {
	float: left;
	width: 100%;
	color: #f9f9f9;
	font-size: 13px;
	font-family: "Titillium Web", sans-serif;  
	font-weight: normal;

    

}
.copyright_info-row{
	position: relative;
    width: 100%;
    float: left;
    padding: 18px 0px 18px;
    border-top: 1px solid rgb(255 255 255/0.15);
    margin-top: 15px;
}

.copyright_info a {
	margin-top: 10px;
	font-size: 14px;
	color: #d8bd95;
	font-weight: 600;
	text-align: right;
	font-family: "Titillium Web", sans-serif;  
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}
.copyright_info p{
       font-family: "Titillium Web", sans-serif;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 15px;
     }

.copyright-text{
	width: 80%;
	float: left;

}
.social-links{
	width: 20%;
	float: left;
}

/* footer social links */

ul.footer_social_links {
	display: flex;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	
	
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	background-color: #d8bd95;
	color: #1e293a;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}


.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}






/* comment form */
.comment_form {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 40px;
	font-weight: normal;
}
.comment_input_bg {
	float: left;
	width: 75%;
	height: 40px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_checkbox {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
}
.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}
.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

/* comments */
.comment_wrap{
	padding:20px 20px 20px 0px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.comment_wrap.chaild{
	border-bottom:1px solid #eee;
	margin:10px 20px 10px 50px;
	overflow:hidden;
}
.gravatar{
	float:left;
}

.comment_content{
	overflow:hidden;
	padding-left:20px;
	position:relative;
	min-height:80px; 
}
.comment_content .comment_meta{
	position:relative;
}
.comment_content .comment_meta .comment_author{
	display:inline;
	font-size:14px;
	font-style: normal;
}
.comment_content .comment_meta .comment_author i{
	display:inline;
	font-size:11px;
	font-style: italic;
}
.comment_content .comment_text {
	clear:both;
	padding-top:0px;
	overflow:hidden;
}
.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}
.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}
#comments_section li ul li{
	margin-left: 30px;
}

/* Advertisements */
ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.address_info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	width: 99%;
	margin-bottom: 40px;
}
.address_info.two {
	background-color: #fff;
	border: none;
	padding-top: 0px;
}
.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.google-map2 {
	width: 100%;
	height: 450px;
}
.google-map3 {
	width: 100%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.google-map4 {
	width: 100%;
	height: 200px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* contact form */
.cforms label {
	float: left;
	width: 100%;
	color: #454545;
	font-weight: normal;
}

.cforms label em {
	color: #9eca45;
	font-size: 12px;
	font-style: normal;
}

.cforms input {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.cforms textarea {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.cforms .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #9eca45;
	border: 1px solid #7ea821;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button:hover {
	background: #454545;
	border: 1px solid #393939;
}

.cforms .button2 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #d2527f;
	border: 1px solid #d2527f;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button2:hover {
	background: #727272;
	border: 1px solid #393939;
}

.cforms .button3 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #db6364;
	border: 1px solid #db6364;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button3:hover {
	background: #454545;
	border: 1px solid #454545;
}


#form_status span{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #E74C3C;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
#form_status span.loading{
	color: #333;
	background: #eee;
	border-radius: 3px;
	padding: 18px 0px;
} 
#form_status span.notice{
	color: yellow;
}
#form_status .success{
	color: #fff;
	text-align: center;
	background: #9eca45;
	border-radius: 3px;
	padding: 30px 0px;
}
#form_status .success i{
	color: #fff;
	font-size: 45px;
	margin-bottom: 14px;
}
#form_status .success h3{
	color: #fff;
	margin-bottom: 10px;
}

.cforms.two label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: normal;
}
.cforms.two label em {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.cforms.two input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #9eca45;
	border: 1px solid #9eca45;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.two .button:hover {
	background: #999;
	border: 1px solid #999;
}


.cforms.three label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.cforms.three label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.three input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #393939;
	border: 1px solid #393939;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.three .button:hover {
	background: #575757;
	border: 1px solid #575757;
}


.cforms.four label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	margin: 0;
	padding-left: 0px;
}
.cforms.four label.lst {
	text-align: left;
}
.cforms.four label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.four input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #6f6f75;
	border: 1px solid #6f6f75;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.four .button:hover {
	background: #919195;
	border: 1px solid #919195;
}


.logregform {
	float: left;
	width: 35%;
	margin-left: 32.5%;
	background: #fff;
	border: 1px solid #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.logregform.two {
	float: left;
	width: 50%;
	margin-left: 25%;
}
.logregform .title {
	float: left;
	width: 100%;
	background: #f3f3f3;
	text-align: center;
	padding: 23px 0px 21px 0px;
}
.logregform .title h3 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.logregform .title p {
	font-size: 12px;
}
.logregform .feildcont {
	float: left;
	width: 100%;
	padding: 30px 30px 40px 30px;
	text-align: left;
}
.logregform .feildcont label {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #727272;
}
.logregform .feildcont label em {
	color: #9eca45;
	font-style: normal;
}
.logregform .feildcont input {
	float: left;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}
.logregform.two .feildcont input {
	margin-bottom: 18px;
}
.logregform .feildcont .checkbox {
	float: left;
	width: 100%;
}
.logregform .feildcont .checkbox label {
	float: left;
	width: auto;
	font-size: 13px;
}
.logregform .feildcont .checkbox label strong {
	font-weight: 600;
}
.logregform .feildcont .checkbox label a {
	margin-left: 10px;
}
.logregform .feildcont .fbut {
	float: left;
	background: #9eca45;
	padding: 13px 23px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease;
	margin-top: 18px;
}
.logregform .feildcont .fbut:hover {
	background: #393939;
}

.logregform .feildcont .radiobut input {
	float: left;
	width: auto;
}
.logregform .feildcont .radiobut .onelb {
	float: left;
	color: #aaa;
	margin: 0px 12px 0px 5px;
}

.logregform .feildcont select {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 9px 5px 10px 5px;
	color: #999;
	text-align: left;
}


.mgmenucols {
	float: left;
	width: 100%;
}
.mgmenucols .one_fourth {
	width: 23.5%;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid #f3f3f3;
	text-align: center;
}
.mgmenucols .one_fourth.last {
	margin-right: 0;
	border-right: none;
}


.bordbox {
	float: left;
	width: 100%;
	padding: 30px 40px;
	border: 2px solid #f3f3f3;
	text-align: left;
	border-radius: 3px;
}

.videofre1 {
	float: left;
	width: 100%;
	height: 350px;
}






/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}

/*================================================================*/

.scrolling-text-container {
    padding: 30px 10px 0px 10px;
    background-color: #FF6D56;
    transform: rotateZ(1.5deg);
    position: relative;  
    height: 110px; 
    transition: all 0.3s ease;
    z-index: 1;
}
.scrolling-text-bg {
 	left:0;
    top: 0px;  
    background: #2D3775 ;
    transform: rotateZ(-1.5deg);
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    z-index: 0;
}
.scrolling-text-box{
transform: rotateZ(-1.5deg);
}	
.scrolling-text-box .slick-slide { margin-right: 30px;
}
.scrolling-text-container .text{
	color: #fff;
	font-family: Titillium Web,sans-serif;
	letter-spacing: 0.3px;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	margin-bottom: 10px;
}
/*==========================*/
.business-models-sec{
	    width: 100%;
    float: left;
    padding: 0rem 0px 3rem;
    background: #1e293a;
}
.business-models-title{
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 3.6rem;
}
.business-models-title h5{
	font-size: 18px;
	font-weight: 600;
    line-height: 30px;
    color: #d8bd95;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.business-models-title h2{
	font-weight: 600;
    font-size: 2.8rem;
    line-height: 3.8rem;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 10px;
}
.business-models-title p{
	font-size: 15px;
	font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.business-models-block{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.business-models-left{
	width: 35%;
	float: left;
	margin-right: 10%;
	position: relative;
	transition: all 0.2s ease-in;
	padding: 70px 0px 0px;
}
.business-models-right{
	width: 55%;
	float: left;
}
.coe-box{
	width: 50%;
	float: left;
	padding-right:30px;
	margin-top: 50px;
}
.coe-box:last-child{
	padding-left: 30px;
	padding-right: 0px;
	border-left:2px solid rgb(255 255 255/0.2);
}
.coe-box h4{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
    line-height: 30px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 10px;
        letter-spacing: 0.3px;

}
.coe-box img{
	margin-right: 25px;
}
.coe-box p{
	    color: #fff;
    line-height: 26px;
    font-weight: 300;
}
.more-info-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 26px;
 font-weight: 600;
    color: #1e293a;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 4px; position: relative;
  z-index: 1;
  transition: all 500ms ease;
  text-transform: capitalize; letter-spacing: 0.3px;
  background: #d8bd95;
  font-family: "Titillium Web", sans-serif;
  border: 2px solid #d8bd95;
  margin-top: 40px;
}
.more-info-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #1e293a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;

}

.more-info-btn:hover:before{
  bottom: -40%;
}
.more-info-btn:hover{
    color: #d8bd95 !important;
}
/*=========================*/
.aboutus-sec{
	width: 100%;
	float: left;
	padding-top: 100px;
	position: relative;
}
.about-left{
	width: 	45%;
	float: left;
	margin-right: 5%;
}
.about-right{
	width: 	50%;
	float: left;
	margin-right: 0%;
}
.aboutus-title{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.aboutus-title h2{
	font-size: 34px;
    color: #1e293a;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 5px;
}
.about-left p{
	color: #666;
    line-height: 30px;
    font-size: 15px;
}
.about-small-title{
	font-size: 18px;
    color: #1e293a;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.about-small-title:before{
	position: absolute;
	content: "";
	left:100%;
	top: 50%;
	width: 40px;
	height: 2px;
	background: #d5b890;
}
.about-small-title:after{
	position: absolute;
	content: "";
	left:100%;
	bottom: 60%;
	width: 60px;
	height: 2px;
	background: #d5b890;
}
.about-missin-box{
	    width: 100%;
    float: left;
    margin-top: 33px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.about-missin-box img{	
	float:left;
	margin-right: 15px;
}
.mission-details{
	overflow: hidden;	
    border-left: 2px solid #d5b890;
    padding-left: 20px;
}
.about-missin-box h4{
	font-size: 18px;
    color: #1e293a;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.about-image1{
	width: 100%;
	float: left;
	position: relative;
	padding-left: 30px;
}

.about-image1 img{ width: 100%; float: left; border-radius: 10px;	}

.count-box1{
  background:#d8bd95;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  position: absolute;
  content: "";
  bottom: 50px; 
  left: 0px;
  width: 200px;
  z-index: 1; 
      flex-wrap: wrap;
    justify-content: flex-start;
}
.count-box1 img{
	margin-bottom: 10px;
    width: 68px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.5;
}

.count-box1 h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    display: block;
    width: 100%;
}

.count-box1 span {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}

.count-box1 h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    font-family: "Titillium Web", sans-serif;

}
.count-box1 h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    display: block;
    width: 100%;
}
.bounce-up {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}

.more-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 26px;
 font-weight: 600;
    color: #fff;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 4px; position: relative;
  z-index: 1;
  transition: all 500ms ease;
  text-transform: capitalize; letter-spacing: 0.3px;
  background: #1e293a;
  font-family: "Titillium Web", sans-serif;
}
.more-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #d8bd95;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.more-btn:hover:before{
  bottom: -40%;
}
.more-btn:hover{
    color: #1e293a !important;
}

.aboutus-stroketext {
	position: relative;
	width: 100%;
	float: left;
}
.aboutus-stroketext:before {
    position: absolute;
    content: "Dabsun";
    right: 2%;
    top: -45px;
    margin-top: 0px;
    font-weight: 800;
    font-size: 5.5rem;
    color: transparent;
    -webkit-text-stroke: 2px rgb(0 0 0/0.065);
    letter-spacing: 0.5px;
    font-family: "poppins", sans-serif;
}


/*================*/
/*=====================================*/
.our-indistries{
	width: 100%;
	float: left;
	padding-top: 60px;
	position: relative;
	/*padding-bottom: 100px;*/
	padding-bottom: 45px;
	margin-top: 60px;

}

.our-indistries::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fdfdfd  url(../images/bg-services.png) no-repeat  center;
    background-size: cover;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.our-indistries::after {
     position: absolute;
    content: "";
    width: 100%;
    height: 322px;
    background: url(../images/dot-bg.png) no-repeat left top;
    background-size: contain;
    left: -135px;
    top: -150px;
    z-index: -1;
    opacity: 0.5;
}
.indistries-title{
	width: 100%;
	float: left;
	margin-bottom: 50px;
	 position: relative;
}

.indistries-title h2{
	font-weight: 700;
    font-size: 2.55rem;
    color: #1e293a;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    display: inline-block; 
    display:flex;
   align-items: center;
   justify-content: center;
   text-transform: capitalize;
}
.indistries-title:before {
    position: absolute;
    content: "SERVICES";
    left: 0%;
    top: -35px;
    margin-top: 0px;
    font-weight: 800;
    font-size: 5.5rem;
    color: transparent;
    -webkit-text-stroke: 2px rgb(0 0 0/0.065);
    letter-spacing: 0.5px;
    font-family: "poppins", sans-serif;
}
.indistries-box{
	position: relative;
	margin-bottom: 30px;
}

.indistries-box-inner{
	position: relative;
	height: 100%;
}

.indistries-box-icon{
	position: relative;
	width: 80px;
	height: 100px;
	line-height: 116px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	border: 2px solid #d8bd95;
	/*background: #1e293a;*/
	font-family: "flaticon_zinex-icons";
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.indistries-box-inner:hover .indistries-box-icon{
	transform: rotateY(180deg);
	color: #1e293a;
	background-color: #d8bd95;
}

.indistries-box-inner:hover .indistries-box-icon::before{
	border-bottom-color:#fff;
}
.indistries-box-inner:hover .indistries-box-icon img{
	filter: brightness(0) invert(0);
}

.indistries-box-icon::before{
	position: absolute;
	content: '';
	right: 6px;
	bottom: 6px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f26622;
}
.pb-78{
	padding-bottom: 78px !important;
}
.indistries-box-image{
	position: absolute;
    right: 15px;
    top: 0px;
    z-index: 1;
    width: 250px;
    /*height: 200px;*/
    transition: all 1s ease-in;
	overflow: hidden;
}
.indistries-box-image:before {
  content: "";
  position: absolute;
  transition: all 1s ease-in;
  transform: skewX(45deg);
  height: 100%;
  width: 100%;
  top: 0;
  left: 170%;
  opacity: 0;
  background-size: 220% 150%;
  background: rgba(37 169 224/ 0.5);
  z-index: 1;
}
 .indistries-box:hover .indistries-box-image::before {
	opacity: 1;
    left: -170%;
    transition: all 1s ease-in;
}
  .indistries-box:hover .indistries-box-image  img {
        transform: scale(1.1, 1.1);
  }
.indistries-box-image img{
	width: 100%;
	object-fit: cover;
	transition: all 0.55s ease-in;
	border-radius: 10px;
	border: 1px solid #e3e3e3;
}
.indistries-box-content{
	position: relative;
	margin-top: 30px;
	padding: 80px 30px 30px;
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0 , 0.10);
}

.indistries-box-title{
	position: relative;
}

.indistries-box-title{
	position: relative;
	font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #1e293a;
    font-family: "poppins", sans-serif;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}

  .indistries-box:hover .indistries-box-title {
	color: #d8bd95;
}

.indistries-box-text{
	position: relative;
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #6e6d6d;
}
/*================================================*/
.home-blog{
	width: 100%;
	float: left;
	padding-top: 55px;
	padding-bottom: 65px;
	position: relative;
}
.home-blog:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 250px;
	left: 2%;
	bottom: 0px;
	background: url(../images/work-bg-bottom.png) no-repeat left bottom;
	background-size: contain;
	z-index: -1;
}
.home-blog:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 250px;
	left:  2%;
	top: 0px;
	background: url(../images/work-bg-bottom.png) no-repeat left top;
	background-size: contain;
	transform: rotate(180deg);
	z-index: -1;
}
.blogSec-title{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.blogSec-title-small-title{
	font-size: 18px;
    color: #1e293a;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-bottom: 8px;
}
.blogSec-title-small-title:before{
	position: absolute;
	content: "";
	left:100%;
	top: 50%;
	width: 40px;
	height: 2px;
	background: #d5b890;
}
.blogSec-title-small-title:after{
	position: absolute;
	content: "";
	left:100%;
	bottom: 60%;
	width: 60px;
	height: 2px;
	background: #d5b890;
}
.home-blog h2{
	font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #1e293a;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    text-align: left;
}
.blog-box{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.blog-box:nth-child(3n+3){margin-right: 0px;}

.blog-image{
	width: 100%;
	float: left;
	position: relative;
}
.blog-image img{width: 100%; height:218px;  object-fit: cover;    border-top-left-radius: 10px;}

.blog-date{
    position: absolute;
    right: 0px;
    top: -1px;
    content: "";
    background: #fff;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    text-align: right;
    width: 120px;
    height: 95px;
    font-size: 13px;
    color: #000;
}
.blog-date span{
	display: block;
	font-size: 22px;
	font-weight: 700;
}
.blog-text{
	width: 100%;
	float: left;
	background: #1e293a;
	padding: 30px 20px;
	padding-left: 0px;
	border-bottom-right-radius: 10px;
	height:200px;
}
.blog-text h4{
	color: #d8bd95 ;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
	margin-bottom: 0px;
	line-height: 32px;
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.blog-text h4:before{
	position: absolute;
	content: "";
	left: 0px;
	width: 28px;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);

}
.blog-text p{	
	padding-left: 40px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
}
.blog-text a{
	padding-left: 40px;
	color: #d8bd95;
}
/*=========================================*/
.contact-bacground-sec{
	width: 100%;
	float: left;
	background: url(../images/background-contact.jpg) no-repeat center;
	background-size:cover;
	padding: 80px 0px;
}
.contact-bacground-sec .content-box{
	width: 50%;
	float: left;
}
.contact-bacground-sec h3 {   
    color: #2ec9f0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    letter-spacing: 0.5px;
}

.contact-bacground-sec p {   
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-bottom: 10px;
}
.contact-bacground-sec h5 {   
    color: #2ec9f0;
    font-size: 30px;
    line-height: 54px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-bottom: 36px;
}
.contact-bacground-sec a {   
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-bottom: 0px;
    border: 1px solid #0941ac;
    background: #0941ac;
    transition: all 0.3s ease-in-out;
}
.contact-bacground-sec a:hover { 
	background: transparent;
}
/*=====================
======================================*/
/*==============pages========================*/

.page-banner{
  width: 100%;
  float: left;
  background: url(../images/page-banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 1px;
}
.page-banner:before{  
width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(18 70 137/80%), rgb(29 151 46 / 40%));
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.5;
}
.pagebanner-text{
padding: 25px 0px;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 75px;
}
.pagebanner-text h1{
    color: #fff;
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    position: relative;
}
.pagebanner-text p{
      color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;

}
.pagebanner-text p a{ color: #0087cd;}

.inner-page{
  width: 100%;
  float: left;
  margin-top: 60px;
}
.inner-page p{ 
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 15px;
}
.inner-page p:last-child{ padding-bottom: 0px;}

.inner-page li{ 
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
}
/*====================================*/
.aboutpage{padding-bottom: 50px;}

.aboutpage-left{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.aboutpage-right{
 /* width: 55%;*/
  /*float: left;*/
  position: relative; 
  text-align: left;
}

.aboutpage-left img{ width:100%;}

/*======*/

.everypage-images{
	width: 100%;
	float: left;
	text-align: center;
    background: #fffaf2;
    padding: 40px 0px 20px;
}
.everypage-images h4{
	    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-family: poppins, sans-serif;
    line-height: 21px;
    padding-top: 5px;
}
.everypage-images img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	object-fit: cover;
	border: 1px solid #ddd;
	padding:2px;
}
/*============ service page ============================*/
.service-page{
	margin-bottom: 50px;
}
.servicepage-left{
  width: 60%;
  float: left;
  margin-right: 4%;
}
.servicepage-right{
  width: 36%;
  float: left;
  position: relative; 
  text-align: center;
}
.servicepage-image{
	width: 100%;
	float: left;
	position: relative;
	padding: 45px 0px 30px 45px;
}
.servicepage-image img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: -6px;
}
.servicepage-image:before{
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	background:#ddd;
	width:80%;
	height:100%;
	z-index: -1;
	border-radius: 5px;
}
.servicepage-image h3{
    color: #1e293a;
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: right;
}
.pt-4{
	padding-top: 40px;
}
.service-li-box li{
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	padding-left: 35px;
	border-left:3px solid #cbaa79;

}
.service-li-box li:nth-child(2n+2){margin-right:0px;}

.service-li-box li:before{
	position:absolute;
	content:"\f013";
	font-family:fontawesome;
	left:10px;
	color: #cbaa79;
	font-size: 16px;
}
.service-box-block{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
	padding-top: 35px;
}
.service-box{
	box-shadow: 0px 0px 5px 0px rgb(0 0 0/0.2);
	width: 32%;
	float: left;
	margin-right: 2%;
	padding: 20px 10px 0px;
	border-radius: 20px;
	position: relative;
}
.service-box:before{
	width: 1px;
	height: 35px;
	position: absolute;
	content: "";
	left: 50%;
	bottom: 100%;
	background: #ddd;
	transform: translateX(-50%);

}
.service-box:after{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 99%;
	background: #d1b48c;
	
}
.service-box h4 {
    color: #1e293a;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.service-box li{
	position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 23px;
    text-size-adjust: none;
    font-size: 13.5px;

}

.service-box li:before{
	position:absolute;
	content:"\f0da";
	font-family:fontawesome;
	left:0px;
	color: #cbaa79;
	font-size: 16px;
}
.service-sub-title{
	color: #1e293a;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.service-box-edTech{
	box-shadow: 0px 0px 5px 0px rgb(0 0 0/0.2);
	width: 32%;
	float: left;
	margin-right: 2%;
	padding: 10px 15px 6px;
	border-radius: 10px;
	position: relative;
}
.service-box-edTech h4{
	color: #1e293a;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.coe-page-left{
	width: 25%;
	float: left;
	margin-right:5%;
}
.coe-page-right{
	width: 70%;
	float: left;
	margin-right:0%;
}

.blog-page{
	margin-bottom: 30px
}
.blog-page .blog-text{
	background: #fff;
	 border: 1px solid #ddd;
	 border-top: 0px;
	 margin-top: -6px;
	 padding: 20px 20px;
	     height: 190px;
}
.blog-page  .blog-text p {
padding-left: 27px;
    color: #000;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
}
.blog-page  .blog-text h4 {
    color: #020202;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0px;
    line-height: 30px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-text a {
    /*padding-left: 27px;*/
    color: #cbaa79;
}
/*==================*/
.contactus-page{margin-bottom: 50px;}


.address-item{
	width: 100%;
	float: left; 
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	    margin-top: 10px;
}

.address-item .item{
	width: 31.333%; 
	float: left;
	margin-right: 3%;
	border:2px solid rgb(0 0 0 /0.08);
	/*box-shadow: 0px 0px 4px 1px rgb(0 0 0 /0.3);*/
	border-bottom: 2px solid #d6b990;
	text-align: center;
	padding: 0px 20px 20px 20px;
	transition: all 0.5s ease-in;
}
.address-item .item:hover{
	border: 2px solid #d6b990;
}
.address-item .item-1{	
	width:40%; 
	float: left;
	margin-right: 3%;
}
.address-item .item i{
	color:#d6b990;
	background:#1e293a;
	padding:15px 20px;
	font-size: 20px;
	margin-top: -20px;
	border-radius: 5px;
	    transform: skew(-14deg);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}
.address-item .item p{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size:120x;
}
.address-item .item h4{
	color: #000;
    font-family: 'poppins',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.contact-form-item{
	width: 100%;
	float: left;
	box-shadow: -1px 1px 6px 1px rgb(0 0 0 /0.3);
	display: flex;
	flex-wrap: wrap;
}
.contact-form-item .left-item{
	width: 50%;
	float: left;
	margin-right: 2%;
	padding: 20px 50px 25px;
}
.contact-form-item .right-item{
	width: 48%;
	float: left;	
}
.contact-form-item  h4{
	color: #000;
    font-family: 'poppins',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
 }
.contact-form-item .submit{
	background: #f79521;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	font-family: 'poppins',sans-serif;
	font-size: 16px;
	border:0px;
	transition: all 0.5s ease-in;
	border-radius: 3px;
}
.contact-form-item .submit:hover{
	background: #44ae53;
	color: #fff;
}
.contact-form-item .form-control {
        height: 38px;
        font-family: 'poppins',sans-serif;
}
.contact-form-item textarea {
        height: 85px !important;
}
/*============================*/
.career-page {
	margin-bottom: 50px;
}
.career-form-block{
	width: 100%;
	float: left;
	margin-right:0%;
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 /0.3);
	padding: 17px;
	background: #fffffd;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.career-page .career-form-block p{font-size: 14px;line-height: 23px; text-align: center;}

.career-page .career-form-block h4{ 
	color: #1e293a;
    font-family: 'poppins',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0px;
    text-align: center;
 }
.career-page .career-form{ 
	width: 100%;
	float: left;
	border:3px solid #d6b990; 
	border-radius: 10px;
	padding:20px 30px;
}


.career-page .career-form-block:after{
	position: absolute;
	content: "";
	background: #d6b990;
	opacity: 0.4;
	width: 150px;
	height: 150px;
	top: -50px;
	left: -50px;
clip-path: circle(70px at 70px 70px)
}
label{
	font-family: 'poppins',sans-serif;
	font-weight: 600 !important;
}
.career-page .submit{
	background: #3b4693;
	padding: 8px 30px;
	text-align: center;
	color: #fff;
	font-family: 'poppins',sans-serif;
	font-size: 15px;
	border:0px;
	transition: all 0.5s ease-in;
	border-radius: 3px;
}
.career-page .submit:hover{
	background: #ef4b43;
	color: #000;
}
.career-page-image{
	width: 100%;
	float: left;
	text-align: center;
}
.career-page-image img{ width:80%;}

[id]{
	scroll-margin-top:7em;
}

option[value=""][disabled] {
  display: none;
}

.table-responsive{
       overflow-x: auto;
    width: 100%;
    float: left;
    margin-top: 15px;
}