
@font-face {
    font-family: 'CircularStdBold';
    src: url('../fonts/CircularStdBold.eot');
    src: url('../fonts/CircularStdBold.eot') format('embedded-opentype'),
         url('../fonts/CircularStdBold.woff2') format('woff2'),
         url('../fonts/CircularStdBold.woff') format('woff'),
         url('../fonts/CircularStdBold.ttf') format('truetype'),
         url('../fonts/CircularStdBold.svg#CircularStdBold') format('svg');
}
@font-face {
    font-family: 'CircularStdMedium';
    src: url('../fonts/CircularStdMedium.eot');
    src: url('../fonts/CircularStdMedium.eot') format('embedded-opentype'),
         url('../fonts/CircularStdMedium.woff2') format('woff2'),
         url('../fonts/CircularStdMedium.woff') format('woff'),
         url('../fonts/CircularStdMedium.ttf') format('truetype'),
         url('../fonts/CircularStdMedium.svg#CircularStdMedium') format('svg');
}
@font-face {
    font-family: 'CircularStdBook';
    src: url('../fonts/CircularStdBook.eot');
    src: url('../fonts/CircularStdBook.eot') format('embedded-opentype'),
         url('../fonts/CircularStdBook.woff2') format('woff2'),
         url('../fonts/CircularStdBook.woff') format('woff'),
         url('../fonts/CircularStdBook.ttf') format('truetype'),
         url('../fonts/CircularStdBook.svg#CircularStdBook') format('svg');
}






body{

        font-family: 'CircularStdBook';

    font-size: 16px;

    line-height: 26px;

    color: #0D0D0D;
    background: #fff;


}
img{

    width: 100%;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 37px 0;
    z-index: 999;
    background: transparent;
}
header.aniPos{
filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
 background: #fff;
 padding: 20px 0;

}
.logoCvr img {
    width: 32%;
}
.hdrRight ul {
    display: flex;
    align-items: center;
    justify-content: right;
        list-style: none;
        margin: 0;
}
.hdrRight ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 40px;
    padding-left: 60px;
    background-size: 25px;
    display: block;
}
.hdrRight ul li a:hover,.cnCvr a:hover{

    color: #0094CB;
}

.hdrRight ul li:first-child {
    padding-right: 68px;
}
.aniPos .hmail {
    background: url(../images/email2.png) no-repeat left center;
}
.hmail {
    background: url(../images/email.png) no-repeat left center;
}
.hphone {
    background: url(../images/call.png) no-repeat left center;
        
}
.aniPos .hphone {
    background: url(../images/call2.png) no-repeat left center;
        
}
.dflx{
    display: flex;
    align-items: center;
    justify-content: right;
}
.dflx2{
    display: flex;
    align-items: center;
    justify-content: left;
}

h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 16px;
    text-align: left ;
    color: #fff;
    font-family: 'CircularStdBold'  ;
}
.form-control {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 23px;
    padding-left: 18px;
    color: #B0B0B0;
}
.cnForm ::placeholder,.cnFormInnr ::placeholder{

    color: #B0B0B0;

}

.form-submit {
    background: #0094CB;
    border: 1px solid #0094CB;
    color: #fff;
    margin: 0px 0 0;
    transition: background 0.5s ease;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 8px 22px;
    border-radius: 20px;

}
.btn.btn-primary:hover,.form-submit:hover{

    background: #fff;
    color: #0094CB;

}

.btn {
   transition: all ease 0.5s;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 22px;
    border-radius: 20px;
}
.btn.btn-primary {
    background: #0094CB;
    border-color:  #0094CB;
    color: #fff;
}
.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    font-size: 15px;
    top: 13px;
    left: 10px;
    background: #fff;
}
.wpcf7-response-output {
    display: none !important;
}

h2, h3, h4 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #060606;
    font-family: 'CircularStdMedium';
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
    font-family: 'CircularStdBook';
    margin-bottom: 25px;
}

html {
  scroll-padding-top: 130px;
}
@media (min-width: 1400px){
.container{
    max-width: 1250px;
}
}

@media (min-width: 1800px){


.container {
    max-width: 1565px;
}

}

label {
    display: block;
}
.hmail label,.hphone label{
    font-size: 16px;
    color: #0D0D0D;
}
section.banner {
    margin-top: 0;
    padding-top:0;
    background: url(../images/banner.jpg) no-repeat left center;
    background-size: cover;
    /*height: 823px;*/
    overflow: hidden;
    
}

img:hover{
 
  transform: scale(1);
}
img{

    transition: all 0.5s;

}
.banPara {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 27px;
}
.cnForm label.lab {
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
}
.cnForm p {
    color: #E1E1E1;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 14px;
}
.cnForm p br{

    display: none;
}
.cnForm {
    margin: 110px 0px 30px;
    border-radius: 12px;
    background: rgba(0,0,0,40%);
    padding: 30px 35px 0;
    position: relative;
        max-width: 440px;
}
.cnForm select.form-control {
    background: url(../images/dropdown2.svg) no-repeat right 20px center,#000;
    background-size: 24px;
    color: #B0B0B0 !important;
}
select.form-control {
    background: url(../images/dropdown.svg) no-repeat right 20px center,#fff;
    background-size: 24px;
    
}
textarea.form-control{

    overflow: hidden;
}
.form-checkbx .wpcf7-list-item-label {
    color: #B0B0B0;
    font-size: 16px;
    line-height: 28px;
}
section.licens {
    padding: 53px 0;
        background: #F1F1F1;
}
.licLogo {
    padding: 30px 0;
    position: relative;
}
.licLogo:after {
    content: "";
    background: #6A6A6A;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    width: 0.5px;
    height: 80px;
}
section.brdCast {
    padding: 140px 0;
}
.brodcastLeft {
    border-radius: 12px;
    padding: 46px 50px;
    background: #F7F7F7;
    min-height: 726px;
}
.brodImg {
    margin: 0px 0px;
    text-align: right;
}
.brodImg img {
    width: 88%;
}
.broadcastRight {
    border-radius: 12px;
     background: #F7F7F7; 
    padding: 55px 20px 38px;
    min-height: 726px;
}
.listItm {
    
    border-radius: 12px;
    background: #0094CB;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.serImg {
    overflow: hidden;
}
.listItm:hover {
    background: #0077A4;
}
.listItm img {
    width: 50px;
}
.label {
    color: #F7F7F7;
    font-size: 24px;
    line-height: 32px;
    font-family: 'CircularStdMedium';
}
.brdList {
    max-width: 360px;
    margin: 30px auto 0;
}
.listItmImg {
    padding: 30px;
    background: #0077A4;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.abtCont {
    
    padding: 64px 15px 64px 0;
}
.aboutRow {
    border-radius: 12px;
    background: #F7F7F7;
}
.abtImg{overflow: hidden;height: 100%;
    position: relative;}
.abtImg img {
    width: 92%;
    height: 100%;
}

section.drones {
    text-align: center;
    padding: 150px 0;
}
.titSec {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
}

.dronHead {
    color: #060606;
    font-size: 20px;
    line-height: 32px;
}
.prdCvr {
        margin-bottom: 30px;
    padding: 33px 17px;
    border-radius: 16px;
    background: #F1F1F1;
}
.prdImg {
    padding-bottom: 57px;
}
.prdImg img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}
.titSec h3{

    margin-bottom: 15px;
}
.servRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1276px;
    margin: 30px auto 0;
}

.serColm {
  width: 19%;
}
.serImg img {
    width: 100%;
    border-radius: 16px;
    height: 166px;
    object-fit: cover;
}
.serHead {
    color: #060606;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 15px 20px;
}
.serCvr {
    margin-bottom: 20px;
}
section.clients {
    padding: 114px 0;
}
.brnImg {
    background: #F1F1F1;
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}
section.about.sec02 .abtCont {
    padding: 64px 0px 64px 54px;
}
section.about.sec02 .abtImg {
    text-align: right;
    overflow: hidden;
}
section.contact {
    padding: 153px 0 0;
}
.contCvr {
    border-radius: 16px;
    background: #F1F1F1;
}
.contImg{overflow: hidden;position: relative;height: 100%;}
.contImg img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;

height: 100%;
}
.contCont {
    padding: 52px 32px 0;
}
.cnCvr {
    margin: 10px 0;
}
.cnCvr img {
    width: 40px;
    margin-bottom: 10px;
}
.cnLabel {
    color: #060606;
    font-size: 24px;
    line-height: 40px;
}
.cnCvr a {
    display: block;
    color: #060606;
    font-size: 24px;
    line-height: 40px;
    text-decoration: none;
}
.cnForm .col-md-6 {
    width: 100%;
}
.cnFormInnr {
    margin: 25px 0;
    padding: 35px 40px;
    background: #fff;
    border-radius: 12px;
}
.formHead {
    color: #5F5F5F;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
}
.cnFormInnr .form-control {
    border: 1px solid rgba(0,0,0,25%);
}
.cnFormInnr .form-submit {
    
    margin: 0;
    max-width: 200px;
        float: right;
}
footer {
    padding: 45px 0;
    text-align: center;
    background: none;
}
.Copyright, .Copyright a {
    color: #222222;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
}
.lisRight .col-md-4:last-child .licLogo:after{

    display: none;
}
section.banner.innerBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height:100vh;
}
section.banner,.bannerLeft{

    position: relative;

}

.vimeo-wrapper {
  object-fit: cover;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.vimeo-wrapper iframe{
    width: 118vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vimeo-wrapper video{
    width: 118vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cnForm .form-control {
   background: #000;
    border-color: #615f5f;
    margin-bottom: 10px;
    height: 50px;
        font-size: 16px;
        color:#fff;
}
.logoCvr img {
    filter: brightness(0) invert(1);
}

header.aniPos .logoCvr img {
    filter: none;
        width: 20%;
}
header.aniPos .hdrRight ul li a {
    color: #000;
}
header.aniPos .hdrRight ul li a{
    
    font-size:20px;
}



/*end spacedrone*/







/*whatsapp animation*/



.aniimg a {

    position: relative;

}

.quick-alo-ph-circle-fill.active {

    width: 80px;

    height: 80px;

    position: absolute;

    background-color: #a0a0a0;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid #ffffff8a;

    opacity: 1;

    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.quick-alo-ph-circle.active {

    width: 130px;

    height: 130px;

    position: absolute;

    background-color: transparent;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid rgba(30, 30, 30, .4);

    opacity: 1;

    -webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;

    -moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;

    -ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;

    -o-animation: quick-alo-circle-anim 3s infinite ease-in-out;

    animation: quick-alo-circle-anim 3s infinite ease-in-out;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.aniimg {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 130px;

    height: 130px;

    position: fixed;

    right: 10px;

    bottom: 20px;

    z-index: 1000;

}

@-moz-keyframes quick-alo-circle-anim {



    0% {



        -moz-transform: rotate(0) scale(.5) skew(1deg);



        opacity: .1;



        -moz-opacity: .1;



        -webkit-opacity: .1;



        -o-opacity: .1



    }



    30% {



        -moz-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .5;



        -moz-opacity: .5;



        -webkit-opacity: .5;



        -o-opacity: .5



    }



    100% {



        -moz-transform: rotate(0) scale(1) skew(1deg);



        opacity: .6;



        -moz-opacity: .6;



        -webkit-opacity: .6;



        -o-opacity: .1



    }



}







@-webkit-keyframes quick-alo-circle-anim {



    0% {



        -webkit-transform: rotate(0) scale(.5) skew(1deg);



        -webkit-opacity: .1



    }



    30% {



        -webkit-transform: rotate(0) scale(.7) skew(1deg);



        -webkit-opacity: .5



    }



    100% {



        -webkit-transform: rotate(0) scale(1) skew(1deg);



        -webkit-opacity: .1



    }



}







@-o-keyframes quick-alo-circle-anim {



    0% {



        -o-transform: rotate(0) kscale(.5) skew(1deg);



        -o-opacity: .1



    }



    30% {



        -o-transform: rotate(0) scale(.7) skew(1deg);



        -o-opacity: .5



    }



    100% {



        -o-transform: rotate(0) scale(1) skew(1deg);



        -o-opacity: .1



    }



}







@-moz-keyframes quick-alo-circle-fill-anim {



    0% {



        -moz-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .2



    }



    50% {



        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);



        opacity: .2



    }



    100% {



        -moz-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .2



    }



}







@-webkit-keyframes quick-alo-circle-fill-anim {



    0% {



        -webkit-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .2



    }



    50% {



        -webkit-transform: rotate(0) scale(1) skew(1deg);



        opacity: .2



    }



    100% {



        -webkit-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .2



    }



}







@-o-keyframes quick-alo-circle-fill-anim {



    0% {



        -o-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .2



    }



    50% {



        -o-transform: rotate(0) scale(1) skew(1deg);



        opacity: .2



    }



    100% {



        -o-transform: rotate(0) scale(.7) skew(1deg);



        opacity: .2



    }



}







@-moz-keyframes quick-alo-circle-img-anim {



    10% {



        transform: rotate(0) scale(1) skew(1deg)



    }



    10% {



        -moz-transform: rotate(-25deg) scale(1) skew(1deg)



    }



    20% {



        -moz-transform: rotate(25deg) scale(1) skew(1deg)



    }



    30% {



        -moz-transform: rotate(-25deg) scale(1) skew(1deg)



    }



    40% {



        -moz-transform: rotate(25deg) scale(1) skew(1deg)



    }



    50% {



        -moz-transform: rotate(0) scale(1) skew(1deg)



    }



    100% {



        -moz-transform: rotate(0) scale(1) skew(1deg)



    }



}







@-webkit-keyframes quick-alo-circle-img-anim {



    0% {



        -webkit-transform: rotate(0) scale(1) skew(1deg)



    }



    10% {



        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)



    }



    20% {



        -webkit-transform: rotate(25deg) scale(1) skew(1deg)



    }



    30% {



        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)



    }



    40% {



        -webkit-transform: rotate(25deg) scale(1) skew(1deg)



    }



    50% {



        -webkit-transform: rotate(0) scale(1) skew(1deg)



    }



    100% {



        -webkit-transform: rotate(0) scale(1) skew(1deg)



    }



}







@-o-keyframes quick-alo-circle-img-anim {



    0% {



        -o-transform: rotate(0) scale(1) skew(1deg)



    }



    10% {



        -o-transform: rotate(-25deg) scale(1) skew(1deg)



    }



    20% {



        -o-transform: rotate(25deg) scale(1) skew(1deg)



    }



    30% {



        -o-transform: rotate(-25deg) scale(1) skew(1deg)



    }



    40% {



        -o-transform: rotate(25deg) scale(1) skew(1deg)



    }



    50% {



        -o-transform: rotate(0) scale(1) skew(1deg)



    }



    100% {



        -o-transform: rotate(0) scale(1) skew(1deg)



    }



}





/*_____________ media ______________*/


@media only screen and (max-width: 1799px) {

    .fullwidth{

        height: 662px;
}


    .hmail label, .hphone label {
        
        font-size: 14px;
    }
    .hdrRight li {
        background-size: 35px;
    }
    .hdrRight ul li a {
    font-size: 19px;
        padding-left: 54px;
}
section.banner {
        margin-top: 0;
        /*height: 662px;*/
}
.cnForm .form-control {
    
    margin-bottom: 10px;
    height: 40px;
}

h1 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 16px;
}


.form-control {
   
   font-size: 16px;
    line-height: 24px;
    height: 45px;
    margin-bottom: 18px;
    padding-left: 15px;
}
/*.form-submit {*/
    
/*    padding: 6px 35px;*/
/*    margin: 3px 0 0;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/


h2, h3, h4 {
    font-size: 38px;
    margin-bottom: 20px;
        line-height: 45px;
}
p {
    font-size: 16px;
    line-height: 26px;
}

header {

    padding: 31px 0;
}
.hdrRight ul li:first-child {
    padding-right: 45px;
}

/*.btn {*/
/*    padding: 10px 32px;*/
/*    font-size: 19px;*/
/*}*/
.cnForm {
    padding: 35px 30px 20px;
}
.cnForm label.lab {
    font-size: 25px;
    padding-bottom: 6px;
}
.cnForm p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
}
.form-checkbx .wpcf7-list-item-label {
    font-size: 15px;
    line-height: 26px;
}
section.licens {
    padding: 33px 0;
}
.licLogo:after {
    
    margin-top: -30px;
    height: 60px;
}
section.brdCast,section.drones{
    padding: 115px 0;
}
.brodcastLeft {
    padding: 46px 38px 31px;
        min-height: 580px;
}
.broadcastRight {
    padding: 43px 20px 15px;
        min-height: 580px;
}
.label {
    font-size: 18px;
    line-height: 28px;
}
.listItmImg {
    padding: 24px;
}
.listItm img {
    width: 40px;
}
.brdList {
    max-width: 270px;
}
.abtCont {
    padding: 50px 15px 50px 0;
}
.prdCvr {
    margin-bottom: 33px;
    padding: 10px 10px 18px;
}
.dronHead {
    font-size: 18px;
    line-height: 28px;
}
.prdImg {
    padding-bottom: 8px;
}
.servRow {
    max-width: 1015px;
    margin: 25px auto 0;
}
.serImg img {
    height: 130px;
}
.serHead {
    font-size: 19px;
    line-height: 24px;
    padding: 15px 20px 12px;
}
section.clients {
    padding: 85px 0 100px;
}
.brnImg {
    margin-bottom: 18px;
}
section.about.sec02 .abtCont {
    padding: 55px 0px 55px 35px;
}
section.contact {
    padding: 120px 0 0;
}
.contCont {
    padding: 43px 25px 0;
}
.cnCvr img {
    width: 35px;
    margin-bottom: 2px;
}
.cnLabel,.cnCvr a{
    font-size: 19px;
    line-height: 34px;
}
.cnFormInnr {
    margin: 23px 0;
    padding: 25px 30px;
}
.formHead {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 12px;
}
.cnFormInnr .form-submit {
    max-width: 170px;
    /*padding: 10px 32px;*/
}
footer {
    padding: 30px 0;
}
.Copyright, .Copyright a {
    font-size: 16px;
    line-height: 24px;
}

}





@media only screen and (max-width: 1390px) {

   
.cnForm p {
    font-size: 15px;
    line-height: 30px;
}
.dronHead {
    font-size: 16px;
    line-height: 28px;
}
.prdImg img {
    height: 180px;
}
.cnLabel, .cnCvr a {
    font-size: 17px;
    line-height: 32px;
}
.vimeo-wrapper video {
    
    min-width: 200vh;
    
}

}

@media only screen and (max-width: 991px) {

.hdrRight ul li a {
    font-size: 14px;
    color: #000;
}
.hdrRight ul li:first-child {
    padding-right: 15px;
}
.hdrRight ul {
    
    padding: 0;
}
.logoCvr img {
    width: 50%;
    filter: none;
}

h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
h2, h3, h4{
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 15px;
}
header {
    padding: 20px 0;
}
section.banner {
    margin-top: 83px;
    height: auto;
}
.dflx2 {
    justify-content: center;
}
.bannerLeft {
    text-align: center;
    padding-top: 50px;
}
.banPara {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 25px;
}
.cnForm {
    text-align: center;
    max-width: 500px;
    margin: 30px auto;
}
section.brdCast, section.drones {
    padding: 50px 0;
}
.btn {
    padding: 8px 25px;
    font-size: 16px;
}
.brodcastLeft {
    padding: 35px;
    margin-bottom: 20px;
        min-height: auto;
}
.broadcastRight {
    padding: 50px;
    text-align: center;
        min-height: auto;
}
.label {
    font-size: 16px;
    line-height: 24px;
}
.abtImg img {
    width: 100%;
    border-radius: 16px;
}
.abtImg {
    padding: 0px 15px;
}
.abtCont {
    padding: 30px;
    text-align: center;
}

.prdImg img {
    width: 50%;
}
.serColm {
    width: 33.33%;
    padding: 0px 10px;
}
.serHead {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}
.servRow {
    
    justify-content: center;
    max-width: 100%;
}
section.clients {
    padding: 50px 0;
}
.brnImg {
    text-align: center;
}
.brnImg img {
    width: 70%;
}
section.about.sec02 .abtCont {
    padding: 30px;
}
section.about.sec02 .abtImg {
    text-align: center;
        padding-bottom: 30px;
}
section.contact {
    padding: 50px 0 0;
}
.contImg img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0;
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 16px;
}
.cnLabel, .cnCvr a {
    font-size: 16px;
    line-height: 28px;
}
footer {
    padding: 15px 0;
}
section.banner.innerBanner {
   
    height: 100vh;
}
.vimeo-wrapper iframe{
    
    min-width: 200vh;
    
}
.vimeo-wrapper video{
    
    min-width: 215vh;
    
}
.brdList .dflx {
    justify-content: center;
}


/*end ipad*/


}


@media only screen and (max-width: 767px) {


    .logoCvr img {
        width: 30%;
    }
    .logoCvr {
        text-align: center;
    }
    .hdrRight ul {
        display: block;
    }
    .hmail label, .hphone label {
        display: none;
    }
    .hdrRight ul li:first-child {
    padding-right: 0;
}
.hmail {
    background: url(../images/mail.svg) no-repeat top center;
    text-align: center;
    padding: 40px 0 20px;
}
.hdrRight ul li a{

    padding-left: 0;
}
.dflx {
    justify-content: center;
}
.hphone {
    background: url(../images/call.svg) no-repeat top center;
    text-align: center;
    padding: 40px 0 20px;
}
header .hdrRight {
    display: none;
}

.form-control {
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
}
h1 {
    font-size: 35px;
    line-height: 40px;
}

h2, h3, h4{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}
.cnForm p {
    line-height: 28px;
}
.licLogo {
    padding: 15px 0;
}
.licLogo:after {
    margin-top: 0;
    height: 1px;
    width: 100%;
    bottom: 0;
    top: inherit;
}
.brodcastLeft {
    padding: 30px 15px;
    text-align: center;
}
.brodImg {
    margin: 25px 0px 0;
    text-align: center;
}
.brodImg img {
    width: 100%;
}
.listItmImg {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px;
    padding: 15px;
}
.label {
    padding: 15px;
}
.broadcastRight {
    padding: 50px 50px 30px;
}
.serColm {
    width: 50%;
}
.cnCvr,.contCont{
    text-align: center;
}
.cnFormInnr .form-submit {
    float: none;
}
.wpcf7-not-valid-tip {
    position: relative;
    width: 100%;
    top: 0px;
    text-align: left;
    left: 10px;
}

.vimeo-wrapper iframe{
    width: 100vw;
    height: 140px;
    min-height: 160vh;
    min-width: 282.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vimeo-wrapper video{
    width: 100vw;
    height: 140px;
    min-height: 160vh;
    min-width: 334.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

}


