html {

    scroll-behavior: smooth

}



body {

    margin: 0;

    font: normal 75% Arial, Helvetica, sans-serif;

    position: relative;

    font-family: 'Heebo', sans-serif;

}
canvas {
    display: block;
    /* vertical-align: bottom; */
}
#particles-js {

    position: relative;

    width: 100%;

    height: 100%;

    background-image: url("");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: 50% 50%

}



.count-particles {

    background: #002;

    position: absolute;

    top: 48px;

    left: 0;

    width: 80px;

    color: #13e8e9;

    font-size: .8em;

    text-align: left;

    text-indent: 4px;

    line-height: 14px;

    padding-bottom: 2px;

    font-family: Helvetica, Arial, sans-serif;

    font-weight: 700

}



.js-count-particles {

    font-size: 1.1em

}



.animated-icon1,

.animated-icon2,

.animated-icon3 {

    width: 30px;

    height: 20px;

    position: relative;

    margin: 0;

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer

}



.animated-icon1 span,

.animated-icon2 span,

.animated-icon3 span {

    display: block;

    position: absolute;

    height: 3px;

    width: 100%;

    border-radius: 9px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out

}



.animated-icon1 span {

    background: #000

}



.animated-icon1 span:nth-child(1) {

    top: 0

}



.animated-icon1 span:nth-child(2) {

    top: 10px

}



.animated-icon1 span:nth-child(3) {

    top: 20px

}



.animated-icon1.open span:nth-child(1) {

    top: 11px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg)

}



.animated-icon1.open span:nth-child(2) {

    opacity: 0;

    left: -60px

}



.animated-icon1.open span:nth-child(3) {

    top: 11px;

    -webkit-transform: rotate(-135deg);

    -moz-transform: rotate(-135deg);

    -o-transform: rotate(-135deg);

    transform: rotate(-135deg)

}



.navbar-light .navbar-toggler {

    border: none

}



.navbar-light .navbar-toggler:focus {

    outline: 0

}



ul.navbar-nav {

    margin-left: auto

}



div#navbarSupportedContent20 ul.navbar-nav a.nav-link {

    position: relative;

    color: #000;

    font-size: 19px;

    font-weight: 500;

    text-decoration: none

}



div#navbarSupportedContent20 ul.navbar-nav a.nav-link:hover {

    color: #000;

    /* font-weight: bold; */

}



div#navbarSupportedContent20 ul.navbar-nav a.nav-link:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 2px;

    bottom: 0;

    left: 0;

    background-color: #000;

    visibility: hidden;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transition: all .2s ease-in-out 0s;

    transition: all .2s ease-in-out 0s

}



div#navbarSupportedContent20 ul.navbar-nav a.nav-link:hover:before {

    visibility: visible;

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

}



a.navbar-brand img.img-fluid {

    max-width: 130px

}



canvas.particles-js-canvas-el {

    height: 95vh !important

}



.scroller {

    width: 3px;

    height: 10px;

    border-radius: 25%;

    background-color: #000;

    animation-name: scroll;

    animation-duration: 2.2s;

    animation-timing-function: cubic-bezier(.15, .41, .69, .94);

    animation-iteration-count: infinite;

    width: 3px;

    height: 7px;

    border-radius: 25%;

    background-color: #121a1c

}



@keyframes scroll {

    0% {

        opacity: 0

    }



    10% {

        transform: translateY(0);

        opacity: 1

    }



    100% {

        transform: translateY(15px);

        opacity: 0

    }

}



.row.main-title.m-0.p-0 {

    flex-direction: column;

    text-align: center;

    right: 0;

    left: 0;

    position: absolute;

    top: 0;

    height: 100%;

    z-index: -1

}



.wrap-it {

    margin: auto

}



.scroll-downs {

    position: absolute;

    right: 0;

    left: 0;

    margin: auto;

    width: 34px;

    height: 55px;

    border-color: #000 !important;

    bottom: -195px;

    top: unset;

    position: absolute;

    bottom: 0

}



.wrap-it h1.font-weight-bold {

    font-size: 4vw

}



.wrap-it h2.font-weight-bold {

    font-size: 2vw;

    font-weight: 500 !important

}



.col-12-wrapper {

    margin: auto 0

}



.section-wrapper {

    padding: .25rem 1rem;

    height: 90vh;

    background-size: cover;

    background-repeat: no-repeat

}



.section-wrapper .container .col-12 {

    height: 100%;

    display: flex;

    align-items: center

}



.wrapper.container-fluid.p-0 section:nth-child(1) {

    padding: .25rem 1rem

}



.wrapper.container-fluid.p-0 section:first-child {

    padding: .25rem 1rem !important

}



section.section {

    padding: .25rem 1rem

}



section.section.sec .section-wrapper .col-12 {

    flex-direction: row-reverse

}



.col-12-wrapper h2.section-title.text-white {

    letter-spacing: 2px;

    font-size: 21px;

    font-weight: 200;

    padding-bottom: 40px

}



.col-12-wrapper h6.text-white {

    opacity: .8;

    font-weight: 700;

    font-size: 55px;

    letter-spacing: 2px

}



.col-12-wrapper a.btn.text-white {

    border: 1px solid #000;
	
	color: #000 !important;

    font-size: 15px;

    letter-spacing: 2px

}



.col-12-wrapper a.btn.text-white:hover {

    background: #fff;

    color: #000 !important

}



.section-wrapper .container {

    padding-top: 50px;

    padding-bottom: 50px;

    height: 100%;

    max-width: 1340px

}



.section-wrapper {

    background-position: center

}



#navbar {

    background: 0 0;

    min-height: 85px;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    z-index: 20;

    transition: .35s all ease

}



.scrolled ul {

    transition: .35s all ease !important

}



.scrolled li a {

    transition: .2s all ease-in-out !important

}



.content {

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    position: relative;

    z-index: 2;

    background: #fff;

    width: 100%;

    margin: 0;

    padding: 10px 20px;

    -webkit-box-shadow: 0 6px 5px rgba(50, 50, 50, .75);

    -moz-box-shadow: 0 6px 5px rgba(50, 50, 50, .75);

    box-shadow: 0 6px 5px rgba(50, 50, 50, .75);

    text-align: left

}



section#trans1 .container {

    height: 100%

}



section#trans1 .container .row.p-0.m-0 {

    height: 100%;

    align-items: center

}



section#trans1 .container .row.p-0.m-0 .wrapper-it-again {

    text-align: center

}



section#trans1 .container .row.p-0.m-0 .wrapper-it-again h2 {

    color: #fff;

    font-size: 70px;

    font-weight: 700

}


section#trans1 .container .row.p-0.m-0 .wrapper-it-again h1 {

    color: #fff;

    font-size: 70px;

    font-weight: 700

}



section#trans1 .container .row.p-0.m-0 .wrapper-it-again span {

    color: #fff

}



section#trans1 .container .row.p-0.m-0 .wrapper-it-again p {

    color: rgba(255, 255, 255, .75);

    font-size: 30px

}



.navigation-section {

    text-align: center

}



.navigation-section a {

    color: #fff;

    opacity: .3

}



.scroll-downss .mousey {

    padding-top: 2px;

    width: 3px;

    padding: 5px 8px;

    height: 23px;

    border-radius: 25px;

    box-sizing: content-box;

    margin: 0 auto;

    border: 1px solid #fff;

    opacity: .3

}



.scroll-downss .mousey .scroller {

    background: #fff

}



section#trans1 .container .row.p-0.m-0 .col-12 {

    position: relative;

    display: flex;

    flex-direction: column;

    height: 100%;

    justify-content: center;

    padding-right: 30px;

    padding-left: 30px;

}



div#wrap-navigation {

    position: absolute;

    bottom: 20px;

    right: 0;

    left: 0

}



.navigation-section {

    position: relative;

    /*top: -50px*/

}



.navigation-section a {

    font-size: 33px;

    padding-right: 20px;

    padding-left: 20px;

    transition: all .3s ease

}



.navigation-section a:hover {

    color: #000;

    text-decoration: none;

    opacity: 1;

    transition: all .3s ease

}



div#icons span {

    margin: 6px

}



div#icons {

    margin-bottom: 10px

}



header#v2 nav#navbar {

    background: #fff

}



section#trans1 {

    background-position: center top;

    background-attachment: fixed;

    /*height: 60vh;*/

    background-size: 100% 100%

}



.main-sub-content .container .row:last-child {

    /*padding-bottom: 150px*/
    padding-bottom: 50px

}



.parallax {

    position: relative;

    z-index: 1;

    height: 450px

}



.main-sub-content .container .row {

    padding-top: 25px

}



.main-sub-content .container .row .col-md-8.col-12 {

    font-size: 20px

}



.main-sub-content .container .row .col-md-4.col-12 h2 {

    font-weight: 700;

    font-size: 49px

}



.main-sub-content .container .row .col-md-8.col-12 .the-link-sub {

    padding-top: 60px;

    text-align: center

}



.main-sub-content .container .row .col-md-8.col-12 .the-link-sub a {

    color: #000;

    font-weight: 700;

    text-decoration: underline

}



.main-sub-content .container .row .col-md-8.col-12 .the-link-sub a:hover {

    text-decoration: none;

    color: #da7f0f;

    transition: all .2s ease

}



.form-control {

    background: 0 0;

    border: none;

    border-bottom: 1px solid rgba(0,0,0,0.3);

}





label:focus {

    color: #eaae04;

}



section#trans1 .container .row.p-0.m-0 .col-12 .row .col-12 input[type=submit] {

    background: 0 0;

    border: none;

    font-size: 20px;

    max-width: 200px;

    margin: 0 auto;

    margin-top: 50px;

    background: 0 0;

    border-color: transparent #000;

    border: 3px solid #000;

    border-radius: 3px;

    padding-right: 30px;

    padding-left: 30px;

    padding-top: 7px;

    padding-bottom: 7px;

}



section#trans1 .container .row.p-0.m-0 .col-12 .row .col-12 input[type=submit]:hover {

    background: #000;

    transition: all .3s ease;

    color: #fff;

}



form .form-group.col-md-6.col-12 {

    padding-right: 30px;

    padding-left: 30px;

}



.scrolled {

    min-height: 10px !important;

    transition: .35s all ease !important;

    background: #fff !important;

    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2) !important;

    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2) !important;

    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2) !important;

    opacity: 1 !important

}



.the-border {

    border: 20px solid #fff;

    transition: all .2s ease

}



.seo {

    background-color: #e12028 !important

}



.social {

    background-color: #e61d87 !important

}



.websitedevelopment {

    background-color: #b8d035 !important

}



.col-12-wrapper.animatedParent.animateOnce {

    width: 100%

}



.section-wrapper.to .container .row {

    align-items: center;

    height: 100%

}



.section-wrapper.to2 .container .row {

    flex-direction: row-reverse

}



.section-wrapper .container .row {

    height: 100%

}



.gradient-image img.img-fluid {

    transform: rotate(180deg)

}

div#footer-wrap {

    background: darkgrey;

    height: 100%;

    text-align: center;

}



div#footer-wrap .col-12 {

    display: flex;

    flex-direction: column;

    padding-top: 40px;

    padding-bottom: 40px;

}



span.allrights {

    font-size: 16px;

    font-weight: bold;

    padding-bottom: 10px;

}



span.contact {

    font-size: 14px;

}

.form-group.col-12.textarea {

    padding-right: 30px;

    padding-left: 30px;

}





form .form-group label {

    font-size: 20px;

}



input, textarea {

    font-size: 22px !important;

}

form h2.text-center {margin-top: 30px;margin-bottom: 50px;}

section#trans1 .container .row.p-0.m-0 .col-12 .row .col-12 input[type=submit] {

    margin-top: 10px;

}

.form-control {

    background: #fff;

}

.btn-5,

.btn-5::after {

  -webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

  -o-transition: all 0.3s;

	transition: all 0.3s;

}



.btn-5 {

  background: none;

  border: 3px solid #fff;

  border-radius: 5px;

  color: #fff;

  display: block;

  font-size: 1.6em;

  font-weight: bold;

  margin: 1em auto;

  padding: 1em 6em;

  position: relative;

  text-transform: uppercase;

}



.btn-5::before,

.btn-5::after {

  background: #fff;

  content: '';

  position: absolute;

  z-index: -1;

}



.btn-5:hover {

  color: #000;

}

.btn-5 {

    overflow: hidden;

  }

  

  .btn-5::after {

    /*background-color: #f00;*/

    height: 100%;

    left: -35%;

    top: 0;

    transform: skew(50deg);

    transition-duration: 0.6s;

    transform-origin: top left;

    width: 0;

  }

  

  .btn-5:hover:after {

    height: 100%;

    width: 135%;

  }


  
  
  
  .home .btn-5 {
  
    background: none;
  
    border: 3px solid #fff;
  
    border-radius: 5px;
  
    color: #fff;
  
    display: block;
  
    font-size: 1.6em;
  
    font-weight: bold;
  
    margin: 1em auto;
  
    padding: 1em 6em;
  
    position: relative;
  
    text-transform: uppercase;
  
  }
  
  
  
  .home .btn-5::before,
  
  .home .btn-5::after {
  
    background: #fff;
  
    content: '';
  
    position: absolute;
  
    z-index: -1;
  
  }
  
  

  
  .home .btn-5 {
  
      overflow: hidden;
  
    }
  
    
  
    .home .btn-5::after {
  
      /*background-color: #f00;*/
  
      height: 100%;
  
      left: -35%;
  
      top: 0;
  
      transform: skew(50deg);
  
      transition-duration: 0.6s;
  
      transform-origin: top left;
  
      width: 0;
  
    }
  
    
  
    .home .btn-5:hover:after {
  
      height: 100%;
  
      width: 135%;
  
    }

    .home button.btn-5 {
        background: #000;
        color: #fff;
        border: 1px solid;
    }
    
    .home button.btn-5:hover {
        background: #fff;
        color: #000;
    }
    
    .home .btn-5::before, .home .btn-5::after {
        background: #000;
    }
    .home button.btn-5 {
        background: transparent;
        border: 1px solid #000;
        color: #000;
    }
    
    .home button.btn-5:hover {
        background: #000;
        color: #fff;
    }
  .effect-19,

.effect-20,

.effect-21{border: 1px solid #ccc; padding: 7px 14px; transition: 0.4s; background: #fff;}

.effect-20 ~ .focus-border:before,

.effect-20 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.3s;}

.effect-20 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}

.effect-20 ~ .focus-border i:before,

.effect-20 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.4s;}

.effect-20 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}

.effect-20:focus ~ .focus-border:before,

.effect-20:focus ~ .focus-border:after,

.has-content.effect-20 ~ .focus-border:before,

.has-content.effect-20 ~ .focus-border:after{width: 100%; transition: 0.3s;}

.effect-20:focus ~ .focus-border i:before,

.effect-20:focus ~ .focus-border i:after,

.has-content.effect-20 ~ .focus-border i:before,

.has-content.effect-20 ~ .focus-border i:after{height: 100%; transition: 0.4s;}

.effect-20 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}

.effect-20:focus ~ label, .has-content.effect-20 ~ label{top: -18px; left: 0; font-size: 12px; color: #3399FF; transition: 0.3s;}

.form-control:focus{

    background: #ccc;

}



    .data{

        color:#000;

        font-weight:bold;

        text-align:centre;

        letter-spacing:.5rem;

        font-size:31px;

      }



      .button {

        --offset: 10px;

        --border-size: 2px;

        display: block;

        position: relative;

        padding: 1.5em 3em;

        -webkit-appearance: none;

           -moz-appearance: none;

                appearance: none;

        border: 0;

        background: transparent;

        color: #e55743;

        text-transform: uppercase;

        letter-spacing: .25em;

        outline: none;

        cursor: pointer;

        font-weight: bold;

        border-radius: 0;

        box-shadow: inset 0 0 0 var(--border-size) currentcolor;

        transition: background .8s ease;

      }

      .button:hover {

        background: rgba(100, 0, 0, 0.03);

      }

      .button__horizontal, .button__vertical {

        position: absolute;

        top: var(--horizontal-offset, 0);

        right: var(--vertical-offset, 0);

        bottom: var(--horizontal-offset, 0);

        left: var(--vertical-offset, 0);

        transition: -webkit-transform .8s ease;

        transition: transform .8s ease;

        transition: transform .8s ease, -webkit-transform .8s ease;

        will-change: transform;

      }

      .button__horizontal::before, .button__vertical::before {

        content: '';

        position: absolute;

        border: inherit;

      }

      .button__horizontal {

        --vertical-offset: calc(var(--offset) * -1);

        border-top: var(--border-size) solid #000;

        border-bottom: var(--border-size) solid #000;

      }

      .button__horizontal::before {

        top: calc(var(--vertical-offset) - var(--border-size));

        bottom: calc(var(--vertical-offset) - var(--border-size));

        left: calc(var(--vertical-offset) * -1);

        right: calc(var(--vertical-offset) * -1);

      }

      .button:hover .button__horizontal {

        -webkit-transform: scaleX(0);

                transform: scaleX(0);

      }

      .button__vertical {

        --horizontal-offset: calc(var(--offset) * -1);

        border-left: var(--border-size) solid #000;

        border-right: var(--border-size) solid #000;

      }

      .button__vertical::before {

        top: calc(var(--horizontal-offset) * -1);

        bottom: calc(var(--horizontal-offset) * -1);

        left: calc(var(--horizontal-offset) - var(--border-size));

        right: calc(var(--horizontal-offset) - var(--border-size));

      }

      .button:hover .button__vertical {

        -webkit-transform: scaleY(0);

                transform: scaleY(0);

      }

      



      .effect-21{border: 1px solid #ccc; padding: 7px 14px; transition: 0.4s; background: transparent;}

.effect-21 ~ .focus-border:before,

.effect-21 ~ .focus-border:after{content: ""; position: absolute; top: 0; right: 0; width: 0; height: 2px; background-color: #000; transition: 0.2s; transition-delay: 0.2s;}

.effect-21 ~ .focus-border:after{top: auto; bottom: 0; right: auto; left: 0; transition-delay: 0.6s;}

.effect-21 ~ .focus-border i:before,

.effect-21 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #000; transition: 0.2s;}

.effect-21 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0; transition-delay: 0.4s;}

.effect-21:focus ~ .focus-border:before,

.effect-21:focus ~ .focus-border:after,

.has-content.effect-21 ~ .focus-border:before,

.has-content.effect-21 ~ .focus-border:after{width: 100%; transition: 0.2s; transition-delay: 0.6s;}

.effect-21:focus ~ .focus-border:after,

.has-content.effect-21 ~ .focus-border:after{transition-delay: 0.2s;}

.effect-21:focus ~ .focus-border i:before,

.effect-21:focus ~ .focus-border i:after,

.has-content.effect-21 ~ .focus-border i:before,

.has-content.effect-21 ~ .focus-border i:after{height: 100%; transition: 0.2s;}

.effect-21:focus ~ .focus-border i:after,

.has-conten.effect-21 ~ .focus-border i:after{transition-delay: 0.4s;}

.effect-21 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}

.effect-21:focus ~ label, .has-content.effect-21 ~ label{top: -18px; left: 0; font-size: 12px; color: #000; transition: 0.3s;}

.col-it.input-effect {

    position: relative;

}



.we-wrap-input {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

}



.effect-21 ~ label {

    z-index: 0;

    color: #000 !important;

    width: auto;

}

input:focus {

    outline: none !important;

}



.effect-21 {

    background: #fff;

    font-size: 24px !important;

}





.effect-21 ~ label {

    font-size: 17px;

}



.effect-21:focus ~ label, .has-content.effect-21 ~ label {

    font-size: 18px;

    top: -27px;

}

.col-it.it.input-effect {max-width: 100%;width: 100%;margin: 0 auto;margin-top: 40px;}



textarea#my-input {

    width: 100%;

}

.effect-21 {

    border-radius: 3px;

}



.effect-21 {

    border-radius: 5px;

}
.left {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.right {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#bee {transition: transform .1s}
#circle{
    width: 40px;
    height: 40px;
    border: 3px solid #000;
}

section.section .section-wrapper.to {
    padding-bottom: 0;
    padding: 0;
}

section.section .section-wrapper.to .container-fluid {
    height: 100%;
    padding: 0;
}

section.section .section-wrapper.to .container-fluid .row {
    height: 100%;
}

.section-wrapper.to2 {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.section-wrapper.to2 .container-fluid {
    padding: 0;
    height: 100%;
}

.section-wrapper.to2 .container-fluid .row {
    height: 100%;
}

section.section.third .section-wrapper.to3 {
    padding: 0;
}

section.section.third .section-wrapper.to3 .container-fluid {
    padding: 0;
    height: 100%;
}

section.section.third .section-wrapper.to3 .container-fluid .row {
    height: 100%;
}


section.section.fourth .section-wrapper.to4 {
    padding: 0;
}

section.section .section-wrapper.to .container-fluid,section.section .section-wrapper.to2{
    padding: 0 15px;
}
section.section.third .section-wrapper.to3 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.section-wrapper.to2 .container-fluid .row {
    flex-direction: row-reverse;
    align-items: center;
}
.section-wrapper.to2 .container-fluid .row > .col-md-6.col-12 .col-12-wrapper.animatedParent.animateOnce {
    padding: 0 100px;
}

.section-wrapper.to3 .container-fluid .row {
    align-items: center;
}

.section-wrapper.to3 .container-fluid .row > .col-md-6.col-12 {text-align: center;}

.section-wrapper.to3 .container-fluid .row > .col-md-6.col-12 .col-12-wrapper.animatedParent.animateOnce {
    padding: 0 100px;
}

.section-wrapper.to2 .container-fluid .row .col-md-6.col-12:last-child {
    text-align: center;
}



.section-wrapper.to .container-fluid .row {
    align-items: center;
}


.section-wrapper.to .container-fluid .row .col-12.col-md-6:last-child {
    text-align: center;
}
.section-wrapper.to .container-fluid .row .col-12.col-md-6:first-child .col-12-wrapper.animatedParent.animateOnce {
    padding: 0 100px;
}


section.section.fourth .section-wrapper.to4 .container-fluid {
    height: 100%;
}

section.section.fourth .section-wrapper.to4 .container-fluid .row {
    height: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

section.section.fourth .section-wrapper.to4 .container-fluid .row .col-md-6.col-12:first-child {
    padding: 0 100px;
}

section.section.fourth .section-wrapper.to4 .container-fluid .row .col-md-6.col-12:last-child {
    text-align: center;
}
section.section .section-wrapper.to .container-fluid {
    display: flex !important;
}
section.section .section-wrapper.to .container-fluid {
    flex-direction: row;
    justify-content: space-around;
    padding-right: 0;
    padding-left: 0;
}

section.section .section-wrapper.to .container-fluid .row {
    margin-right: -15px;
    width: 50%;
    margin-left: -15px;
}
section.section .section-wrapper.to2 .container-fluid .row,section.section .section-wrapper.to3 .container-fluid .row {
    margin-right: -15px;
    width: 50%;
    margin-left: -15px;
}

.section-wrapper.to .container-fluid .row .col-12.col-md-6:first-child {
    max-width: 100%;
    flex: unset;
}

section.section .section-wrapper.to .container-fluid .row:last-child,section.section .section-wrapper.to3 .container-fluid .row:last-child {
    text-align: center;
}
.section-wrapper.to .container-fluid .row .col-12.col-md-6:first-child .col-12-wrapper.animatedParent.animateOnce {
    text-align: left;
}
section.section.sec .section-wrapper.to2 .container-fluid,section.section.sec .section-wrapper.to3 .container-fluid {
    display: flex;
    flex-direction: row;
}
section.section .section-wrapper.to2 {
    padding-right: 0;
    padding-left: 0;
}

section.section .section-wrapper.to2 .container-fluid .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}

section.section.sec .section-wrapper.to2 .container-fluid .row:first-child {
    text-align: center;
}

section.section.sec .section-wrapper.to2 .container-fluid .row:last-child .col-12 {
    padding: 0 100px;
}
section.section.sec .section-wrapper.to2 .container-fluid .row {
    margin: 0;
}
section.section.sec .section-wrapper.to2 .container-fluid .row,section.section.sec .section-wrapper.to3 .container-fluid .row {
    margin: 0;
}

.section-wrapper.to3 .container-fluid {
    display: flex;
    flex-direction: row;
}
section.section.third .section-wrapper.to3 .container-fluid .row .col-12-wrapper.animatedParent.animateOnce {
    padding: 0 100px;
}
section.section.third .section-wrapper.to3 .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

section.section.third .section-wrapper.to3 .container-fluid {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

section.section .section-wrapper.to3 .container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}


section.section.fourth .section-wrapper.to4 .container-fluid {
    display: flex;
    flex-direction: row;
    padding: 0;
}

section.section.fourth .section-wrapper.to4 .container-fluid .row {
    width: 50%;
    margin: 0;
}

section.section.fourth .section-wrapper.to4 .container-fluid .row:first-child {
    text-align: center;
}


section.section.fourth .section-wrapper.to4 .container-fluid .row:last-child .col-12-wrapper.animatedParent.animateOnce {
    padding: 0 100px;
}

section.section.fifth .section-wrapper.to5 {
    height: unset;
    padding: 0;
}

section.section.fifth .section-wrapper.to5 .container {
    height: auto;
    padding: 0;
}

section.section.fifth .section-wrapper.to5 .container .row {
    height: unset;
}

section.section.fifth .section-wrapper.to5 .container .row .col-md-8.col-12 {
    height: unset;
    display: unset;
    text-align: right;
}

section.section.fifth .section-wrapper.to5 .container .row .col-md-8.col-12 span {display: block;}

section.section.fifth .section-wrapper.to5 .container .row .col-md-4.col-12 {
    text-align: right;
    font-weight: bold;
}

section.section.fifth .section-wrapper.to5 .container {
    max-width: 1220px;
}

section.section.fifth .section-wrapper.to5 .container .col-md-4.col-12 {
    font-size: 18px;
}


section.section.fifth .section-wrapper.to5 .container .col-md-4.col-12 h3 {
    font-weight: bold;
    font-size: 30px;
}

section.section.fifth .section-wrapper.to5 .container {
    padding-top: 103px;
    padding-bottom: 74px;
}


section.section.fifth .section-wrapper.to5 .container > .row .col-md-8.col-12 a {
    float: right;
    text-align: right !important;
}

section.section.fifth .section-wrapper.to5 .container .row .col-md-8.col-12 span {
    font-size: 20px;
    padding-top: 5px;
}
section.section.fifth .section-wrapper.to5 .container > .row .col-md-8.col-12 span.text-right {
    line-height: 31px;
}

section.section.fifth .section-wrapper.to5 .container > .row .col-md-8.col-12 a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 30px;
    display: flex;
}
section.section.fifth .section-wrapper.to5 .container .row .col-md-4.col-12 > div.text-right {
    width: 100%;
}

.circle {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    margin-left: auto;
    margin-right: 10px;
}

section.section.fifth .section-wrapper.to5 .container .row .col-md-4.col-12 > div.text-right a div:nth-child(2) {
    position: absolute;
    top: 40%;
    right: 4px;
    color: #000;
    text-decoration: underline;
}

section.section.fifth .section-wrapper.to5 .container .col-md-4.col-12 h3 {
    font-size: 35px;
}

section.section.fifth .section-wrapper.to5 .container > .row .col-md-8.col-12 {
    padding-right: 100px;
}

section.section.fifth .section-wrapper.to5 .container .row:last-child {
    position: relative;
    margin-top: 80px;
}

section.section.fifth .section-wrapper.to5 .container > .row:last-child .col-md-8.col-12 {
    padding-right: 0px;
    position: relative;
    right: 0;
}
.section-wrapper.to5 .container-fluid {
    background: lightgrey;
    margin-top: 90px;
    margin-bottom: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-wrapper.to5 .container-fluid .container {
    padding-top: 0 !important;
}
.section-wrapper.to5 .container-fluid .container .row.text-right {
    margin-top: 0 !important;
}
section.section.fifth .section-wrapper.to5 .container {
    padding-bottom: 0;
}
nav ol.breadcrumb {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    direction: rtl;
    font-size: 17px;
}
section .container .row .col-3 {
    direction: rtl;
    text-align: right;
}

section .container .row .col-3 nav {
    box-shadow: unset !important;
    text-align: right;
}

section .container .row .col-3 nav p {
    direction: rtl !important;
    text-align: right !important;
}

section .container .row .col-3 p {
    font-size: 17px;
}

section.section.fifth .section-wrapper.to5 .container > .row:last-child .col-md-8.col-12 a:hover {
    text-decoration: none;
}

.arrow-animation-add {
    transform: scale(1.2);
    background: rgba(0,0,0,0.4);
    border-radius: 100%;
    padding: 10px 15px;
    margin-right: 10px;
}

section.section.fifth .section-wrapper.to5 .container .row .col-md-8.col-12 span.arrow-animation i{
    transition: all .3s ease-in-out;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
section.section.fifth .section-wrapper.to5 .container > .row .col-md-9.col-12 a {
    display: flex;
    flex-direction: row;
    align-items: center;
}



.owl-item.active {
    opacity: 0.5;
}

.owl-item.active.center {
    opacity: 1;
}
.owl-carousel.owl-rtl {
    position: relative;
}
.circle {
    transition: all .3s ease-in-out;
}
.circle-add {
}
nav.breadcrumb-nav {
    box-shadow: none !important;
    padding-top: 10px;
}
section.sixsth {
    margin-bottom: 5rem;
}

div#faqExample {
    text-align: right;
    direction: rtl;
}
section.section.fifth .section-wrapper.to5 .container .row:last-child {
    flex-direction: column-reverse;
}

section.section.fifth .section-wrapper.to5 .container .row:last-child .col-md-8.col-12.text-right {
    width: 100%;
    max-width: 100%;
}

section.section.fifth .section-wrapper.to5 .container .row:last-child .col-md-4.col-12 {
    max-width: 100%;
    justify-content: flex-end;
    padding-right: 0;
}

.section-wrapper.to5 .container-fluid .container .row.text-right {
    flex-direction: row !important;
}
.section-wrapper.to5 .container-fluid {
    background: transparent;
}

.section-wrapper.to5 .container-fluid .row.text-right {
    background: transparent !important;
}

.owl-item.cloned.active {
    font-weight: bold;
}

.owl-item.active.center .item h4.carousel-what-we-do {
    font-weight: bold;
}
.owl-item a h4 {
    color: #000;
    font-size: 20px;
}

.owl-item a:hover {
    text-decoration: none;
}


.section-wrapper .container .col-12 .text-right a#hoverCircle div:nth-child(2) {
    position: absolute;
    top: 42%;
    right: 25%;
    left: 0;
    margin: 0 auto;
    color: #000;
    font-weight: bold;
    font-size: 19px;
}

.section-wrapper .container .col-12 .text-right a#hoverCircle .circle {
    position: relative;
}

section.section.fifth .section-wrapper.to5 .container > .row .col-md-8.col-12 a {
    align-items: baseline;
}

section#logos .container-fluid {
    margin-top: 30px;
    margin-bottom: 90px;
}


section#logos .container-fluid .row .col-md-2.col-6 {
    text-align: center;
}

section#logos .container-fluid .row .col-md-2.col-3 img.img-fluid {
    max-width: 140px;
}

section#logos h4.text-center {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}
span.readMoreArrow1,span.readMoreArrow2,span.readMoreArrow3,span.readMoreArrow4,span.readMoreArrow5,span.readMoreArrow6{
   /*  display: none; */
    transition: all .3s ease-in-out;
}
.show-arrow{
    display: inline !important;
    transition: all .3s ease-in-out;
}
section.sixsth button {background: #0BADE4;border: unset;}
section.sixsth button:hover {background: #0785b0;}
.col-12.text-center span {
    color: #0BADE4;
    font-weight: normal;
    font-size: 30px;
}
section.seventh .container .row .col-12.text-center h3 {font-size: 40px;font-weight: bold;padding-top: 20px;padding-bottom: 10px;}



section.seventh .container.py-3 .row .col-10.mx-auto div#faqExample .card div.card-header {
    background: #0BADE4;
    transition: all .2s ease-in-out;
}

section.seventh .container.py-3 .row .col-10.mx-auto div#faqExample .card div.card-header h5.mb-0 {
    color: #fff;
}

section.seventh .container.py-3 .row .col-10.mx-auto div#faqExample .card div.card-header h5.mb-0 button.btn.btn-link {
    color: #fff;
    text-decoration: none;
}

section.seventh .container.py-3 .row .col-10.mx-auto div#faqExample .card div.card-header:hover {
    background: #000;
    transition: all .2s ease-in-out;
}
textarea#my-input:focus {
    outline: none;
}
textarea#my-input:focus {
    outline: none;
    text-align: right;
}

section.home .container .row.p-0.m-0 .col-12 form {
    direction: rtl;
    text-align: right;
}

div#wraper-textarea {
    text-align: right;
    direction: rtl;
}

div#wraper-textarea label {
    text-align: right;
    direction: rtl;
    width: 100%;
}

.effect-21 ~ label {
    position: absolute;
    left: unset;
    right: 14px;
}

#readMore {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 40px;
}

span.readMoreArrow {
    position: absolute;
    left: -170px;
    width: 300px;
    height: auto;
}

.btn:hover span.readMoreArrow {
    transition: .3s;
    left: -130px;
}
.effect-21:focus ~ label, .has-content.effect-21 ~ label {
    left: unset;
    right: 0;
}
section.sixsth .row.text-right .col-md-4.col-12.text-right.mb-3 p {
    font-size: 17px;
}

section.sixsth .row.text-right .col-md-4.col-12.text-right.mb-3 h3 {
    font-weight: bold;
}
section.sixsth .container {
    max-width: 1220px;
}
section.sixsth .container .row.text-right .col-md-4.col-12.text-right.mb-3 {
    display: flex;
    flex-direction: column;
}
section.sixsth .container .row.text-right .col-md-4.col-12.text-right.mb-3 {
    margin-bottom: 5rem !important;
}
button#readMore {
    width: 100%;
}
div#collapseOne .card-body {
    font-size: 15px;
}



section#logos .container-fluid .row {
    background: lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}


section#logos .container-fluid .row .col-md-2.col-6 img.img-fluid {
    max-width: 130px;
}
.contact-with-us-top {
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.navbar.scrolled {
    top: 0 !important;
}

.contact-with-us-top.container-fluid .container .row .col-12 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.contact-with-us-top.container-fluid .container .row .col-12 .contact-small-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.contact-with-us-top.container-fluid .container .row .col-12 .contact-small-wrapper span {
    padding-left: 20px;
}

.contact-with-us-top.container-fluid .container .row .col-12 .click-to-connect a {
    color: #fff;
    background: #0BADE4;
    display: block;
    padding: 15px 25px;
    transition: all .2s ease;
}

.contact-with-us-top.container-fluid .container .row .col-12 .click-to-connect a:hover {
    text-decoration: none;
    background: #087EA6;
}

.contact-with-us-top.container-fluid .container .row .col-12 .contact-small-wrapper span a {
    color: #fff;
}
nav#navbar {
    top: 5.4%;
    opacity: 0.8;
}
footer {}

footer .container-fluid {
    direction: rtl;
    background: #000;
}

footer .container-fluid .container {}

footer .container-fluid .container .row {}

footer .container-fluid .container .row .col-md-3.col-12 {
    text-align: right;
}

footer .container-fluid .container .row .col-md-3.col-12 ul {
    list-style: none;
}

footer .container-fluid .container .row .col-md-3.col-12 ul li a {
    color: #fff;
    font-size: 16px;
}

footer .container-fluid .container .row .col-md-3.col-12 ul li a:hover {
    text-decoration: none;
    color: #0BADE4;
}

li.list-title {}

footer .container-fluid .container .row .col-md-3.col-12 ul li.list-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 254, 254, 0.5);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
}
section.section.fifth .section-wrapper.to5 .container > .row .col-md-8.col-12 span.text-right span {margin-bottom: 20px;line-height: 37px;}
footer .container-fluid .container .row .col-md-3.col-12 ul li {
    margin-bottom: 10px;
}

footer .container-fluid .container .row {
    padding-bottom: 30px;
    padding-top: 30px;
}
div#articles .owl-item.active {
    opacity: 1;
}

div#articles .owl-item.active {
    opacity: 1;
}
div#articles .owl-item.cloned.active {
    font-weight: normal;
}


div#articles .item h3 {
    font-size: 20px;
}
@media(max-width: 991px){
    section.section.fifth .section-wrapper.to5 .container-fluid .container .row.text-right {flex-direction: column-reverse !important;}
}
@media(max-width: 991px){
    section.section .section-wrapper.to .container-fluid {
        flex-direction: column;
    }
    
    section.section .section-wrapper.to .container-fluid .row {
        width: 100%;
        margin: 0;
    }
    
    .section-wrapper.to .container-fluid .row .col-12.col-md-6:first-child .col-12-wrapper.animatedParent.animateOnce {
        padding: 60px 10px;
    }
    
    
    
    section.section.sec .section-wrapper.to2 .container-fluid {display: flex;flex-direction: column-reverse;}
    
    section.section.sec .section-wrapper.to2 .container-fluid .row {
        width: 100%;
    }
    
    section.section.sec .section-wrapper.to2 .container-fluid .row:last-child .col-12 {
        padding: 50px 15px;
    }
    
    section.section.third .section-wrapper.to3 .container-fluid {
        flex-direction: column;
    }
    
    section.section.third .section-wrapper.to3 .container-fluid .row {
        width: 100%;
    }
    
    section.section.third .section-wrapper.to3 .container-fluid .row .col-12-wrapper.animatedParent.animateOnce {
        padding: 40px 15px;
    }
    
    section.section.fourth .section-wrapper.to4 .container-fluid {
        flex-direction: column-reverse;
    }
    
    section.section.fourth .section-wrapper.to4 .container-fluid .row {
        width: 100%;
    }
    
    section.section.fourth .section-wrapper.to4 .container-fluid .row:last-child .col-12-wrapper.animatedParent.animateOnce {
        padding: 40px 15px;
    }
    
    section.section.fifth .section-wrapper.to5 .container {
        padding-top: 10px;
        margin: 10px 0px;
    }
    
    section.section.fifth .section-wrapper.to5 .container .row:last-child {
        margin-top: 0px;
        padding: 0 15px;
        margin: 0 auto;
    }
    
    section.section.fifth .section-wrapper.to5 .container > .row:last-child .col-md-8.col-12 {
        padding-right: 15px !important;
    }
    
    section.section.fifth .section-wrapper.to5 .container .row:last-child {
        flex-direction: column-reverse;
    }
    
    
    .circle {
        margin: 0 auto;
    }
    
    section.section.fifth .section-wrapper.to5 .container .row .col-md-4.col-12 > div.text-right a div:nth-child(2) {
        position: absolute;
        top: 40%;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    section.sixsth {
        margin-bottom: 0rem;
    }
    
    
    
    section.sixsth .container .row.text-right {
        text-align: center !important;
    }
    
    section.sixsth .container .row.text-right .col-md-3.col-12.text-right {
        text-align: center !important;
        margin-bottom: 30px;
    }
    
    section.sixsth .container .row.text-right .col-md-3.col-12.text-right img {
        width: 100%;
    }
    div#bee{
        display: none;
    }
    section.section.fifth .section-wrapper.to5 .container .row.text-right .col-md-9.col-12 {
        margin-top: 30px;
    }
    .contact-with-us-top.container-fluid {
        display: none;
    }
    .section-wrapper {

        height: auto

    }
    


    a.navbar-brand.animated.fadeInLeft {

        position: absolute;

        top: 0;

        left: 0

    }



    button.navbar-toggler.first-button {

        position: absolute;

        top: 10px;

        right: 5px

    }
}
@media(max-width:991px) {

 


    nav#navbar {
        top: 0;
    }

    div#navbarSupportedContent20 {

        position: relative;

        right: 0;

        top: 0;

        text-align: right;

        padding-right: 20px;

        position: absolute;

        right: 0;

        left: 0;

        transform: rotate(0);

        height: 100vh;

        -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 76% 100%);

        clip-path: polygon(30% 0, 100% 0, 100% 100%, 76% 100%);

        padding-top: 50px;

        z-index: -1;

        /*width: 100%;*/

        background-color: #0bade4;

        opacity: .9;

        transition: all .3s ease

    }



    nav#navbar {

        min-height: 65px

    }



    nav#navbar.scrolled {

        height: 65px

    }



    button.navbar-toggler.first-button {

        top: 20px

    }



    a.navbar-brand.animated.fadeInLeft {

        top: 5px

    }



    ul.navbar-nav li.nav-item a.nav-link {

        padding-top: 10px;

        padding-bottom: 10px

    }



    div#navbarSupportedContent20 ul.navbar-nav a.nav-link {

        font-size: 15px

    }



    div#navbarSupportedContent20 ul.navbar-nav li:first-child a.nav-link {

        padding-top: 25px

    }



    nav#navbar {

        min-height: 60px !important

    }

    span.allrights {

        font-size: 18px;

    }

    

    span.contact {

        font-size: 15px;

    }

    header#v2 {

        position: relative;

    }

    

    header#v2 nav#navbar {

        position: relative;

    }



    ul.navbar-nav {

        margin-left: unset;

    }

    div#navbarSupportedContent20 {

        background: #000;

    }

    

    div#navbarSupportedContent20 a.nav-link {color: #fff !important;}

    

    .animated-icon1.open {

        color: #fff !important;

    }

    

    .animated-icon1.open span {

        background: #fff !important;

    }

    .we-wrap-input {

        flex-direction: column;

    }

    

    .col-it.input-effect .effect-21 {

        width: 100%;

    }

    

    .col-it.input-effect {

        margin-bottom: 40px;

    }

    

    .form {

        height: 100% !important;

    }

    

    .col-it.it.input-effect {

        max-width: 100%;

        margin-top: 0px;

    }

}
@media(max-width:600px) {

    h1.font-weight-bold.animated.fadeInDownShort.go {

        font-size: 27px

    }



    .wrap-it h2.font-weight-bold {

        font-size: 16px

    }



    .wrap-it.animatedParent h3.font-weight-normal.animated.fadeInDownShort.go {

        font-size: 18px

    }



    .col-12-wrapper h6.text-white {

        font-size: 20px

    }



    .col-12-wrapper h2.section-title.text-white {

        font-size: 12px

    }



    section.section {

        padding: 0

    }



    .col-12-wrapper a.btn.text-white {

        font-size: 11px

    }



    .col-12-wrapper {

        width: 100%

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h2 {

        font-size: 25px

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h1 {

        font-size: 25px

    }



    div#icons {

        display: none

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again p {

        font-size: 20px

    }



    .navigation-section {

        position: relative;

        top: 0

    }



    .navigation-section a {

        font-size: 20px;

        padding-right: 5px;

        padding-left: 5px

    }



    div#wrap-navigation {

        bottom: 10px

    }



    .mousey {

        padding: 0 6px;

        height: 20px

    }



    .scroll-downss {

        position: relative;

        top: 6px

    }



    .main-sub-content .container .row .col-md-4.col-12 h2 {

        font-size: 20px

    }



    .main-sub-content .container .row .col-md-8.col-12 {

        font-size: 13px

    }



    .main-sub-content .container .row .col-md-8.col-12 .the-link-sub {

        padding-top: 5px

    }



    .main-sub-content .container .row .col-md-8.col-12 .the-link-sub a {

        font-size: 12px

    }



    .main-sub-content .container .row {

        padding-top: 50px

    }



    a.navbar-brand img.img-fluid {

        max-width: 60px

    }



    .animated-icon1 span:nth-child(2) {

        top: 7px

    }



    .animated-icon1 span:nth-child(3) {

        top: 14px

    }



    nav#navbar {

        min-height: 55px !important;

        padding-right: 0

    }



    div#navbarSupportedContent20 ul.navbar-nav a.nav-link {

        font-size: 14px

    }



    .tran {

        height: auto !important

    }



    section#trans1 .container .row.p-0.m-0 h2.text-center {

        font-size: 15px;

        padding-top: 10px;

        padding-bottom: 10px

    }



    .form-group.col-md-6.col-12 {

        font-size: 12px !important

    }



    section#trans1 .container .row.p-0.m-0 .col-12 label {

        font-size: 12px;

        margin-bottom: 0

    }



    section#trans1 .container .row.p-0.m-0 .col-12 .row .col-12 input[type=submit] {

        margin-top: 10px;

        margin-bottom: 20px;

        padding: 0;

        font-size: 15px;

        border-color: #000;

        border: 1px solid;

        padding-right: 5px;

        padding-left: 5px;

        padding-top: 2px;

        padding-bottom: 2px

    }



    .section-wrapper .container .col-12 {

        height: auto

    }



    a.navbar-brand img.img-fluid {

        max-width: 100px

    }



    .col-12-wrapper h2.section-title.text-white {

        font-size: 18px

    }



    .col-12-wrapper h6.text-white {

        font-size: 35px

    }



    .col-12-wrapper a.btn.text-white {

        font-size: 17px

    }



    .wrap-it h1.font-weight-bold.animated.fadeInDownShort {

        font-size: 40px

    }



    .wrap-it h2.font-weight-bold.animated.fadeInDownShort {

        font-size: 25px

    }



    .wrap-it.animatedParent h3.font-weight-normal.animated.fadeInDownShort {

        font-size: 21px

    }



    .row.main-title.m-0.p-0 .wrap-it.animatedParent h1 {

        font-size: 35px

    }



    .wrap-it h2.font-weight-bold {

        font-size: 25px !important

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h2 {

        font-size: 45px

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h1 {

        font-size: 45px

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again p {

        font-size: 25px

    }



    .main-sub-content .container .row .col-md-4.col-12 h2 {

        font-size: 35px

    }



    .main-sub-content .container .row .col-md-8.col-12 {

        font-size: 18px

    }



    .main-sub-content .container .row .col-md-8.col-12 .the-link-sub a {

        font-size: 19px

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h2 {

        font-size: 45px

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h1 {

        font-size: 45px

    }



    section#trans1 .container .row.p-0.m-0 .wrapper-it-again p {

        font-size: 25px

    }



    .main-sub-content .container .row .col-md-4.col-12 h2 {

        font-size: 35px

    }



    .main-sub-content .container .row .col-md-8.col-12 {

        font-size: 18px

    }



    .main-sub-content .container .row .col-md-8.col-12 .the-link-sub a {

        font-size: 19px

    }



    section#trans1 .container .row.p-0.m-0 h2.text-center {

        font-size: 22px;

        padding-top: 20px;

        padding-bottom: 30px;

        font-weight: 700

    }



    section#trans1 .container .row.p-0.m-0 .col-12 label {

        font-size: 18px

    }



    section#trans1 .container .row.p-0.m-0 .col-12 .row .col-12 input[type=submit] {

        font-size: 20px;

        padding-right: 20px;

        padding-left: 20px;

        padding-bottom: 5px;

        padding-top: 5px;

        font-weight: 700

    }



    .navigation-section a {

        font-size: 25px

    }



    .scroll-downss .mousey {

        padding: 5px 8px;

        margin-top: 10px

    }

}
@media(max-width: 450px){

    h2.section-title.text-white.animated.fadeInUp.go {

        font-size: 15px;

    }

    

    .col-12-wrapper a.btn.text-white {

        font-size: 11px;

        padding-right: 0;

        padding-left: 0;

        padding-top: 10px;

        padding-bottom: 10px;

        --offset: 5px;

    }

    .wrap-it.animatedParent {

        padding-right: 15px;

        padding-left: 15px;

    }

    

    .wrap-it.animatedParent h1.data.font-weight-bold.animated.fadeInDownShort.go {

        font-size: 25px;

    }

    

    h2.font-weight-bold.animated.fadeInDownShort.go {

        font-size: 16px !important;

    }

    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h2 {

        font-size: 32px;

    }

    section#trans1 .container .row.p-0.m-0 .wrapper-it-again h1 {

        font-size: 32px;

    }

    

    section#trans1 .container .row.p-0.m-0 .wrapper-it-again p {

        font-size: 18px;

    }

    

    div#wrap-navigation {

        bottom: 30px;

    }

    .main-sub-content .container .row .col-md-4.col-12 h2 {

        font-size: 25px;

    }

    

    .main-sub-content .container {

        padding: 0;

        padding: 0 15px;

    }

    

    .gradient-image {

        max-width: 70%;

        width: 70%;

        margin-bottom: 10px;

    }

    

    .gradient-image img.img-fluid {

        max-width: 80px;

        width: 100%;

    }

    

    .main-sub-content .container .row .col-md-8.col-12 {

        font-size: 16px;

    }

    

    .main-sub-content .container .row {

        margin: 0;

    }

    

    .main-sub-content .container .row .col-md-8.col-12 .the-link-sub a {

        font-size: 16px;

    }

    section#trans1 .container .row.p-0.m-0 .col-12 {

        width: 100%;

    }

    

    section#trans1 .container .row.p-0.m-0 .col-12 button.btn-5 {

        padding: 0.4em 4em;

        font-size: 16px;

        margin-top: 0px;

    }

    

    section#trans1 .container .row.p-0.m-0 h2.text-center {

        font-size: 18px;

        margin-bottom: 14px;

        padding-bottom: 0px;

    }

    

    .form-control {

        font-size: 15px !important;

    }

    

    span.allrights {

        font-size: 13px;

    }

    

    span.contact {

        font-size: 11px;

    }

    

    .main-sub-content .container .row:last-child {

        padding-bottom: 80px;

    }

    .col-12-wrapper h6.text-white {

        font-size: 28px;

    }

    

    h2.section-title.text-white.animated.fadeInUp.go {

        font-size: 14px;

        margin-bottom: 0px;

        padding-bottom: 20px;

    }
    .col-12-wrapper a.btn.text-white {
        margin-bottom: 20px;
    }
    section#trans1 .container .row.p-0.m-0 h2.text-center {

        padding-top: 0px;

        margin-bottom: 40px;

    }
    section#trans1 .container .row.p-0.m-0 .col-12 button.btn-5 {

        margin-top: 20px;

    }

}
button#readMore a {
    color: #fff;
}
strong.schema-faq-question {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .active-faq,
  strong.schema-faq-question:hover {
    background-color: #ccc;
  }

  .schema-faq-question:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active-faq:after {
    content: "\2212";
  }

  p.schema-faq-answer {
    padding: 0 18px;
    background-color: white;
    display: none;
    max-height: 20px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 10px;
  }

  .schema-faq-question {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
  h2.schema-faq-question {
    flex-direction: row;
    text-align: right;
    direction: rtl;
    background: #0BADE4;
    color: #fff;
	font-size: 20px;
}

p.schema-faq-answer {
    text-align: right;
    transition: all .2s ease-in-out;
}

h2.schema-faq-question:hover {
    background: #000;
    transition: all .2s ease;
}
header#v2 nav#navbar {
    background: #fff;
    opacity: 1;
}
.main-sub-content .container .row .col-md-4.col-12 {
    direction: rtl;
}

.main-sub-content .container .row .col-md-8.col-12 {
    direction: rtl;
    text-align: right;
}

.single.single-post section#trans1 .container .row.p-0.m-0 .wrapper-it-again h2 {
    font-size: 48px;
    direction: rtl;
}


.single.single-post section#trans1 .container .row.p-0.m-0 .wrapper-it-again h1 {
    font-size: 48px;
    direction: rtl;
}

.single.single-post section#trans1 .container .row.p-0.m-0 .wrapper-it-again p {
    font-size: 20px;
    direction: rtl;
}
article {
    direction: rtl;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;

}
.comments ul {
    padding-inline-start: 0;
    list-style-type: none;
}
.sidebar.new-sidebar div#categories-2 ul {
    padding-inline-start: 0;
    list-style-type: none;
    text-align: right;
}

.sidebar.new-sidebar div#categories-2 h3 {
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.sidebar.new-sidebar div#categories-2 ul li a {
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .2s ease;
}

.sidebar.new-sidebar div#categories-2 ul li a:hover {
    background: #000;
    color: #fff;
    transition: all .2s ease-in-out;
    padding-right: 20px;
}


div#text-2 h3 {
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

div#text-2 .textwidget div#wpcf7-f3115-p2710-o1 form.wpcf7-form input,div#text-2 .textwidget div#wpcf7-f3115-p2710-o1 form.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    text-align: right;
    direction: rtl;
    border-radius: 5px;
    box-shadow: unset;
    border: unset;
    border: 1px solid rgba(0,0,0,0.3);
}

div#text-2 .textwidget div#wpcf7-f3115-p2710-o1 form.wpcf7-form p {
    text-align: right;
    direction: rtl;
}

div#text-2 .textwidget div#wpcf7-f3115-p2710-o1 form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
}
div#sidebar div#text-2 {
    text-align: right;
}

p.schema-faq-answer {
	max-height: 500px;
	direction: rtl;
	font-size: 18px;
}

.schema-faq-question::after {
	color: #FFF !important;
}




ul.check_page {
  list-style: none; /* Remove default bullets */
}


ul.check_page li::before {
  content: '\2713';  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
}

@media (min-width:768px) {
	.item h3 {
		padding-top: 3%;
	}‏
}
.item p {
font-size: 15px;
}

