@font-face {
    font-family: 'custemfont';
    src: url("../fonts/g1.otf");
}

@font-face {
    font-family: 'custemfont2';
    src: url("../fonts/g2.otf");
}

body {
    padding: 0px;
    margin: 0;
    font-family: 'custemfont' !important;
}


:root {
    --default-color:#2F3676;
    --secondary-color:#F9B683;
}

#content{
    margin:7em 0em;
}
.borderiaz{
       border-color: #e6e6e6;
    border-radius: 4em;
        border-width: 1.6px;

    border-style: solid;
}

#box-call{
    background: var(--default-color);
    color: #fff;
    min-height: 300px;
}

#page-header{
margin-top:5rem !important;
margin-bottom:5rem !important;
min-height: 555px;
}

#page-header h1{
    color:var(--default-color);
     font-family: 'custemfont2' !important;
}

#accordion, #accordion a{
color: #000;
}

[data-toggle="collapse"]:after {
    display: inline-block;
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        text-rendering: auto;
        color:var(--default-color);
        content: "\f068";
       float: left;
      }   
    [data-toggle="collapse"].collapsed:after {
        content: "\f067";
    }
    
    [aria-expanded="false"].collapse:after {
        content: "\f069";
    }
   
    
    
.btn-outline-darkblue {
    color: var(--default-color);
    border-color: var(--default-color);
    border-radius: 4em;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 0.4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.4em
}

.btn-outline-darkblue:hover {
    color: white !important;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);

    text-decoration: none;
}

.btn-darkblue {
    color: white;
    background-color: var(--default-color);
    border-radius: 4em;
    padding-bottom: 0.4em;
    padding-left: 1.7em;
    padding-right: 1.7em;
    padding-top: 0.4em;
    font-weight: 200;
    font-size: 20px;
}

.btn-darkblue:hover {
    color: white;
    background-color: var(--secondary-color);
}
.holder {
  width: 560;
  height: 315px;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 560%;
  height: 315px;
  cursor: pointer;
}
.btn-orange {
    color: white;
    background-color: var(--secondary-color);
    border-radius: 4em;
    padding-bottom: 0.4em;
    padding-left: 1.7em;
    padding-right: 1.7em;
    padding-top: 0.4em;
    font-weight: 200;
    font-size: 20px;
}

.btn-orange:hover {
    color: white;
    background-color: var(--default-color);
}

.header-link {
    color: black;
}
}

.header-link:hover {
    color: var(--default-color) !important;
}

a:hover {
    color: var(--default-color);

}

a {
    text-decoration: none !important;
}

a:hover{
    color: var(--secondary-color) !important;
}

.soicon:hover {
    filter: sepia(0.9);
}

.topleft {
    z-index: 0;
    position: absolute;
    width: 40em;
    height: 40em;
    right: 0;
    margin-right: -2.6em;
    margin-top: -6.7em;
}

.boldx {
    font-family: 'custemfont2' !important;
}

.footerimg {
    bottom: 0;
    right: 0;
    position: absolute !important;
}

.cb {
    color: var(--default-color) !important;
}

.color-1 {
    background-color: #D3F3FF !important;
}

.color-2 {
    background-color: #FAF6CD !important;
}

.color-3 {
    background-color: #FFF4F4 !important;
}

.color-4 {
background-color: #F0F0F0 !important;
}

.type {

    border-radius: 0.8em !important;
}

.store {
    border-radius: 0.4em !important;
    background-color: var(--default-color)!important;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;

}

.store:hover {
    background: var(--secondary-color) !important;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + .type {
    cursor: pointer;

}
[type=text]::placeholder {
   font-size: 1em;
}

/* CHECKED STYLES */
[type=radio]:checked + .type {
    border-radius: 0.8em;
    border-style: solid;
    border-color: var(--secondary-color);
    border-width: 2px;
     !important;



    background-color: white;
     !important;
}

.round {
    align-items: center;
    display: flex;
}

#footer{
height:auto; 
background-color: #F2F2F2; 
}

.round label {
    margin-right: 0.3em;
    margin-left: 1.5em;
    margin-top: 0.5em;
    font-size: 14px;
}

.round label:after {}

.round input[type="checkbox"] {


    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-style: solid !important;
    border-color: gray;
    border-radius: 20em !important;
    width: 20px;
    height: 20px;
    border-width: 0.1em !important
}

.round input[type="checkbox"]:checked {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-style: solid !important;
    border-color: var(--secondary-color);
    border-radius: 20em !important;
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
    border-width: 0.1em !important
}

.round input[type="checkbox"]:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: inherit;
}

.round input[type="checkbox"]:checked + label:after {}


input[type=submit]:focus {
    outline: inherit;
}


/*animation part*/
.car {
    right: 0;
    bottom: 0;
}



#social-snder li a{
    width: 40px;
    height: 40px;
    background:var(--default-color);
    font-size: 1.3rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#social-snder li a:hover {
    background:var(--secondary-color);
    color: #fff !important;
}

.en {
    font-family: sans-serif !important;
}

.form-control {
height: calc(2em + .75rem + 2px) !important;
line-height: 2em !important;
}

.rotate-center {
    animation: rotate-center 3s linear infinite alternate;
}

.slide-left {
    animation: slide-left 4000ms linear infinite alternate both;
}

@media only screen and (min-width: 1200px) {
    .tool {
        width: 4em;
        height: 4em;
        right: 15em;
        bottom: 12em;
    }

    @-webkit-keyframes slide-left {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }
    }

    @keyframes slide-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-480px);
        }
    }


}

@media only screen and (max-width: 600px) {
    .tool {
        width: 3em;
        height: 3em;
        right: 2em;
        bottom: 5em;
    }

    @-webkit-keyframes slide-left {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }
    }

    @keyframes slide-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-230px);
        }
    }


}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-5 18:12:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
