@charset "utf-8";

/* CSS Document */


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

@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");
}

.margin-left-root-heading { }

.margin-left-root {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%;
        padding: 6px;
}

.margin-left-root-heading {
    position: relative;
    width: 100%;
    color: #000;
    /*font-family: 'ProximaNovaA-Bold';*/
    font-family: 'ProximaNovaA-Regular';
    /* margin: 25px 0px; */
    margin-top: 4%;
    margin-bottom: 1%;
}

.margin-left-root img {
    width: 100%;
    display: block;
}
.margin-left-root:nth-child(odd) {
    margin-right: 0%;
}
.fab {
    font-family: 'Font Awesome 5 Brands';
}
.margin-right
{
   float: right;
    margin-right: -59px;
    margin-top: -40px;
}
.title_2
{
     margin-right: -59px;
    margin-top: -40px;
    padding: 3px 221px 49px;
    
}
.title2
{
padding: 0px 217px  73px;
}
@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: 'ProximaNovaA-Bold';
    src: url('webFonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('webFonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

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

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

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

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

@font-face {
    font-family: 'ProximaNovaA-Regular';
    src: url('webFonts/ProximaNovaA-Regular.woff2') format('woff2'),
        url('webFonts/ProximaNovaA-Regular.woff') format('woff');
    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;
}

* {
    text-decoration: none;
    outline: none;
    font-family: 'ProximaNovaA-Regular';
}

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

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;
}

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

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

table {
    width: 100%;
}

.all_brand {
    position: relative;
    width: 100%;
    margin: 50px 0px;
}

.col5_box_brand {
    position: relative;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

.all_brand .col5_box_brand img {
    width: auto;
    max-height: 49px;
    max-width: 150px;
    margin: 0 auto;
}

.Client_heading {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 72px;
    font-family: 'ProximaNovaA-Extrabld';
    text-align: center;
    margin-top: 50px;
}

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


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


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


/* --------------------------Main Styling-------------------------------------*/
.translation-links {
    padding: 0px 0px;
    list-style: none;
    margin: 0px 0px;
}

.translation-links li {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.translation-links li a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.translation-links img {
    width: 25px !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    height: 25px;
}

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

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

.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;
}

.lang_side {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-right: 10px;
}

.lang_side select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    color: #272727;
    font-size: 13px;
    font-family: 'HelveticaNeueLTStd-Lt';
    padding-left: 5px;
    transition: .7s;
    text-shadow: 0px 0px #272727;
}

.lang_side:hover select {
    border: 1px solid #5c699d;
}
.lang_side {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 0px;
    width: 60px;
    position: absolute;
    right: 5px;
    top: 12px;
}

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: #5fc5ba;
    padding-left: 10px;
    height: 45px;
}

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

.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: #ff6600;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #2d2d2d;
}


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


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

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

.banner_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../webImages/19.png) no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.1;
}

.banner_side video {
    width: 100%;
}

.inner_banner:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../webImages/19.png) no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.6;
}

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

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

#banner li img {
    width: 100% !important;
    /*animation: backgroundSlideshow 30s linear infinite alternate;*/
}

@-webkit-keyframes backgroundSlideshow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

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

#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 #ffffff;
    height: 12px;
    padding: 5px 5px;
}

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

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

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-family: Helvetica, Arial, sans-serif;
    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%;
}

.header_top {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background: #5fc5ba;
    z-index: 3;
}

.col1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

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

.col1 ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.col1 ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.col1 ul li span img {
    width: 100%;
}

.col1 ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
}

.col1 ul li:hover a {
    color: #000;
}

.col1_select {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}

.col1_select_box {
    position: relative;
    width: 100%;
    background: #2ba295;
    border: 1px solid #ffffff;
    overflow: hidden;
    padding: 5px 10px;
    cursor: pointer;
}

.col1_select_box_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 28px;
    margin-right: 5px;
}

.col1_select_box_img img {
    width: 100%;
}

.col1_select_box_txt  {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    idth: 65%;
    max-height: 20px;
    overflow: hidden;
}

.col1_select_box_txt  a{
 color: #ffffff;
}
.col1_select_box:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 9px;
    background: url(../webImages/4.png);
}

.col1_logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.col1_logo_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 35px;
    width: 100%;
    margin-right: 5px;
}

.col1_logo_img img {
    width: 100%;
}

.col1_logo_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    transition: .5s;
}

.col1_logo:hover .col1_logo_txt {
    color: #ffffff;
}

.header_mid {
    /*position: absolute;*/
    /*left: 0%;*/
    /*top: 52px;*/
    /*width: 100%;*/
    /*padding: 5px 0px;*/
    /*background: rgba(255, 255, 255, 0.9);*/
    /*z-index: 9;*/
    position: absolute;
    left: 0%;
    top: 48px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
}

.logo_side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100px;
    top: 7px;
    transition: .3s;
}

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

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
}

.menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 92.5%;
    text-align: right;
}
.menu2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 92.5%;
    text-align: left;
}
.col8_box_youtube {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 35%;
    width: 100%;
    max-width: 88px;
    height: 62px;
    background: url(../webImages/26.png);
    transform: scale(0.5);
    margin: 0 auto;
}
.menu ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}

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

.menu ul li:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 0px;
    background: #ffffff;
    transition: .3s;
}

.menu ul .active:after {
    height: 3px;
}

.menu ul li:hover:after {
    height: 3px;
}

.menu ul li a {
    display: block;
    color: #040404;
    font-size: 16px;
    font-family: 'ProximaNovaA-Semibold';
    padding: 10px 10px;
}

.menu ul li a:hover {
    color: #ff6600;
}

.menu ul li.active a {
    color: #ff6600;
}




.menu ul ul li a {
    padding: 12.5px 20px;
    color: #ffffff !important;
    font-size: 13px;
    transition: .5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.menu ul ul li:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: #ff6600;
    transition: .5s;
    transform: none;
}

.menu ul ul li:after {
    display: none;
}

.menu ul ul li:hover:before {
    width: 100%;
}

.menu ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    transition: .5s;
    border-bottom: 1px solid #4f9e96;
    box-shadow: 0px 1px 0px #5dd4c7;
}

.menu ul ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.menu ul ul ul {
    left: 100%;
    top: 0;
}

.menu ul li:nth-child(7) ul {
    left: inherit;
    right: 0%;
}

.menu ul li:nth-child(7) ul ul {
    left: inherit;
    right: 100%;
}

.menu ul li:nth-child(8) ul {
    left: inherit;
    right: 0%;
}

.menu ul li:nth-child(8) ul ul {
    left: inherit;
    right: 100%;
}

.menu ul li:nth-child(6) ul {
    left: inherit;
    right: 0%;
}

.menu ul li:nth-child(6) ul ul {
    left: inherit;
    right: 100%;
}

.menu ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    z-index: 1;
    background: rgba(95, 197, 186, 0.91);
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    text-align: left;
    margin: 0px 0px;
}

.menu ul li:hover>ul {
    transform: scaleY(1);
}




.menu_btn {
    max-width: 235px;
    width: 100%;
    background: #ff6600;
    transition: .5s;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu_btn:hover {
    background: #5fc5ba;
}

.menu_btn a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'ProximaNovaA-Bold';
    padding: 6.5px 0px;
}

.banner_txt {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    z-index: 1;
    padding: 20px 0px;
    background: #f60;
    overflow: hidden;
}

.banner_txt h3 {
    position: relative;
    width: auto;
    color: #ffffff;
    font-size: 34px;
    font-family: 'ProximaNovaA-Extrabld';
    /* -webkit-text-stroke-width: 2px; */
    /* -webkit-text-stroke-color: #5fc5ba; */
    /* max-height: 27px; */
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.banner_txt_main {
    position: relative;
    width: 82%;
    color: #ffffff;
    font-size: 26px;
    /* font-family: 'ProximaNovaA-Light'; */
    max-height: 37px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0px;
    margin-left: 2%;
}

.banner_txt_btn {
    position: relative;
    width: 100%;
    max-width: 200px;
    /* height: 45px; */
    /* line-height: 45px; */
    overflow: hidden;
    text-align: center;
    border: 1px solid #5fc5ba;
    margin: 0 auto;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
    background: #5fc5ba;
    float: right;
}

.banner_txt_btn a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    /* font-family: 'ProximaNovaA-Semibold'; */
    padding: 8px 0px;
}

.banner_txt_btn:hover {
    background: #000;
    border: 1px solid #010101;
}

.banner_txt_btn:hover a {
    color: #fff;
}

.col1_select_main {
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
    margin-top: 5px;
    background: #5fc5ba;
    left: 0;
    top: 100%;
    transform: scaleY(0);
    transition: .2s;
}

.col1_select_main_ {
    transform: scaleY(1);
}

.col1_select_main__ {
    position: relative;
    /*max-width: 180px;*/
    /*width: 100%;*/
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

video#bgvid {
    min-height: 100%;
    width: auto;
    height: auto;
    min-width: 100%;
    background: url(https://demo.imedia.pk/qsd/uploads/images/1.jpg) no-repeat;
    background-size: cover;
}

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

.col1_select_main ul li {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #48b9ad;
    cursor: pointer;
    transition: .3s;
}

.col1_select_main ul li:hover {
    background: #439c93;
}

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


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


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

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

.col2 {
    position: relative;
    width: 100%;
    padding: 70px 0px;
    background: url(../webImages/1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
}

.col2 h6 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 24px;
    max-height: 26px;
    overflow: hidden;
}

.col2 h3 {
    position: relative;
    width: 100%;
    color: #ff6600;
    font-size: 60px;
    font-family: 'ProximaNovaA-Semibold';
    max-height: 66px;
    overflow: hidden;
}

.col2 h4 {
    position: relative;
    width: 100%;
    color: #5fc5ba;
    font-size: 30px;
    max-height: 33px;
    overflow: hidden;
    margin: 20px 0px;
}

.col2_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-family: 'ProximaNovaA-Light';
}

.col2_txt h5 {
    position: relative;
    width: 100%;
    font-family: 'ProximaNovaA-Regular';
    color: #000000;
    font-size: 20px;
}

.col2_txt h5 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'ProximaNovaA-Regular';
    color: #5fc5ba;
    font-size: 20px;
}

.col2_txt h5 a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'ProximaNovaA-Regular';
    color: #5fc5ba;
    font-size: 20px;
}

.col2_txt h5 a:hover {
    color: #ff6600;
}

.col3 {
    position: relative;
    width: 100%;
    padding: 70px 0px;
    padding-bottom: 45px;
    background: url(../webImages/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.col3 h6 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 36px;
    font-family: 'ProximaNovaA-Semibold';
}

.col3 h1 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    font-family: 'ProximaNovaA-Extrabld';
}

.col3_main {
    position: relative;
    width: 100%;
    margin: 35px 0px;
}

.all1 {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.col3_box {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

/*.col3_box a {
    display: block;
}
*/
.col3_box_img {
    position: relative;
    width: 89%;
    transition: .5s;
}

.col3_box_img img {
    width: 100%;
}

.col3_box a h3 {
    position: absolute;
    right: -7%;
    bottom: 20%;
    width: 100%;
    color: #ff6600;
    font-family: 'ProximaNovaA-Extrabld';
    /* -webkit-text-stroke-width: 0.8px; */
    /* -webkit-text-stroke-color: #ffffff; */
    font-size: 30px;
    max-height: 33px;
    overflow: hidden;
    text-shadow: 0px 0px 10px #fff;
    transition: .5s;
}

.all1_btn {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 47%;
}

.all1_left {
    position: relative;
    float: left;
    width: 100%;
    max-width: 14px;
    height: 31px;
    background: url(../webImages/6.png);
    transition: .5s;
    cursor: pointer;
}

.all1_right {
    position: relative;
    float: right;
    width: 100%;
    max-width: 14px;
    height: 31px;
    background: url(../webImages/7.png);
    transition: .5s;
    cursor: pointer;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.col3_btn {
    position: relative;
    width: 100%;
    max-width: 240px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    transition: .3s;
    background: #ff6600;
    margin: 0 auto;
}

.col3_btn:hover {
    background: #040404;
}

.col3_btn a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-family: 'ProximaNovaA-Semibold';
}

.col3_box:hover .col3_box_img {
    filter: grayscale(1);
}

.col3_box:hover h3 {
    color: #000000;
}

.col4 {
    position: relative;
    width: 100%;
    padding: 80px 0px;
    background: url(../webImages/3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.col4 h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    font-family: 'ProximaNovaA-Extrabld';
    text-align: center;
    margin-bottom: 60px;
}

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

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

.col4_box_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15.9%;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 5px 5px 0px #ff6600;
    margin-right: 3%;
    overflow: hidden;
    transition: .3s;
}

.col4_box_img img {
    width: 100%;
    transition: .3s;
}

.col4_box_txt {
    position: relative;
    width: 45%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'ProximaNovaA-Light';
    display: inline-block;
    vertical-align: middle;
    max-height: 100px;
    overflow: hidden;
}

.col4_box:hover .col4_box_img img {
    transform: scale(1.2);
}

.col4_box:hover .col4_box_img {
    box-shadow: 5px 5px 0px #5fc5ba;
}

.col4_box:nth-child(2) {
    width: 65%;
    margin: 0 auto;
}

.col4_box:nth-child(2) .col4_box_img {
    width: 24.5%;
}

.col4_box:nth-child(2) .col4_box_txt {
    width: 65%;
}

.col4_box:nth-child(3) {
    width: 65%;
    margin: 0 auto;
    float: right;
}

.col4_box:nth-child(3) .col4_box_img {
    width: 24.5%;
}

.col4_box:nth-child(3) .col4_box_txt {
    width: 65%;
}

.col5 {
    position: relative;
    width: 100%;
    padding: 90px 0px;
    background: url(../webImages/14.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.col5 h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 72px;
    font-family: 'ProximaNovaA-Extrabld';
    text-align: center;
    margin-bottom: 60px;
}

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

.col5_box {
    position: relative;
    width: 90%;
    padding: 0px 0px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.col5_box a {
    display: block;
    padding: 25px 25px;
}

.col5_box a h6 {
    position: relative;
    width: 100%;
    color: #5fc5ba;
    font-size: 14px;
    font-family: 'ProximaNovaA-Light';
    font-style: italic;
}

.col5_box_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-family: 'ProximaNovaA-Light';
    margin: 15px 0px;
    max-height: 198px;
    overflow: hidden;
}

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

.col5_box_name_img {
    position: relative;
    width: 100%;
    max-width: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    border-radius: 50%;
}

.col5_box_name_img img {
    width: 100%;
}

.col5_box_name_txt {
    position: relative;
    width: 65%;
    color: #ff6600;
    font-size: 20px;
    font-family: 'ProximaNovaA-Semibold';
    display: inline-block;
    vertical-align: middle;
}

.all2 {
    position: relative;
    width: 92%;
    margin: 0 auto;
}

.all2_btn {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 40%;
}

.all2_left {
    position: relative;
    float: left;
    width: 100%;
    max-width: 14px;
    height: 31px;
    background: url(../webImages/16.png);
    transition: .5s;
    cursor: pointer;
}

.all2_right {
    position: relative;
    float: right;
    width: 100%;
    max-width: 14px;
    height: 31px;
    background: url(../webImages/17.png);
    transition: .5s;
    cursor: pointer;
}

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

.col6 iframe {
    width: 100%;
    height: 350px;
    border: none;
}

.col7 {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background: url(../webImages/4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    top: 0px;
}

.col7 h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-family: 'ProximaNovaA-Extrabld';
    font-size: 72px;
    text-align: center;
    margin-bottom: 30px;
}

.col7_main {
    position: relative;
    width: 64.3%;
    padding: 5px 25px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
}

.col7_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 8%;
}

.col7_left h4 {
    position: relative;
    width: 100%;
    color: #ff6600;
    font-size: 18px;
    font-family: 'ProximaNovaA-Bold';
    margin: 20px 0px;
}

.col7_left ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
}

.col7_left ul li {
    display: block;
    color: #000000;
    font-size: 18px;
    position: relative;
    width: 100%;
}

.col7_left ul li h6 {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    color: #000000;
    font-size: 18px;
    font-family: 'ProximaNovaA-Regular';
    width: 50%;
}

.col7_left ul li span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ff6600;
    font-size: 18px;
}

.col7_left ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 18px;
    font-family: 'ProximaNovaA-Regular';
}

.col7_left ul li a:hover {
    color: #ff6600;
}

.contact_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 51.5%;
}

.contact_right h5 {
    position: relative;
    width: 100%;
}

.contact_right h5 {
    position: relative;
    width: 100%;
    color: #ff6600;
    font-size: 18px;
    font-family: 'ProximaNovaA-Bold';
    margin: 20px 0px;
}

.form_1_ {
    position: relative;
    width: 100%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
}

.form_2_side_ {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.form_2_side_ input {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 40px;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
}

.form_2_side_ select {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 40px;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
}

.form_2_side_ input::placeholder {
    color: #000;
    font-size: 16px;
}

.form_2_side_ textarea::placeholder {
    color: #000;
    font-size: 16px;
}

.form_2_side_ textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 30px;
    padding-left: 10px;
    height: 70px;
    resize: none;
    padding-top: 10px;
    color: #000;
    font-size: 16px;
}

.contact_right .form_1:before {
    display: none;
}

.form_1 .submit_side {
    height: 45px !important;
    line-height: 45px !important;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: 'ProximaNovaA-Bold';
    transition: .7s;
    border: none !important;
    cursor: pointer;
    background: #ff6600;
}

.form_1 .submit_side:hover {
    background: #000000;
    color: #ffffff;
}

.inner_content {
    position: relative;
    width: 100%;
    margin: 55px 0px;
}

.main_container_inner .header_mid {
    position: relative;
    top: 0px;
}

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

.inner_banner img {
    width: 100%;
}

.inner_banner_txt {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 30%;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.inner_banner_txt h4 {
    position: relative;
    width: 100%;
    color: #ff6600;
    font-size: 60px;
    font-family: 'ProximaNovaA-Extrabld';
    max-height: 66px;
    overflow: hidden;
}

.inner_banner_txt_main {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-family: 'ProximaNovaA-Light';
    margin-top: 15px;
    max-height: 34px;
    overflow: hidden;
}

.header_bottom {
    position: relative;
    width: 100%;
    background: #5fc5ba;
    font-size: 36px;
    color: #ffffff;
    font-family: 'ProximaNovaA-Light';
    padding: 23px 0px;
}

.header_bottom h3 {
    position: relative;
    width: 100%;
    background: #5fc5ba;
    font-size: 36px;
    color: #ffffff;
    font-family: 'ProximaNovaA-Light';
}

.inner_content_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 69.7%;
    margin-right: 4%;
}

.text_inner {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 20px;
}

.text_inner h6 {
    position: relative;
    width: 100%;
    color: #5fc5ba;
    font-size: 24px;
    font-family: 'ProximaNovaA-Semibold';
}

.text_inner_img {
    position: relative;
    width: 100%;
    margin: 30px 0px;
    overflow: hidden;
}

.text_inner_img img {
    width: 48.2%;
    margin-right: 3%;
}

.text_inner_img img:nth-child(even) {
    margin-right: 0%;
}

.inner_content_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26%;
}

.inner_content_right h3 {
    position: relative;
    width: 100%;
    color: #ff6600;
    font-size: 30px;
    font-family: 'ProximaNovaA-Light';
    margin-bottom: 20px;
}

.inner_content_right ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    margin-bottom: 20px;
}

.inner_content_right ul li {
    position: relative;
    width: 100%;
    display: block;
}

.inner_content_right ul li a {
    display: block;
    color: #040404;
    font-size: 18px;
    padding: 10px 20px;
}

.inner_content_right ul li a:hover {
    background: #ff6600;
    color: #ffffff;
}

.inner_content_right ul li a.active {
    background: #ff6600;
    color: #ffffff;
}

.inner_content_right h4 {
    position: relative;
    width: 100%;
    background: #5fc5ba;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-family: 'ProximaNovaA-Semibold';
    padding: 9.5px 0px;
}

.text_inner ul {
   /* list-style: none;*/
   list-style:  url("../webImages/18.png");
    padding: 0px  40px;
    margin: 0px 0px;
    width: 100%;
}

.text_inner ul li {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 20px;
    margin-top: 15px;
    
}

.text_inner ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
   /* background: url(../webImages/18.png);*/
    margin-right: 10px;
}

.text_inner ul li .text_inner_area {
    width: 92%;
    color: #000000;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}

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

.contact_information h6 {
    position: relative;
    width: 100%;
    color: #5fc5ba;
    font-size: 24px;
    font-family: 'ProximaNovaA-Semibold';
    margin-bottom: 30px;
}

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

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

.contact_information_details ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 3%;
}

.contact_information_details_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-left: 4%;
}

.contact_information_details_txt h5 {
    position: relative;
    width: 100%;
    display: block;
    color: #ff6600;
    font-size: 20px;
    font-family: 'ProximaNovaA-Semibold';
    margin-bottom: 10px;
}

.contact_information_details_txt_main {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-family: 'ProximaNovaA-Light';
}

.contact_information_details_txt_main a {
    display: block;
    color: #000000;
    font-size: 20px;
    font-family: 'ProximaNovaA-Light';
}

.contact_information_details_txt_main a:hover {
    color: #ff6600;
}

.contact_information_details ul li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 50px;
}

.contact_information_details ul li span img {
    width: 100%;
}

.contact_information .col6 {
    margin: 50px 0px;
}

.contact_right .form_1_ .form_2_side_ input {
    height: 50px;
}
.contact_right .form_1_ .form_2_side_ select {
    height: 50px;
}

.contact_right .form_1_ .form_2_side_ textarea {
    height: 150px;
}

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


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


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



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

.footer_side {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background: url(../webImages/banners/1.jpg);
    background-size: cover;
    padding-bottom: 0px;
    background-attachment: fixed;
}

.footer_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.footer_side h3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
    margin-right: 3%;
    width: 20%;
    font-family: 'ProximaNovaA-Bold';
    text-transform: uppercase;
}

.footer_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    color: #ffffff;
    font-size: 14px;
}

.footer_links {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer_right_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 8%;
}

.footer_right_link:last-child {
    margin-right: 0%;
}

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

.footer_right_link ul li {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.footer_right_link ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
}

.footer_right_link ul li a:hover {
    color: #ff6600;
}

.col9 {
    position: relative;
    width: 100%;
    border-top: 1px solid #444749;
    border-bottom: 1px solid #444749;
    padding: 29px 15px;
}

.soc_ico {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.soc_ico a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 6%;
}

.soc {
    width: 33px;
    height: 31px;
    transition: .7s;
    filter: grayscale(1);
}

.soc:hover {
    filter: grayscale(0);
}

.fb {
    background: url(../webImages/24.png) 0px 0px no-repeat;
}

.tw {
    background: url(../webImages/24.png) -100px 0px no-repeat;
}

.in {
    background: url(../webImages/24.png) -200px 0px no-repeat;
}

.you {
    background: url(../webImages/24.png) -300px 0px no-repeat;
}

.soc_ico a:hover {
    transform: rotate(720deg);
}

.footer_right .col3_btn {
    float: right;
    text-align: center;
}

.footer_link_inline {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

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

.footer_link_inline ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.footer_link_inline ul li:last-child {
    margin-right: 0%;
}

.footer_link_inline ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
}

.col9:last-child .footer_right {
    vertical-align: top;
}

.col9:last-child {
    border-top: none;
}

.col_footer_main2 {
    position: relative;
    width: 100%;
    padding: 22px 0px;
}

.col_footer_main2_line {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px
}

.col_footer_main2_line a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
    margin: 0px 0px;
}

.col_footer_main2_line a:hover {
    color: #ff6600;
}

.col_footer_main2_line ul {
    list-style: none;
    padding: 0px 8px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: top;
}

.col_footer_main2_line ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 3px;
    border-left: 1px solid #252525;
}

.imedia {
    display: inline-block;
    vertical-align: middle;
    float: right;
    /* margin-right: 190px; */
    position: relative;
    right: 0px;
}

.imedia a:hover {
    color: #ff6600;
}

.footer_link_inline ul li a:hover {
    color: #ff6600;
}

.imedia .design_develop {
    top: 2px;
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #ffffff;
}

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

.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #ffffff;
    padding-left: 4px;
    margin-top: 1px;
}

.m_text a {
    height: 14px;
    line-height: 11px;
    display: block;
    color: #ffffff;
    font-family: 'gil';
    font-size: 15.75px;
    margin-bottom: 0px;
}

.m_text .digital_media {
    font-size: 6.8px;
    color: #ffffff;
}

.digital_media span {
    color: #80af41;
    transition: .7s;
}

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

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


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


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

::selection {
    background: #ff6600;
    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-------------------------------------*/