/* 
Theme Name: Skylerai
Theme URI: https://skylerai.com
Description: Skylerai theme 
Author: Skylerai Team
Author URI: https://skylerai.com
Template: hello-elementor
Version: 1.0.1
Text Domain: skylerai
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@font-face {
  font-family: 'icomoon';
  src:  url('https://skylerai.com/wp-content/themes/skylerai/fonts/icomoon.eot?yydklu');
  src:  url('https://skylerai.com/wp-content/themes/skylerai/fonts/icomoon.eot?yydklu#iefix') format('embedded-opentype'),
    url('https://skylerai.com/wp-content/themes/skylerai/fonts/icomoon.ttf?yydklu') format('truetype'),
    url('https://skylerai.com/wp-content/themes/skylerai/fonts/icomoon.woff?yydklu') format('woff'),
    url('https://skylerai.com/wp-content/themes/skylerai/fonts/icomoon.svg?yydklu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-healthcare:before {
  content: "\e901";
}
.icon-house:before {
  content: "\e902";
}
.icon-innovation:before {
  content: "\e903";
}
.icon-insurance-1:before {
  content: "\e904";
}
.icon-insurance:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-mortarboard:before {
  content: "\e908";
}
.icon-no-racism:before {
  content: "\e909";
}
.icon-phone-call:before {
  content: "\e90a";
}
.icon-raise-hand:before {
  content: "\e90b";
}
.icon-telegram:before {
  content: "\e90c";
}
.icon-youtube-1:before {
  content: "\e90d";
}
.icon-youtube:before {
  content: "\e90e";
}


body{
	color: #0f246a;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0px;
	line-height: normal;
   font-family: 'Montserrat', sans-serif;
}

.elementor-button-icon svg {
    width: 1em;
    height: 14px;
}

.elementor-button span,
p,
span,
li,
a{
font-family: 'Montserrat', sans-serif;
}
p{
  font-weight: 400;
	line-height: 30px;
}


h1, h2, h3, h4, h5, h6{
    font-weight: 600 ;
	font-style: normal;
	letter-spacing: -0.5px;
	line-height: normal;
    font-family: 'Montserrat', sans-serif;   
	margin-top: initial;
    margin-bottom: initial;
}
h2{
	font-size: 50px;
	line-height: 50px !important;
}


h2{
	font-size: 40px;
	line-height: 50px !important;
}
h3{
	font-size: 30px;
    line-height: 40px !important;
	margin-top: 30px;
}

h4{
	font-size: 20px;
    line-height: 30px !important;
}

h5{
	font-size: 16px;
	line-height: 26px !important;
}

h6{
	line-height: normal;
	font-size: 12px;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #132b76;
}

.inner-wrap{
	margin:0 auto;
	max-width:1260px;
	width:100%;
}



@media (min-width: 992px){
.site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 800px;
}
}

@media (max-width: 992px){
.overlay .content {
    max-width: 90% !important;	
}
}

@media (min-width: 768px){
.site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 600px;
}
}	
@media (min-width: 576px){
.site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 500px;
}


}


@media (min-width: 1280px){
.site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 1260px;
}
	
.elementor-section .elementor-container {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    justify-content: space-between;
    	
}	
#banner-text-wrap{
    right: -321.5px;
    max-width: 468px;
}
}
@media (min-width: 1200px){
	
.site-main.archive,
.site-main.post,
.site-main.talents{
    margin-top: 160px;
}
	
.site-main {
    margin-top: 84px;
}	
.section-inner{
    margin: 0 auto;
    max-width: 1260px;
	position:relative;
}	
	
.section-inner.full-inner-section{
    max-width: 100%;
    padding: 0px 0;		
}
}
.cover-bg{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.lft-padding{
	padding-right: 120px;
}

.rght-padding{
	padding-left: 120px;
}


.sk-bg-padding{
 padding: 100px;
}

.sk-sec-padding{
 padding: 150px 0;
}

.sk-block-padding{
 padding: 120px;
}

.sk-no-bot-padng {
    padding-bottom: 0;
}
.sk-no-top-padng {
    padding-top: 0;
}
.left-aligned{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
}
.right-aligned{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.section-inner-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-inner-row.streached{
	align-items: stretch;
}
.section-inner-row.btm-aligned {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.section-inner-row .section-inner-half{
	 width:50%;
}
.section-inner-gap{
	width:40px;
}

.no-padding{
	padding-top:0;
	padding-bottom:0;
}
.block{
	display:block;
}
.inline{
	display:inline-block;
}

.center-txt, .center-align-txt{
	text-align:center;
}

/*Column WIDTH  */

@media (min-width: 768px) {
  .sk-col {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

.row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

.row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

.sk-col-auto {
    flex: 0 0 auto;
    width: auto;
  }

.sk-col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

.sk-col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

.sk-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

.sk-col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

.sk-col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

.sk-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

.sk-col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

.sk-col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

.sk-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

.sk-col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

.sk-col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

.sk-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

.offset-md-10 {
    margin-left: 83.3333333333%;
  }

.offset-md-11 {
    margin-left: 91.6666666667%;
  }
}	

.circle-rt-image {
    width: calc(50% + 22px);
    margin-right: -22px;
    margin-bottom: -20px;
}
	
/*ANIMATION ANIMATION*/

.blk-sqr-img{
    box-shadow: 0 1px 24px rgb(45 62 80 / 12%);		
}
	
.align-left {
  float: left;
}

.align-right {
  float: right;
}

.slide-in {
  opacity: 0;
  transition: all 1.2s;
}

.align-left.slide-in {
  transform: translateX(-30%) scale(0.90);
}

.align-right.slide-in {
  transform: translateX(30%) scale(0.90);
}

.slide-in.active {
  opacity: 1;
  transform: translateX(0%) scale(1);
}
	
/*TITLE STYLING */

.sec-title{
	max-width:568px;
	position: relative;
    z-index: 2;
}
.elementor-element .sec-title{
	margin:  auto;
}
.sec-title .sub-title{
	font-weight: 400 !important;
font-family: 'Montserrat', sans-serif;
	  opacity: 0;
	 transform: translatey(-50px);
    margin-bottom: 15px;
}
.sec-title .main-title{
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
font-family: 'Montserrat', sans-serif;
    opacity: 0;	
	transform: translatey(50px);
	margin-bottom: 15px;
	    font-weight: 800;
}


.sec-title.animated .sub-title {
  -webkit-animation: fadeIn 0.6s ease-in 0.1s forwards, slideIn 0.6s ease-in 0.1s forwards;
          animation: fadeIn 0.6s ease-in 0.1s forwards, slideIn 0.6s ease-in 0.1s forwards;
}
.sec-title.animated .main-title {
  -webkit-animation: fadeIn 0.6s ease-in 0.1s forwards, slideIn 0.6s ease-in 0.1s forwards;
          animation: fadeIn 0.6s ease-in 0.1s forwards, slideIn 0.6s ease-in 0.1s forwards;
}
.title-double-text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 30px 0;
}
.title-double-text p{
	width:48%
}
.title-double-text p:first-child{
	text-align:right;
}
.title-double-text p:last-child{
	text-align:left;
}

/* Color Section */

.green-txt{
 color:#87c043;	
}
	
.blue-txt{
 color:#10246b;	
}
.orng-txt{
 color:#ffae2d;		
}
	
.lt-blue-txt{
 color:#446dfd;	
}
.white-txt{
 color:#fff;			
}

.bg-color-blue{
background:#132b76		
}

.bg-color-lt-green{
background:#eef4e4		
}
	
.bg-color-lt-blue{
background:#f0f5fc		
}
	
.bg-color-orng{
background:#ffae2d		
}
	
.bg-color-lt-orng{
background:#ffdfab		
}
	
.bg-color-wht{
background:#fff		
}
	
.num-count {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    max-width: 248px;
}	
.num-count h2{
    text-align: center;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 15px;
}
.num-count p{
    text-align: center;
    font-size: 14px;
    color: #757a8a;
    line-height: 20px;
    margin-top: 8px;
}
	
.page-main{
margin-top:102px;		
}
/*HEADER STYLING*/
.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100% !important;
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 100%;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1080;
    background: #fff;	
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	max-width:100% !important;
}
.site-header.fixed-header {
    position: fixed;
    background: #fff;
    padding: 15px 20px;
    top: 0;
    left: 0;
    width: 100%;
	max-width:100% !important;
    z-index: 1080;
    -webkit-box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
    box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
}
.header-inner{
    margin: 0 auto;
    max-width: 1260px;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 999;
	height:100px;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.site-header.fixed-header .header-inner{
	height:58px;		
}
.site-header.fixed-header .header-inner .site-branding {
    padding: 2px 0 8px;
}

.header-right {
    max-width: 80%;
}

.site-branding {
    max-width: 260px !important;
    padding: 18px 0 8px;
}
.site-branding img{
    max-width: 200px;
}

/*MENU STYLING*/
.desktop-hide{
	display:none !important
}

.ham-btn{
	display:none;
}

#menu-header-menu{
 float:right;
}
#menu-header-menu li {
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}
#menu-header-menu li.mail-menu {
    border-left: 1px solid #3d6030;
}

.webshop-menu{
	border-right: 1px solid #ebb20a !important;
}

#menu-header-menu li a {
    display: block;
    padding: 0px 10px;
    color: #3d6030;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
   font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.5px;
}

.site-navigation ul.menu li {
    border: none;
    background: none;
    position: relative;
    display: flex;
    align-items: center;
}

.site-navigation ul.menu li a{
    padding: 16px 15px ;
    border: 0 ;
    color: #132b76;
	transition: all 0.3s ease-out;
	text-align: right;
   font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align:right;
	overflow: hidden; 
	z-index:2;
	font-size:16px;
	letter-spacing: -0.5px;
}

.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li.current-menu-item a{
    color: #87c043;
	font-weight: 600;
}

.site-navigation ul.menu li ul {
    background: #fff;
    z-index: 999;
	padding:20px;
    border: 1px solid #cbd6e2;
    box-shadow: 0 1px 24px rgb(45 62 80 / 12%);
    transition: all 0.2s;
	transform: translateY(-30px) scale(0.90);
	width:220px;   
	border-top: 4px solid #87c043;
	
}
.site-navigation ul.menu li ul li {
    display: inline-block;
    min-height: 50px;
}

.site-navigation ul.menu li ul li a{
    text-align: left;
}

.site-navigation ul.menu li ul li a {
    text-align: left;
    color: #132b76;
}
	
.site-navigation ul.menu li:hover>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
	opacity: 1;
	visibility:visible;
    transform: translateY(0px) scale(1);
}
	
.site-navigation ul.menu li ul li a i{
	font-size:26px;
	margin-right:6px;
	vertical-align:middle;
}

@media (max-width: 580px){
	
.site-navigation ul.menu li ul {
    background: #4b5c94;
    padding: 20px;
    border: 0px solid #cbd6e2;
    width: 285px;
    border-top: 4px solid #87c043;
    position: relative;
    left: 0;
    top: 0;
}	
.site-navigation ul.menu li ul li a{
   color: #132b76;
}
	
}	

/* Button Styling */
.sk-button{
   border: 2px solid #87c043;
    background: #87c043;
    padding: 8px 25px;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
    font-size: 15px;
    height: 46px;
    display: inline-block;
    line-height: 23px;
    margin-top: 15px;
}

	
	
@media screen and (max-width: 768px) {
.slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
	
.oppi_abs_num {
 display:none;
}	
}

button:focus {
  outline: 0;
}
	
	
/*Page BANNER  SECTION STYLING*/
	
/* Inner Page Banner styling */
.banner-wrap {
    overflow: hidden;
	width:100%;
	position:relative;
}
	
.banner_img {
    position: absolute;
    z-index: -1;
    width: 120%;
    max-width: 155%;
    margin-left: -20%;
}
	
#page-banner{

}	
	
.banner-rght-graph{
    position: absolute;
    right: -19%;
    top: 0;
    max-width: 370px;	
	z-index:-1;
}	
	
.banner-lft-graph{
position: absolute;
    left: -19%;
    bottom: 70px;
    max-width: 468px;
		z-index:-1;
}
	
#section-one{
		position:relative;
}	
	
.oppi_about_dot {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 160px;
}
.oppi_abs_num {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50px;
}	
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #87c044;
    position: absolute;
}	
	
.oppi_abs_num .dot {
    top: 0;
    left: 40px;
}
	
.oppi_abs_num h2 {
     font-size: 156px;
    font-family: 'Poppins', sans-serif;
    color: #ccebf9;
    font-weight: bold;
    text-align: left;
    line-height: 180px !important;
}
.dot:before, .dot:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background: #87c044;
    top: 0;
    left: 0;
}	
.dot:before {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0.3;
}
.dot:after {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0.2;
}	
	
.dot .round {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(135, 192, 68, 31%);
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@keyframes pulsate{
    0%{
        box-shadow: 0 0 0 0 rgba(135, 192, 68, 0.7),  0 0 0 0 rgba(135, 192, 68, 0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(135, 192, 68, 0.0),  0 0 0 0 rgba(135, 192, 68, 0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(135, 192, 68, 0.0),  0 0 0 30px rgba135, 192, 68, 74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(135, 192, 68, 0.0),  0 0 0 30px rgba(135, 192, 68, 74,0);
    }
    
}

.counter-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;

}

.counter-wrap .number {
	width:25%;
  line-height: 90px;
  color: #ebb20a;
  margin-left: 0;
font-size: 40px;
font-weight: 600;
	text-align:center;
}
.counter-wrap .count {
  margin: 10px;
  text-align: center;
}


.counter-wrap .count-label{
color: #ebb20a;
font-size: 20px;
font-weight: 600;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: center;	
}

.counter-wrap  .number p{
    color: #7b7d7f;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    display: block;
    clear: both;
}
/*Client SECTION STYLING*/
#partners-sec .section-inner{
	display:flex;
}
.partners-sec-left{
	width:40%
	
}
.partners-sec-right{
    position:relative;
	width:40%;
    padding: 69px 40px 120px 40px;
	text-align:center;
}

.partners-sec-right .sub-title{
	color: #ebb20a;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}
.partners-sec-right .main-title{
	color: #3d6030;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}
.partners-sec-right p{

	color: #7b7d7f;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: center;
}
.bg-color-ovrly{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: #fbf6e7;
	z-index:1;
}
#partner-slider{
	height: 75px !important;
}

.partner-slider-wrap{
    margin: 28px 0 20px;
}
#partner-slider  .lslide{
	text-align:center;
}
.partner-slider-wrap .lSAction a {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px #7b7d7f;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
	transform: rotate(45deg);
    right: 6px;
}

.partner-slider-wrap .lSAction .lSNext {
	transform: rotate(45deg);
    right: 6px;
}
.partner-slider-wrap .lSAction .lSPrev {
    transform: rotate(228deg);
    right: 6px;
}
.partner-slider-wrap .lSAction a:after {
    content: '';
    position: absolute;
    background-color: #7b7d7f;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease;
    transform: rotate(
-45deg
);
}
.partner-slider-wrap .lSAction a:hover::after {
    width: calc(15px - 4px);
}

.partners-sec-gap{
 width:20%
}


/*NEWS SECTION STYLING*/

#newlt-section .form-wrap .form-title{
	color: #3d6030;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
#newlt-section p{
	font-size: 14px;
	text-align:center;
}	
	
	
#newlt-section .form-wrap .wpcf7-email{
    position: relative;
    float: left;
    width: 75%;
    border: 2px solid #87c043;
    padding: 8px;
    color: #fff;
	border-radius: 0px;
	background:transparent;
	height:50px;
	font-family: 'Montserrat', sans-serif;
}

#newlt-section .form-wrap .wpcf7-form-control.wpcf7-submit {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px;
    margin-left: -6px;
    width: 24%;
    height: 50px;
    border-radius: 0px;
    border: 2px solid #87c043;
    background-color: #87c043;
    Z-INDEX: 99;
    POSITION: relative;
	font-family: 'Montserrat', sans-serif;
}
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    left: 6px;
    top: 15px;
    float: left;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

	
.news-sec-gap{
	width:12%;
}
.news-sec-right{
	width:48%;
	padding-top:10px;
}

.news-sec-right .lSSlideOuter {
	width:100%;
}
.news-sec-right .slick-slide {
    padding-right: 35px;
}
.news-sec-inner {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 1260px;
    margin: 0 auto;
    width: 100%;
}
#slider-id{
    max-width: calc(85% - 100px);
	padding: 0;
}
.news-sec-right .news-title{
	color: #20234a;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
#news-slider .news-title {
    margin-top: 20px;
}
#news-slider .news-title a{
	color: #3d6030;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;	
	font-family: 'Suez One', serif;
}



/*HOME Testimonial STYLING*/

#testimnl-slider li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#testimnl-slider li .client-info .client-name{
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
}
	
#testimnl-slider li .client-info .client-desg{
    font-size: 14px ;
    font-weight: 500;
    line-height: 20px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background: #87c043;
    opacity: 0.5;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background: #87c043;
    opacity: 0.5;
}
.lSSlideOuter {
    overflow: visible;
}	
	
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 -36px;
}	
	
/*Secicec STYLING*/	
#service-sec .sec-title {
    padding: 70px 50px;
}	
.service-box-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
	
}
.service-box{
   padding:30px	;
	width: 50%;
}
	
.service-box-wrap.two .service-box{
   width:25%;
}	
.service-box-wrap.two .service-box:first-child,
.service-box-wrap.two .service-box:nth-child(2){
		display:none;
}	
.service-img-wrap{
    -webkit-box-shadow: 0 4px 12px 0 rgb(135 192 67 / 50%);
    box-shadow: 0 4px 12px 0 rgb(135 192 67 / 50%);
    background: #fff;
    padding: 12px;
    border-radius: 7px;
    margin-bottom: 24px;
}
.service-box-wrap h4.service-name {
    font-size: 22px;
    line-height: 30px !important;
    font-weight: 800;
    margin-bottom: 12px;
}	

.service-caption {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}
	
/*News STYLING*/
	
#blog-item-wrap {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}
	
#blog-item-wrap li{
    list-style:none;
	padding:30px;
}
	
#blog-item-wrap li .home-featured-image-wrap {
    display: block;
    margin-bottom: 14px;
}
#blog-item-wrap li h5.news-title {
    font-weight: 600;
    line-height: 23px;
    font-size: 17px;
    margin-bottom: 20px;
}
	
#blog-item-wrap li p.news-desc {
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}
#blog-item-wrap li .readmore-btn{
    font-family: 'Montserrat', sans-serif;
    color: #797c84;
    font-size: 14px;
    font-weight: 600;		
}	
#blog-item-wrap li .readmore-btn img  {
    width: 12px;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: middle;	
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
	
#blog-item-wrap li .readmore-btn:hover img  {
    margin-right: 12px;
}
	
#blog-item-wrap li .blog-meta{
    padding: 0;
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
}
	
#blog-item-wrap li .blog-meta li{
    padding: 0;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    font-weight: 500;
    color: #858e9c;
}
#blog-item-wrap li .blog-meta li:last-child{
    margin-right: 0px;
}	
	
#blog-item-wrap li .blog-meta li img {
    width: 13px;
    margin-right: 6px;
    vertical-align: middle;
}

.sfsi_shortcode_container {
    float: right;
    width: 100%;
}	
.norm_row {
    width: 100% !important;
}
	
.comments-area h2 {
    font-size: 24px;
    line-height: 50px !important;
}
.comments-area{
    margin-top: 50px;
}
	
.comment-form-comment textarea {
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #bcbec3;
    background-color: rgba(255, 255, 255, 0.5);
    height: auto;
    width: 100%;
}
/* POPUP STYLING*/
.overlay {
    pointer-events: none;
     background: rgb(0, 25, 60, 96%);
    height: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.modal-body{
	margin-top:0px;
	overflow:hidden;
	padding:30px 30px 30px;

		
}
.modal-header{
   color: #100c59;
    font-size: 35px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}
.overlay.is-on {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: visible;
}
.overlay.is-on .content {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.overlay .content {
    background: #fff;
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 70%;
    height: 90%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    border-radius: 30px;
	background-image: url(https://skylerai.com/wp-content/uploads/2021/06/demo_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90%;
	-webkit-box-shadow: 0 30px 20px 7px rgba(0,0,0,0.7);
    box-shadow: 0 30px 20px 7px rgba(0,0,0,0.7);
}

#close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 15px;
  color: #999;
  cursor: pointer;
	opacity:0.7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	z-index:9999;
}
#close:hover {
	opacity:1;

}
#close img{
  width:30px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 1em;
	background:#fff;
}
@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}	
/*SCROLL TO TOP STYLING*/

#scroll-button {
    position: relative;
    padding: 0px;
    display: inline-block;
    background-color: #87c043;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: background-color .8s, opacity 1.2s, visibility 1.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#scroll-button img {
    width: 20px;
    vertical-align: top;
    margin-top: 10px;
}
#scroll-button.show {
    opacity: 1;
    visibility: visible;
}

/*Partner LIST STYLING*/
	
.home-partner-sec{
 margin-top:30px;		
}	
.home-partner-sec .secvice-container{
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;		
}
.home-partner-sec .secvice-container li{
		
}
/* BLOG  PAGE  STYLING*/

.site-main.archive .page-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
	
	
.site-main.archive .page-content .post{
    width: 48%;
    margin-bottom: 60px;	
}

ul.meta{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 30px;		
}	
.post-cat-meta	{
	margin-top:50px;
   margin-bottom: 0 !important;
}
.post-cat-meta	li a{
    font-style:italic;
    color: #87c043;	
}
ul.meta li{
    list-style: none;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #838aa0;
}  
ul.meta li.post-cat a,
.blog-meta li.post-cat a{
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
	font-family: 'PT Serif', serif;
	color: #87c043;
}
	
ul.meta li.post-cat a:after,
ul.blog-meta li.post-cat a:after{
    display: block;
    content: '';
    background: #132b76;
    height: 12px;
    width: 1px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(23deg);
}		
ul.blog-meta li.post-cat a:after {
    height: 10px;
}
	
ul.meta li.post-cat a:last-child::after,
ul.blog-meta li.post-cat a:last-child::after{
  display:none;
}
	
ul.meta li img{
    width: 12px;
    margin-right: 8px;
    opacity: 0.6;
}
	
.article-content .post-button {
    font-size: 15px;
    font-weight: 700;
}	
	
.article-content h2{
    font-weight: 600;
    line-height: 28px !important;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 0;		
}
	
.article-content .wpblog-featured-image {
    width: 100%;
    border-radius: 10px;
    height: 336px;
	background-size:cover;
}
	
	
.article-content p {
    font-size: 17px;
}

.post-title{
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 40px;
}
	
.next_post_link,
.previous_post_link{
    position: fixed;
    height: 110px;
    top: 50%;
    background: #aaa;
    background: rgba(0,0,0,0.4);
    color: #fff;
    margin-top: -55px;
    padding: 15px;
    text-decoration: none;
    z-index: 501;
    -webkit-transform: translate3d(0,0,0);
}
.previous_post_link{
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.next_post_link{
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.next_post_link:hover {
    background: #222;
    background: rgba(0,0,0,0.8);
}
.next_post_link {
    text-align: right;
}
.optiserve-post-nav .label {
    position: absolute;
    top: 50%;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    font-size: 24px;
}
.optiserve-post-nav .label img{
 width:16px
}
.previous_post_link .label {
    left: 10px;
}
.next_post_link .label {
    right: 10px;
}
.previous_post_link .entry-info-wrap,
.next_post_link .entry-info-wrap{
    width: 1px;
    overflow: hidden;
    display: block;
	    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.previous_post_link .entry-info,
.next_post_link .entry-info{
    display: block;
    height: 80px;
    width: 220px;
    display: table;
}

.previous_post_link .entry-info {
    margin: 0 1px 0 20px;
}
.next_post_link .entry-info {
    margin: 0 20px 0 1px;
}
.next_post_link .entry-info span,
.previous_post_link .entry-info span{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.65em;
	color:#fff;
}
.optiserve-post-nav .entry-image img {
    border-radius: 100px;
    display: block;
	width:100%
}

.optiserve-post-nav .entry-image {
	width:80px;
	height:80px;
}


.optiserve-post-nav:hover {
    background: #222;
    background: rgba(0,0,0,0.8);
}

.optiserve-post-nav:hover .entry-info-wrap,
.optiserve-post-nav:hover .entry-info-wrap{
    width: 240px;
}	
/*FORM STYLING*/

.form-wrap{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
	margin:0 auto;
    
}
.field-wrap{
 padding:5px;
  position: relative;
}
.demo-form .field-wrap {
    padding: 2px 20px;
}

.wpcf7-acceptance {
    display: block;
    overflow: hidden;
    height: 70px;
}
.form-wrap label{
	height: 19px;
	color: #3d6030;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin: 10px 0;
}
	
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    border-bottom: 1px solid #0f246a;
    background-color: rgba(255, 255, 255, 0);
    height: 40px;
    width: 100%;
    color: #0f246a;
    font-weight: 500;
	padding:0px 0;
    font-size: 20px;
}
input:active, input:focus, input:visited{
	border:none !important;
    border-bottom: 1px solid #0f246a!important;
}
textarea {
    height: 90px;
	padding:10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0f246a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0f246a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0f246a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0f246a;
}
.wpcf7-list-item-label{
color: #c0c0c0;
font-size: 12px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: left;	
}

.wpcf7-submit:hover{
    background-color: #3d6030;
}

/*MAP STYLING*/

#map_tabs{
    text-align: center;

}
#map_tabs ul{
    text-align: center;
	    padding: 30px;
}
#map_tabs li{
    display:inline-block;
	color: #888888;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	padding:0 20px;
}
#map_tabs li.ui-state-active{
   color: #ebb20a;
	font-weight: 700;
}
#map_tabs li.ui-state-active a{
   color: #ebb20a;
	font-weight: 700;
}

.postbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c4c7;
    background: #ffcf62;
}


/*JOB LIST STYLING
*****************************/

.site-main.talents .job-title{
	margin-bottom:30px;
}
.site-main.talents .job-location{
	margin-bottom:20px;
}
.site-main.talents .job-role{
	margin-bottom:20px;
}

.job-desc, .job-reqmmt{
    margin-top: 50px;
}
.brows-job-list {
    display: flex;
    width: 100%;
    clear: both;
    padding: 20px;
    transition: .4s;
    margin-top: 25px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgb(88 96 109 / 14%);
    -webkit-box-shadow: 0 0 10px 0 rgb(88 96 109 / 14%);
    -moz-box-shadow: 0 0 10px 0 rgba(88,96,109,0.14);
    align-items: center;
    border-left: 4px solid #18aba0;
    position: relative;
    justify-content: space-between;
    align-content: space-between;
}
.brows-job-list h3.job-title {
    margin-right: 40px;
}
.brows-job-list span.job-role {
color: #20234a;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    display: contents;
}
.apply-job{
    border: 1px solid #eaeff5;
    background: #18aba0;
    color: #ffffff;
    float: right;
    display: block;
    position: absolute;
    right: 30px;
    top: 26px;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}
.wpcf7-submit, .archive article .article-content .pst-read-more  {
    border: 1px solid #eaeff5;
    background: #87c043;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    padding: 12px 30px 12px 30px;
    position: relative;
    margin-top: 4px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.field-wrap small {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 11px;
}
.apply-job:hover, .wpcf7-submit:hover,
.archive article .article-content .pst-read-more:hover{
    background: #20234a;
}

.brows-job-list:hover {
    border-left: 4px solid #18aba0;
}

.apply-job span, .archive article .article-content .pst-read-more span {
    padding: 0 !important;
    border: 0 !important;
    width: 100px !important;
    color: #fff;
    left: 16px;
    transition: all 0.3s ease-out;
    font-weight: 500;
}
.apply-job:before, .wpcf7-submit:before,
.archive article .article-content .pst-read-more:before{
    top: 12px;
    right: 28px;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    transform: rotate( 
-45deg
 );
    box-shadow: 4px 4px 0 #ffffff;
}

.apply-job:after, .wpcf7-submit:after,
.archive article .article-content .pst-read-more:after{
    width: 0;
    height: 0;
    right: 40px;
    top: 16px;
    bottom: 50%;
    content: "•";
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    line-height: 0;
    font-size: 36px;
    position: absolute;
    transition: right 0.3s ease-out, bottom 0.3s ease-out, letter-spacing 0.3s ease-out;
}
.apply-job:hover, .apply-job:focus,
.apply-job:hover, .apply-job:focus,
.archive article .article-content .pst-read-more:hover, .archive article .article-content .pst-read-more:focus{
  outline: none;
}


.apply-job:hover::after, .apply-job:focus::after,
.apply-job:hover::after, .apply-job:focus::after,
.archive article .article-content .pst-read-more:hover::after, .archive article .article-content .pst-read-more:focus::after
{
  right: 46px;
}

.single-job-list-title {
    margin-top: 40px;
}
.job-apply-form{
    margin-top: 40px;
	   margin-bottom: 40px;
	max-width:70%
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
    background-color: #d3d3d3;
}

.elementor-headline.elementor-headline-animation-type-clip h2 {
    font-size: 50px;
}


.elementor-headline-text-wrapper span:nth-child(2){
    color: #87c043;
}

/*FOOTER STYLING*/
.site-footer{
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 15px 0 20px;
    background-size: contain;
	width:100% !important;
	max-width: 100% !important;
}

.footer-inner{
    margin: 0 auto;
    max-width: 1260px !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}
.footer-inner .footer-col{
	width:25%;
	display: block;
	padding-top: 22px;
}
.footer-inner .footer-sec-last{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.footer-inner .footer-sec-last .menu li {
	float:left;
	padding: 0 20px;
}
.footer-inner .footer-col .menu li a{
    color: #132b76;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
}
.footer-inner .footer-col.footer-sec-one img{
    width: 155px;
}

.footer-inner .footer-col.footer-sec-one .textwidget{
    max-width: 270px;
	margin-top:22px;
}
.footer-inner .footer-col.footer-sec-one .textwidget p {

    margin-bottom: 1.4rem;
}
.footer-inner .footer-col .widgettitle{
    color: #10256b;
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal !important;
    text-align: left;
	margin-bottom:17px;
}

.footer-inner .footer-col .menu{
	padding:0;
}
.footer-inner .footer-col .menu li {
    line-height: initial;
    list-style: none;
}
.footer-inner .footer-col .menu li a{
    color: #132b76;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
}



.footer-copyright-wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	margin-bottom: 50px;
}
.footer-copyright{
	margin: 0px auto;
	color: #b0b0b0;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	text-align:center;
	margin-top:45px;
}
.footer-copyright .copyright-inner{
    margin: 0 auto;
    max-width: 1260px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #10256b;
    justify-content: center;
    font-weight: 600;
}

.lae-heading {
    margin: 0 auto 10px !important;
    max-width: initial !important;
}

@media (min-width: 1200px){
.site-navigation ul.menu li.button-menu a{
	border:2px solid #87c043;
	background:#87c043;
	padding:8px 25px ;
	color:#fff;
	border-radius: 2px;
}
.site-navigation ul.menu li.button-menu.trns-menu a{
	border:2px solid #87c043;
    background:transparent;
	color:#87c043;
	margin-left:10px;
}
.site-navigation ul.menu li:last-child a {
    padding: 10px 15px !important;
}	
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
section.elementor-section.elementor-top-section > .elementor-container,
.header-inner, .footer-inner.top{
    width: 94%;
}
	
.banner-video-wrap{
    right: -4%;
}	
}

/*RESPONSIVE STYLING*/
@media (max-width: 900px){
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 14px;
}
}
@media (max-width: 900px){
.site-navigation ul.menu li.button-menu {
    text-align: left;
    margin-top: 20px;
}

.site-navigation ul.menu li.button-menu a{
	border:2px solid #87c043;
	background:#87c043;
	padding:8px 25px ;
	color:#fff;
	border-radius: 2px;
    display: inline;
}
.site-navigation ul.menu li.button-menu.trns-menu a{
	border:2px solid #87c043;
    background:transparent;
	color:#87c043;
	margin-left:10px;
}

.site-header{
    -webkit-box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
    box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
}
.header-inner {
    height: 60px;
}	
	
.site-header{
    padding-right: 25px;
    padding-left: 25px;
	z-index: 99999;
}	
	
.site-branding {
    max-width: 260px;
    padding: 10px 0 0px;
}	
	
.header-top {
    display: none;
}	
.mobile-menu-icon {
    top: 18px;
}	
.desktop-hide{
	display:block !important
}
.header-right {
    z-index: 10;
}	
.site-navigation {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
    display: block;
}
	
.menu-main-menu-container{
    width: 100%;		
}
	
.site-navigation.open{
visibility:visible;
	opacity:1;
    top: 140px;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    right: 0;
    top: 12px;
}	
.site-navigation ul.menu li {
    height: auto;
    clear: both;
	display: block;
}
.site-navigation ul.menu li a {
    padding: 11px 15px;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #ffffff;
}
.site-navigation ul.menu li ul {
    display: none;
    min-width: 150px;
    width: 100%;
    position: relative;
    z-index: 2;
    left: auto;
    top: 0;
    margin: 0 auto;
	border: none;
    background: #132b76 !important;
    border-left: 4px solid #87c043;
    border-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) scale(1);
    flex-direction: row;
    align-content: center;
}

.site-navigation ul.menu li ul li a {
    color: #ffffff;
}
.site-navigation ul.menu li ul li a i {
    font-size: 20px;
}	
.site-branding {
    max-width: 200px;

}
.site-navigation ul.menu {
    display: block;
	padding-left: 0;
	width:100%;
	text-align:center;
}
.site-navigation ul.menu li a:before {
		display:none;
}
	
/*Mobile Menu*/
	
.ham-btn {
    width: 30px;
    height: 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: right;
    right: 25px;
    top: 7px;
}
.ham-btn .ham-ham {
  position: absolute;
  top: calc(50% - 2px);
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  text-indent: -9999em;
  width: 100%;
  overflow: visible;
  transition-duration: 0.25s;
}
.ham-btn .ham-ham:after, .ham-btn .ham-ham:before {
  display: block;
  content: "";
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  width: 60%;
  position: absolute;
  top: -8px;
  right: 0;
  transition-duration: 0.25s;
}
.ham-btn .ham-ham:after {
  width: 80%;
  top: unset;
  bottom: -8px;
  right: 0;
}
.ham-btn:hover .ham-ham:before, .ham-btn:hover .ham-ham:after {
  width: 100%;
}
.ham-btn.active .ham-ham {
  width: 90%;
  background-color: transparent;
}
.ham-btn.active .ham-ham:before, .ham-btn.active .ham-ham:after {
  width: 90%;
	background: #fff;
}
.ham-btn.active .ham-ham:before {
  transform: rotate(-45deg);
  top: 0;
}
.ham-btn.active .ham-ham:after {
  transform: rotate(45deg);
  top: 0;
}
.ham-btn.active:hover .ham-ham {
  width: 100%;
}
.ham-btn.active:hover .ham-ham:before, .ham-btn.active:hover .ham-ham:after {
  width: 100%;
}

.hide-text {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}
.ham-btn::before {
    content: "";
    width: 49px;
    height: 40px;
    font-size: var(--uiMenuCircleSize);
    background-color: #132b76;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 1px;
    z-index: -1;
    will-change: width, height;
    transition: transform .25s cubic-bezier(0.04, -0.1, 0.29, 0.98), width .25s cubic-bezier(0.04, -0.1, 0.29, 0.98), height .25s cubic-bezier(0.04, -0.1, 0.29, 0.98);
}
	
.ham-btn.active::before {
    width: 100vmax;
    height: 100vmax;
    transform: translate3d(-50vh, -50vh, 0) scale(5);
    transition-duration: 1s;
	border-radius:50%;
	
	
}	
	
/*Mobile Menu Icon */
.banner-wrap {
    height: 50vh;
}	
.banner__img {
    min-width: 1162px;
}
.banner-content {
    padding: 30px;
}	
	
.normal-sec .section-inner{
    padding: 50px 30px;
	    position: relative;
}
.section-inner-row {
     width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    align-content: space-around;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.section-inner-row .section-inner-half,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,	
.col-10,
.col-11,
.col-12	
	{
    width: 100%;
	margin-bottom: 25px;	
}
.workshop-page #section-three .section-inner-half, .workshop-page #section-four .section-inner-half, .workshop-page #section-five .section-inner-half {
    width: 100%;
}	
.footer-inner .footer-col {
    width: 50%;
}	
.full-col-half {
    max-width: 100%;
	    padding-right: 0;
	    padding: 30px;
}
#contrib-sec .section-inner {
    padding: 30px;
}
#contrib-sec {
    margin-top: -50px;
}	
#contrib-sec .section-inner {
    padding: 30px 30px 255px;
}
	
.beec2-img-wrap {
    text-align: right;
    margin-bottom: 12px;
}
.bottom-bg {
    padding-bottom: 40px;
}
	
.two-hexa-img-wrap {
    height: 200px;
}
	
.two-hexa-img-wrap {
    margin-bottom: 34px;
    margin-top: 4px;
    height: 200px;
}
.cover-bg {
    background-repeat: no-repeat !important;
    background-size: cover!important;
    height: 400px;
}	
	
.sec-title .main-title {
    line-height: 40px !important;
}	
#workshp-title-sec .workshp-title .main-title {
    line-height: 36px !important;
}	

	
.home-service-inner {
    padding: 50px 0;
}
	
#content-slider li {
    height: calc(100vh - 146px);
}
	
#content-slider li .container {
    position: relative;
    padding: 32px 30px;
    overflow: hidden;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
.home-service-sec .mission-sec .mission-sec-left,
.home-service-sec .mission-sec .mission-sec-right {
    width: 100%;
}

.mission-sec {
    flex-direction: column;
    margin: 10px auto 0;
}
.home-service-sec .mission-sec .mission-sec-right ul {
    margin-top: 50px;
}	

.home-mission-sec .home-mission-inner {
    padding-bottom: 0;
}	
#home-about-sec {
    margin-top: 0;
}	
.counter-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
	
.counter-wrap .number {
    width: 100%;
    margin-bottom: 40px;
}
#number-counter-sec {
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
	    padding-bottom: 200px;
}	
	
#partners-sec .section-inner {
    flex-direction: column;
}	
	
.secvice-container {
    display: flex;
    padding: 0;
    margin-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    align-content: stretch;
    justify-content: space-between;
}
	
.secvice-container li {
    width: 100%;
    list-style: none;
    padding-right: 0;
	margin-bottom:50px;
}	
.secvice-container li .servc-wrap p {
    min-height: auto;
}	
	
	
.partners-sec-left,
.partners-sec-gap,
.partners-sec-right{
    width: 100%;
}	

#home-about-sec .section-inner .about-sec-left,
#home-about-sec .section-inner .about-sec-mid,
#home-about-sec .section-inner .about-sec-right,
.section-inner-row .section-inner-half {
    width: 100%;
}	
	
#home-about-sec .section-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
}
	
#workshp-cont-sec .workshp-sec-cont{
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    position: relative;
	flex-direction: column;
}
.workshp-sec-left, .workshp-sec-right {
    width: 100%;
}	
	
#workshp-cont-sec:after {
 display:none;
}
.partners-list {
    grid-gap: 30px;
    grid-template-columns: repeat(6,1fr);
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
}
	
.partners-list li:nth-child(7) {
    grid-column-start: inherit;
}
	
.partners-list li:nth-child(4),
.partners-list li:nth-child(9),
.partners-list li:nth-child(14),
.partners-list li:nth-child(19),	
.partners-list li:nth-child(24),
.partners-list li:nth-child(29)	
	{
    grid-column-start: 2;
}	
#news-sec .section-inner {
    flex-direction: column;
}	
	
.news-sec-right,	
.news-sec-left {
    width: 100%;
}
.news-sec-left {
    margin-bottom: 40px;
}
	
.site-footer{
padding-left: 30px;
padding-right: 30px;	
}

.footer-inner {
    margin: 0 auto;
    max-width: 1260px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}	
.footer-inner .footer-col.footer-sec-one {
    width: 100%;
}	
.footer-inner .footer-col.footer-sec-one .textwidget {
    max-width: 100%;
    margin-top: 22px;
}
	
.footer-inner .footer-sec-four {
    padding-top: 22px;
}
.footer-sec-one img {
    max-width: 210px;
    margin: 0 auto;
}	
	
.footer-menu-box {
    margin-right: 4%;
}	
.footer-inner-wrap ul li {
    font-size: 15px;
}	
.footer-sec-four, .footer-copyright-wrap {
    margin-bottom: 0px;
}
	
.footer-copyright {
    padding: 18px 30px;
}	
	
.footer-copyright-wrap .footer-left .custom-html-widget{
    text-align: center;
}	
	
}
@media (max-width: 580px){
.site-main,	
.site-main.archive,
.site-main.post,
.site-main.talents{
    margin-top: 70px;
}
	
.site-main.archive .page-content .post {
    width: 100%;
    margin-bottom: 60px;
}	
.site-header, body:not([class*=elementor-page-]) .site-main {
    padding-right: 20px;
    padding-left: 20px;
}
.post-title {
    font-size: 26px !important;
}	
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sticky-social
{
  opacity: 0;
}
.sticky-social
{
  transform: translatex(-100%);
}

.page-loaded .sticky-social {
  -webkit-animation: fadeIn 0.5s ease-in 0.9s forwards, slideIn 0.5s ease-in 1.1s forwards;
          animation: fadeIn 0.5s ease-in 0.9s forwards, slideIn 0.5s ease-in 1.1s forwards;
}


@-webkit-keyframes fadeIn {
  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scaleIn {
  100% {
    transform: scaleX(1);
  }
}

@keyframes scaleIn {
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes slideIn {
  100% {
    transform: translateY(0);
  }
}

@keyframes slideIn {
  100% {
    transform: translateY(0);
  }
}

.half-size-col.lt-col .elementor-column-wrap {
    justify-content: flex-end;
}


.half-size-col .elementor-column-wrap .elementor-widget-wrap,
.half-size-sec{
   max-width: 580px;	
}
.half-size-col.rt-col .elementor-column-wrap .elementor-widget-wrap{
	padding-left:12%
}

.half-size-col.lt-col .elementor-column-wrap .elementor-widget-wrap{
	padding-right:12%
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: hsl(0deg 0% 100%);
    border-radius: 18px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 0;
}

.half-size-col.lt-col {
    justify-content: flex-end;
}
.elementor-invisible {
    visibility: visible !important;
}