body {
  margin: 0;
font-family: gothic;
  background-color: #f4f4f4;
}

a {
  color: #000;
}
a:hover
{
  text-decoration: none;
}
@font-face {
  font-family: gothic;
  src: url(../font/GOTHIC.woff);
}
@font-face {
  font-family: gothicb;
  src: url(../font/GOTHICB.woff);
}
@font-face {
  font-family: gothicbi;
  src: url(../font/GOTHICBI.woff);
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

p{
  text-align: justify;
  font-family: gothicb;
  font-size: 15px;
}
/*.sticky + .content {
  padding-top: 60px;
}*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: #27656e;
  background: linear-gradient(to bottom, #27656e 0%, #101010 100%);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ef7f1b;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* header  start*/

.header
{
          background-color: #e6e8e8;
    /* background: linear-gradient(to bottom, #265a62 0%, #265b63 100%); */
    border-bottom: 2px solid #ef7f1b;
   padding: 13px;
}
.header .social-menu1
{
  margin-right: 84px;
}
.header .social-menu1 li
{
      display: inline;
    float: right;
 }
 .social-menu1 li a i
{
        border: 1px solid #fff;
    border-radius: 50%;
 padding: 8px 10px;

    background-color: #fff;
    color: #000;
  }
hr{
margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(150, 148, 147, 0.4);
    /* width: 32%; */
    margin-left: 72%;
  }
 .social-menu1 li a .fa-play
{
 border: 1px solid #d61717;
    border-radius: 50%;
    color: #fff;
      background-color: #d61717;
        padding: 8px 10px;
}
 .social-menu1 li a .fa-play:hover
{
  background-color: #fff;
  color: #d61717;
}


 .social-menu1 li a .fa-skype
{
border: 1px solid #08a0e9;
    border-radius: 50%;
  
     color: #fff;
      background-color:  #08a0e9;
       padding: 8px 10px;
}
 .social-menu1 li a .fa-skype:hover
{
  background-color: #fff;
  color:  #08a0e9;
}

.header .social-menu1 li a .fa-pinterest-p
{
 border: 1px solid #c8232c;
    border-radius: 50%;
    color: #fff;
      background-color:  #c8232c;
      padding: 8px 10px;
}
 .social-menu1 li a .fa-pinterest-p:hover
{
  background-color: #fff;
  color: #c8232c;
}
 .social-menu1 li a .fa-twitter
{
border: 1px solid  #08a0e9;
    border-radius: 50%;
 
     color: #fff;
      background-color:  #08a0e9;
       padding: 8px 10px;
}
.social-menu1 li a .fa-twitter:hover
{
  background-color: #fff;
  color: #08a0e9;
}
 .social-menu1 li a .fa-facebook
{
border: 1px solid #253B80;
    border-radius: 50%;
    color: #fff;
      background-color:  #253B80;
    padding: 8px 10px;
}
 .social-menu1 li a .fa-facebook:hover
{
  background-color: #fff;
  color: #253B80;
}
 .social-menu1 li a .fa-whatsapp
{
border: 1px solid #25D366;
    border-radius: 50%;
    color: #fff;
      background-color:  #25D366;
      padding: 8px 10px;

}
 .social-menu1 li a .fa-whatsapp:hover
{
  background-color: #fff;
  color: #25D366;
}

/* .social-menu2 li a i
{
        border: 1px solid #fff;
    border-radius: 50%;

    background-color: #fff;
    color: #000;
  }*/
/*



.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}*/

.modal-dialog {
    width: 100px;
    /* margin: 29px 307px; */
    margin: auto;
  }


.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
 /* background-color: #fff;*/
}


.header li a {
  display: block;
  padding: 20px 20px;
/*  border-right: 1px solid #f4f4f4;*/
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
 /* background-color: #f4f4f4;*/
}

.header .logo {
  display: block;
    float: left;
    font-size: 2em;
    padding: 0px 0px;
    text-decoration: none;
    margin-top: -19px;
}

.side-nav
{
     font-size: 30px;
    cursor: pointer;
    float: right;
    margin-right: 14px;
     margin-top: 23px; 
    color: #ef7f1b;
    position: absolute;
    top: 0;
    right: 0;
}
/* header end */

/*section1 start start*/
#section1
{
  padding-top: 90px;
}
.sec1-cont h2
{
   font-size: 46px;
    color: #ef7f1b;
    margin-bottom: 60px;
    text-align: left;
    font-family: gothicb;
    margin-top: 0px;
    font-weight: 600;
}


/*#section1 img
{
      margin-top: -66px;
}*/
.sec1-cont .find
{
       background-color: #ef7f1b;
    color: #fff;
    border: 1px solid #ef7f1b;
    border-radius: 0px 12px 12px 0px;
    padding: 12px 24px;
        text-shadow: #097a74 1px 1px 2px;
    font-weight: 600;
    font-family: gothicb;
  }

  .sec1-cont .find:hover{
      background-color: #fff;
    color: #ef7f1b;
    text-shadow: #252423 1px 1px 2px;
   
}
.sec1-cont p
{
    margin-top: 40px;
    margin-bottom: 1rem;
    text-align: justify;
    color: #000;
    font-weight: 600;
  }
.sec1-cont .more{
          float: right;
    margin-right: 250px;
    color: #24a5a5;
}

/*section1 start end*/



/*section2 start*/

#section2
{
 padding-top: 90px;
 padding-bottom: 60px;
}

#section2 h3
{
  text-align: center;
    color: #128194;
    font-weight: 700;

}
#section2 p
{
      text-align: center;
    color: #ef7f1b;
    font-weight: 500;
    font-size: 16px;
}
/*section2 end*/

/*about section or section3*/
#section3
{

 padding-top: 90px;
 padding-bottom: 60px;
 background-color: #27656e;
          background: linear-gradient(to bottom, #265a62 0%, #285f67 92%);
           border-top: 2px solid #ef7f1b;
}

.abt-cont .find
{
       background-color: #ef7f1b;
    color: #fff;
    border: 1px solid #ef7f1b;
    border-radius: 0px 12px 12px 0px;
    padding: 12px 24px;
    margin-bottom: 20px;
        text-shadow: #097a74 1px 1px 2px;
    font-weight: 600;
    font-family: gothicb;
  }

  .abt-cont .find:hover{
      background-color: #fff;
    color: #ef7f1b;
    text-shadow: #252423 1px 1px 2px;
  
}


.abt-cont .find1
{       background-color: #ef7f1b;
    color: #fff;
    border: 1px solid #ef7f1b;
    border-radius: 12px 0px 0px 12px;
    padding: 12px 24px;
    margin-left: 20px;
        text-shadow: #097a74 1px 1px 2px;
    font-weight: 600;
    font-family: gothicb;
  }
    .abt-cont .find1:hover{
      background-color: #fff;
    color: #ef7f1b;
    text-shadow: #252423 1px 1px 2px;
   
}
.abt-cont p
{
    margin-top: 40px;
    margin-bottom: 1rem;
    text-align: justify;
    color: #fff;
    font-weight: 600;
  }
  .abt-cont ul li
{
    margin-top: 10px;
    margin-bottom: 1rem;
    text-align: justify;
    color: #fff;
    font-weight: 600;
    /*list-style: none;*/
  }
/*
.abt-cont ul li i{
    margin-right: 20px;
  }
*/
  .abt-cont1 ul li
{
    margin-top: 10px;
    margin-bottom: 1rem;
    text-align: justify;
    color: #fff;
    font-weight: 600;
    list-style: none;
  }
  .abt-cont1 ul li i{
    margin-right: 20px;
    color: #ecda33;
  }
 .abt-cont1 ul{
   /* margin-left: 100px;*/
    /* margin-top: 10px; */
    padding-top: 5px;
  }
   .abt-cont1 h3
   {
    font-family: gothicb;
     color: #ecda33;
    text-align: center;
    font-size: 27px;
   }
  .abt-cont ul 
{
    margin-top: 40px;
   
  }
  .abt-cont1 {
background-color: #27656e;
    border: 1px solid;
    border-radius: 12px 12px 12px 12px;
padding: 22px;
  }
/*section3 end*/
.form{
          width: 700px;
    margin: auto;
        padding-bottom: 40px;

  }
  .form-horizontal .control-label 
  {
            margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 0px;
        margin-left: 40px;
  }
  .form-control {
       display: block;
   
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: none;
    /*background-color: #ef7f1b;*/
   
}
   .form-box {
    background-color: #ef7f1b;
    /*padding: 40px 0px 40px 60px;*/
    border: 1px solid #ef7f1b;
    border-radius: 85px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
     textarea.form-control {
        height: 69px;
    background-color: #fff;
    border-radius: 12px;
      width: 336px;

}
   .colon{color: #fff;
    font-weight: 700;
    font-size: 18px;
  }
    .button {
         padding: 7px 15px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #56879e;
    background-color: #ffffff;
    border: 1px solid #ef7f1b;
    border-radius: 15px;
    box-shadow: 2px 9px 9px 1px #ef7f1b;
    font-weight: 700;
}
.close-btn{
      padding: 10px 15px;
    font-size: 24px;
    text-align: center;
    color: #56879e;
    background-color: #ffffff;
    border: 1px solid #ef7f1b;
    border-radius: 15px;
    box-shadow: 2px 9px 9px 1px #ef7f1b;
    font-weight: 700;
}

.button:hover {
  background-color: #fff;
  color: #ef7f1b;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.sub-clo{
      margin-left: 72px !important;
}




/*section3 start*/

.sign-cont .find
{
       background-color: #ef7f1b;
    color: #fff;
    border: 1px solid #ef7f1b;
    border-radius: 0px 12px 12px 0px;
    padding: 12px 24px;
        text-shadow: #097a74 1px 1px 2px;
    font-weight: 600;
    font-family: gothicb;
  
  }
  .sign-cont .find:hover{
      background-color: #fff;
    color: #ef7f1b;
    text-shadow: #252423 1px 1px 2px;
   
}
/*section3 end*/


/*programs*/

#programs
{

 padding-top: 80px;
 padding-bottom: 60px;
}


#programs h2
{
  /*font-family: gothicb;*/
      color: #1b313f;
    text-shadow: #000 1px 1px 2px;
    margin-bottom: 5px;
   font-size: 25px;
}

.sign-pro {
    border: 1px solid #ccc;
    /* background: no-repeat center/100% url(../images/bg1.jpg); */
    padding: 18px 30px;
    min-height: 179px;
    margin-top: 32px;
    box-shadow: 5px 5px #ccc;
    border-radius: 12px;
    margin-bottom: 24px;
    }
    .sign-pro h4{ color: #fff; }
    .sign-pro1{
    background-color: #102b18;
}
.sign-pro2
{
  background-color: #169cdc;
}
.sign-pro3
{
    background-color: #ef7f1b;
}
.h4-cont{
    font-size: 23px;
    font-weight: 600;
    font-family: gothicb;
  }

.pub-cont{
font-family: gothicb;
       color: red;
    font-weight: 600;
    font-size: 51px;

}

ul li
{
  line-height:2;
}
ul li i
{
font-size: 17px;
    /* margin-left: 0px; */
    margin-right: 15px;
    color: #ef7f1b;

}
.pub h6
{
font-size: 24px;
}
.pub .h6-cont
{
  color: red;
}

.pub1 ul li
{
  font-size: 16px;
    list-style: none;
    font-family: gothic;
    font-weight: 600;
}
.will-power
{
      padding: 48px;
}
.p-cont
{
  font-size: 24px;
    font-weight: 600;
}
.pub2 ul li,  .pub4 ul li
{
      font-size: 16px;
    list-style: none;

}
.pub3 ul li
{
font-size: 16px; 
list-style: none;
}
.pub2 h3
{font-size: 28px;
    color: #285f67;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: gothicb;
}
.pub2 ul li span{
color: #ef7f1b;
    font-weight: 600;
    font-size: 18px;
}.pub2 p{
font-size: 20px;
}
.pub3 h3, .pub4 h3{
  font-size: 28px;
    color: #285f67;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: gothicb;
}
.pub3 ul li span, .pub4 ul li span{
color: #ef7f1b;
    font-weight: 700;
  }
.pub4 ul .li-cont span{
 text-align: center;
    color:#000;
}

.pub4 ul .li-cont .span-cont
{
 color: #ef7f1b;
  font-weight: 700;
}
.pub1 h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  .pub1 .h6-cont1{
    color: #285f67;
    font-size: 18px;
  }

  
  .public-img
  {
margin-top: 32px;
    margin-bottom: 32px;
}
   .belt
   {font-size: 33px;
    color: red;
    font-weight: 600;
    font-family: gothicb;

    } 

    /*corporate */
.p-cont1
{
  font-size: 16px;
  font-family: gothic;
}
.cor-cont{
font-family: gothicb;
       color: red;
    font-weight: 600;
    font-size: 33px;

}
.linkhead
{
  color: #ef7f1b;
    margin-top: 36px;
    margin-bottom: 25px;
}
/*section4 start*/
#section4
{

 padding-top: 80px;
 padding-bottom: 60px;
}

#section4 h2
{
      color: #1b313f;
    text-shadow: #000 1px 1px 2px;
    margin-bottom: 5px;
    font-size: 35px;
}
.sign-cont1 
{
  background:  no-repeat center/100% url("../images/bg1.jpg");
     padding: 18px 30px;
              max-height: 467px;
}
/*.sign-main a
{
  float: right;
}*/
.cont2
{
  background:  no-repeat center/100% url("../images/bg2.jpg");
     padding: 18px 30px;
}
/*.cont2 img
{
      margin-top: 15px;
}*/

.cont3 p
{
      margin-top: 35px;
}
.cont3 img {
   margin-top: 17px;
}
.cont3
{
  background:  no-repeat center/100% url("../images/bg3.jpg");
    padding: 18px 30px;
}
.sign-cont1 h4
{
  color: #FFC107;
    font-size: 20px;
    font-family: gothicb;
}
.sign-cont1 p{
    color: #fff;
    text-align: justify;
   
  }

/*section4 end*/



/*section5 start*/


#section5
{

 padding-top: 80px;
 padding-bottom: 60px;
}

#section5 .tree
    {
      margin: auto;
    }
/*section5 end*/


/*section5 start*/


#section6
{

 padding-top: 80px;
 padding-bottom: 60px;
 background-color: #222222;}
/*section5 end*/


/*footer start*/
.footer-area
{
background: #285f67 !important;
}

.footer-cont h3

{
  color: #ef7f1b;
}
.footer-cont p
{
      color: #fff;
}
.footer-cont {
margin: 33px;
}
.footer-nav .social-info .social-menu1 li
{
 
  display: inline-block;
    margin-left: 20px;
}
/*1.11 Footer  Area Start
=================*/
.footer-area {
    background: #052943;
}
.copyright
{background: #27656e;
    padding: 8px;
    color: #fff;
    font-size: 16px;
}
.logo-text p {
    color: #f4f4f4;
    padding-top: 30px;
}

.footer-area ul li {
    margin-bottom: 23px;
    list-style: none;
}


.footer-area ul li:last-child {
    margin-bottom: 0
}

.footer-area a {
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
     color: #fff;
     font-family: gothic;
}

.footer-nav a:hover {
    margin-right: 5px;
    color: orange;
}

.social-info h5 {
    color: #f4f4f4;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 15px;
}

.social-info a {
    font-weight: 400;
   /* margin-top: 30px;*/
        color: #fff;
        text-transform: lowercase;

}
.footer-nav-icon li i{
    margin-right: 14px;
    color: #ffa132;
  }
.footer-nav {
   /* margin-left: 50px;*/
       /* margin-top: 80px;*/
       margin-left: 0px;
}
.social-nav
{    margin-left: -15px;

}

.linkhead
{
  color: #ef7f1b;
    margin-top: 36px;
    margin-bottom: 41px;
    font-family: gothicb;
}

.social-info ul li a {
   /* background: #278a97;
    border-radius: 3px;
    height: 35px;
    line-height: 32px;
    margin-right: 15px;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;*/
}

.social-info ul li a:hover {
    background: #e24a22;
    border-radius: 50px;
}

.footer-area h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
        text-align: justify;
        font-family: gothic;


}

.footer-area span {
    font-size: 10px;
    padding: 0 20px;
}

.bottom-footer {
    margin-top: -18px;
}

.scrollTop:hover {
    background-color: #41A0AC !important;
    border-radius: 0px;
}
.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 10px;
  background-color: #e58f04;
  padding: 10px 15px;
  opacity: 0;
    z-index: 999999;
     -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    border-radius: 5px;
}


/*footer end*/

#testimonial
{
      background-color: #27656e;
}
.sec-padding {
    padding: 70px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.wid70per {
    width: 70%;
}
.bg-white {
    background: #fff;
}
.disp-inblock {
    display: inline-block;
}
.clients .item p {
    text-align: justify;
    margin: 6% 10% 20px 10%;
}
.clients .item h6{
    font-weight: 900;
    font-size: 17px;
  }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.clients .item ul.testimonial-ul {
    margin: 0 10% 20px 10%;
    overflow: auto;
}
.testimonial-ul {
    text-align: left;
    padding-left: 0;
}
.testimonial-ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
}
.testimonial-ul li img {
    width: 128px;
    display: inline-block;
    float: left;
}
.clients {
    background-image: linear-gradient(to bottom right, #41435a,#8a8a8a);
    text-align: center;
}
.sign-client h2 {
    
    color: #fff;
   

    padding: 12px 24px;
    text-shadow: #097a74 1px 1px 2px;
    font-weight: 600;
    font-family: gothicb;
}