@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #111;
}


h1, h2, h3, h4, h5, h6, p, span, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ac0306;
}

h2 span {
    color: #ac0306;
}


h5 {
    color: #041d38;
    font-size: 16px;
}

p {
    color: #041d38;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

.sec {
    width: 100%;
    padding: 80px 0;
}

.main_btn1 {
    background: #ac0306;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.7s;
    text-transform: uppercase;
    transition: 0.7s;
}

.main_btn1:hover {
    background: #ac0306;
    color: #fff;
}

.main_btn2 {
    background: #ac0306;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: 0.7s;
    text-transform: uppercase;
    transition: 0.3s;
}

.main_btn2:hover {
    background: #08294c;
    color: #fff;
}

/************************** popup  ************************************/
.modal {
    top: 0%;
    background: #000000de;
}

.modal-dialog {
    width: 935px;
    margin: 180px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px;
}

.pop_heading h5 {
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #2554ff;
    padding: 0 20px;
    line-height: 29px;
    color: #fff;
}

.pop_heading h4 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.thankyou-blk {
    text-align: center;
    padding: 90px 0px 0px;
}
.thankyou-blk i {
    font-size: 60px;
    background: linear-gradient(to right,#c1c1c1,#c1c1c1);
    color: #fff;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}
.thankyou-blk h5 {
    font-family: Montserrat-Medium;
    font-size: 29px;
    color: #2d2d2d;
}
.h_banner_form button {
    width: 100%;
    background: #ac0306;
    border-color: #ac0306;
    color: white;
}
.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: #ac0306;
    border-radius: 5px;
    padding: 13px 0px;
    color: #fff !important;
    margin: 30px 0px;
}
.pop_heading h2 {
    font-size: 35px;
    color: #301d44;
    font-weight: bold;
    margin: 10px 0;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

span.pop_icon {
    position: absolute;
    color: #301d44;
    left: 13px;
    top: 7px;
}

.field .form-control {
    width: 100%;
    border-radius: 0;
    padding: 3px 0 4px 37px;
    resize: none;
}

.modal-content {
    box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
    border-radius: 30px;
    
}

#popupform p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin: 19px 0 0;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #301d44;
    padding: 10px 0;
    border: none;
    width: 100%;
}

button.close {
    
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    opacity: 1;
}

.fade.in {
    overflow: hidden;
}

/************************** popup ************************************/


/************************** header  ************************************/


.header {
    width: 100%;
}

.head_top {
    width: 100%;
    background: #041d38;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.head_t_text {
    width: 100%;
}
.head_t_text ul {
    justify-content: end;
    display: flex;
    align-items: center;
}
.head_t_text ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    border-right: 1px solid #ddd;
    padding: 0 15px 0 0;
    font-size: 13px;
}

.head_t_text ul li:last-child {
    border: none;
}

.head_t_text ul li a {
    color: #fff;
}

.head_t_text ul li span {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ffffff;
}

.head_bot {
    width: 100%;
    background: #ffffff0d;
    padding: 10px 30px;
    position: absolute;
    z-index: 9999;
}

.head_mid {
    text-align: right;
}

.head_mid .navbar-nav>li {
    display: inline-block;
    float: none;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 19px 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .7s;
}

.dropdown-menu {
    padding: 5px 0;
    margin: 0;
    background-color: #fff;
    top: 65px;
}

.dropdown-menu>li>a {
    color: #000;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px dashed #ababab;
}

.caret {
    color: #fba311;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fba311;
    margin: 0 10px 0 10px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.navbar-inverse .navbar-nav>li>a.main_btn {
    padding: 10px 30px;
    top: 14px;
    color: #000;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a.main_btn:hover {
    background: #342ead;
    color: #fff;
}

.head_right {
    width: 100%;
    text-align: right;
    margin: 3px 0;
}

/************************** Banner  ************************************/
.h_banner {
    width: 100%;
    padding: 100px 0;
    position: relative;
    background: #5a3ac7;
    background-size: cover;
    overflow: hidden;
}

.h_banner::before {
    content: "";
    position: absolute;
    
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.h_banner::after {
    content: "";
    position: absolute;
    
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.ban_left {
    width: 100%;
    margin: 150px 0 0;
    position: relative;
    z-index: 1;
}

.ban_left::before {
    content: "\f201";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 600px;
    color: #5f40c9;
    top: -150%;
    bottom: 0;
    left: -50%;
    right: 0;
    z-index: -1;
}

.ban_left h1 {
    color: #FFF;
    font-size: 65px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: playfair display, serif;
}

.ban_left h2 {
    color: #FFF;
    font-size: 46px;
    font-weight: 600;
}

.ban_left p {
    color: #Fff;
    margin: 20px 0;
}

.ban_left ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.ban_right {
    width: 100%;
    position: relative;
    z-index: 1;
}
.bnn_right img {
    margin: 0 0 10px 0;
}

.ban_right img {
    border-radius: 100px 0 100px 100px;
}

.ban_right::before {
    content: '';
    position: absolute;
    top: 30px;
    right: -50px;
    border: 2px solid #fba311;
    border-radius: 100px 0 100px 100px;
    width: 100%;
    height: 531px;
    background-color: transparent;
    z-index: -1;
}

.ban_right::after {
    content: "";
    position: absolute;
    
    top: 70%;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 40%;
}

/************************** Section 1  ************************************/
.h_sec1 {
    background: #f8f9fb;
}

.s1_box {
    width: 100%;
    text-align: center;
    transition: all .2s;
    box-shadow: 0px 0px 10px #0000004a;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.s1_box img {
    border-radius: 10px 10px 0 0;
}

.s1_text {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}

.s1_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #041d38;
    border-radius: 0 0 10px 10px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
}

.s1_box:hover .s1_text::before {
    opacity: 1;
    height: 100%;
    z-index: -1;
}

.s1_box:hover h3 {
    color: #fff;
}

.s1_box:hover {
    color: #fff;
}

.s1_box:hover a {
    background: #ac0306;
}

.s1_box:hover .s1_text p {
    color: #fff;
}

.s1_text h3 {
    font-weight: 700;
    color: #ac0306;
}

.s1_text p {
    margin: 10px 0;
}


/************************** Section 1  ************************************/
.h_sec2 {
    width: 100%;
    padding: 40px 0 20px;
}

.s2_left {
    width: 100%;
    position: relative;
    left: 20px;
    top: -30px;
    margin: -45px 0 0px 0;
}

.s2_left::before {
    content: "";
    position: absolute;
    top: 95%;
    bottom: -20%;
    left: -9px;
    width: 80%;
    right: 0;
    z-index: 31;
    height: 330px;
    background: url(../images/s6_img3.jpg) no-repeat;
}

.s2_left::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 60px;
    left: -70px;
    border: 2px solid #000000;
    border-radius: 0 100px 0px 100px;
    width: 100%;
    height: 760px;
    background-color: transparent;
}

.s2_right {
    width: 100%;
    margin: 30px 0 0;
}

.s2_right h2 {
    margin: 20px 0 30px;
}

.s2_right h4 {
    font-weight: 600;
    color: #041d38;
    margin: 0 0 20px;
}

.s2_right_box {
    width: 100%;
    margin: 40px 0 50px;
}

.s2_box {
    width: 100%;
    padding: 0 0 0 13px;
}
.bnn_right ul li a {
    background: #ac0306;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.7s;
    text-transform: uppercase;
    transition: 0.7s;
}
.head_right a {
    background: #ac0306;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.7s;
    text-transform: uppercase;
    transition: 0.7s;
}
.s2_box img {
    background: #ac03063d;
    padding: 3px;
    border-radius: 5px;
    width: 31%;
    float: left;
    margin: 0px 7px 7px -10px;
}

.s2_box h3 {
    font-size: 20px;
    color: #041d38;
    font-weight: 600;
    margin: 0px 0px -7px 0px;
    line-height: 1;
}

.s2_box p {
    font-size: 13px;
    margin: 10px 0 0;
    line-height: 15px;
}

.s2_right ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.s2_left img {
    width: 500px;
    height: 350px;
    margin: 110px 0 0 -44px;
}
.s2_right h2 {
    color: #ac0306;
}

/************************** Section 1  ************************************/
.h_sec3 {
    width: 100%;
    padding: 80px 0 420px;
    background: url(../images/s3_banner.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}

.s3_top {
    width: 100%;
}

.s3_top h2 {
    margin: 20px 0 0;
    color: #041d38;
}
.s3_top h5 {
    color: #fff !important;
}

.s3_top h2 {
    color: #fff !important;
}

/************************** Section 1  ************************************/
.h_sec4 {
    width: 100%;
    margin: -360px 0 0;
}

.s4_left {
    width: 100%;
    background: url(../images/s4_img1.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding-top: 46px;
}

.s4_box {
    width: 100%;
    padding: 70px 0 70px 60px;
}

.s4_box p {
    margin: 20px 0 30px;
}

.s4_box h3 {
    margin: 20px 0 10px;
}

.s4_box h2 {
    color: #041d38;
}


/************************** serivices pg sec 1  ************************************/

.h_m_sec10.sec a {
    background: #ac0306;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    float: right;
    color: #fff;
}

.intro_para p {
    text-align: justify;
}

.h_m_sec10.sec a:hover {
}

/************************** Section 1  ************************************/
.s5_top {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
}

.s5_tleft h2 {
    margin: 20px 0 0;
}

.s5_tright {
    width: 100%;
    margin: 30px 0 0;
}

.s5_box {
    width: 100%;
    text-align: center;
    height: 600px;
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.s5_box::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background-image: url(../images/s5_img1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: -1;
}

.s5_box:hover::before {
    opacity: 1;
    height: 100%;
}

.s5_box::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    background-color: #041d38;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.s5_box:hover::after {
    opacity: 0.8;
    height: 100%;
    bottom: 0;
}

.s5_box:hover h3 {
    color: #fff;
}

.s5_box:hover p {
    color: #fff;
}

.s5_box:hover a {
    background: #ac0306;
}

.s5_box img {
    border: 1px solid #ac0306;
    padding: 15px;
    border-radius: 5px;
    width: 30%;
    height: 100px;
}

.s5_box h3 {
    color: #301d44;
    margin: 20px 0 15px;
    font-weight: 700;
}

.s5_box a {
    border-radius: 50px;
    padding: 0 24px;
    font-size: 18px;
    margin: 20px 0 0;
}

.s5_box:hover .box_border {
    opacity: 1;
    width: 80%;
}

.s5_box .box_border {
    position: absolute;
    bottom: 0;
    width: 0;
    background-color: #ac0306;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    border-radius: 5px;
}

.s5_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}

.s5_btn a {
    background: transparent;
    border: 1px solid #041d38;
    color: #041d38;
}
.s5_tleft h2 {color: #041d38;}

/************************** Section 1  ************************************/
.h_sec6 {
    background: #f9f9f9;
}

.s6_ltop {
    width: 100%;
}

.s6_ltop h2 {
    margin: 20px 0 0;
}

.s6_ltop ul#myTabs {
    margin: 40px 0;
}

.s6_ltop ul li {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.s6_ltop ul li.active a {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: #041d38;
    border-color: #041d38;
}

.s6_ltop ul li a {
    border: 2px solid #ffffff;
    color: #000000;
    margin: 0 12px 0 0;
    transition: linear .3s;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 10px 25px;
}

.s6_ltop ul li a:hover {
    background: #fff;
}

.s6_ltop ul li.active a:hover {
    background: #c00000;
    border: none;
}

.s6_box_text p {
    font-size: 14px;
}

.s6_box_text {
    width: 100%;
    margin: 30px 0 0;
}

.s6_lbox ul li {
    font-weight: 500;
    transition: linear .3s;
    line-height: 1.5;
}

.s6_lbox ul li span {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #301d44;
    transition: linear .3s;
}

.s6_lbox ul li:hover {
    color: #041d38;
}

.s6_lbox ul li:hover span {
    color: #c00000;
}

.s6_lbox ul {
    margin: 30px 0 0;
}

.s6_right {
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
}

.s6_right::before {
    content: "";
    position: absolute;
    top: 70%;
    bottom: -40%;
    left: 0;
    right: 0;
    background: url(../images/s6_img3.jpg) no-repeat;
}
.s6_right img {
    width: 100%;
    height: 420px;
}
.s6_ltop h2 {
    color: #ac0306;
}
/************************** Section 1  ************************************/
.h_sec7 {
    background: url(../images/s7_img1.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    opacity: 1;
    width: 100%;
}

.s7_left {
    width: 100%;
}

.s7_left h2 {
    color: #fff;
    margin: 20px 0 0;
}

.s7_right {
    text-align: -webkit-center;
    margin: 40px 0 0;
}
.s7_left h5 {
    color: #fff !important;
}

.h_sec7.sec .row {
    align-items: center !important;
}

/************************** Section 1  ************************************/
.h_sec8 {
    background: url(../images/s8_img1.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    padding: 80px 0 100px;
}

.s8_top {
    width: 100%;
    display: ruby-text;
    margin: 60px 0 30px;
}

.s8_tleft h5 {
    font-size: 40px;
    color: #e1e1e1;
    margin: 25px 0px 0px 0px;
}

.s8_tleft h2 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.s8_tright {
    width: 100%;
    /* margin: -52px 0 0; */
}

.s8_tright p {
    color: #fff;
}

.s8_box {
    width: 100%;
    text-align: center;
    height: auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 40px 0 0;
    position: relative;
    z-index: 999;
    border: 1px solid #fff;
}

.s8_box:hover::before {
    opacity: 1;
    height: 100%;
}

.s8_box::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #c00000;
    opacity: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: .7s;
    transition: .7s;
}

.s8_box:hover {
    color: #fff;
}

.s8_box:hover p {
    color: #fff;
}

.s8_box:hover span {
    color: #041d38;
}

.s8_icon {
    width: 100%;
    margin: 0 0 20px;
}

.s8_icon img {
    position: relative;
    margin: -60px 0 0;
    border-radius: 100%;
    width: 40%;
    border: 2px solid white;
}

.s8_text {
    width: 100%;
}
.s8_text p {
    font-size: 14px;
}

.s8_text h3 {
    font-size: 20px;
    font-weight: 700;
}

.s8_text h4 {
    font-size: 14px;
    margin: 10px 0;
}

.s8_text ul li {
    display: inline-block;
}

.s8_text ul li span {
    color: #041d38;
}

.s8_text>span {
    font-size: 40px;
    line-height: normal;
    color: #001e38;
}

/************************** Section 1  ************************************/
.h_sec9 {
    width: 100%;
    margin: -300px 0 0;
    padding: 0 0 80px;
}

.s9_left {
    width: 100%;
    background: url(../images/s9_img1.jpg) no-repeat center;
    background-size: cover;
    border-radius: 40px;
    background-blend-mode: overlay;
}

.s9_box {
    width: 100%;
    padding: 50px 90px 50px 90px;
    text-align: center;
    background: #041d3899;
    margin: 20px 0 20px 60px;
    border-radius: 360px;
}

.s9_box p {
    margin: 20px 0 40px;
    color: #c5c5c5;
}

.s9_box form {
    display: inline-block;
}

.s9_box .form-group input {
    height: 50px;
    border: 1px solid #000;
    color: #948b9f;
    font-size: 14px;
    background: #f8f9fb;
}

.s9_box .form-group textarea {
    height: 50px;
    border: 1px solid #000;
    color: #948b9f;
    font-size: 14px;
    background: #f8f9fb;
    resize: none;
    height: 200px;
}

.s9_box .form-group button {
    border: none;
    margin: 10px 0 0;
    padding: 12px 40px;
}

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/************************** Section 1  ************************************/

/*inner section*/
.inner_page_banner {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #301d44;
    color: var(--white);
}

.inner_page_banner h3 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
}

.terms_section {
    width: 100%;
    padding: 40px 0;
}

.terms_section h5 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.terms_section p {
    margin: 10px 0;
    color: #666;
    font-size: 16px;
}

.terms_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
    background: #301d44;
}

.terms_section ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    color: #666;
}

.terms_section ul li a {
    color: #102a45;
    text-transform: capitalize;
}

.terms_section .form-control {
    resize: none;
    border-radius: 0;
    height: auto;
    padding: 13px;
    border: 2px solid;
}

.terms_section_form {
    width: 100%;
}

.terms_section_form h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

.terms_s_left {
    width: 100%;
    padding: 90px 0;
}

.terms_s_left h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.terms_s_left p {
    color: #666;
}

.capbox0 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#CaptchaDiv0 {
    width: 20%;
    background: var(--white);
    padding: 9px 12px;
    margin: 0 0 15px;
    border-radius: 0;
    float: left;
    border: 2px solid #555;
}

.capbox-inner0 {
    padding: 3px 13px;
    width: 76%;
    float: left;
    border-radius: 0;
    margin: 0 0 0 20px;
    border: 2px solid #555;
}

#CaptchaInput0 {
    margin: 1px 0px 1px 30px;
    width: 130px;
    border-radius: 0;
    padding: 4px;
    border: 2px solid #555;
}

button.cont_but {
    font-size: 18px;
    background: #301d44;
    color: #fff;
    border-radius: 50px;
    padding: 12px 0;
    box-shadow: 0px 5px 15px #00000087;
    transition: 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border: none;
}

/************************** Footer  ************************************/
footer {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
    background: #e1e1e1;
}

.foot_mid {
    background: #111;
    padding: 30px 0;
}

.foot_mbox {
    text-align: left;
    color: var(--white);
}

.foot_mbox h3 {
    margin: 0 0 20px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.foot_bot {
    background: #ac0306;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}

.foot_bot p {
    text-align: center;
    color: #fff;
}

.foot_box {
    width: 100%;
    color: var(--white);
}

.foot_box h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    color: var(--white);
}

.foot_box h3:before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 20%;
    background: #301d44;
}

.foot_box ul {
    padding: 0 0 0 18px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: 10px;
    transition: ease .2s;
    background: #041d38;
}

.foot_box ul li a {
    color: var(--white);
    transition: linear .2s;
    text-transform: capitalize;
}

.foot_box ul li a:hover {
    font-size: 16px;
    color: #c00000;
}

.foot_box ul li:hover:before {
    transform: rotate(180deg);
}

.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300msÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ ease-in-out;
}

/*responsive*/
@media screen and (max-width:980px) {
    .head_t_text ul li {
        font-size: 12px;
    }

    .ban_left {
        margin: 0 0;
    }

    .ban_left h1 {
        font-size: 40px;
    }

    .s2_left {
        display: none;
    }

    .h_sec2 {
        padding: 60px 0;
    }

    .sec {
        padding: 40px 0;
    }

    .s1_text h3 {
        font-size: 17px;
    }

    .s5_box p {
        height: 143px;
    }

    .s6_right {
        display: none;
    }

    .h_sec9 {
        margin: 0;
    }

    .s9_box {
        padding: 70px 0;
    }

    .foot_box {
        margin: 0 0 20px;
    }

    .foot_bot {
        padding: 10px 0;
    }





}

@media screen and (max-width:767px) {
    .head_right {
        display: none;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fba311;
    }

    .ban_right img {
        display: none;
    }

    .s2_right ul li {
        margin: 0 9px 0 0;
    }

    .s5_box p {
        height: auto;
    }

    .s6_ltop ul li a {
        margin: 0 2px 0 0;
        padding: 10px 20px;
    }

    .pop_heading h5 {
        font-size: 10px;
        margin: 0;
        border-left: none;
        padding: 0 0 0 30px;
    }

    .pop_heading h4 {
        font-size: 12px;
        color: #d20732;
        text-align: center;
    }

    .pop_heading {
        padding: 0;
    }

    .pop_heading h2 {
        font-size: 27px;
    }

    .modal-body p {
        display: none;
    }

    .capbox-inner0 {
        font-size: 17px;
        width: 100%;
        margin: 0;
    }

    #CaptchaDiv0 {
        width: 100%;
    }

    #CaptchaInput0 {
        margin: 1px 0px 1px 0px;
        width: 73px;
    }

    .terms_s_left {
        width: 100%;
        padding: 0 0 30px;
    }

    .inner_page_banner {
        padding: 20px 0 20px;
    }

    .terms_s_left h3 {
        font-size: 26px;
    }

    .modal-dialog {
        max-width: 300px;
        margin: 70px auto 0;
    }




}








.genie-section {
    background-color: #c00000;
    height: 695px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin: 50px 0 100px;
    position: relative;
}

@media (max-width: 991px) {
    .genie-section {
        height: auto;
        padding: 0px 0 40px;
        margin: 0
    }
}

.genie-content {
    background: #fff;
    margin: 0 90px 74px -90px;
    padding: 85px 60px;
    -webkit-box-shadow: 0px 6px 9.3px 0.7px rgba(18, 18, 18, 0.19);
    box-shadow: 0px 6px 9.3px 0.7px rgba(18, 18, 18, 0.19);
    position: absolute;
    bottom: -75px
}

@media (max-width: 991px) {
    .genie-content {
        position: relative;
        bottom: 50px
    }
}

@media (max-width: 767px) {
    .genie-content {
        padding: 20px;
        bottom: 0
    }
}

.genie-content h2 {
    color: #041d38;
}

.genie-content h5 {
    color: #323232
}

.genie-content p {
    color: #323232;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5
}

@media (max-width: 991px) {
    .genie-content p {
        line-height: 1.5
    }
}



.circle {
    width: 430px;
    height: 430px;
    background-color: #041d38;
    border-radius: 100%;
    position: absolute;
    top: -30%;
    right: 89%
}

@media (max-width: 1400px) {
    .circle {
        width: 280px;
        height: 280px;
        top: -6%
    }
}

@media (max-width: 767px) {
    .circle {
        width: 250px;
        height: 250px;
        right: 85%;
        top: -25%
    }
}

.circle.two {
    width: 390px;
    height: 350px;
    top: -40px;
    left: 25%
}

@media (max-width: 991px) {
    .circle.two {
        display: none
    }
}

.tab-sec .border-circle {
    right: -70px;
    top: 5%;
    left: inherit;
    z-index: -1
}

@media (max-width: 991px) {
    .tab-sec .border-circle {
        display: none
    }
}


.border-circle {
    width: 470px;
    height: 470px;
    border: solid #f3f3f3;
    border-width: 30px;
    border-radius: 0%;
    position: absolute;
    left: -70px;
    top: 24%;
}

@media (max-width: 991px) {
    .border-circle {
        top: -89px
    }
}

@media (max-width: 767px) {
    .border-circle {
        display: none
    }
}

/* .border-circle:before { */
    content: '';
    position: relative;
    display: block;
    width: 230%;
    height: 230%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -72%;
    border-radius: 100%;
    background-color: #041d3861;
    -webkit-animation: pulse-ring 7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.border-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 470px;
    height: 470px;
    background-color: transparent;
    border-radius: 100%;
    -webkit-animation: pulse-dot 7s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 7s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite
}

.bg-sec {
    position: absolute;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h-auto {
    height: auto !important;
}

.bg-sec .width-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}

.bg-sec>div {
    height: 100%;
}

.bg-sec .width-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
}

.bg-sec>div img {
    width: 95%;
    height: 100%;
    margin: 0 0 65px 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/* audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
} */
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* @media (min-width: 1400px)
.container {
    max-width: 1320px;
} */

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}














.one-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8f9fb;
    overflow: hidden
}

@media (max-width: 991px) {
    .one-sec {
        height: auto
    }
}

.one-sec .abs-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 35%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%
}

@media (max-width: 991px) {
    .one-sec .abs-img {
        display: none
    }
}

.one-sec h2 {
    position: relative;
    font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
    padding-bottom: 20px;
    color: #ac0306;
    margin-bottom: 20px
}

.one-sec h5 {
    position: relative
}



@media (max-width: 1366px) {
    .one-sec h5::after {
        width: 22%;
        left: 0
    }
}

@media (max-width: 767px) {
    .one-sec h5::after {
        left: -15%
    }
}

@media (max-width: 575px) {
    .one-sec h5::after {
        display: none
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
@media (min-width: 992px)
.col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.text-center {
    text-align: center !important;
}

.box-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-area ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0;
}
.box-area ul li {
    /* width: 33.33%; */
    width: auto;
}
.box-area ul li .ul-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.box-area ul li .ul-box .icon {
    background: #041d38;
    height: 60px;
    width: 62px;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.box-area ul li .ul-box .icon i {
    font-size: calc(30px + (35 - 30) * (100vw - 320px) / (1920 - 320));
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.ic-22:before {
    content: "\e90c";
}
.box-area ul li .ul-box p {
    color: #ac0306;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    margin: 0;
}


/************* Banner Start *****************/

.h_m_banner {
    width:  100%;
    background: url(../images/1.png) no-repeat top center;
    background-size: cover;
    padding: 130px 50px 40px;
    background-blend-mode: overlay;
}

.h_m_banner h1 {
    text-transform:uppercase;
    font-size: 40px;
    color: #fba311 !important;
    line-height: 61px;
}

.h_m_banner p {
        font-size: 14px;
        color:  #fff;
        line-height:  2;
        margin: 17px 0;
}






.h_m_banner1 {
  width:  100%;
  
  background-size: cover;
  padding: 120px 0;
}

.h_m_banner1 h1 {
text-transform:uppercase;
     font-size: 40px;
     color: #ffb600;
     line-height: 61px;
   padding-top: 70px;
}

.h_m_banner1 p {
      font-size: 17px;
      color:  #fff;
      line-height:  2;
      margin: 17px 0;
}




.h_m_banner2 {
  width:  100%;
  
  background-size: cover;
  padding: 120px 0;
}

.h_m_banner2 h1 {
text-transform:uppercase;
     font-size: 40px;
     color: #ffb600;
     line-height: 61px;
   padding-top: 70px;
}

.h_m_banner2 p {
      font-size: 17px;
      color:  #fff;
      line-height:  2;
      margin: 17px 0;
}






.h_m_banner3 {
  width:  100%;
  
  background-size: cover;
  padding: 120px 0;
}

.h_m_banner3 h1 {
text-transform:uppercase;
     font-size: 40px;
     color: #ffb600;
     line-height: 61px;
   padding-top: 70px;
}

.h_m_banner3 p {
      font-size: 17px;
      color:  #fff;
      line-height:  2;
      margin: 17px 0;
}










button.h_b_btn:hover {
}

.bnn_right {
    width: 100%;
    color: #fff;
    padding: 27px 0px;
}

.bnn_right ul {
    column-count: 2;
}

.bnn_right h3 {
    margin: 0 0 30px;
}

.bnn_right h1 span {
    color: #ffffff;
    font-size: 37px;
}

.banner_form {
    width: 100%;
    overflow: hidden;
}
.banner_form .form-control {
    width: 100%;
    height: 55px;
    box-shadow: none;
    border-radius: 0;
}
.banner_form .rd {
    border-radius: 5px 0 0px 5px;
}
.banner_form .form-group {
    margin: 0;
}
button.ban_btn {
    width: 100%;
    height: 55px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0 5px 5px 0;
}

.bnn_right ul li {
    color: #ffff;
    list-style: none;
    padding: 0 0 8px;
    font-size: 15px;
}

.bnn_right ul li i {
    padding: 0 10px 0 0;
    color: #4587d9;
}

.h_banner_form {
    width: 100%;
}

.bnn_left {width: 100%;padding: 10px 20px;border-radius: 4px;position: relative;background: #376495b3;box-shadow: 4px 4px 15px 0 #4e4e4e;}

.bnn_left h4 {
    text-align: center;
    margin: 5px 0 18px;
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
}

.h_banner_form .form-control {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
    color: #000;
    border-bottom: 3px solid #ac0306;
    padding: 20px 18px;
    resize: none;
    border-radius: 0;
}

button.h_b_btn {
    width: 100%;
    padding: 9px 0px;
    border: none;
    background: #ac0306;
    color: #ffffff;
    transition: all .1s;
    font-weight: 600;
    font-size: 15px;
}


/* .h_m_banner a {
    background: #301d44;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 30px;
    transition: 0.5s;
    margin: 30px 0 0;
    display: inline-block;
}

.h_m_banner a:hover {
    background-color: #fba311;
    color: #ffffff;
    animation-delay: 2.2s !important;
} */


.h_m_banner1 a {
    background: #301d44;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 30px;
    transition: 0.5s;
    margin: 30px 0 0;
    display: inline-block;
}

.h_m_banner1 a:hover {
    background-color: #181d38;
    color: #ffffff;
    animation-delay: 2.2s !important;
}


.h_m_banner2 a {
    background: #301d44;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 30px;
    transition: 0.5s;
    margin: 30px 0 0;
    display: inline-block;
}

.h_m_banner2 a:hover {
    background-color: #181d38;
    color: #ffffff;
    animation-delay: 2.2s !important;
}


.h_m_banner3 a {
    background: #301d44;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 30px;
    transition: 0.5s;
    margin: 30px 0 0;
    display: inline-block;
}

.h_m_banner3 a:hover {
    background-color: #181d38;
    color: #ffffff;
    animation-delay: 2.2s !important;
}

.not_found {
    width: 100%;
    text-align: center;
    padding: 90px 0;
}

.not_found h1 {
    font-size: 200px;
}

.not_found p {
    font-size: 30px;
    font-weight: 700;
}

/************* Banner end *****************/


.thank_sec1 {
    width: 100%;
    padding: 130px 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
}

.thnk_box p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}







/************* Sec4 **************/

.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
    background: #ffffffde url(../images/sec4_bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    background-blend-mode: overlay;
}

.h_m_banner-1 {
    background: #000000b3 url(../images/sub-banner.jpg);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: overlay;
}
.h_sec5.sec {
    padding: 30px 50px;
}
.h_m_banner-1 h1 {
    text-align: center;
}

.h_m_banner-1 p {
    text-align: center;
}

.h_m_banner-1 ul li {
    width: 205%;
    text-align: center;
}

.h_m_banner-1 ul li a {
    width: 340px;
}


.sec4_top {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
    overflow: hidden;
}

.sec4_top p {
    color: #2e2e2e;
}

.sec4_bot {
    width: 100%;
    overflow: hidden;
}

.sec4_left {
    margin-top: 80px;
    width: 100%;
}

.sec4_left a {
    text-transform: capitalize;
    font-size: 20px;
    width: 100%;
    color: #2196f3;
}

.sec4_box {
    width: 100%;
    margin: 0px 0 0;
}

#accordion .panel {
    border: 0;
    border-radius: 12px;
    margin: 0 0 26px;
}

#accordion a {
    display: block;
    font-weight: 600;
    padding: 10px 15px;
    color: #301d44;
    text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #c00000;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: #fff;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
}

#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #c00000;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: right;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #c00000;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.sec4_box_text p {
    font-size: 16px;
    line-height: 1.5;
    color: #301d44;
}

.sec4_box_img img {
    width: 100%;
}

.sec4_right {
    width: 100%;
    background: #041d38;
    padding: 40px 30px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 2px white;
}

.sec4_right img {
    max-width: 100%;
    width: 50%;
}

.sec4_right p {
    font-size: 18px;
    margin: 20px 0;
    color: #fff;
}

.sec4_right a {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border-radius: 6px;
    padding: 9px 42px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.5s ease-in;
    font-size: 16px;
}

.sec4_right a:hover {
    background: #fff;
    color: #fba311;
}


h2.ww {
    color: #d70000;
}
section.sec-about {
    background: url(../images/about-bla.png);
    color: #fff;
    padding: 130px 100px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.sec-about h4 {
    font-size: 45px;
    font-family: 'Poppins';
    font-weight: 500;
}
section.sec-paragraph p {
    padding: 10px 0px 0px;
}
section.sec-paragraph h4 {
    padding: 20px 0px 0px 0px;
    font-size: 26px;
}
section.sec-paragraph {
    padding: 0px 0px 30px;
}
section.sec-paragraph.con {
    padding: 30px 0px;
}

section.sec-paragraph.con .row {
    align-items: center !important;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:600px) and (max-device-width:960px) and (orientation:portrait) {
    .bnn_right {
    position: relative;
    left: -40px;
    margin: 0 0 30px 0;
}

.s4_box p {
    position: relative;
    top: -90px;
    width: 70%;
}

.one-sec h2 {
    position: relative;
    top: 25px;
}

.genie-content {
    margin: 30px 0 0 0 !important;
    
}

.s4_box {
    position: relative;
    left: -40px;
}

.s4_left {
    background-position: left !important;
    padding: 0 !important;
}

.s4_box h2 {
    width: 100% !important;
    position: unset;
    padding: 0 10px;
}

.s4_box p {
    width: 100%;
    position: unset;
    padding: 0 10px;
}

.bnn_right img {
    width: 90%;
}

.box-area ul {
    display: flex !important;
}

.ul-box p {
    width: 140%;
    position: relative;
    left: -15px;
}



.ul-box p {
    font-size: 13px !important;
}


.s5_top {
    width: 120%;
    position: relative;
    left: -45px;
}

.s5_box {width: 100% !important;
    position: relative;
    left: 27px;
    
}

.s8_box {
    width: 90%;
    position: relative;
    left: 30px;
    margin: 30px 0 60px 0;
}

.s1_box img {
    width: 100%;
}

.s2_right ul li {
    margin: 0 10px 15px 0;
}

section.sec-about h4 {
    width: 112%;
}

}
@media only screen and (min-width:768px) and (max-width:1024px){
    
    .header {
    overflow: hidden;
}

.h_m_banner {
    overflow: hidden;
}

section.one-sec.stripe {
    overflow: hidden;
}

.h_sec2 {
    overflow: hidden;
}

.h_sec1.sec {
    overflow: hidden;
}

.h_sec3 {
    overflow: hidden;
}

.h_sec4 {
    overflow: hidden;
}

.h_sec5.sec {
    overflow: hidden;
}

.h_sec7.sec {
    overflow: hidden;
}

.h_sec6.sec {
    overflow: hidden;
}

.genie-section {
    overflow: hidden;
}

.h_m_sec4 {
    overflow: hidden;
}

.h_sec8.sec {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

.genie-content {
    position: relative;
    top: 20px !important;
    width: 90% !important;
    padding: 30px 20px 50px 0px;
}

.border-circle {
    margin: 100px 0 0 0;
    
}

.s1_box {
    width: 110%;
    position: relative;
    left: -12px;
}

.s5_box {
    position: relative;
    left: -41px;
    margin: 0px 0 30px 0;
}

.s2_right {
    margin: -60px 0 0 0;
}

.s5_box a {
    position: relative;
    top: 170px;
}
    
    h5 {
    font-size: 26px;
}

.s2_right h2 {
    font-size: 40px;
    line-height: 45px;
}

.s2_right h4 {
    font-size: 26px;
    line-height: 35px;
}

.s2_box p {
    font-size: 19px;
    line-height: 18px;
}

.s2_box h3 {
    padding: 5px 0px 0px 0px;
}

.s3_top h2 {
    font-size: 41px;
    width: 190%;
    padding: 0px 0px 0px 55px;
}

.s3_top h5 {padding: 0px 0px 0px 55px;}

.s4_box p {
    font-size: 26px;
    margin: 20px 0px -40px 0px;
}

.s4_box h2 {
    font-size: 41px;
}

.s4_left {width: 97%;background: #f8f9fb;}

h5 {padding: 35px 0px 0px 0px;font-size: 30px;}

.s5_tright {
    width: 97%;
    padding: 15px 0 0 0;
}

    
.s5_tleft h2 {
    font-size: 40px;
    line-height: 47px;
    width: 95%;
}

.sec4_right a {
    font-size: 21px;
    padding: 10px 17px 10px 17px;
}

.sec4_right {
    width: 100%;
}

.s8_tleft h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 10px 0 0 0;
}

.genie-content p {
    font-size: 19px;
    padding: 20px 0px 0px 25px;
}

.genie-content h2 {
    font-size: 37px;
    padding: 0px 0px 0px 25px;
}

.genie-content {
    margin: 120px 0px 0px 0px;
}

.s5_box p {
    font-size: 15px;
    width: 100%;
}

.s5_box img {
    width: 35%;
}

.s5_box {
    width: 105%;
}

section.sec-about h4 {
    margin: 50px 0 -20px -60px;
}

.form-banner-contact {margin: -190px 0 0 0;}

.contact-gif {
    margin: 250px 0 0 0;
}

.s8_box {
    position: relative;
    left: 35px;
}

.cc\.0 {
    margin: 0px 0 100px -30px;
}

.cc\.2 {
    margin: 30px 0 120px -25px;
}

.cc\.3 {
    position: relative;
    left: -15px;
    top: -20px;
}

.cc\.4 {
    margin: 0 0 200px -20px;
    position: relative;
    top: 80px;
}

.cc\.5 {
    position: relative;
    left: -15px;
    top: -20px;
}

.cc\.1 {
    margin: -30px 0 0px 0px;
    position: relative;
    left: -15px;
}

.one-sec h2 {
    font-size: 41px;
    padding: 30px 0 0 0;
}

.one-sec h5 {
    font-size: 30px;
}

.head_mid {
    margin: 0 0 -60px 0;
}
    
.h_m_banner {
    padding: 80px 30px 70px 30px;
}

.s4_box {
    padding: 80px 0px 90px 50px;
    width: 170%;
}

.ul-box p {
    width: 100%;
    line-height: 17px;
    font-size: 17px;
}

.bnn_right {
    position: relative;
    top: 140px;
    left: 0px;
    margin: 0 0 60px 0;
}

.bnn_left {
    position: relative;
    top: 210px;
}

.head_bot {top: 10px;}

.logo img {
    width: 40%;
    margin: 50px 0px 0px 0px;
}

.navbar-collapse.collapse {
    justify-content: center;
    margin: 0px 0px 60px -15px;
}

.navbar-toggle {
    margin: -166px 0px 0px -74px;
    justify-content: center;
}

.s1_text p {
    font-size: 15px;
}

.s5_tright p {
    font-size: 19px;
    position: relative;
    left: -50px;
    padding: 0 70px 0 0;
}


.s8_tright p {
    font-size: 18px;
    position: relative;
    top: 120px;
    
}

.bnn_left h4 {
    font-size: 21px;
}

.sec4_top p {
    font-size: 21px;
}

.s3_top h2 {
    width: 190%;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .head_t_text ul li {
    font-size: 10px;
    border-right: none;
    padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
}

.s4_left {
    background-position: left !important;
    padding: 40px 30px 0px 10px;
}

.h_m_banner h1 {line-height: 82%;width: 100%;margin: 70px 0 0 0;}
    
.bnn_right h1 span {
    font-size: 18px;
    line-height: 0px;
}

.h_m_banner p {
    font-size: 11px;
    line-height: 20px;
}

.main_btn1 {
    font-size: 13px;
    padding: 7px 10px 7px 10px;
}

.bnn_left h4 {
    font-size: 17px;
    font-weight: 500;
}

.one-sec h2 {
    font-size: 17px;
    padding: 20px 0px 0px 0px;
}

.one-sec h5 {
    font-size: 13px;
}

.box-area ul li {
    padding: 0px 0px 15px 0px;
}

.box-area ul li .ul-box .icon {
}

.box-area ul li .ul-box p {
    font-size: 13px;
    line-height: 20px;
}

.s2_right h2 {
    font-size: 23px;
}
    .intro_para h2 {
    font-size: 23px;
    padding: 20px 0px;
}
    section.sec-about {
    overflow: hidden;
}

section.sec-paragraph {
    overflow: hidden;
}
    .h_m_sec10.sec a {
    float: inline-start;
    padding: 10px 25px;
    margin: 20px 0px 0px;
}

.s2_right h4 {
    font-size: 17px;
    line-height: 23px;
}

section.sec-about h4 {
    font-size: 26px;
    width: 215% !important;
    position: relative;
    left: -70px;
}

p {
    font-size: 14px;
}

.s2_box img {
    width: 26%;
    margin: 0px 9px 11px 0px;
}

.s2_box p {
    font-size: 12px;
    line-height: 10px;
    position: relative;
    top: -25px;
}

.s2_box h3 {
    font-size: 26px;
    padding: 15px 0px 7px 0px;
    position: relative;
    top: -13px;
}

.main_btn2 {
    font-size: 13px;
    padding: 6px 9px 6px 9px;
    position: relative;
    left: 69px;
}

.s1_text {
    margin: 0px 0px 20px 0px;
}

.s1_text p {
    font-size: 13px;
}

.s3_top h2 {
    font-size: 26px;
}

.s4_box h2 {
    font-size: 23px;
    position: relative;
    left: -50px;
    margin: -80px 0 0 0;
    width: 117% !important;
}

.s4_box p {
    font-size: 14px;
    position: relative;
    left: -30px;
    width: 120% !important;
    margin: 20px 0 -40px -20px;
}

.s5_tleft h2 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

p {
}

.s5_box img {
    width: 40%;
    height: 85px;
}

.s5_box h3 {
    font-size: 21px;
}

.s5_box p {
    font-size: 13px;
}

.s5_box {
    width: 100%;
    margin: 0px 0px 20px 0px;
    position: relative;
    left: -50px;
}

.s5_btn a {
    position: revert;
}

.s7_left h2 {
    font-size: 26px;
}

.main_btn2 {
    position: revert;
}

.s6_ltop h2 {
    font-size: 28px;
}

.s6_ltop ul li.active a {
    font-size: 16px;
}

.s6_ltop ul li a {
    font-size: 16px;
}

.s6_ltop ul li a {}

.s2_right ul li {
    margin: 0 10px 15px 0px;
}
    
.s6_lbox ul li {
    font-size: 12px;
    width: 101%;
}

.genie-content h2 {font-size: 20px;text-align: center;padding: 0px 0px 10px 0px;}

h2.ww {
    font-size: 26px;
}

.sec4_top p {
    font-size: 13px;
}

#accordion a {
    font-size: 13px;
}

.sec4_right p {
    font-size: 16px;
}

.s8_tleft h5 {
    font-size: 27px;
}

.s8_tleft h2 {
    font-size: 18px;
    line-height: 26px;
}

.s8_box {margin: 0px 0px 70px 22px;width: 90%;}

.navbar-inverse .navbar-nav>li>a {
    font-size: 7px;
    margin: 0px 0px 0px 0px;
}
    .s2_right ul {
    text-align: center;
}

.sec4_left {
    margin: 0px;
}

.s8_tright {
    margin: 0px;
}

.genie-content {padding: 10px 0px 0px 0px;margin: 20px 0px 0px 0px;}

.genie-content p {
    font-size: 14px;
    padding: 0px 15px 6px 20px;
    text-align: inherit;
}

.h_banner_form .form-control {
    font-size: 9px;
}

.s5_btn {
    margin: 0px 0px 20px 0px;
}

.bg-sec>div img {display: none;}

ul.nav.navbar-nav {
    display: flex;
}

.h_m_banner {
    padding: 50px 20px 30px 20px;
}

.bnn_right ul li a {
    padding: 5px 10px;
}

.s5_top {
    position: relative;
    left: -50px;
    width: 360px;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
/*ipad*/
@media only screen and (min-width: 360px) and (max-width: 740px){
  
  section.sec-about h4 {
    padding: 80px 0px 0px 0px;
}
  .header {
    overflow: hidden;
}

.h_m_banner {
    overflow: hidden;
}

.h_m_banner {}

section.one-sec.stripe {
    overflow: hidden;
}

.h_sec2 {
    overflow: hidden;
}

.h_sec1.sec {
    overflow: hidden;
}

.h_sec3 {
    overflow: hidden;
}

.h_sec4 {
    overflow: hidden;
}

.h_sec5.sec {
    overflow: hidden;
}

.h_sec7.sec {
    overflow: hidden;
}

.h_sec6.sec {
    overflow: hidden;
}

.genie-section {
    overflow: hidden;
}

.h_m_sec4 {
    overflow: hidden;
}

.h_sec8.sec {
    overflow: hidden;
}

footer {
    overflow: hidden;
}  
    .s9_box {
    margin: 10px 0px;
}
    
    .bnn_right {
    /* width: 120%; */
    padding: 30px 0px 40px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 0px 5px 10px;
}

.main_btn1 {
    padding: 10px 10px;
}

.main_btn2 {
    padding: 10px 10px;
}

.s5_box {
    width: 290px !important;
    margin: 1px 0px 20px -30px !important;
    left: 0px;
}
    .s5_bot {
    margin: 0px auto;
    text-align: -webkit-right;
}

.genie-content {
    margin: 0px;
}
}
@media only screen and (min-width: 375px) and (max-width: 667px){
    .main_btn1 {
    padding: 12px 30px;
}
.main_btn2 {
    padding: 12px 30px;
}
.s1_text {
    margin: 10px 0px;
}
.s5_box {
    width: 360px;
    margin: 0px 0px 24px -37px;
    left: 0px;
}
    .s5_bot {
    margin: 0px auto;
    text-align: -webkit-right;
}
.genie-content {
    margin: 0px;
    padding: 30px 10px 10px 10px;
}

}
/*mobile*/
@media only screen and (min-width: 300px) and (max-width: 640px){
    .s2_box h3 {
    font-size: 40px;
    padding: 17px;
}
.s5_box {
    height: auto;
    width: 360px;
}
.s6_ltop ul li {
    padding: 10px 0px 0px;
}
    
    .logo img {
    width: 100% !important;
}
.head_t_text ul {
    display: inline;
}

.head_bot {
    height: auto;
}
.logo {
    width: 70%;
    margin: 0;
}
button.navbar-toggle {
    margin: -50px 0px 0px 0px;
    background: #ffffff47;
}
.box-area ul {
    display: block;
}

.h_sec2 {
    padding: 0px;
}
.header {
    overflow: hidden;
}

.h_m_banner {
    overflow: hidden;
}

.h_m_banner {}

section.one-sec.stripe {
    overflow: hidden;
}

.h_sec2 {
    overflow: hidden;
}

.h_sec1.sec {
    overflow: hidden;
}

.h_sec3 {
    overflow: hidden;
}

.h_sec4 {
    overflow: hidden;
}

.h_sec5.sec {
    overflow: hidden;
}

.h_sec7.sec {
    overflow: hidden;
    text-align: center;
}

.h_sec6.sec {
    overflow: hidden;
}

.genie-section {
    overflow: hidden;
}

.h_m_sec4 {
    overflow: hidden;
}

.h_sec8.sec {
    overflow: hidden;
}

footer {
    overflow: hidden;
}
}



