@import url(fonts.css);

*{
    scroll-behavior: smooth !important;
    box-sizing: border-box;
}
/* body::-webkit-scrollbar{
    width: 10px;
    opacity: 0;
    position: absolute;
}
 body::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent, #385e9d);
    border-radius: 5px;
} */
div, a, ul, li, nav, span, img{
    box-sizing: content-box;
}

html, body{
    padding: 0;
    margin: 0;
    font-family: 'Yakan';
}

a{
    text-decoration: none;
    color: inherit !important;
}

p{
    font-family: 'Yakan';
    color: #5f6368;
}

div.nav-div{
    border-bottom: 150px solid rgba(167, 161, 161, 0.11);
    border-right: 150px solid rgba(167, 161, 161, 0.11);
    transition: all 1s ease-in-out;
    animation: navA 5s infinite linear;
}

@keyframes navA {
    0%{
        border-bottom-right-radius: 50% 100%;
    }
    20%{
        border-bottom-right-radius: 90% 70%;
    }
    40%{
        border-bottom-right-radius: 90% 50%;
    }
    60%{
        border-bottom-right-radius: 80% 60%;
    }
    80%{
        border-bottom-right-radius: 50% 70%;
    }
    100%{
        border-bottom-right-radius: 50% 100%;
    }
}


.line-3{
    margin-top: 10px;
    color: rgba(17, 53, 100, 0.767);
}

/*
  
  
  .menu {
    left: 700px;
    top: 0;
    width: 150px;
    height: 150px;
    position: absolute;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
  }
*/
  
  .navbar {
    width: 350px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 70px;
    left: -450px;
    justify-content: center;
    align-items: center;
    transition: left .2s cubic-bezier(1, 0, 0, 1);
    z-index: 2000;
    border-radius: 5px;
  }
  
  .change {
    left: 0;
  }
  
  .menu {
    width: 40px;
    height: 20px;
    position: absolute;
    top: -70px;
    left: 435px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px 40px;
  }
  .liquad{
    width: 100px;
    height: 90px;
    position: absolute;
    left:0;
    top: 0;
    border-bottom: 70px solid rgba(167, 161, 161, 0.11);
    border-right: 70px solid rgba(167, 161, 161, 0.11);
    transition: all .1s ease-in-out;
    animation: navA 5s infinite linear;
    z-index: 10;
  }
  .change .menu {
    position: absolute;
    left: 250px;
    top: -80px;
  }
.liquad.liquady{
    border-bottom:0;
    background-color: rgba(167, 161, 161, 0.11) !important;
    border-right:0;
    padding: 15px;
    height: 40px;
    width: 250px;
    
  }
  .line {
    width: 100%;
    height: 8px;
    background-color: #ffffff;
    transition: all 0.8s;
    border-radius: 10px;
  }
  
  .change .line-1 {
    transform: rotateZ(-415deg) translate(-5px, 6px);
  }
  
  .change .line-3 {
    transform: rotateZ(405deg) translate(-5px, -6px);
    padding: 0;
    margin: 0;
  }
  
  .change .line-2 {
    opacity: 0;
    right: 35px;
  }
  
  .nav-list {
    text-align: right;
    padding: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
  }
  
  .nav-list hr{
    border-top: 1px solid rgba(219, 212, 212, 0.687) !important;
    margin: 0;
  }
  .nav-item {
    list-style: none;
    margin: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .nav-item:first-of-type{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .nav-item:last-of-type{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 5px 1px rgba(118, 118, 118, 0.534);
  }
  
  .nav-item:hover{
    background-color: #ccc;
    transition: all .5s ease-in-out;
  }
  .nav-item .nav-link i{
    position: absolute;
    display: inline;
    left: 5px;
    color: #ff4d11;
    text-align: left !important;
    width: 100%;
    top: -59px;
    transition: all 1s ease;
  }
  i.plushide{
    transition: all 1s ease;
  }
  i.plushide.hide{
    transform: rotate(90deg);
    display: none;
  }
  .nav-link {
    text-decoration: none;
    font-size: 18.5px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Yakan';
    display: block;
    width: 92%;
    height: 99%;
    padding: 18px 13px;
  }
  
  .nav-link::before,
  .nav-link::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #007EBD;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s;
  }
  
  .nav-link::after {
    bottom: 0;
    transform-origin: right;
  }
  
  .nav-link::before {
    top: 0;
    transform-origin: left;
  }
  
  /* .nav-link:hover::before,
  .nav-link:hover::after {
    transform: scaleX(1);
  } */
  
  .nav-link i {
    direction: unset;
    margin: 0 auto;
    position: relative;
    text-align: center !important;
    margin-top: 80px;
    color: #eee;
    font-size: 22px;
    width: 90%;
  }
  
  .nav-link i.second {
    margin-top: 1px;
  }
  
  
  .menu-wrapper.hide{
      right: -300px;
      opacity: 0;
    }


    .nav-inner{
        display: none;
        transition: all .3s ease;

    }

    .nav-inner1.show{
        display: block;
        transition: all .3s ease;

    }
    .nav-inner2.show{
        display: block;
        transition: all .3s ease;

    }
    .nav-inner ul{
        position: relative;
        width: 93%;
        margin:0 1px;
        padding: 10px;
        list-style: none;
        border-radius: 5px;
    }
    .nav-inner ul:hover{
        background-color: rgb(165, 164, 164);
    }

    .nav-link form{
        text-align: center;
        float: none !important;
    }

    .nav-link form input{
        border: 0;
        outline: 0;
        padding: 1em;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        resize: none;
        height: 20px;
        font-family: 'Yakan', sans-serif;
        color: #000000;
        width: 90%;
        text-align: right;
    }
    .nav-link form input:focus {
        -moz-box-shadow: 0 1px 3px #385e9d !important;
        -webkit-box-shadow: 0 1px 3px #385e9d !important;
        box-shadow: 0 1px 3px #385e9d !important;
    }


  /* Nav End */


.main{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background: linear-gradient(to right, rgba(19, 47, 85, 0.603), rgba(5, 14, 66, 0.205)), url(../img/main.jpg); */
    background-position: center;
    background-size: cover;
    z-index: 2;
    direction: rtl;
}
.main h1{
    width: 100%;
    color: #e5e2e2;
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 15%;
    padding: 0 5%;
    position: relative;
    text-align-last: right;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.main p{
    width: 100%;
    font-family: 'Yakan';
    letter-spacing: 1px;
    text-align: justify;
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 2%;
    position: relative;
    padding-bottom: 10px;
    margin: 0;
}
.logo-other{
    position: absolute;
    width: 100%;
    display: inline-block;
    right: 2.7%;
    direction: rtl;
    height: 12vh;
    bottom: 8%;
}
.logo-other img{
    height: 100%;
    padding: 30px;
    position: relative;
    z-index: 2;
    display: inline-block;
    float: right;
}
.logo{
    position: absolute;
    width: 100%;
    display: inline-block;
    right: 2.7%;
    direction: rtl;
    height: 12vh;
}
.logo img{
    height: 100%;
    padding: 30px;
    position: absolute;
    z-index: 2;
}

.menu-bottom{
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(52, 52, 52, 0),rgba(45, 44, 44, 0.77),rgba(29, 29, 29, 0.77),rgba(15, 15, 15, 0.845));
    position: absolute;
    z-index: 1;
    bottom: 0;
}

button{
    cursor: pointer;
}
button.btn-down.btn-1{
    position: absolute;
    border: 1px solid#ffffff !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 93%;
    bottom: 10%;
    background-color: rgba(79, 79, 226, 0);
    z-index: 2;
}
i.arrow-down.btn-1{
    font-size: 36px;
    z-index: 2;
    color: #ffffff;
}

.mbb{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #FDB913;
    z-index: 1;
}
.section1{
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 1 !important;
    position: relative;
}
.sec-1, .sec-2{
    width: 100%;
    height: 50%;
    position: relative;
    z-index: 1;
}
.pic1{
    height: 100%;
    background-color: #ddd;
    justify-content: space-between;
    z-index: 100;
    position: relative;
}

.pic1 .pic-cir{
    position: relative;
    width: 31%;
    height: 70%;
    display: inline-block;
    justify-content: space-between;
    text-align: center;
    margin-top: 5%;
}

.pic1 .pic-cir img{
    width: 30%;
}

.pic1 .pic-cir h1{
    font-size: 24px;
    color: #444546;
}
.pic1 .pic-cir h1, .pic1 .pic-cir p{
    position: relative;
    z-index: 100;
}

.pic1 .pic-cir.sec{
    position: relative;
    width: 31%;
    height: 100%;
    display: inline-block;
    justify-content: space-between;
    padding-top: 3%;
    text-align: center;
}

.pic1 .pic-cir.sec img:hover{
    width: 200px;
}

.pic-cir img{
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 10px 1px rgb(126, 122, 122);
}

.pic3 .pic-cir.pc1 img, .footer img{
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.pic-cir div ul{
    padding-left: 5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-top: 10px;
    z-index: 10000;
    color: rgb(103, 103, 103);
}
.pic1 .pic-cir div.mp-li{
    direction: rtl !important;
    width: 100%;
}
.pic1 .pic-cir div.mp-li ul {
    direction: rtl;
    text-align: right;
    padding: 0;
}

.pic1 .pic-cir div.mp-li ul li{
    width: 100%;
    padding: 0;
    font-size: 12px;
}
/* Animation Section1 */
/* Animation Section1 */
/* Animation Section1 */

  
  @keyframes example {
    0%   {
      left:0px;
      top:0px;}
    
    50%  {
      left:-2000px;
      top:200px;}
    
    100% {
      left:0px; 
      top:0px;}
  }

  .s1bb{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #ddd;
    z-index: 1;
}

button.btn-down.btn-2{
    position: relative;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: -20%;
    background-color: rgba(79, 79, 226, 0);
    z-index: 20000;
}
i.arrow-down.btn-2{
    font-size: 36px;
    z-index: 2;
    color: #385e9d;
}
button.btn-down.btn-3{
    position: absolute;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 217%;
    bottom: 10%;
    background-color: rgba(79, 79, 226, 0);
    z-index: 200;
}
button.btn-down{
    animation: buttonA 1s infinite linear;
    border: 1px solid#ffffff !important;
}

@keyframes buttonA {
    0%{
        margin-top: -50px;
    }
    100%{
        margin-top: 0;
        opacity: 0;
    }
}

i.arrow-down.btn-3{
    font-size: 36px;
    z-index: 2;
    color: #385e9d;
}

/* Section three */

.section1.footer1{
    height: 100vh;
}

.text3{
    height: 70vh;
    padding: 0;
    margin: 0;
}

.text3 p{
    font-size: 20px;
    z-index: 200;
}
.anm-sec-3{
    float: right;
    width: 70%;
    height: 98%;
    overflow: hidden;
    position: absolute;
}
.anm-sec-4{
    width: 100%;
    height: 98%;
    position: relative;
}

/* Animation3.1 */
/* Animation3.1 */
/* Animation3.1 */
/* Animation3.1 */

HTML CSS JSResult Skip Results Iframe


*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}


.wrapper {
  display: inline-flex;
  list-style: none;
  font-family: "Poppins", sans-serif;
  top: 70px;
  position: relative;
  left: -20px;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}


/* Animation3.1 End */

.pic3{
    height: 30vh;
    background-color: #ddd;
    justify-content: space-between;
    z-index: 100;
    padding-top: 15px;
}
.pic-cir{
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 0 1%;
    float: right;
}
.pc1{
    width: 29%;
    text-align: center;
}
.pc2{
    width: 21%;
}
.pc3{
    width: 25%;
    position: relative;
}
.pc4{
    width: 17%;
}

.pic3 .pic-cir{
    text-align: center;
}
.pic3 .pic-cir h1, .pic3 .pic-cir p{
    text-align: right;
}
.pic3 .pic-cir img{
    width: 15%;
    float: none;

}
.pic3 .pic-cir p{
    font-size: 14px;
}

.pic3 .pic-cir h1{
    font-size: 24px;
    color: #444546;
    top: 0 !important;
    position: relative;
    text-transform: uppercase;
}
.pic3 .pic-cir h1, .pic3 .pic-cir p{
    position: relative;
    z-index: 100;
}
.pic-cir img{
    position: relative;
    z-index: 200;
    transition: all .5s .2s ease-in-out !important;
}
.pic3 .pic-cir img:hover{
    opacity: .7;
    width: 130px;
}
.pic-cir img:hover{
    opacity: .7;
    width: 33%;
}
.pic-cir.pc1 img.logo-h{
    margin: 0 50px;
    scale: 1.2;
}

.pic-cir.pc1 img.logo-h.one{
    scale: 1;
    top: 15px;
}

.pic-cir.pc1 img.rotate{
    margin-top: 10px;
    animation: rotationA 15s infinite ease-in-out;
}

.pic-cir.pc1 img.rotate:hover{
    width: 17%;
}

@keyframes rotationA {
    0%{
       transform:rotateY(0deg); 
    }
    50%{
        transform:rotateY(180deg);
    }
    100%{
        transform:rotateY(360deg);
    }
}

.pic3 .pic-cir.pc3 iframe{
    position: relative;
    width: 85%;
    height: 60% !important;
    float: right;
    border-radius: 5px;
    margin-top: 10%;
}



/* Animation3 */


@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 

@-webkit-keyframes sleeping {
    0%{ opacity:0;}
    50%{ opacity:1;}
    100%{ opacity:0;}
}
 
@keyframes sleeping {
    0%{ opacity:0;}
    50%{ opacity:1;}
    100%{ opacity:0;}
}
 
#swinger {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transform-box: fill-box;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

#zone {
    opacity:0;
    -webkit-animation: sleeping 3.5s ease-in-out forwards infinite;
    animation: sleeping 3.5s ease-in-out forwards infinite;
}

#ztwo {
    opacity:0;
    -webkit-animation: sleeping 3.5s ease-in-out forwards infinite;
    animation: sleeping 3.5s ease-in-out forwards infinite;
    animation-delay:0.4s;
    -website-animation-delay:0.4s;
}

#zthree {
    opacity:0;
    -webkit-animation: sleeping 3.5s ease-in-out forwards infinite;
    animation: sleeping 3.5s ease-in-out forwards infinite;
    animation-delay:0.7s;
    -website-animation-delay:0.7s;
}

#zfour {
    opacity:0;
    -webkit-animation: sleeping 3.5s ease-in-out forwards infinite;
    animation: sleeping 3.5s ease-in-out forwards infinite;
    animation-delay:1s;
    -website-animation-delay:1s;
}

#zfive {
    opacity:0;
    -webkit-animation: sleeping 3.5s ease-in-out forwards infinite;
    animation: sleeping 3.5s ease-in-out forwards infinite;
    animation-delay:1.3s;
    -website-animation-delay:1.3s;
}

.container {
  text-align:right;
  float: right;
  margin-left: 30%;
}

/* Animation3 End */


.main, .section1, .section1.sec-3{
    overflow: hidden;
}

/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */
/* other pages */

.other-p{
    width: 100%;
    height: 20vh;
    overflow: hidden;
    background: linear-gradient(to right, rgba(19, 47, 85, 0.603), rgba(5, 14, 66, 0.767)), url(../img/main.jpg);
    background-position: center;
    background-size: cover;
    z-index: 2;
    direction: rtl;
    border-bottom: 5px solid #ffffff;
}

.top-small{
    width: 100%;
    height: 5vh;
    overflow: hidden;
    background: #385e9d;
    z-index: 3;
}

/* Breadcrump */
.bread-crumbs{
    text-align: center;
    position: relative;
    direction: rtl;
    height: 100%;
}
.bread-crumbs ul{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0;
    top: 55%;
    transform: translateY(-50%);
}
.bread-crumbs ul li{
    display: inline-block;
}
.bread-crumbs ul li a{
    display: block;
    float: right;
    height: 2px;
    background-color: #f3f5fa;
    text-align: center;
    padding: 2px 25px 20px 20px;
    position: relative;
    margin: 0 0px 0 0;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #8093a7;
}

.bread-crumbs ul li a:after{
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f3f5fa;
    position: absolute;
    left: -12px;
    top: 0;
    z-index: 1;
}
.bread-crumbs ul li a:before{
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #385e9d;
    position: absolute;
    right: 0;
    top: 0;
}

.bread-crumbs ul li:last-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bread-crumbs ul li:first-child a::before{
    display: none;
}
.bread-crumbs ul li:first-child a{
    padding-right: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bread-crumbs ul li:last-child a::after{
    display: none;
}
.bread-crumbs ul li a:hover{
    background: #333;
}
.bread-crumbs ul li a:hover::after{
    border-right-color: #333;
    color: #fff;
}

/* Breadcrump End */

.part-two{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1;
    background-position: center;
    background-size: cover;
    z-index: 2;
    direction: rtl;
    padding: 1% 0;
    overflow-x: hidden;
    text-align: center;
    direction: rtl;
}

/* .part-two.p-none{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.603), rgba(202, 202, 202, 0.767));
    background-position: center;
    background-size: cover;
    z-index: 2;
    direction: rtl;
    padding: 0;
    overflow-x: hidden;
    text-align: center;
} */

.left-div{
    position: relative;
    width: 19%;
    height: 100vh;
    float: left;
    display: inline-block;
    z-index: 3;
    margin-left: 10%;
    overflow: hidden;
    border-bottom-right-radius: 15px;
}

.left-div .left-divs{
position: relative;
width: 100%;
height: 19%;
border-bottom-right-radius: 15px;
    overflow: hidden;
    overflow-y: hidden;
}
.left-divs h1 {
    word-wrap: break-word;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-div .left-divs.full{
    height: 55%;
}
.left-div .left-divs.full .blog-left{
    height: 14.7%;
}
.head-left{
    width: 100%;
    height: 5%;
    background-color: #385e9d;
    color: #ffffff !important;
    border-bottom: 3px solid #ffffff;
    border-top-left-radius: 10px;
}
.head-left h1{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}

.head-left.h2{
    margin-top: 1.5vh;
}

.blog-left{
    width: 100%;
    height: 19%;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    transition: all .3s ease;
    text-align: right;
}
.blog-left:hover{
    background-color: #f1f1f1;
}
.blog-left h1, .blog-left p{
    display: inline-block;
    color: #b6afaf;
    top: 50%;
    transform: translateY(10%);
    margin: 0;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
}
.blog-left p{
    font-size: 12px;
}
.blog-left:hover p{
    color: #8d8c8c;
}

.right-div{
    position: relative;
    width: 56%;
    height: 100%;
    float: right;
    display: inline-block;
    margin-right: 10%;
    z-index: 3;
    overflow: hidden;
    border-top-right-radius: 10px;
    border: 1vw solid #ddd;
}

.blog-right{
    width: 98.5%;
    height: 40%;
    padding: 5px;
    overflow: hidden;
    transition: all .3s ease;
}
.blog-right:hover{
    background-color: #d1d0d0;
}
.blog-right:hover p,.blog-right:hover ul{
    color: #ffffff;
}
.blog-right h1, .blog-right p ,.blog-right img, .blog-right ul{
    display: inline-block;
    color: #555454;
}
.blog-right h1{
    float: right;
    width: 57%;
}

.blog-right p{
    float: right;
    width: 100%;
}

.blog-right h1{
    position: relative;
    margin: 0;
    padding: 0;
    color: #000000;
    top: -20px;
    text-align: justify;
}
.blog-right img{
    width: 40%;
    float: left;
}

.blog-right ul{
    width: 50%;
    text-align: right;
    padding: 0;
    right: 0 !important;
    position: relative;
    font-weight: 600;
}

.blog-right p{
    text-align: justify;   
}

.blog-right .left-f{
    float: right;
    padding-right: 5px;
    font-family: 'Yakan' !important;
    font-size: 14px;
    color: rgb(150, 67, 67);
    margin-left: 10px;
}

.blog-right video{
    position: relative;
    width: 100%;
}

/* footer */

.footer{
    height: 33vh !important;
    background-color: #ddd !important;
    justify-content: space-between;
    z-index: 100;
    padding-top: 2%;
    overflow: hidden;
}
.footer .pic-cir{
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 0 1%;
    float: left;
}

.footer .pic-cir{
    text-align: center;
}
.footer .pic-cir h1, .footer .pic-cir p{
    text-align: right;
}

.pic3 .pic-cir p.img-text-center, .footer .pic-cir p.img-text-center{
    text-align: center;
}


.footer .pc1{
    width: 29%;
    text-align: center;
}
.footer .pc2{
    width: 21%;
}
.footer .pc3{
    width: 21%;
}
.footer .pc4{
    width: 21%;
}

.footer .pic-cir img{
    width: 20%;
    float: none;

}

.footer .pic-cir h1{
    font-size: 30px;
    color: #444546;
    top: 0 !important;
    position: relative;
    text-transform: uppercase;
}
.footer .pic-cir h1, .footer .pic-cir p{
    position: relative;
    z-index: 100;
}
.footer .pic-cir img{
    position: relative;
    z-index: 200;
    transition: all .5s .2s ease-in-out !important;
}
.footer .pic-cir img:hover{
    opacity: .7;
    width: 130px;
}
.footer .pic-cir.pc1 img.rotate{
    animation: rotationA 15s infinite ease-in-out;
}

iframe{
    width: 100%;
    height: 100% !important;
    overflow-y: hidden !important;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
}

/* Waves */
.waves{
    position: relative;
    width: 100%;
    transform: rotate(180deg);
    top: 50%;
    z-index: 1;
}

.progress-wrapper{
    height: 50px;
    overflow: hidden;
}

.wave{
    position: absolute;
    width: 100%;
    height: 100%;
}

.wave::before, .wave::after{
    content: "";
    position: absolute;
    width: 6000px;
    height: 6000px;
    bottom: 0;
    left: 50%;
    background-color: rgba(170, 200, 228, 0.863);
    border-radius: 47%;
    transform: translateX(-50%) rotate(0);
    -webkit-animation: rotate 100s linear infinite;
            animation: rotate 100s linear infinite;
    z-index: 10;
}

.wave::after{
    border-radius: 49%;
    background-color: rgba(149, 166, 192, 0.376);
    transform: translateX(-50%) rotate(0);
    -webkit-animation: rotate 100s linear -5s infinite;
            animation: rotate 100s linear -5s infinite;
    z-index: 20;
}

@keyframes rotate{
    50% {
        transform: translateX(-50%) rotate(180deg);
    }

    100%{
        transform: translateX(-50%) rotate(360deg);
    }
}


/* Archives */
/* Archives */
/* Archives */
/* Archives */


.left-div .left-divs.arch{
height: 99%;
overflow: scroll;
}
.left-div .left-divs.arch .head-left{
    width: 100%;
    height: 10%;
    background-color: #385e9d;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}
.left-div .left-divs.arch .blog-left{
    width: 100%;
    height: 12%;
    background-color: #ddd;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    transition: all .3s ease;
    cursor: pointer;
}

.inner-texts{
    position: relative;
    width: 95%;
    height: auto;
    font-family: 'Yakan';
    font-weight: 600;
    z-index: 1000;
    display: none;
    top: 5%;
}

.inner-texts ul li {
    padding-bottom: 10px;
    text-align: right;
}

.inner-1.show .inner-texts, .inner-2.show .inner-texts, .inner-3.show .inner-texts, .inner-4.show .inner-texts, .inner-5.show .inner-texts, .inner-6.show .inner-texts{
    display: block;
}
.inner-1.show img, .inner-2.show img, .inner-3.show img, .inner-4.show img, .inner-5.show img, .inner-6.show img {
    transition: all .2s ease;
    height: 5vh;
}
.left-div .left-divs.arch .inner-1.show, .left-div .left-divs.arch .inner-2.show, .left-div .left-divs.arch .inner-3.show, .left-div .left-divs.arch .inner-4.show, .left-div .left-divs.arch .inner-5.show, .left-div .left-divs.arch .inner-6.show{
    overflow-y: scroll !important;
    height: 52%;
}

.inner-1.show::-webkit-scrollbar, .inner-2.show::-webkit-scrollbar, .inner-3.show::-webkit-scrollbar, .inner-4.show::-webkit-scrollbar, .inner-5.show::-webkit-scrollbar, .inner-6.show::-webkit-scrollbar{
    display: none;
}
.inner-1-details, .inner-2-details, .inner-3-details, .inner-4-details, .inner-5-details, .inner-6-details{
    display: none;
    transition: all 1s ease-in-out;
}

.inner-1-details.show, .inner-2-details.show, .inner-3-details.show, .inner-4-details.show, .inner-5-details.show, .inner-6-details.show{
    display: block;
    transition: all 1s ease;
}
.text-right{
    position: relative;
    width: 100%;
    height: 60%;
    overflow-y: scroll;
    background-color: #ffffff;
    line-height: 30px;
    text-align: justify;
}
.text-right p{
    margin: 0 15px;
    padding: 15px 0;
}
.text-right::-webkit-scrollbar{
    display: none;
}

.charts{
    width: 40%;
}
.inners{
    text-align: right;
    line-height: 30px;
}
.inners h3{
    text-align: right;
    background-color: #007ebd8e;
    padding: 10px 3px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 24px;
}
.inners h4{
    text-align: right;
    background-color: #ddd;
    padding: 10px 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 100%;
    width: 20%;
    color: #000000;
    font-size: 18px;
}

.inners p{
    text-align: justify;
    text-justify: justify;
}

.inners img{
    text-align: center !important;
}

/* Archives End */
/* Archives End */
/* Archives End */

/* First Page (Other Pages) */
/* First Page (Other Pages) */

.right-div.first .blog-right{
    height: 99%;
}

.right-div.first .blog-right:hover{
    background-color: #ddd;
}

.right-div.first .blog-right video{
    height: 99%;
    border-radius: 10px;
}

/* First Page (Other Pages) */


/* Home Tabs */
/* Home Tabs */
/* Home Tabs */

 .pc-tab > input, .pc-tab section > div {
	 display: none;
}
 #tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3, #tab4:checked ~ section .tab4 {
	 display: block;
}

/* Visual Styles */
 *, *:after, *:before {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

 .pc-tab {
	 width: 90%;	 
	 margin: 0 auto;
     text-align: right;
     height: 85%;
     margin-top: 5%;
     float: right;
     margin-right: 5%;
}
.pc-tab section div img, .pc-tab section div video{
    width: 40%;
    float: right;
    position: relative;
    border-radius: 5px;
}
 .pc-tab ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 .pc-tab ul li label {
	 font-family: 'Yakan';
	 float: left;
	 padding: 5px 10px;
	 border: 2px solid #ddd;
	 border-bottom: 0;
	 background: #eee;
	 color: #444;
     float: right;
     font-size: 20px;
     font-weight: 600;
}
 .pc-tab ul li label:hover {
	 background: #ddd;
}
 .pc-tab ul li label:active {
	 background: #fff;
}
 .pc-tab ul li:first-child label {
     border-top-right-radius: 6px;
}
 .pc-tab ul li:last-child label {
     border-top-left-radius: 6px;
}
 .pc-tab ul li:not(:last-child) label {
	 border-left-width: 0;
}
 .pc-tab section {
	 font-family: "Droid Serif";
	 clear: both;
}
 .pc-tab section div {
	 padding: 10px;
	 width: 100%;
	 border: 1px solid #ddd;
     background-color: #ddd;
	 line-height: 1.5em;
	 letter-spacing: 0.3px;
	 color: #444;
     height: 100%;
     overflow: hidden;
     border-radius: 10px;

}
 .pc-tab section div h2 {
	 margin: 0;
	 font-family: "Raleway";
	 letter-spacing: 1px;
	 color: #34495e;
}
 #tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label, #tab4:checked ~ nav .tab4 label {
	 background: white;
	 color: #111;
	 position: relative;
}

 #tab1:checked ~ nav .tab1 label:after, #tab2:checked ~ nav .tab2 label:after, #tab3:checked ~ nav .tab3 label:after, #tab4:checked ~ nav .tab4 label:after {
	 content: '';
	 display: block;
	 position: absolute;
	 height: 2px;
	 width: 100%;
	 background: #fff;
	 left: 0;
	 bottom: -1px;
}
/* .pc-tab section div img{
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
} */
.pc-tab section div .four-div button{
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #1c2492;
    font-family: 'Yakan';
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    margin: 0;
}
.pc-tab section div .four-div button:hover{
    background-color: rgb(7, 128, 3);
}

.pc-tab section div .four-div{
    width: 55%;
    padding: 0;
    height: 40vh;
    border-radius: 0 !important;
    font-family: 'Yakan';
    margin: 0; 
    border: 0;
    box-sizing: border-box;
}
.pc-tab section div .four-div .row-two{
    width: 48%;
    height: 85%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    border-radius: 0 !important;
    box-sizing: border-box;
    float: right;
}
.pc-tab section div .four-div hr{
    border-top: 1px solid rgb(106, 106, 106);
    margin: 5px;
}
.pc-tab section div .four-div .row-two img,.pc-tab section div .four-div .row-two video{
    position: relative;
    width: 49%;
    float: right;
    display: inline-block;
    height: 47%;
}

.pc-tab section div .four-div .row-two img:first-of-type,.pc-tab section div .four-div .row-two video:first-of-type{
    margin-bottom: 5px;
}
.pc-tab section div .four-div .row-two span{
    float: left;
    text-align: right;
    height: 50%;
    width: 50%;
}
.pc-tab section div .four-div .row-two span h1{
    margin-top: 30px;
    font-size: 20px;
}
.pc-tab section div .four-div .row-two span p{
    font-size: 18px;
}


/* Home Tabs End */
/* Home Tabs End */
/* Home Tabs End */
/* Home Tabs End */
span.itemDot{
    overflow: hidden;
}
span.itemDot img{
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
    width: 150%;
}

/* Departments */
/* Departments */
/* Departments */
/* Departments */
/* Departments */

.blog-right.departments{
    width: 98.5%;
    position: relative;
}

.blog-right.departments h1{
    margin-top: 30px;
}
.blog-right.departments h1, .blog-right.departments p{
    width: 99%;
    position: relative;
    padding: 5px;
}
.blog-right.departments p{
    margin-top: 0;
    font-size: 20px;
    line-height: 35px;
}
ul.departments{
    width: 90%;
}
ul.departments li{
    font-family: 'Yakan';
    font-size: 20px;
    color: rgb(97, 97, 97);
}

div.media{
    width: 100%;
    position: relative;
    bottom: 10%;
    text-align: center;
    align-items: center;
    display: inline-block;
    opacity: .6;
}

div.media a{
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    transition: all .3s ease-out;
    padding: 2px;
    border-radius: 5px;
    opacity: .8;
}

div.media a:nth-of-type(1){
    background: url('../img/whatsapp\ gray.png') no-repeat
    center top/cover;
}
div.media a:nth-of-type(2){
    background: url('../img/bale\ gray.png') no-repeat
    center top/cover;
}

div.media a:nth-of-type(3){
    background: url('../img/eitaa\ gray.png') no-repeat
    center top/cover;
}

div.media a:hover{
    scale: 1.2;
    /* box-shadow: 1px 1px 10px 2px rgba(49, 49, 49, 0.788); */
    opacity: .6;
}

div.media a:nth-of-type(1):hover{
    background: url('../img/whatsapp.png') no-repeat
    center top/cover;
}
div.media a:nth-of-type(2):hover{
    background: url('../img/bale.png') no-repeat
    center top/cover;
}

div.media a:nth-of-type(3):hover{
    background: url('../img/eitaa.png') no-repeat
    center top/cover;
}

/* Users Only */
/* Users Only */
/* Users Only */

.users-only{
    display: none !important;
}
.users-only.show{
    display: block !important;
}
.users-only-main{
    display: none !important;
}
.users-only-main.show{
    display: inline-block !important;
}
.users-pagination{
    display: none !important;
}
.users-pagination.show{
    display: block !important;
}

/* Responsive */
/* Responsive */
/* Responsive */
/* Responsive */
/* Responsive */
/* Responsive */
@media only screen and (max-width: 1600px){
    .buttons button#next {
        position: absolute;
        top: 40%;
        right: 10px;
      }
      
      .buttons button#prev {
        position: absolute;
        top: 40%;
        left: 10px;
      }
      
      .buttons button {
        border: 2px solid #fff;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        padding: 15px 10px;
        border-radius: 50%;
        width: 30px;
        outline: none;
      }

}
@media only screen and (max-width: 1400px){
    .blog-left h1{
        font-size: 14px;
    }
    .blog-left p{
        font-size: 10px;
    }

}

@media only screen and (max-width: 1200px){
    
    .main h1{
        font-size: 40px;
        margin-top: 25%;
    }
    .main p{
        font-size: 16px;
    }
    ul.wrapper{
        padding-right: 0;
    }
    ul.wrapper .icon{
        padding: 7px;
    }
    .blog-left h1{
        font-size: 12px;
    }
    .blog-left p{
        font-size: 8px;
    }
    .pc-tab section div .four-div .row-two span h1{
        margin-top: 20px;
        font-size: 16px;
    }
    .pc-tab section div .four-div .row-two span p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px){
    div.left-div{
        width: 24%;
        margin-left: 5%;
    }
    div.right-div, div.container{
        width: 61% !important;
        margin-right: 5% !important;
    }

    .pc-tab ul li label{
        font-size: 16px;
    }

    .pc-tab section div .four-div{
        height: 30vh;
        left: -120%;
    }
    .pc-tab section div .four-div .row-two span h1{
        margin-top: 10px;
        font-size: 12px;
    }
    .pc-tab section div .four-div .row-two span p{
        font-size: 10px;
    }
}
@media only screen and (max-width: 900px){
    
    .main h1{
        font-size: 40px;
        margin-top: 35%;
        width: 99%;
        margin-right: 3%;
    }
    .section1.footer1{
        height: 165vh;
    }
    .section1{
        height: 60vh;
    }
    .pic1 .pic-cir {
        margin-top: 1%;
    }
    .pic1 .pic-cir h1{
        font-size: 20px;
    }
    ul.wrapper{
        padding-left: 5px;
    }
    ul.wrapper .icon{
        padding: 3px;
    }

    .pic3{
        height: 100vh;
    }
    .pic3 .pic-cir{
        width: 48%;
        height: 40vh;
    }

    .pc-tab ul li:first-child label {
        border-top-right-radius: 5px;
    }

    .pc-tab ul li:last-child label {
        border-top-left-radius: 5px;
    }
    .pc-tab ul li label{
        font-size: 12px;
    }
}

@media only screen and (max-width: 850px){
    div.left-div{
        width: 29%;
        margin-left: 1%;
        height: inherit;
    }
    div.left-div .head-left{
        height: 5vh;
    }
    div.right-div, div.container{
        width: 66% !important;
        margin-right: 1% !important;
    }
    .pic1 .pic-cir div.mp-li ul li{
        font-size: 10px;
    }
}
@media only screen and (max-width: 800px){
    div.left-div{
        width: 98%;
        margin:0 1%;
        margin-bottom: 1%;
        margin-top: 3vh;
    }
    div.right-div, div.container{
        width: 96% !important;
        margin:0 1% !important;
    }

    .blog-left h1{
        font-size: 10px;
    }
    .blog-left p{
        font-size: 10px;
    }
    .pc-tab section div .four-div .row-two{
        height: 80%;
    }
}

@media only screen and (max-width: 750px){
    .main{
        height: 95vh;
    }
    .main h1{
        font-size: 30px;
    }
    .main p{
        font-size: 14px;
    }
    .section1{
        height: 180vh;
    }
    .text1{
        position: relative;
        height: 15%;
    }
    .text1 h1{
        padding: 0 2.5%;
    }
    .text1 p{
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; 
        font-size: 16px;
    }
    .pic1{
        position: relative;
        height: 85%;
    }
    .pic1 .pic-cir{
        position: relative;
        width: 98% !important;
        display: block;
        height: 30%;
    }
    .pic1 .pic-cir h1{
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 0;
    }

    .pic1 .pic-cir p{
        margin-top: 0;
        font-size: 12px;
    }
    .pic1 .pic-cir img{
        width: 20%;
    }
    .pic1 .pic-cir img:hover{
        width: 23%;
    }

    button.btn-down.btn-2 {
        top: 2%;
    }

    .section1.footer1{
        height: 170vh;
    }
    .text3{
        height: 90vh;
    }
    .two-part{
        display: block;
    }
    .two-part:first-of-type{
        height: 45%;
        width: 90%;
    }
    .two-part:last-of-type{
        width: 100%;
        height: 55%;
    }
    ul.wrapper{
        width: 100%;
        padding-right: 0;
        justify-content: space-around;
        right: -.001%;
    }
    ul.wrapper .icon{
        padding: 10px;
    }

    .pic3{
        position: relative;
        display: block;
        height: 80vh;
        width: 100%;
    }

    .blog-right h1{
        font-size: 24px;
    }

    .blog-right span{
        padding-left: 0;
        font-size: 12px;
    }
    .blog-right p{
        width: 100%;
    }

    .pc-tab{
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }
    .pc-tab section div{
        width: auto;
    }

    .pc-tab ul li:first-child label{
        margin-right: 10px;
    }
    .pc-tab ul li label{
        font-size: 16px;
    }
    .pc-tab section div img, .pc-tab section div video{
        width: 100%;
        margin-bottom: 10px;
    }

    .pc-tab section div .four-div{
        height: 35vh;
        position: relative;
        left: 0%;
        width: 96%;
        margin-top: 10px;
    }

    button.btn-down.btn-1{
        top: 78%;
        scale: .8;
    }

    .logo-other{
        bottom: 25%;
    }

    .logo-other img{
        height: 80%;
        padding: 10px;
    }
}

@media only screen and (max-width: 650px){
    .logo img{
        height: 80%;
    }
    .main h1{
        font-size: 30px;
        margin-top: 45%;
    }
    .main p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0px !important;
    }

     .pc-tab ul li label{
        padding: 3px;
        font-size: 16px;
      }
      .pc-tab section div .four-div{
        height: 30vh;
      }
      button.btn-down.btn-1{
        top: 65%;
        scale: .7;
    }

    .logo-other{
        bottom: 30%;
    }
      
      .logo-other img{
        height: 70%;
        padding: 10px;
    }

    .logo-other img:last-of-type{
        float: left;
        padding-left: 7%;
    }

}
@media only screen and (max-width: 500px){
    .main h1{
        font-size: 24px;
        margin-top: 35%;
    }
    .main p {
        font-size: 10px;
    }
    .text1 h1{
        margin-bottom: 0;
    }
.wrapper .icon {
    padding: 10px;
  }

  .pc-tab ul li label{
    font-size: 12px;
  }
  .section1.footer1{
    height: 230vh;
  }
  .pic3{
    height: 160vh;
    }
    .pic3 .pic-cir{
        float: none;
        width: 90%;
        height: 30vh;
        margin: 0;
        margin-right: 10%;
    }

    .pic3 .pic-cir:last-of-type{
        width: 95%;
        margin: 0 10px;
    }
    .pc-tab section div .four-div{
        height: 32vh;
      }
      .pc-tab section div .four-div button{
        height: 30px;
      }
      .pc-tab section div .four-div .row-two span h1{
        margin-top: 5px;
        font-size: 8px;
    }
    .pc-tab section div .four-div .row-two span p{
        font-size: 6px;
    }
    
    .col-xs-4{
        width: 50% !important;
    }
}
@media only screen and (max-width: 400px){
    .main h1{
        margin-top: 55%;
    }
.wrapper .icon {
    padding: 5px;
    margin: 5px;
  }
  .pc-tab ul li label{
    padding: 3px;
    font-size: 10px;
  }
}

/* Height Responsive */

@media only screen and (max-height: 850px){
    .main h1{
        margin-top: 9%;

    }
    .main p{
        line-height: 20px;
    }
    .text1 h1{
        margin-bottom: 0;
    }
    .text1 p{
        line-height: 20px;
    }
    .pic-cir h1 ,.pic-cir p{
        margin: 0;
    }
    .two-part:first-of-type{
        width: 44%;
    }
    .two-part:last-of-type{
        width: 54%;
    }
    ul.wrapper{
        padding-right: 0;
    }
    .pic3 .pic-cir h1{
        font-size: 20px;
    }
    .pic3 .pic-cir p{
        font-size: 14px;
    }
}

@media only screen and (max-height: 700px){
    .pic1 .pic-cir h1{
        font-size: 20px;
    }
    .pic1 .pic-cir p{
        font-size: 14px;
    }
    .two-part:first-of-type{
        width: 52%;
    }
    .two-part:last-of-type{
        width: 46%;
    }
    button.btn-down.btn-2 {
        top: -10%;
        width: 40px;
        height: 40px;
    }
    button.btn-down.btn-2 i{
        font-size: 20px;
    }
    .pc-tab ul li label{
        padding: 2px 5px;
        font-size: 16px;
    }

    .wrapper{
        top: 20px;
    }

    .pic3 .pic-cir hr{
        margin: 0;
    }
    .pic3 .pic-cir img{
        width: 15%;
    }

    .pic3 .pic-cir.pc1 p.img-text-center{
        font-size: 10px;
    }
}
@media only screen and (max-height: 500px){
    .main h1{
        font-size: 20px;
    }
    .main p{
        font-size: 10px;
        line-height:  24px;
    }
    .pic1 .pic-cir h1{
        font-size: 16px;
    }
    .pic1 .pic-cir p{
        font-size: 10px;
    }
    .text3 h1{
        margin-top: 15px;
        font-size: 16px;
        margin-right: 30px;
    }
    .pc-tab ul li label{
        font-size: 12px;
    }
    .pc-tab section div{
        padding: 5px;
    }
    .pic1 .pic-cir p{
        font-size: 10px;
        letter-spacing: -.5px;
    }
}

/* Width and Height Responsive */

@media only screen and (max-width: 850px) and (max-height: 1200px){
    ul.wrapper li.icon{
        margin: 1px;
    }
    ul.wrapper .icon{
        padding: 1px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 950px) and (max-height: 500px){
    .section1{
        height: 130vh;
    }
    .pic1 {
        height: 100%;
    }
    .pic1 .pic-cir {
        margin-top: 3%;
    }
    .pc-tab ul li label{
        font-size: 8px;
    }
}
@media only screen and (max-width: 900px) and (max-height: 500px){
    .section1{
        height: 130vh;
    }
    .pic1 {
        height: 100%;
    }
    .pic1 .pic-cir {
        margin-top: 3%;
    }
}

@media only screen and (max-width: 750px) and (max-height: 850px){
    .main h1{
        margin-top: 35%;
    }
    .pic1{
        position: relative;
        height: 100%;
    }
    .two-part:first-of-type{
        height: 45%;
        width: 100%;
    }
    .two-part:last-of-type{
        width: 100%;
        height: 55%;
    }
}

@media only screen and (max-width: 750px) and (max-height: 400px){
    .main h1{
        margin-top: 10%;
        font-size: 16px;
    }
    .main p{
        font-size: 8px;
        line-height: 15px;
    }
    .pic1 .pic-cir{
        width: 31% !important;
    }

    button.btn-down.btn-2{
        top: 20%;
    }
    .two-part:first-of-type{
        width: 40%;
    }
    .two-part:first-of-type h1{
        margin-right: 0;
    }
    .two-part:last-of-type{
        width: 59%;
    }
}

/* Responsive End */
/* Responsive End */
/* Responsive End */
/* Responsive End */
/* Responsive End */
/* Responsive End */
