/*!
Theme Name: ahmadelswaf.com
Theme URI: https://aelsawaf.com/
Author: candcdigital.co
Author URI: https://candcdigital.co/
Description: Custom template for Ahmad Elsawaf
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pherona
Tags
*/


@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #f3efe7;
    background-color: #000;
    font-family:var(--primary-font);
}

a {
    color: #f3efe7;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #ff6200;
   --primary-font: 'Roboto', sans-serif;
}

.btn, .nav ul li:last-child>a, input[type="submit"] {
    color:#fff;
    font-weight: 600;
    font-size: 14px;
    border-radius:0px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 32px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
input[type="submit"] { color:#fff !important;}
.title {
    margin-bottom: 40px;
}

.title h1 {
    color: #f3efe7;
    font-size:90px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height:100%;
}

.title h2 {
    font-size:60px;
    margin-bottom: 0;
    line-height:100%;
    color: var(--primary-color);
    font-family: "Great Vibes", cursive;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 900px;
    display: inline-block;
}

section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: var(--primary-color) !important;
    height: 50px;
    width: 100%;
    padding: 6px 20px;
    font-weight: 400;
    border-radius: 0;
    border: 2px solid #000;
}

textarea {
    resize: none;
    height: 140px;
    color: #000;
    padding-top: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
    color: #000;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #9F9C9A;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #9F9C9A;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #9F9C9A;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #9F9C9A;    
}


/*header*/

.header {
    z-index:99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.menu-content {
    padding: 20px 0;
}

.is-sticky .menu-content {
    padding: 10px 0;
}

.is-sticky .main-menu {
    background-color: #000;
    box-shadow: 0 0 8px 0 rgb(255 255 255 / 28%);
}

.is-sticky .main-menu .logo{
    max-width: 150px;
}

.nav {
    padding-left: 0;
    padding-right: 10px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    position: relative;
    margin-right: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li:last-child>a { min-width:156px; line-height:100%;}

.nav ul li a {
    padding:0;
    display: block;
    font-weight: 500;
	padding-top:15px;
	padding-bottom:15px;
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:var(--primary-color) !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

.m-phone a:hover {
    color: #000;
}

.header .navbar-nav .sub-menu {
    position: absolute;
    top: calc(100% + 44px);
    margin-top: 0px;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    display: block;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    padding-bottom: 5px;
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.navbar-nav .sub-menu li {
    margin-right: 0;
}

.navbar-nav li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0px);
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    z-index: 20;
}

.navbar-nav .icon {
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: -20px;
    font-size: 14px;
}

.nav ul li.sa-dropdown {
    margin-right: 40px !important;
}

.navbar-nav .sub-menu {
    display: block;
}

.navbar-nav .sub-menu a {
    padding: 5px 15px;
}

/*hero-section*/

.hero-section {
    padding: 300px 0 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-text {
    color: #f3efe7;
    position: relative;
    z-index: 1;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 100px;
}

.hero-text h1 {
    font-weight: 600;
    font-size: 220px;
    line-height: 180px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-text h1 strong{
    display: block;
    text-shadow: 3px 3px 1px #ff6200;
}

.hero-text h2 {
    font-size: 100px;
    line-height: 70px;
    color: var(--primary-color);
    font-family: "Great Vibes", cursive;
}

.hero-text h3 {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero-text h3 strong {
    color: var(--primary-color);
}

.hero-text h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    padding: 15px 0;
    margin-bottom: 30px;
    border-top: 1px solid #424040;
    border-bottom: 1px solid #424040;
    text-transform: uppercase;
}

.more-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    display: block;
    font-size: 22px;
    background-color: var(--primary-color);
	color:#fff;
	-webkit-text-fill-color:#fff;
}

.more-icon:hover {
    color: #fff;
}

.hero-text .more-icon {
    display: block;
    position: absolute;
    right: 95px;
    top: 220px;
    background-color: var(--primary-color);
}

.hero-text h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-text h5 img {
    margin-left: 20px;
    margin-right: 20px;
}

.hero-text .social li {
    margin-bottom: 15px;
}

.hero-text .social {
    position: absolute;
    left: -75px;
    top: 20%;
}

.hero-text .social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border: 1px solid rgb(255 255 255 / 31%);
    border-radius: 100%;
}

.hero-text .phone {
    position: absolute;
    top: 30%;
    right: -200px;
    transform: rotate(-90deg);
}

/*about-section*/

.about-text {
    color: #f3efe7;
	padding-left:50px;
}

.about-text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.read-more .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    display: inline-block;
    border-radius: 100%;
    background-color: var(--primary-color);
}

.read-more strong {
    margin-left: -22px;
}

.read-more {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.read-more:hover .icon {
    background-color: #fff;
}

/*vision-section*/

.vision-section  {
    background-position: top left;
    background-repeat: no-repeat;
}

.vision-section .title h1 {
    font-weight: normal;
    position: relative;
    padding-left: 5px;
}

.vision-section .title h1:before {
    position: absolute;
    content: "";
    left: 0;
    top:18px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--primary-color);
}

.vision-section h3 {
    font-size: 130px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 120px; 
    background: linear-gradient(to right, #ffa46c, #ff6200);
    color: transparent;
    background-clip: text;  
    position: relative; 
    display: flex;    
	-webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vision-section h3 .more-icon {
    font-size: 22px;
    margin-left: 15px;
    transform: rotate(-45deg);
}

.vision-section h4 {
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;    
}

.vision-list {
    margin-top: 200px;
    list-style: none;
    counter-reset:counter;   
    border-bottom: 1px solid #1f1f1f; 
}

.vision-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;   
   
    display: flex;
    /*align-items: baseline;*/
    color: #e5e1d8;
    padding-left:60px;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #1f1f1f;
}

.vision-list li p:last-child {
    margin-bottom: 0;
}

.vision-list li:nth-child(3) {
    padding-bottom: 30px;
    padding: 50px 50px 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/bg/1.jpg);
}

.vision-list li:before{
    position: absolute;
    left:15px;
    font-size: 23px;
	counter-increment:counter;
    content:counter(counter,decimal-leading-zero) " //";
	top:27px;
}



.vision-list li .text{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;        
}

.vision-list li h5 {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
}

.vision-list li:nth-child(3) {
    padding-left: 80px;
}

.vision-list li:nth-child(3):before {
    left: 25px;
}

.vision-list li:nth-child(3):after {
    top: 50px;
    left: 50px;
}

.vision-list li:nth-child(3)>.text:before {
    position: absolute;
    content: "";
    width:calc(100% - 12px);
    height:calc(100% - 12px);
    top:6px;
    left:6px;
    border: 1px solid #fff;
}



/*experiences-section*/

.experiences-list ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -70px;
    margin-left: -70px;   
    position: relative;
}


.experiences-list ul li .thumb,
.experiences-list ul li .text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-right:70px;
    padding-left: 70px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
}

.experiences-list ul li:last-child .thumb,
.experiences-list ul li:last-child .text  {
    margin-bottom: 0;
}


.experiences-list ul li .text p:last-child {
	margin-bottom:0;
}

.experiences-list ul:before {
   /* position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #616161;
	*/
}

.experiences-list ul li:after {

    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width:50px;
    height:50px;
    margin-left: -25px;
    border-radius: 100%;
    border: 1px solid #616161;
    background-color: #000;
}




.experiences-list ul li:before {
    position: absolute;
    content: "";
    top:17.5px;
    left: 50%;
    width:15px;
    height:15px;
    margin-left: -7.5px;
    border-radius: 100%;
    background-color: #fff;
    z-index:1;
}




.experiences-list ul:hover li:before {
   background-color:var(--primary-color);  
}
.experiences-list ul:hover li:hover ~ li:before{
   background-color:#FFF;   
}

.experiences-list ul li:before {
   background-color:#FFF;    
}


.experiences-list ul:hover li:after {
   border-color:var(--primary-color);  
}
.experiences-list ul:hover li:hover ~ li:after{
   border-color:#FFF;   
}

.experiences-list ul li:after {
   border-color:#FFF;    
}



.experiences-list ul:hover li .thumb:before {
   background-color:var(--primary-color);  
}
.experiences-list ul:hover li:hover ~ li .thumb:before {
    background-color:#FFF;  
}

.experiences-list ul li .thumb:before {
   background-color:#FFF;    
}


.experiences-list h6 strong {
	padding-left:10px;
	padding-right:10px;
}


.experiences-list li .shape {
	position:relative;
}

.experiences-list li .shape:after {
    position: absolute;
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    border: 1px solid transparent;
}



.experiences-list ul:hover li .shape:after {
 
  border: 1px solid #fff; 
}
.experiences-list ul:hover li:hover ~ li .shape:after {
     border: 1px solid transparent; 
}

.experiences-list ul li .shape:after {
  border: 1px solid transparent; 
}






.experiences-list ul:hover li .thumb img {
	    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);  
  
}
.experiences-list ul:hover li:hover ~ li .thumb img {
        filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
}

.experiences-list ul li .thumb img {
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
}




.experiences-list li .thumb img {
       
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.experiences-list li.active .thumb img {
      
}

.experiences-list ul {
    position: relative;
    margin-bottom: 50px;
}

.experiences-list ul > li .thumb:before {
    position: absolute;
    content: "";
    bottom: 0;
    left:100%;
    width: 1px;
    height: 100%;
    background-color: #616161;
}

.experiences-list ul:after {
/*    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-radius: 100%;
    border: 1px solid #616161;
    background-color: #000;
	*/
}

.experiences-list h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.experiences-list li.active h6 strong {
    color: var(--primary-color);
}

.experiences-list h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.download-btn a {
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #070707;
}

.download-btn a span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    background-color: var(--primary-color);    
}

.download-btn a:hover span {
    background-color: #fff;
}

.experiences-list .thumb-content {
    position: relative;
    margin-right: 15px;
}

.experiences-list .thumb img {
    width: 100%;
}



/*speaking-section*/

.speaking-section {
    padding:100px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.sp-text .title h1 {
}

.sp-text .title h1 strong {
    display: block;
    color: var(--primary-color);
}

.sp-text {
    padding-left:0px;
    position: relative;
    padding-top:50px;
}

.sp-text h6 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    position: absolute;
    left: -200px;
    top: 295px;
    transform: rotate(90deg);
}

.sp-text h6:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 100%;
    width: 170px;
    height: 1px;
    margin-left: 30px;
    background-color: #50504f;
}

/*testimonials-section*/


.testimonial {
    color: #e5e1d8;
    text-align: center;
}

.slick-current.slick-active.slick-center .testimonial-content {
    max-width: 800px;
    display: inline-block;
}

.testimonial .icon {
    font-size: 24px;
}

.testimonial .rating {
    margin-bottom: 20px;
}

.testimonial .rating ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    color: #ff9c00;
    font-size: 20px;
    justify-content: center;   
}

.testimonial h3 {
    font-size: 28px;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 300;
}

.testimonial h2 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ts-ttile h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;    
}

.ts-ttile h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--primary-color);
}

.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #1d1d1d;
    z-index: 999;
    cursor: pointer;
    background-color: #000;
}

.slick-arrow:before {
    z-index: 9999;
}

.slick-arrow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 25px;
    width: 1px;
    height: 500px;
    margin-top: -220px;
    background-image: url(images/others/s2.png);
}

.slick-arrow.icon-right {
    right: 100px;
}

.slick-arrow.icon-left {
    left: 100px;
}

.slick-dots {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 1px;
}

.slick-dots li button {
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: relative;
    display: block;
}

.slick-dots li button {
    background-color: #0260f4;
}

.slick-dots li button:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-radius: 100%;
}

.slick-dots li button {
    padding: 0;
    background-color: transparent;
}

.slick-dots li button:after {
    border: 1px solid #676767;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: #fff;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    transform: scale(1.3);
    background-color: #fff;
}

.slick-dots li.slick-active button:after,
.slick-dots li:hover button:after {
    border: 1px solid #fff;
}



a, button, .thumb:before, .experiences-list li:before, .experiences-list li:after, .experiences-list ul > li .thumb:before, .experiences-list li:hover:before, .experiences-list li:hover:after, .experiences-list ul > li .thumb:before, .experiences-list ul > li .thumb:hover:before, .experiences-list ul:hover li .shape:after  {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}




/*testimonials-section*/


.testimonial {
    color: #e5e1d8;
    text-align: center;
}

.slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.slick-current.slick-active.slick-center .testimonial-content {
    max-width: 800px;
    display: inline-block;
}

.testimonial .icon {
    font-size: 24px;
}

.testimonial .rating {
    margin-bottom: 20px;
}

.testimonial .rating ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    color: #ff9c00;
    font-size: 20px;
    justify-content: center;   
}

.testimonial h3 {
    font-size: 28px;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 300;
}

.testimonial h2 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.testimonial p {
	font-size:18px;
}
.ts-ttile h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;    
}

.ts-ttile h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--primary-color);
}

.slick-arrow {
    position: absolute;
    width:60px;
    height:60px;
    line-height: 60px;
    top: 50%;
    margin-top: -30px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #1d1d1d;
    z-index:1;
    cursor: pointer;
    background-color: #000;
}

.slick-arrow:before {
    z-index: 9999;
}

.slick-arrow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 25px;
    width: 1px;
    height: 500px;
    margin-top: -220px;
    background-image: url(../images/others/s2.png);
}

.slick-arrow.icon-right {
    right: 100px;
}

.slick-arrow.icon-left {
    left: 100px;
}

.slick-dots {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 1px;
}

.slick-dots li button {
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: relative;
    display: block;
}

.slick-dots li button {
    background-color: #0260f4;
}

.slick-dots li button:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-radius: 100%;
}

.slick-dots li button {
    padding: 0;
    background-color: transparent;
}

.slick-dots li button:after {
    border: 1px solid #676767;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: #fff;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    transform: scale(1.3);
    background-color: #fff;
}

.slick-dots li.slick-active button:after,
.slick-dots li:hover button:after {
    border: 1px solid #fff;
}



a, button, .thumb:before {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}



input, 
select, 
textarea {
    height: 60px;
    margin-bottom:12px;
    border: 1px solid #3b3b3b;
    background-color: #000;
    border-radius: 5px;
}

textarea {
    height: 150px;
}

.contact-form {
    margin-bottom: 30px;
}

.contact-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;    
}

.contact-form ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.contact-form ul li:nth-child(1),
.contact-form ul li:nth-child(2),
.contact-form ul li:nth-child(3),
.contact-form ul li:nth-child(4) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.contact-form ul li:last-child {
    display: flex;
}

.contact-form input+label,
.contact-form textarea+label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 18px;
    left: 30px;
    font-weight: bold;
    background: #000;
    padding: 0 10px;
    color: #e5e1d8;
    margin-bottom: 0;
    transition: all .3s ease
}

.contact-form input:focus + label,
.contact-form textarea:focus + label{
    font-size: 11px;
    top: -5px
}


.contact-form h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

button.read-more {
    border: 0;
    padding: 0;
    color: #fff;
    margin-right: 30px;
    background-color: transparent;
}

button.read-more:hover {
    color: var(--primary-color);
}

button.read-more .icon {
    margin-right: 10px;
    padding-left: 0;
}

.contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;   
    text-align: center;   
}

.contact-list>li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;  
    border-right: 1px solid #323131;          
}

.contact-list .social li {
    margin-right: 10px;
}

.contact-list .social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;    
}

.contact-list .social li:last-child {
    margin-right: 0;
}

.contact-list .social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px solid rgb(255 255 255 / 31%);
    border-radius: 100%;
}

.contact-list .icon {
    margin-bottom: 20px;
}

.contact-list h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.contact-list h2 {
    font-size: 28px;
    font-weight: bold;
}

.contact-info {
    margin-bottom: 50px;
}

.footer-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;      
    border-top: 1px solid #323131; 
    border-bottom: 1px solid #323131; 
    padding: 15px 0;
    margin: 30px 0 50px;
}

.footer-menu li {
    position: relative;
    margin-right: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    padding-right: 30px;
    border-right: 1px solid #323131; 
}

.footer-menu li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.footer-section {
    color: #f9f7f3;
    padding-bottom: 50px;
    text-align: center;
}

.footer-section h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}


a.candc {
	background:url(images/candc.png) no-repeat 0px 2px;
	display:inline-block;
	padding-left:25px;
}


/* md */
@media (min-width: 1400px){

    .container {
        max-width: 1350px;
    }

}

/* md */
@media (min-width: 1200px) and (max-width: 1399px) {

    .nav ul li {
        margin-right: 20px;
    }
    .hero-text .social {
        left: -20px;
    }
    .hero-text .phone {
        right: -110px;
    }




}

/* md */
@media (min-width:768px) and (max-width: 1199px) {

    .nav ul li {
        margin-right:6.5px;
    }
    .header .btn {
      min-width: 110px;
      font-size: 11px;
      padding-left: 15px;
      padding-right: 15px;
    } 
    .hero-text h1 {
      font-size: 100px;
      line-height: 85px;
    } 
    .hero-text h2 {
        font-size: 70px;
        line-height: 40px;
    }  
    .hero-text .more-icon {
      right: 150px;
      top: 96px;
    }  
    .hero-text .social {
        left: 0;
        top: 0px;
    } 
    .hero-text .social li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    } 
    .hero-text .phone {
        top: 70px;
        right: -65px;
    }  
    .hero-text h3 {
        font-size: 27px;
    }  
    .hero-text h4 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 50px;
        line-height: 30px;
    }
    .title h1 {
        font-size: 80px;
        line-height: 65px;
    }
    .vision-section h4 {
        font-size: 60px;
    }
    .experiences-list h2 {
        font-size: 28px;
    }
    .speaking-section {
        padding: 100px 0 ;
    }
    .sp-text h6 {
        left: -170px;
    }



    .slick-current.slick-active.slick-center .testimonial-content {
        max-width: 650px;
        display: inline-block;
    }    
    .testimonial h2 {
        font-size: 55px;
    }
    .contact-form .download-btn a {
        letter-spacing: 0;
        padding:15px 20px;
    }
    button.read-more {
        letter-spacing: 0;
        margin-right: 15px;
    }
    .contact-list h2 {
        font-size: 22px;
    }

}

/* md */
@media (max-width: 991px) {
.nav ul li:last-child > a { min-width:110px; max-width:110px; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; margin-top:10px;}
    .nav ul li {
        font-size: 14px;
        margin-right:4px;
    }
    .header .btn {
      min-width: 110px;
      font-size: 11px;
      padding-left: 15px;
      padding-right: 15px;
    } 
    .hero-text h1 {
      font-size: 100px;
      line-height: 85px;
    } 
    .hero-text h2 {
        font-size: 70px;
        line-height: 40px;
    }  
    .hero-text .more-icon {
        right: 60px;
        top: 96px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .hero-text .social {
        left: -20px;
        top: 0px;
    } 
    .hero-text .social li {
        margin-bottom: 5px;
    }
    .hero-text .social li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    } 
    .hero-text .phone {
        top: 70px;
        right: -100px;
    }  
    .hero-text h3 {
        font-size: 27px;
    }  
    .hero-text h4 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 50px;
        line-height: 30px;
    }
    .title h1 {
        font-size: 50px;
        line-height: 45px;
    }
    .about-thumb .thumb {
        margin-bottom: 30px;
    }
    .vision-section h3 {
        font-size: 58px;
    }
    .experiences-list h2 {
        font-size: 20px;
    }
    .speaking-section {
        padding: 100px 0;
    }
    .sp-text {
        padding-left: 60px;
    }
    .vision-section h3 .more-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .vision-section h4 {
        font-size: 50px;
    }
    .vision-list li .text, 
    .experiences-list ul li .thumb, 
    .experiences-list ul li .text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;        
    }
    .experiences-list ul li::before, 
    .experiences-list ul::before, 
    .experiences-list ul li::after, 
    .experiences-list ul::after, 
    .experiences-list li .thumb::before {
        display: none;
    }
    .experiences-list ul li .text {

    }
    .sp-text {
        padding-left: 15px;
    }
    .sp-text h6 {
        left: -200px;
    }
    .hero-text .more-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 100px;
        right: 20px;
    }
    .vision-list {
        margin-top: 80px;
    }



    .foter-menu li {
        margin-right: 15px;
    }
    .foter-menu li a {
        padding-right: 15px;
    }
    .contact-list .social li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
 
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	
.hero-section {
    padding-top: 180px;
	background-position: -170px -60px !important;
  }


}

/* sm */
@media (max-width: 767px) {
	.vision-list li { padding-left:0; padding-top:50px;}
	.vision-list li .text { }
	.vision-list li:before, .vision-list li:after {top:10px;}
	.hero-section {
    padding-top: 180px;
	background-position: -170px -50px !important;
  }
  
	.nav ul li:last-child > a {
  min-width:100%;
  max-width:100%;
  padding:10px 15px;
	}
	.main-menu {
  background-color: #000;
  box-shadow: 0 0 8px 0 rgb(255 255 255 / 28%);
}
.nav { padding:0;}
	.nav ul li a { padding:6px 0px; display:block;}
.about-text { padding-left:0;}
    .header .button {
        display: none;
    }
    .header .nav ul {
        display: block;
				width:100%;
    }
    .header .nav ul li {
        margin-bottom:0px;
        margin-right: 0;
		padding:0; 
		width:100%;
    }
    .m-center {
        text-align: center;
    }
    .main-menu .logo {
        display: inline-block;
    }
    .hero-text .social {
        position: static;
        margin-bottom: 20px;
    }
    .hero-text .social ul  {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
        justify-content: center;      
    }
    .hero-text .social ul li {
        margin-right: 10px;
    }
    .hero-text .social ul li:lst-child {
        margin-right: 0;
    }
    .hero-text .phone {
        position: static;
        transform: inherit;
        margin-bottom: 20px;
    }
    .experiences-list ul li .thumb, 
    .experiences-list ul li .text {

    }
    .experiences-list .thumb-content {
        margin-right: 0;
    } 



    .contact-list > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
        border-right: 0;       
    }
    .slick-arrow.icon-right {
        right: 0;
    }
    .slick-arrow.icon-left {
        left: 0;
    }
    .testimonial h2 {
        font-size: 40px;
    }
    .contact-form ul li:last-child {
        display: block;
    }
    button.read-more {
        margin-bottom: 20px;
    }
}

/* xs Portrait */
@media (max-width: 575px) {


}



/* xs Portrait */
@media (max-width: 475px) {
    .sp-text .title h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .sp-text h6 {
        position: static;
        transform: inherit;
    }   
    .sp-text h6:after {
        display: none;
    }
    .title h2 {
        font-size: 32px;
    }
    .title h1 {
        font-size: 32px;
    }
    .download-btn a {
        padding: 15px;
        letter-spacing: 0;
    }
    .vision-list li h5 {
        font-size: 20px;
    }
    .vision-list {
        padding-left:0;
    }
    .vision-list li:nth-child(3) {
        padding: 50px 0;
        padding-left: 70px;
    }
  .hero-text h1 {
    font-size: 62px;
    line-height: 55px;
  }    
  .hero-text h2 {
    font-size: 50px;
    line-height: 20px;
  }
  .hero-section {
    padding-top: 180px;
	background-position: -170px -60px !important;
  }
  .hero-text .more-icon {
    display: none;
  }
  .hero-text h5 img {
    max-width: 60px;
  }
  .vision-section h3 {
    font-size: 32px;
  }
  .vision-section h4 {
    font-size: 30px;
  }


  .contact-form ul li:nth-child(1), 
  .contact-form ul li:nth-child(2), 
  .contact-form ul li:nth-child(3), 
  .contact-form ul li:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;    
  }
  .testimonial h3 {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .contact-form h3 {
    font-size: 22px;
  }
}




.hidden_label > legend {
	display:none !important;
}

h2.gform_submission_error { font-size:20px !important;}

label.hidden_sub_label {	display:none !important;}
div.hidden_label > label {	display:none !important;}




/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

body .gfield  > .ginput_container {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:5px;
  padding-right:5px;
  padding-bottom:12px;
}
body .gfield  > .ginput_container.ginput_container--name {

 }
 .validation_message {  font-size:13px;color:red;padding-left:10px; padding-bottom:5px; position:relative; top:-5px; }
body .gfield + .gfield .validation_message { padding-left:5px;padding-bottom:5px;}

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

 


body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}
.gfield .gfield_label, label.gform-field-label.gform-field-label--type-sub {
	display:none !important;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:5px;
  padding-right:5px;
}

.ginput_container--name {
	 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:5px;
  padding-right:5px;
}
.ginput_container--name > span.name_first {max-width:50%; width:50%; float:left;padding-left:0px; padding-right:10px;}
.ginput_container--name > span.name_last {max-width:50%; width:50%; float:right;padding-left:10px; padding-right:0px;}


.gfield--width-half { max-width:50%; width:50%; float:left;padding-left:0px; padding-right:5px;}
.gfield--input-type-phone { float:right; padding-left:5px; padding-right:0px;width:50%;}
.gfield--input-type-textarea { float:left; max-width:100%; width:100%;}
.gfield--input-type-text {
    float: left;
    max-width: 100%;
    width: 100%;
}

.gfield .gfield_label, label.gform-field-label.gform-field-label--type-sub {
	display:none !important;
}

.validation_message { text-align:left; padding-left:5px;}


.contact-list .social li a i {
    line-height: 40px;
}
.hero-text .social li a i {

}


/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	
	.contact-list .social li a i {
    line-height: 30px;
}
.hero-text .social li a i {
 line-height:40px;
}
	
	.gfield--width-half, .ginput_container--name > span.name_first, .ginput_container--name > span.name_last { max-width:100%; width:100%; float:left;padding-left:0px; padding-right:0px;}
.gfield--input-type-phone { float:right; padding-left:0px; padding-right:0px;width:100%;}
  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}