@charset "utf-8";

/* CSS Document */


/* --------------------------Web Files-------------------------------------*/
@font-face {
    font-family: 'Nafees Nastaleeq';
    src: url('webFonts/NafeesNastaleeq.eot');
    src: url('webFonts/NafeesNastaleeq.eot?#iefix') format('embedded-opentype'),
        url('webFonts/NafeesNastaleeq.woff2') format('woff2'),
        url('webFonts/NafeesNastaleeq.woff') format('woff'),
        url('webFonts/NafeesNastaleeq.svg#NafeesNastaleeq') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("webFonts/fa-brands-400.eot");
    src: url("webFonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-brands-400.woff2") format("woff2"), url("webFonts/fa-brands-400.woff") format("woff"), url("webFonts/fa-brands-400.ttf") format("truetype"), url("webFonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("webFonts/fa-regular-400.eot");
    src: url("webFonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-regular-400.woff2") format("woff2"), url("webFonts/fa-regular-400.woff") format("woff"), url("webFonts/fa-regular-400.ttf") format("truetype"), url("webFonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("webFonts/fa-solid-900.eot");
    src: url("webFonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-solid-900.woff2") format("woff2"), url("webFonts/fa-solid-900.woff") format("woff"), url("webFonts/fa-solid-900.ttf") format("truetype"), url("webFonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'AvenirLTPro-LightOblique';
    src: url('webFonts/AvenirLTPro-LightOblique.woff2') format('woff2'),
        url('webFonts/AvenirLTPro-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTPro-Light';
    src: url('webFonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('webFonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTPro-Roman';
    src: url('webFonts/AvenirLTPro-Roman.woff2') format('woff2'),
        url('webFonts/AvenirLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTPro-Medium';
    src: url('webFonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('webFonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLT-Black';
    src: url('webFonts/AvenirLT-Black.woff2') format('woff2'),
        url('webFonts/AvenirLT-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLT-Heavy';
    src: url('webFonts/AvenirLT-Heavy.woff2') format('woff2'),
        url('webFonts/AvenirLT-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nafees';
    src: url('webFonts/nafees.eot');
    src: url('webFonts/nafees.eot?#iefix') format('embedded-opentype'), url('webFonts/nafees.woff') format('woff'), url('webFonts/nafees.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gil';
    src: url('webFonts/GIL_____.eot');
    src: url('webFonts/GIL_____.eot?#iefix') format('embedded-opentype'), url('webFonts/GIL_____.woff') format('woff'), url('webFonts/GIL_____.TTF') format('truetype');
}

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}


/* Transition effects*/

.transition_3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.transition_2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.transition_7 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.wow {
    visibility: hidden;
}

* {
    direction: rtl;
    text-decoration: none;
    outline: none;
    font-family: 'Nafees Nastaleeq';
    line-height: 1.6;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
    color: #000;
}

a {
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}

nav:not(.mm-menu) {
    display: none;
}

.menu_icon {
    float: left;
    display: none;
    width: 45px;
    height: 40px;
    text-align: center;
    border: 2px solid #1b67b1;
    margin-top: 20px;
    margin-right: 5px;
    padding: 6px;
    transition: .3s;
    background-color: #1b67b1;
}

.menu_icon a {
    display: block;
}

.menu_icon a img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.menu_icon:hover img {
    filter: none;
}

.menu_icon:hover {
    background-color: transparent;
}

.myclass2 {
    padding-left: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    padding-right: 20px !important;
}

.myclass2 form {
    width: 100%;
    position: relative;
}

.mm-listview li input {
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #002448;
    outline: none;
    color: #111;
}

.mm-listview li button {
    color: #002448;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 6px;
    border: none;
    cursor: pointer;
    outline: none;
}

.price-rate {
    position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

/* --------------------------Web Files close-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1350px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.gif);
    background-color: rgba(5, 141, 220, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.main_mmenu {
    position: relative;
    height: 40px;
    display: none;
}

.menu_icn {
    display: block;
    background: #058ddc;
    padding-left: 10px;
    height: 45px;
}

.menu_icn img {
    margin-top: 10px;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}

body::-webkit-scrollbar-thumb {
    background: #ea212b;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #1b67b1;
}


/* --------------------------Main Styling-------------------------------------*/


/* --------------------------Header Styling-------------------------------------*/

.banner_side {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.banner_txt {
    position: absolute;
    right: 9%;
    bottom: 16%;
    padding: 25px 25px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    width: 100%;
    max-width: 515px;
}

.banner_txt h2 {
    position: relative;
    width: 100%;
    color: #ffe400;
    font-size: 40px;
    margin-bottom: 20px;
}

.banner_btn {
    width: 100%;
    max-width: 145px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 20px 20px;
    position: relative;
    transition: .5s;
}

.banner_btn:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    width: 7px;
     transform: rotate(180deg);
    height: 12px;
    background: url(../webImages/3.png) no-repeat;
    filter: brightness(0) invert(1);
    transition: .5s;
}

.banner_btn:hover:before {
    filter: none;
}

.banner_btn:hover a {
    color: #ffe400;
}

.banner_btn a {
    color: #ffffff;
    font-size: 15px;
    padding: 0px 20px;
    display: block;
    transition: .5s;
}

.banner_btn:hover {
    border: 1px solid #ffe400;
}

/*.banner_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../webImages/2.png);
    background-size: cover;
}*/

#banner {
    width: 100% !important;
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: -1;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

.pager {
    position: absolute;
    bottom: 30px;
    /* border-radius: 10px; */
    right: 0px;
    /* margin: 0 auto; */
    /* display: block; */
    z-index: 1;
    width: 100%;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    padding: 0;
    text-align: right;
    z-index: 9;
    margin: 0px 0px;
}

#slide-pager li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    cursor: pointer;
    vertical-align: top;
    margin: 0px 0px;
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #9b9a9b;
    height: 12px;
    padding: 0px 0px;
    background: #9b9999;
    transition: .5s;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 0px 0px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #fff;
    background: #1b67b1;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 0px 0px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #fff;
    background: #1b67b1;
}

.right_icon {
    position: absolute;
    top: 22%;
    transform: translateY(0%) scale(0.85);
    left: 0;
    overflow: hidden;
    transform-origin: left;
    z-index: 2;
}

.right_icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right_icon ul li {
    width: 100%;
    position: relative;
}

.right_icon a {
    display: flex;
    padding: 0px 15px;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    margin-bottom: 2px;
    transform: translateX(-120px);
    transition: .5s;
    text-decoration: none;
}

.right_icon a img {
    width: 40px;
    margin-left: 15px;
}

.right_icon a h4 {
    color: #fff;
    font-size: 15px;
    transition: .3s;
    margin: 20px 0px;
}

.right_icon ul li a:hover {
    transform: translateX(0);
    background-color: #EA212B;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    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-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}

.header_side {
    position: relative;
    width: 100%;
    border-top: 7px solid #6982a4;
}

.header_top {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0%;
    top: 0%;
    z-index: 9;
}

.logo_side {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    max-width: 250px;
    width: 100%;
    padding: 10px 0px;
    transition: .5s;
    padding-bottom: 5px;
}

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
}

.logo_side:hover {
    filter: grayscale(1);
}

.header_top_right {
    /*! position: relative; */
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    top: -7px;
}

.header_top_right_ {
    position: absolute;
    width: 100%;
    top: -7px;
    left: 0;
}

.header_top_right_ ul {
    position: relative;
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: bottom;
}

.header_top_right_ ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ea212b;
}

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

.header_top_right_ ul li:last-child a {
    font-family: 'nafees';
}

.header_top_right_ ul li a {
    display: block;
    padding: 0px 8px;
    color: #121212;
    font-size: 14px;
    transition: .5s;
}

.header_top_right_ ul li a:hover {
    color: #367abb;
}

.header_top_right_ ul .active a {
    color: #1b67b1;
}

.search_side {
    position: relative;
    width: 100%;
    max-width: 172px;
    display: inline-block;
    vertical-align: middle;
}

.search_side:hover:after {
    filter: grayscale(1);
}

.search_side form {
    width: 100%;
    position: relative;
    z-index: 1;
}

.search_side:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: .5s;
}

.search_side form input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #101010;
    font-size: 12px;

    padding: 0px 25px;
    border: none;
    background: none;
}

.search_side form .submit_side {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 14px;
    height: 14px;
    border: none;
    background: url(../webImages/1.png) no-repeat;
    padding: 0px 0px;
}

.search_side form input::placeholder {
    color: #101010;
    text-shadow: 0px 0px 0px #101010;
    font-size: 12px;

}

.menu_side {
    position: relative;
    width: 100%;
    top: -10px;
}

.menu_side ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.menu_side ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu_side ul li a {
    display: block;
    color: #101010;
    font-size: 14px;

    text-transform: uppercase;
    padding: 0px 0.65em;
    padding-bottom: 5px;
}

.menu_side ul li:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    width: 100%;
    height: 0px;
    background: #ea212b;
    transition: .5s;
}

.menu_side ul li:hover:before {
    height: 5px;
}

.menu_side ul li:hover a {
    color: #1b67b1;
    text-shadow: 0px 0px 0px #1b67b1;
}

.menu_side ul .active:before {
    height: 5px;
}

.menu_side ul .active a {
    color: #1b67b1;
    text-shadow: 0px 0px 0px #1b67b1;
}

.menu_side ul ul{
    position: absolute;
text-align: right;
background-color: rgba(255, 255, 255, 1);
min-width: 200px;   
opacity : 0;
visibility : hidden;
box-shadow: 4px 4px 1px #6982a4;
transition: .3s;
right: 0;
top: 100%;
z-index: 2;
}
.menu_side ul > li:last-child ul{
    left:0;
    right :auto;
}
.menu_side ul ul li {
    width: 100%;
}
.menu_side ul ul li a{
    padding: 6px 10px;
    display : block;
}
.menu_side ul li:hover ul{
    opacity : 1;
    visibility : visible;
}
.menu_side ul ul li:before{
    display:none;
}
.menu_side ul ul li a:hover{
    background-color: #6982a4;
    color: #fff;
}
/* --------------------------Header Styling close-------------------------------------*/


/* --------------------------Content Styling -------------------------------------*/

.index_content {
    position: relative;
    width: 100%;
}

/*secton1 start*/
.section1 {
    width: 100%;
    position: relative;
}

.section1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../webImages/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.big_logo {
    position: absolute;
    left: 0;
    width: 35%;
    top: -480px;
    z-index: 9;
}

.section1 .section1_txt {
    width: 65%;
    margin: 100px 0 120px auto;
    display: block;
}

.section1 .section1_txt h1 {
    font-size: 36px;
    border-bottom: 2px solid #C0C0C0;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;

}

.section1 .section1_txt h1 span {
    color: #ea212b;
    position: relative;

}

.section1 .section1_txt h1 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #6982A4;
    left: 0;
    bottom: 0;
}

.section1 .section1_txt .p {
    font-size: 16px;
}

.section1 .section1_txt .p span {
    color: #ea212b;
    font-family: inherit;
}

.section1_bottom {
    width: 100%;
    position: relative;
    background-image: url(../webImages/bg2.png);
    background-size: cover;
    background-position: left;
    background-color: rgba(103, 129, 164, 0.8);
    padding: 40px 0;
}

.section1_btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;

    border-bottom: 2px solid #C0C0C0;
    margin-left: 10%;
}

.section1_btn:hover {
    color: #ffe400;
}

.icon_box {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.icon_box:hover>img {
    animation-name: hvr-push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.icon_box>img {
    width: auto;
}

.icon_box h2 {
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
}

.icon_box a {
    color: #ffe400;
    font-size: 14px;

}

.icon_box a img {
    margin-left: 10px;
     transform: rotate(180deg);
}

.icon_box a:hover {
    color: #E9232A;
}

/*.icon_box a:hover img {*/
/*    animation-name: hvr-wobble-horizontal;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
       
/*}*/

/*secton1 end*/

/*section2 start*/
.section2 {
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
}

.section2_inner {
    width: 50%;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 40px;
    flex: 1;
}

.section2_img {
    width: 160px;
}

.section2_txt h1 {
    font-size: 30px;
    position: relative;
    padding: 20px 0;

}

.section2_txt h1:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #ea212b;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section2_txt .p {
    font-size: 16px;

    padding: 20px 0;
}

.section2_txt .p span {}

.section2_txt a {
    color: #ffe400;
    font-size: 14px;

}

.section2_txt a img {
    margin-left: 10px;
     transform: rotate(180deg);
}

.section2_txt a:hover {
    color: #E9232A;
}

/*.section2_txt a:hover img {*/
/*    animation-name: hvr-wobble-horizontal;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/

/*section2 end*/

/*section3 start*/
.section3 {
    position: relative;
    width: 100%;
    background-image: url(../webImages/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 50px;
    text-align: center;
    background-position: center;
}

.section3 h1 {
    color: #1b67b1;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.section3 h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 120px;
    background-color: #9D9FA2;
    left: 0;
    right: 0;
    margin: auto;
}

.section3_txt {

    font-size: 16px;
    margin: 20px 0 40px;
}

.section3_main {
    width: 80%;
    margin: auto;
}

.section3_desc {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    background-color: #fff;
    margin: 0 1% 2%;
    box-shadow: 0px 0px 10px #aaa;
    position: relative;
    text-align: right;
}

.section3_desc_img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.section3_desc_img img {
    width: 100%;
    transition: .5s;
}

.section3_desc:hover .section3_desc_img img {
    transform: scale(1.2);
}

.section3_desc_txt {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px 20px;
    text-align: right;
}

.section3_desc_txt a {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #96A7BF;
    padding: 10px 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .3s;
}

.section3_desc_txt a:hover {
    padding: 10px 20px;
    background-color: #286fb4;
}

.section3_date {
    color: #e9232a;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.section3_date:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 30px;
    background-color: #2A4B7C;
}

.section3_p {
    font-size: 14px;
    max-height: 100px;
    overflow: hidden;
  
}

/*section3 end*/
/*section4 start*/
.section4 {
    width: 100%;
    position: relative;
}

.section4_main {
    position: relative;
}

.section4_inner {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}

.section4_wrapper {
    width: 100%;
    display: flex;
}

.section4_box {
    width: 50%;
    flex: 1;
    position: relative;
}

.gallery {
    width: 35%;
    padding-right: 20px;
}

.investor {
    padding: 25px;
    background-image: url(../webImages/icon5.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.investor h4 {
    color: #1b67b1;
    font-size: 20px;
    margin-bottom: 10px;

}

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

.investor ul li {
    position: relative;
}

.investor ul li a {
    color: #000;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ea212b;
    padding: 8px 0;
}

.investor ul li a:hover {
    color: #ea212b;
}

.investor ul li:last-child a {
    border-bottom: none;
}

.investor>a {
    font-size: 14px;
    color: #1b67b1;

    display: block;
    margin-top: 20px;
}

.investor>a img {
    filter: brightness(0);
    margin-left: 10px;
        transform: rotate(180deg);
}

.investor>a:hover {
    color: #E9232A;
}

/*.investor>a:hover img {*/
/*    animation-name: hvr-wobble-horizontal;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/

.milestones {
    padding: 25px;
    background-color: #FFE400;
    background-image: url(../webImages/icon7.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.milestones:before {
    content: "";
    position: absolute;
    right: -200px;
    top: 0;
    background-color: #FFE400;
    height: 100%;
    z-index: -1;
    width: 100%;
}

.milestones>img {
    display: inline-block;
    width: 160px;
    margin-right: -25px;
}

.milestones_inner {
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: middle;
    padding-right: 10px;
}

.milestones h4 {
    color: #1b67b1;
    font-size: 20px;
    margin-bottom: 10px;

}

.milestones h1 {
    color: #e9232a;
    font-size: 55px;
    margin-bottom: 20px;
}

.milestones-txt {
    font-size: 16px;
}

.milestones a {
    font-size: 14px;
    color: #1b67b1;

    display: block;
}

.milestones a img {
    margin-left: 10px;
    filter: brightness(0);
        transform: rotate(180deg);
}

.milestones a:hover {
    color: #E9232A;
}

/*.milestones a:hover img {*/
/*    animation-name: hvr-wobble-horizontal;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/

.news {
    padding: 25px;
    background-color: #C9D2DE;
    background-image: url(../webImages/icon6.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.news h4 {
    color: #1b67b1;
    font-size: 20px;
    margin-bottom: 20px;

}

.news a {
    font-size: 14px;
    color: #1b67b1;

    display: block;
    margin-top: 30px;
}

.news a img {
    margin-left: 10px;
    width: auto;
    filter: brightness(0);
        transform: rotate(180deg);
}

.news a:hover {
    color: #E9232A;
}

/*.news a:hover img {*/
/*    animation-name: hvr-wobble-horizontal;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/

#news {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#news li {
    width: 100%;
}

#news li .news_img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#news li .news_img img {
    width: 100%;
}

#news li .news_txt {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;

    padding-right: 10px;
}

#news li .news_txt a {
    color: #ea212b;

    font-size: 14px;
    margin-top: 10px;
}

#news li .news_txt a:hover {
    color: #1b67b1;
}

.awards {
    padding: 15px;
    background-color: #008ECB;
    background-image: url(../webImages/icon8.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.awards img {
    display: inline-block;
    width: 100% !important;
}

.awards h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;

}

.awards_txt {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 95px);
    padding-left: 10px;

}

.awards .awards_txt a {
    color: #ffe400;
    margin-top: 10px;
    display: block;
}

.awards .awards_txt a img {
    margin-left: 10px;
    width: auto;
        transform: rotate(180deg);
}

.awards .awards_txt a:hover {
    color: #fff;
}

/*.awards .awards_txt a:hover img {*/
/*    animation-name: hvr-wobble-horizontal;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/

.gallery .ui-accordion .ui-accordion-header {
    background-color: #EA212B;
    color: #fff;

    font-size: 20px;
    border: none;
    border-radius: 0;
    padding: 14px 20px;
    margin-bottom: 15px;
}

.gallery .ui-icon {
    float: left;
    margin-top: 3px;
}

.gallery .ui-accordion .ui-accordion-content {
    padding: 0;
    border-radius: 0;
    border: 1px solid #C5C5C5;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.gallery_slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.gallery_slider li {
    width: 100%;
}

.gallery_slider li img {
    width: 100%;
}

.gallery_left,
.gallery_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 142, 203, 0.6);
    z-index: 2;
    height: 35px;
    width: 35px;
    line-height:1;
    cursor: pointer;
    transition: .3s;
}

.gallery_left:hover,
.gallery_right:hover {
    background-color: rgba(0, 142, 203, 0.9);
}

.gallery_left {
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 8px;
}

.gallery_left img {
    transform: rotate(180deg);
}

.gallery_right {
    right: -2px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 8px 14px;
}

.secp {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.secp h4 {
    font-size: 20px;
    color: #1b67b1;
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;

}

.secp img {
    float: left;
    width: 150px;
}

/*section4 end*/
/*footer start*/
footer {
    width: 100%;
    position: relative;
    background-image: url(../webImages/bgfooter.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0 10px;
}

.foot_links {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.foot_links h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.foot_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot_links ul li {
    position: relative;
    margin-bottom: 5px;
}

.foot_links ul li a {
    color: #fff;
    font-size: 14px;

    position: relative;
    padding-right: 15px;
}

.foot_links ul li a:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
}

.foot_links ul li a:hover {
    color: #ffe400;
    padding-right: 20px;
}

.footer_bottom {
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.footer_bottom_left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.footer_bottom1_left .copyright a:hover {
    color: #F6731B;
    text-decoration: none;
}

.social {
    display: inline-block;
    vertical-align: middle;
}

.social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.social a i {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

.fa-facebook-f {
    background-color: #3C5B9B;
}

.fa-twitter {
    background-color: #40CDD7;
}

.fa-linkedin-in {
    background-color: #2797CF;
}

.fa-youtube {
    background-color: #FE3432;
}

.up_btn {
    display: block;
    text-align: left;
}

.up_btn span {
    color: #ffe400;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.up_inner {
    background-color: #EA212B;
    width: 50px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 13px;

    border-bottom: 5px solid #A6131A;
    cursor: pointer;
    box-shadow: 0px 2px 5px #333;
}

.up_inner img {

    margin: 10px 5px 5px;
}

.foot_logo {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.foot_logo a {
    display: block;
}

.foot_logo a img {
    width: 100%;
}

.footer_bottom_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.footer_bottom_left ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer_bottom_left ul li a {
    color: #fff;
    border-left: 1px solid #ea212b;
    padding: 0 5px;
}

.footer_bottom_left ul li a:hover {
    color: #ffe400;
}

.imedia {
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.imedia .design_develop {
    top: 2px;
    padding-right: 5px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
    transition: .7s;
    font-family: 'gil';
    letter-spacing: 0px;
}

.imedia a {
    color: #5d080d;
    height: auto !important;
    padding-bottom: 0px;
}

.m_text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
    margin-top: 1px;
}

.m_text a {
    line-height: 11px;
    display: block;
    color: #fff;
    font-size: 16px;
    transition: .7s;
    font-family: 'gil';
    letter-spacing: 0px;
}

.m_text .digital_media {
    font-size: 6.5px;
    margin-top: 2px;
    color: #80af41;
    font-family: 'gil';
    letter-spacing: 0px;
}

.imedia a:hover {
    color: #ffe400;
    text-decoration: none;
}

.digital_media span {
    color: #fff;
    transition: .7s;
    font-family: 'gil';
}

.m_text .digital_media:hover span {
    color: #ffe400;
}

.copyright {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
}

.copyright a {
    font-size: 15px;
    color: #fff;
}

.copyright a:hover {
    color: #EA212B;
}

/*footer end*/
/*inner start*/
.inner_content {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.inner_banner {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 450px;
}

.inner-ribbon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
}

.inner-ribbon h1 {
    display: inline-block;
    vertical-align: middle;
    color: #ffe400;
    font-size: 36px;
}

.inner-ribbon ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.inner-ribbon ul li {
    display: inline-block;
    vertical-align: middle;
}

.inner-ribbon ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    position: relative;
    padding-left: 10px;
    margin-left: 3px;
}

.inner-ribbon ul li a:after {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.inner-ribbon ul li:last-child a:after {
    display: none;
}

.inner-ribbon ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

.inner-ribbon ul li a:hover {
    color: #ffe400;
}

.inner-ribbon ul li a.ribbon_active {
    color: #ffe400;
}

.inner_menu {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 60px;
}

.inner_menu:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c0c0c0;
}

.inner_menu h3 {
    font-size: 22px;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner_menu h3 span {

    color: #ea212b;
}

.inner_menu h3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #1b67b1;
}

.inner_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_menu ul li {
    margin-bottom: 20px;
}

.inner_menu ul li a {
    display: flex;
    position: relative;
    align-items: center;
}

.inner_menu ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background-color: #1b67b1;
    border-radius: 50px;
    transition: all .5s ease;
    opacity: 0;
}

.inner_menu ul li a:hover:before {
    width: 100%;
    opacity: 1;
}

.inner_menu ul li a:hover .inner_menu_txt span {
    color: #fff;
}

.inner_menu ul li a:hover .inner_menu_txt img {
    filter: none;
}

.inner_menu ul .inner_menu_active a:before {
    width: 100%;
    opacity: 1;
}

.inner_menu ul .inner_menu_active a .inner_menu_txt span {
    color: #fff;
}

.inner_menu ul .inner_menu_active a .inner_menu_txt img {
    filter: none;
}

.inner_menu ul li a .inner_menu_img {
    width: 80px;
    position: relative;
}

.inner_menu ul li a .inner_menu_img img {
    width: 100%;
}

.inner_menu_txt {
    margin-right: 20px;
    position: relative;
}

.inner_menu_txt span {
    color: #000;
    font-size: 16px;
}

.inner_menu_txt img {
    display: block;
    filter: brightness(0);
    margin-top: 10px;
    transform: rotate(180deg);
}

.inner_data {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}

.inner_data h1 {
    font-size: 36px;

    margin-bottom: 10px;
    color: #000;
}

.inner_data h3 {
    font-size: 24px;
    color: #ea212b;
    margin: 5px 0;
    display: block;
}

.inner_data .p {
    color: #000;
    font-size: 16px;
}

.contact_address {
    width: 100%;
    background-size: cover;
    background-color: #1b67b1;
    background-position: center;
    padding: 25px;
    color: #fff;
    margin-top: 20px;
}

.contact_address h4 {
    font-size: 18px;

}

.contact_address h4 a {
    color: #ffe400;
    font-family: inherit;
}

.contact_address h4 a:hover {
    color: #fff;
}

.contact_desc {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    position: relative;
}

.contact_desc:nth-of-type(2n) {
    padding-right: 40px;
}

.contact_desc:nth-of-type(2n):before {
    content: "";
    position: absolute;
    right: 0;
    top: 40px;
    height: 120px;
    width: 1px;
    background-color: #4998E3;
}

.contact_desc h2 {
    color: #ffe400;

    margin-bottom: 20px;
    font-size: 36px;
}

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

.contact_desc a {
    color: #fff;
}

.contact_desc a:hover {
    color: #ffe400;
}

.enquiry_form {
    width: 100%;
    max-width: 550px;
}

.enquiry_form h4 {
    font-size: 18px;
    color: #000;


    margin: 20px 0;
}

.enquiry_form input {
    width: 100%;
    outline: none;
    border: 1px solid #c7c7c7;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px inset #ccc;
}

.enquiry_form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #c7c7c7;
    height: 160px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px inset #ccc;
}

.enquiry_form input:focus,
.enquiry_form textarea:focus {
    border-color: #ea212b;
}

.enquiry_form button {
    width: 100%;
    padding: 10px;
    height: 40px;
    outline: none;
    border: 1px solid #ea212b;
    color: #fff;
    background-color: #ea212b;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;

}

.enquiry_form button:hover {
    background-color: #1b67b1;
    border-color: #1b67b1;
}
.imedia  {
    direction : ltr;
}
.imedia * {
    direction : ltr;
}

/*inner end*/
/* --------------------------Content Styling close -------------------------------------*/


/* --------------------------owl_content Styling  -------------------------------------*/


/* --------------------------owl_content Styling close -------------------------------------*/


/* --------------------------Footer Styling --------------------------------------------*/


/* --------------------------Footer Styling close---------------------------------------*/


/* --------------------------pop Styling close-------------------------------------*/


/* --------------------------selection Styling-------------------------------------*/

::selection {
    background: #ea212b;
    color: #ffffff;
}


/* --------------------------selection Styling close-------------------------------------*/


/* --------------------------Owl Styling -------------------------------------*/


/* --------------------------owl Styling close-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------tabs Styling close-------------------------------------*/


/* --------------------------tabs2 Styling-------------------------------------*/


/* --------------------------tabs2 Styling close-------------------------------------*/


/* --------------------------dropdown Styling -------------------------------------*/


/* --------------------------dropdown Styling close-------------------------------------*/