@font-face {
    font-family: "Yekan";
    src: url(../fonts/BYekan.eot);
    src: url(../fonts/BYekan.eot?#iefix) format("embedded-opentype"), url(../fonts/BYekan.woff) format("woff"), url(../fonts/BYekan.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Yekan";
    font-size: 16px;
    direction: rtl;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul{
list-style: none;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: white;
}

p{
  text-align: justify;
}

.fa {
    font-size: 16px !important;
    margin-left: 5px;
}

body{
  background-color: #b9b9b9;
}

.row1{
    margin-bottom: 40px;
}

#title h2::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #f3797f;
    right: 0;
    bottom: 0;
    margin-right: 16px;
}

#menu{
  background-color: #272727;
  transition: all 500ms;
  position: fixed;
  height: 100%;
  width: 220px;
}

#menu-toggle{
  background-color: #272727;
  color: white;
  position: absolute;
  left: 0px;
  margin-left: -40px;
  top: 0px;
  margin-top: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#menu-toggle:hover{
  color: #008b5e;
  transition: all 300ms;
}

#content li:hover{
  margin-right: 15px;
  //transition: all 500ms;
}
#content li{
  transition: all 500ms;
}

#menu.active{
  right: 0px !important;
}

#content .list.active a{
  transition: all 600ms !important; /*don't worked*/
  color: #008b5e;
}

#content{
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 15px;
}

#content ul{
  margin-top: 30px !important;
  width: 100%;
  position: relative;
}

#content li{
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  box-sizing: border-box;
 }

#content ul a{
  //margin-right: 15px;
}

 #content ul li:hover a{
  color: #008b5e !important;
  transition: all 200ms;
 }

.logo {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    overflow: hidden;
}

.logo::before {
    position: absolute;
    content: 'Maryam Mortazavi';
    color:  #008b5e;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: -25px;
    opacity: 0;
    text-shadow: rgba(0,0,0,0.4) 0 5px 10px, rgba(0,0,0,0.2) 0 2px 2px;
    transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
}

.logo:hover::before{
    margin-top: 0px;
    opacity: 1;
}


.logo::after {
    position: absolute;
    content: 'Maryam Mortazavi';
    font-family: inherit!important;
    color: #FFF;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    opacity: 1;
    text-shadow: rgba(0,0,0,0.4) 0 5px 10px, rgba(0,0,0,0.2) 0 2px 2px;
    transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -1.50, 0.265, 1.55);
}

.logo:hover::after{
    margin-bottom: -25px;
    opacity: 0;
}
#img1 img{
  height:auto;
  width: 100%;
  border-radius: 50%;
}

.mainBody {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  display: block;
  float: right;
  background-color: #FFF;
  transition: all 2000ms;
}

.box:nth-child(even){
  background-color: #f9f9f9;
}


.box:nth-child(odd){
  background-color: #f0f0f0;
}

/********************************home*********************************/

#banner {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    display: flex;
    background-image: url("../images/home-3.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#banner::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#introduction{
position: relative;
width: 100%;
height: 400px;
padding: 0 30px;
top: 30%;
box-sizing: border-box;
color: white;
}

.title {
    height: 55px;
    font-weight: bold;
}

.cd-headline {
    //font-family: 'IRANSans';
    font-weight: 300;
    height: 36px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
/*
.social-link li + li {
    margin-right: 15px;
}*/
/*.social-link li {
    float: right;
    width: 34px;
    height: 34px;
}*/

.social-link {
    width: 100%;
    float: right;
    margin: 20px 0 0;
}

.social-link li {
    float: right;
    width: auto;
    margin: 0 15px 0 0;
}

.social-link li a {
    display: block;
}

.social-link li a .fa {
    width: 34px;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #008b5e;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.social-link a .fa:hover{
  background-color: #008b5e;
  color: white;
}

/************************************tooltip*******************************/

.tooltip-inner {
    color: #008b5e;
    background-color: #fff;
    font-size: 12px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;
}


/*************************************aboutme**********************************/

.panel , .panel2 {
    width: 100%;
    float: right;
    height: auto;
    padding: 20px 20px 25px;
    background: #fff;
    border-radius: 3px;
    margin:0px 15px 40px 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
   // max-height: 400px;
}

.panel2{
  margin: 5px 15px;
  margin-bottom: 45px;
}

.panel:hover , .panel2:hover{
  box-shadow: 0px 5px 10px rgba(121, 135, 119, 0.62);
}

#title h2::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #f3797f;
    right: 0;
    bottom: 0;
    margin-right: 16px;
}

.panel a{
  color: black;
}

.panel .fa{
  color: #f3797f;
  font-size: 24px;
}

.panel h2 , .panel2 h2{
    font-size: 20px;
    color:  black;
    font-weight: 500;
    line-height: normal;
    margin: -4px 0 15px;
    position: relative;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.basic-info {
    width: 100%;
    float: right;
    height: auto;
}

.basic-info li {
    width: 100%;
    float: right;
    margin: 0 0 9px;
}

.basic-info li span {
    float: right;
    width: 100px;
    height: auto;
    font-weight: 500;
    font-size: 18px;
}

.basic-info li span.info {
    font-weight: 500;
    float: none;
    width: auto;
    display: table-cell;
    font-size: 17px;
}

.panel2 ul {
    width: 100%;
    float: right;
    text-align: center;
    margin: 10px 0 0;
}


.panel2 ul li {
    width: 16.6%;
    float: right;
    position: relative;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.panel2 ul .fa {
    display: inline-block;
    font-size: 22px;
    margin: 0 0 10px;
    width: 60px;
    line-height: 58px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.panel2 ul li span {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}

.panel2 li:hover{
  color: #008b5e;
  transition: all 0.3s ease-in-out;
}

.panel2 li:hover i{
  border: 1px solid #008b5e;
  transition: all 0.3s ease-in-out;
}

/************************************skill***********************************/



.hr {
    border-bottom: #099a8b solid 2px;
    width: 50px;
}

/*
.experts {
    background-color: #fff;
    padding: 7px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    margin-left: 0px;
    padding-bottom: 21px;
    margin-bottom: 25px;
    padding: 0px 17px 28px;  
}

.experts:hover{
    box-shadow: 0px 5px 10px rgba(121, 135, 119, 0.62);
}

.expert h4 {
    margin: 20px 0;
}

*/

.skillbox .fa{
    font-size: 16px !important;
    color: #f3797f;
    vertical-align: middle;
    margin-right: 4px;
}


.box .card {
    margin: 10px;
}

.skill {
    height: 5px;
    background-color: white;
    border-radius: 10px;
    border: #099a8b 1px solid;
}

.skill .progress-bar {
    position: relative;
    background-color: #099a8b;
    float: right;
}

.progress-title {
    display: block;
    margin-bottom: 10px;
    margin-top: 28px;
    color: #777;
    font-size: 1.3rem;
}

h2 {
    margin-top: 0px;
}

.progress-percent {
    background-color: rgba(255, 255, 255, 0.8);
    width: 35px;
    height: 35px;
    position: relative;
    margin-top: -15px;
    border-radius: 50%;
    margin-left: -18px;
    margin-right: -17px;
    border: #DFDFDF 1px solid;
    float: right;
}

.progress-percent-body {
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: #099a8b;
    text-align: center;
    display: block;
    width: 28px;
    height: 28px;
    margin: 2px;
    line-height: 28px;
    font-size: 1.15rem;
}

.card-body{
    text-align: center;
    padding: 1.25rem;
}
.counter{
    margin: 0 0 5px;
}
#menu #content{
    //overflow-y: scroll;
}


.box2 {
    background-color: #fff;
    padding: 12px 15px 18px 25px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    position: relative;
    margin-top:30px;
    border: 1px solid #dcdcdc;
}

.box2:hover{
    box-shadow: 0px 5px 10px rgba(121, 135, 119, 0.62);
}

.box2 .fa{
    font-size: 16px !important;
    color: #008b5e;
    vertical-align: middle;
    margin-right: 4px;
}

.box2 span{
    vertical-align: middle;
}




.skillbox {
    background-color: #fff;
    padding: 12px 15px 25px 25px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    margin-top: 30px;
}

.skillbox{
  position: relative;
}

.skillbox:hover{
    box-shadow: 0px 5px 10px rgba(121, 135, 119, 0.62);
}



.skillbox span{
  vertical-align: middle;
}

.container-fluid{
    margin-right: -20px;
    margin-left: -15px;
}

#otherskills{
margin-top: 12px;
margin-bottom: 45px;
}

#otherskills hr{
  margin: 0 9px;
}

#otherskills h3{
  margin: 10px 12px 17px 0; 
}

#otherskills h4{
  margin-right: 12px;
  margin-bottom: 14px;
}

.skills {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    list-style-type: disc;
    padding: 0 25px;
}

.skills li {
    min-height: 30px;
    line-height: 28px;
    font-size: 13px;
    color: #4F4F4F;
    margin-right: 16px;
    text-align: right;
    padding-right: 5px;
}

.tabs-toggle-arrow {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -16px;
    margin-bottom: -16px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #008a5e;
    border: #E5E5E5 1px solid;
    background-color: #F7F7F7;
    z-index: 1;
    transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
}

.tabs-toggle-arrow:hover {
    border-color: #008a5e;
    background-color: #008a5e;
    transition: all 300ms ease-out;
}

.tabs-toggle-arrow:hover i{
  color: #FFF;
  transition: all 300ms ease-out;
}

.card.card-inner {
    overflow: hidden;
    border: #DDD 1px solid;
    background-color: #F3F3F3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) inset;
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.03) inset;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.03) inset;
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.03) inset;
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.03) inset;
    margin: 0px;
    margin-top: 35px;

}



/*******************************graduation***********************************/

.row2{
  margin-top: 40px;
}

.row2 li{
  visibility: visible !important; 
  animation-name: none;"
}
.timeline {
    list-style: none;
    position: relative;
    float: right;
}

.timeline::before {
    top: 1px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background: #008b5e;
    right: 50%;
    margin-right: -1px;
    opacity: 0.45;
    margin-bottom: 61px;
}

.timeline  li {
    margin-bottom: 60px;
    position: relative;
    width: 50%;
    float: right;
    clear: right;
}

.timeline  li  .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: -15px;
    z-index: 100;
}

.timeline-badge .fa {
    color: #008b5e;
    opacity: 0.7;
}

.timeline li .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: right;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
}

.timeline li .timeline-panel::before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline li .timeline-panel h2 {
    margin: 0 0 5px;
}

.timeline li .timeline-panel:hover{
box-shadow: 0px 5px 10px rgba(121, 135, 119, 0.62);
}

.timeline-heading h3 {
    margin: 0;
    color: #008b5e;
}

.timeline-heading h5 {
    margin-top:10px;
}


.timeline li .timeline-panel .date {
    display: block;
    margin: 0 0 5px;
}

.timeline-body p {
    margin: 0;
}

.timeline li:nth-child(2) {
    margin-top: 60px;
}

.timeline > li.timeline-inverted {
    float: left;
    clear: left;
}

.timeline li.timeline-inverted .timeline-badge {
    right: -9px;
}

.timeline li.timeline-inverted .timeline-panel {
    float: left;
}

.timeline li.timeline-inverted .timeline-panel::before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
}

.timeline li::after {
    clear: both;
}

.row4{
    margin-left: -10px;
}

/**********************************expriment***********************************/

.row2 ul{
    width: 100%;
}

.timeline-title {
    text-align: center;
    margin-bottom: 25px;
}

.timeline-title span{
    background-color: #008b5e;
    border-radius: 5px;
    border: #008b5e 7px solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    color: white;
    font-size: large;
  }

.timeline-heading h3 {
    margin: 0;
    color: #008b5e;
}

.timeline-heading h4{
    margin: 18px 0 10px 0;
 } 

.timeline.exp::before{
  top: -25px;
}

#otherexp{
    visibility: visible !important; 
    animation-name: none;
    margin:0px 0px 45px;
}

#otherexp .fa{
  color: #f3797f;
}


#otherexp .skills{
    margin-right: 15px;
}

#otherexp .skills li {
    min-height: 30px;
    line-height: 28px;
    font-size: 15px;
    color: #4F4F4F;
}

#otherexp h4{
  margin-bottom: 12px;
  padding-right: 12px;
}

#otherexp h3{
  padding-right: 12px;
}

#otherexp hr{
  margin:0 12px;
}



/**********************************contact************************************/

.row5{
  margin-right:0; 
  margin-left: -25px;
}

#cont {
    width: 100%;
    float: right;
    height: auto;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
}

#cont .panel-body{
    padding: 20px;
}

#cont .panel-body h2 span{
    display: table-cell;
    //vertical-align: middle;
}

#cont .panel-body h2 i{
    display: table-cell;
    padding-left: 5px;
    color:#f3797f;
    vertical-align: middle;
}

.form-group{
    padding:2px; 
}


/**********************************headline************************************/
        .cd-headline {
            //font-family: 'IRANSans';
            //font-weight: 200;
            font-family: "Yekan";
            font-weight: normal;
            font-style: normal;
        }
        .cd-headline.clip span {
            display: inline-block;
        }
        .cd-headline.clip .cd-words-wrapper {
            overflow: hidden;
            vertical-align: middle;
            color:#fff;
        }
        .cd-headline.clip .cd-words-wrapper::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 2px;
            height: 100%;
            background-color: #f3797f;
        }
        .cd-headline.clip b {
            opacity: 0;
        }
        .cd-headline.clip b.is-visible {
            opacity: 1;
        }
        .cd-words-wrapper {
            display: inline-block;
            position: relative;
            text-align: right;
            height: 20px;
        }
        .cd-words-wrapper b {
            display: inline-block;
            position: absolute;
            white-space: nowrap;
            right: 0;
            top: 0;
        }
        .cd-words-wrapper b i,
        .cd-words-wrapper b em {
            font-style: normal;
        }
        .cd-words-wrapper b.is-visible {
            position: relative;
        }
        .cd-words-wrapper b {
            opacity: 0;
        }
        .cd-words-wrapper b.is-visible {
            opacity: 1;
        }



/**********************************media************************************/

@media screen and (max-width: 1440px) {
  
   #menu-toggle{
    display: none;
   } 

   #menu{
    right: 0px;
    z-index: 100;
   }

    #container-fluid{
      position: fixed;
      overflow: hidden;
      width: 100%;
      height: 100%;
      padding: 0px;
      padding-right: 220px;
    }
    .box{
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
      padding: 36px 50px;
      padding-right: 270px;
      z-index: 90;
      box-sizing: border-box;
      margin-left: -100%;
    }
  .box.active{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -36px;
  }   

  /*********** for skill page*******************/
    .rowskill{

        margin-left: -15px;
        margin-right: -15px;

    }

  }


@media screen and (max-width: 1024px) {  
  
  #container-fluid{
      position: fixed;
      overflow: hidden;
      width: 100%;
      height: 100%;
      padding: 0px;
      padding-right: 220px;
    }

   #menu-toggle{
    display: none;
   }  

   #menu{
    right: 0px;
   }
   #content{
    overflow-y: auto;
   }
   .box{
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
      padding: 36px 50px;
      padding-right: 270px;
      z-index: 90;
      box-sizing: border-box;
      margin-left: -100%;
    }
     
    .box.active{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -36px;
    }   

    /*********** for skill page*******************/
    .rowskill{
        margin-left: -15px;
        margin-right: -15px;
    }
  
   }


@media screen and (max-width: 768px) {

    /***** Start styles*********/
    #otherexp{
        visibility: visible !important;
        animation-name: none;
        margin: 0 -33px 45px -37px;
    }
    #contact{
        padding: 30px 30px 24px;
    }
    /***** End styles*********/

    
    #container-fluid{
      position: relative;
      overflow: auto;
      width: 100%;
      height: auto;
      padding: 0px;
    }

    #banner{
    margin-top: -36px !important;
    width: auto;
    margin-right: -50px !important;  
    margin-left: -50px !important;  
    }

    #introduction{
      margin-top: 100px;
    }

    #menu-toggle{
    display: block;
   }

   #menu{
    right: -220px;
   }

   #content{
    overflow-y: auto;
   }

   .box{
      position: relative;
      top: inherit;
      left: inherit;
      bottom: inherit;
      height: auto;
      width: 100%;
      overflow: auto;
      padding: 36px 50px;
      z-index: 90;
      box-sizing: border-box;
    }

  #btntop{
  position: fixed;
  z-index: 150;
  bottom : 20px;
  left: 20px;
  background-color: #272727;
  color: white;
  }

  #btntop:hover{
  color: #008b5e;
  }

  #btntop i{
    margin: 0;
  }

  .panel2 li{
    margin-bottom: 25px;
    width:50% !important;
  }

  .panel , .panel2{
    margin: 20px -40px;
    width: auto;
  }

  /*********** for skill page*******************/
    .rowskill {
        margin-left: -58px;
        margin-right: -45px;
    }


   .timeline {
    float:right;
    } 

    .timeline::before {
    right: -20px;
    }

    .timeline  li {
        margin-bottom: 60px !important;
        margin-top: 0px !important;
        width: 100%;
        float: right;
        clear: right;
    }

    .timeline li .timeline-badge {
        right: -31px;
    }

    .timeline li .timeline-panel {
        float: right;
        width: 100%;
        margin-left: -20px !important;
    }

    .timeline li .timeline-panel::before {
        border-right-width: 0;
        border-left-width: 15px;
        right: -15px;
        left: auto;
    }

    .timeline li.timeline-inverted {
    float: right;
    clear: right;
    margin-right: -20px;
    }

    .timeline-title {
    text-align: right !important;
    margin-right: -21px;
    }
}


@media screen and (max-width: 425px) {
    /********Start New styles*********/

    #otherexp{
        visibility: visible !important;
        animation-name: none;
        margin: 0 -33px 45px -37px;
    }

    #container-fluid{
      position: relative;
      overflow: auto;
      width: 100%;
      height: auto;
      padding: 0px;
    }
    #contact{
        padding: 30px 30px 24px;
    }
   /**********End New styles******/
    #banner{
    margin-top: -36px !important;
    width: auto;
    margin-right: -50px !important;  
    margin-left: -50px !important;  
    }

    #introduction{
      margin-top: 100px;
    }

    #menu-toggle{
    display: block;
   }

   #menu{
    right: -220px;
   }

   #content{
    overflow-y: scroll;
   }

   .title{
    font-size: 22px;
    height: 45px;
   }

   .cd-headline{
    font-size: 16px;
    height: 20px;
   }

   .cd-headline.clip b.is-visible{
    font-size: 16px;
    height: 20px;
   }

   .social-link li {
    margin: 0 0 0 6px;
    }

   .box{
      position: relative;
      top: inherit;
      left: inherit;
      bottom: inherit;
      height: auto;
      width: 100%;
      overflow: auto;
      padding: 36px 50px;
      z-index: 90;
      box-sizing: border-box;
    }

    #btntop{
  position: fixed;
  z-index: 150;
  bottom : 20px;
  left: 20px;
  }

  .panel2 li{
    margin-bottom: 25px;
    width:100% !important;
  }

  .panel , .panel2{
    margin: 20px -40px;
    width: auto;
  }

  /*********** for skill page*******************/
    .rowskill {
        margin-left: -58px;
        margin-right: -45px;
    }

   .timeline {
    float:right;
    } 

    .timeline::before {
    right: -20px;
    }

    .timeline  li {
        margin-bottom: 60px !important;
        margin-top: 0px !important;
        width: 107%;
        float: right;
        clear: right;
    }

    .timeline li .timeline-badge {
        right: -31px;
    }

    .timeline li .timeline-panel {
        float: right;
        width: 100%;
        margin-left: -20px !important;
    }

    .timeline li .timeline-panel::before {
        border-right-width: 0;
        border-left-width: 15px;
        right: -15px;
        left: auto;
    }

    .timeline-title {
    text-align: right !important;
    margin-right: -21px;
    }
}


.container-fluid{
    margin-right: -20px;
    margin-left: -7px;
}

.row {
    margin-left: -18px;
    margin-right: -9px;
}