
html,
body {
    width: 100%;
    height: 100%;
    font-family: arial;
    font-size:14px;
}

a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
#loading {
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.title {
    text-align: center;
    color: aliceblue;
    margin-top: 6%;
    padding-bottom: 10px;
    position: relative;
}
.header {
    background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover;
    color: #fff;
    /* height: 58%; */
        background: black;
    height: 95%;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.header2 {
   background: rgba(0, 0, 0, 0) url("../img/header2.jpg") repeat fixed center bottom / cover  ;
    color: #fff;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.logo{
    float: left;
    text-align: center;
    width: 100%;
}
nav {
    background: #fff none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
}
.size
{
font-size:45px;
color:#fff;
}
.navbar-nav {
    float: left;
    font-size: 16px;
    margin: 0;   
}
.img-left {
    left: -390px;
    position:relative;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffa100;
    border-bottom: 10px solid #e49102;
    color: #fff;
}
.affix {
    /* background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important; */
    transition: all 0.35s ease 0s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    padding: 50px 26px 35px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
     background-color: #ffa100;
    border-bottom: 10px solid #e49102;
    color: #fff;
}
.header-text {
    /* background: rgb(0 0 0 / 28%) none repeat scroll 0 0; */
    display: block;
    float: left;
    font-size: 18px;
    margin: 150px auto;
margin-top: 22%;
    margin-left: -13%;
    padding: 0px !important;
    text-align: center;
    /* width: 500px; */
}
.header-text h2 {
    font-size: 45px;
	margin-bottom:30px;
}
.header-text h3 {
    font-size: 30px;
    margin-top: -40px;
    margin-bottom: 30px;
}
.header-text p {
	margin-bottom:30px;
    color: white;
    font-size: 18px;
}
.header-text h2 span {
    color: orange;
}



.header-btn:hover {
    border: 2px solid #ff6000;
    color: #ff6000;
	text-decoration:none;
	transition: all 0.35s ease 0s;
}


.btn-ornge {
    /* background: rgb(215 135 79 / 50%) none repeat scroll 0 0; */
    background-image: linear-gradient(#12071f,#12071f), linear-gradient(90deg,#eb15f3,#ff4b37,#00fb1f,#0d82ff);
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 4px solid transparent;
    text-decoration: none;
    color: #ffff;
    transition: 0.5s ease-in-out;
    border-radius: 350px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border: 0px solid;
    /* border-radius: 25%; */
    margin-top: 5%;
    padding: 2px 2px 2px 3px;
    width: 160px;
    font-size: 18px;
    transition: all 0.35s ease 0s;
}
.btn-ornge:hover {   
    transform:scale(1.1);
    color:#ffae00;
    /*border: 2px solid #ffae00;    
	color:#ffae00;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	transition: all 0.35s ease 0s;*/
}

.btn-ornge1 {
    margin-left: 35%;
    width: 30%;
    margin-bottom: -3%;
    margin-top: 2%;
    visibility: visible;
    font-size: 18px;
    animation-delay: 1s;
    animation-name: bounceIn;
    background-image: linear-gradient(#12071f,#12071f), linear-gradient(90deg,#eb15f3,#ff4b37,#00fb1f,#0d82ff);
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 4px solid transparent;
    text-decoration: none;
    color: #ffff;
    transition: 0.5s ease-in-out;
    border-radius: 350px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border: 0px solid;
}
.btn-ornge1:hover {   
    transform:scale(1.1);
    color:#00fb1f;
}


.btn span
{
display:inline-block;
/*font-size:1.425rem;*/
margin:1rem 1.5rem;
font-weight:400;
}
#about {
    overflow: hidden;
}
#about h2 {
    padding: 50px 0 25px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 100%;
}


/*#about h3::before {
    background: #0410a28f none repeat scroll 0 0;
    /* bottom: 9px; 
    content: "";
    top: 45%;
    height: 2px;
    position: absolute;
    width: 11%;
    left: 37%;
}*/

#about h2::before {
    background: #0410a28f none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 5%;
    left: 45%;
}
#about h2::after {
    background: #ffa100 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    right: 45%;
    width: 5%;
    z-index: 999;

}



#team {
     background: url(../img/img5.png) no-repeat scroll center bottom / cover; 
    color: #fff;
    overflow: hidden;
    /*background-color: black;*/
    padding: 25px 0 50px;
    transition: all 0.35s ease 0s;
}
.t-box {
    /* background: #fff none repeat scroll 0 0; */
    color: #fff;
    float: left;
    padding: 0 0 22px;
    text-align: center;
    width: 100%;
    border: 1px solid;
    height: 250px; 
    margin-bottom: 60px;
    /* height: 39%; */
    border-color: rgb(0 0 0 / 0%);
    text-align: center;
    box-shadow: 0px 12px 4px rgba(0,0,0,0.045);
    padding: 10px 3px 30px;
    border-radius: 13px;"
}




.timg > img {
    width: 70%;
}
.pimg > img {
    margin-top: -46%;
    margin-left: 20%;
    width: 60%;
    position: fixed;
}
.t-box .social-links {
padding:0px;
margin:20px 0 0 0px;  
}
.t-box .social-links > li {
    display: inline;
    font-size: 25px;
    padding: 8px;
}
.t-box .social-links a {
    color: #ffa100;
}
.t-box .social-links a:hover {
    color: #333;
}
.timg {
    position: relative;
	  transition: all 0.35s ease 0s;
}
.timg:hover::after {
   /* background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#Services {
    overflow: hidden;
}
#Services h2 {
    padding: 50px 0 25px;
    position: relative;
    text-align: center;
    width: 100%;
}
#Services h2::before {
    background: #000 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
	left:0;
}
#Services h2::after {
    background: #ffa100 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
#Services p {
    font-size: 16px;
    padding: 10px 0;
    text-align: left;
}

.for-box {
     background: url(../img/back1.png) no-repeat scroll center bottom / cover; 
    padding-top: 100px;
   /* background-attachment: fixed;*/
    padding-bottom: 0px;
    overflow: hidden;
}
.for-box-crecl {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-size: 51px;
    height: 100px;
    left: 35%;
    line-height: 104px;
    margin: auto;
    position: absolute;
    text-align: center;
	top: -58px;
	z-index:999;
    width: 100px;
    visibility: hidden;
}

.for-box .clr1
{
background:#3ec441;
color:#fff;
padding: 50px 0 50px;
text-align:center;
overflow:hidden;
position:relative;
}
.for-box .clr1::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#08ac0d;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr1-a {
    background: #3ec441 none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.clr1-a::after {
    background: #08ac0d none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr1-a {
    background: #62ea65 none repeat scroll 0 0;
    color: #fff;
    float: ;
    font-size: 24px;
    left: 0;
    overflow: hidden;
    margin-left: 3%;
    border-radius: 47%;
    margin-top: 4%;
    padding: 0px;
    position: ;
    width: 13%;
    /* z-index: 999; */
}
.clr1-b
{
    background: #62ea65 none repeat scroll 0 0;
    color: #fff;
    float: ;
    font-size: 24px;
    left: 0;
    overflow: hidden;
    margin-left: 15%;
    border-radius: 47%;
    margin-top: -22%;
    padding: 0px;
    position: ;
    width: 8%;
    /* z-index: 999; */
}

.clr1-c
{
    background: #62ea65 none repeat scroll 0 0;
    color: #fff;
    float: ;
    font-size: 24px;
    left: 0;
    overflow: hidden;
    margin-left: 15%;
    border-radius: 47%;
    margin-top: -22%;
    padding: 0px;
    position: ;
    width: 8%;
    /* z-index: 999; */
}
.for-box .clr2
{
background:#ff8500;
color:#fff;
padding: 50px 0 50px;
text-align:center;
overflow:hidden;
position:relative;

}
.for-box .clr2::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#da7104;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr2-a::after {
    background: #30b433 none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr2-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.for-box .clr3
{
background:#0195ff;
color:#fff;
text-align:center;
padding: 50px 0 50px;
overflow:hidden;
position:relative;

}
.for-box .clr3::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#0482d9;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr3-a::after {
    background: #0195ff none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr3-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.for-box .clr4
{
background:#ff6100;
color:#fff;
padding: 50px 0 50px;
text-align:center;
overflow:hidden;
position:relative;
}
.for-box .clr4::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#cf5105;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr4-a::after {
    background: #ff6100 none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr4-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 100px;
    padding: 20px 20px 60px;
    position: relative;
    overflow: hidden;
    border-radius: 30%;
    text-align: center;
}
.wbox  p
{
padding:10px;
COLOR: BLACK;
}

#owl-demo .owl-item div{
      padding:5px;
    }
#owl-demo .owl-item img{
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
    color: #ffa100 !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ffa100 none repeat scroll 0 0 !important;
    color: #fff !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-prev {
    left: 0;
    position: absolute;
}
.owl-next {
    right: 0;
    position: absolute;
}
.owl-pagination {
    visibility: hidden;
}

.counter {
    background: #fff none repeat scroll 0 0;
    color: #000;
    padding: 25px 0;
    margin-top: 2%;
    height: auto;
    text-align: center;
}
.counter .size {
    color: #f3ba08;
    font-size: 45px;
}
.counter span {
    color: #777;
    font-size: 20px;
    font-family: ui-sans-serif;
    font-size: larger;
}

#Gallery {
    padding: 150px 0 0;
	overflow:hidden;
}
#controls ul li {
    float:left;
    margin-right:20px;
}
#container {
    clear:both;
}
.hover-img {
    background: #000 none repeat scroll 0 0;
    height: 96%;
    left: 6px;
    margin: 8px 5px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 96%;
	transition: all 0.32s ease 0s;
}
.hover-img:hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    top: 0;
	opacity: 1;
	 color: #fff;
	 padding: 20% 0 0;
	border:1px solid #333;
}
.hover-img:hover .camera {
    color: #fff;
    font-size: 50px;
    padding: 5% 0 0;
    transition: all 0.3s ease 0s;
}
.element-item {
width:25%;
height:320px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.blog-header {
    background: rgba(0, 0, 0, 0) url("../img/header4.jpg") repeat fixed center bottom / cover ;
    color: #fff;
    overflow: hidden;
    padding: 300px 0 150px;
    position: relative;
    transition: all 0.35s ease 0s;
	margin-bottom:100px;
}
.blog-header::before {
    background:rgba(0, 0, 0, 0.73) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog-header h1 {
    position: relative;
    text-align: center;
    width: 100%;
}

.blog-img h3 {
    font-size: 15px;
    color: black;
    margin-bottom: 17px;
}
.blog-img p {
    font-size: 14px;
    line-height: 22px;
    padding: 1px 3px 0px 5px;
    text-align: justify;
    color: #000000eb;
}


.bs-blog-detail a {
    color: #777;
    display: inline-block;
}
.bs-blog-text {
    color: #555;
    font-weight: 300;
    margin-top: 25px;
}
.bs-blog-img {
    display: inline-block;
    width: 100%;
}
.bs-blog-img > img {
    width: 100%;
}
.bs-blog-name a {
    color: #565656;
    display: inline-block;
}
.bs-blog-name {
    font-size: 19px;
    font-weight: 300;
    padding-left: 75px;
}
.bs-blog-naz {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.bs-blog-type {
    border-right: 1px solid #eee;
    color: #5ac8fb;
    float: left;
    font-size: 40px;
    line-height: 1.5;
    padding-right: 10px;
}
.bs-blog-name {
    font-size: 18px;
    font-weight: 300;
    padding-left: 75px;
}
.bs-blog-detail {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin-left: 75px;
    margin-top: 5px;
}
.bs-blog-text {
    color: #555;
    font-weight: 300;
    margin-top: 25px;
}
blockquote {
    border-left: 2px solid #eee;
    font-size: 16px;
    font-weight: 300;
    margin: 25px 0;
}
.tags-blog-single {
    display: inline-block;
}
.tags-blog li {
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 3px 8px;
}
.tags-blog li a {
    color: #555;
    font-weight: 300;
}
.soc-blog-single {
    display: inline-block;
    float: right;
}
.soc-blog {
    float: right;
    list-style: outside none none;
    padding: 0;
}
.soc-blog li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}
.marg50 {
    margin-top: 50px;
}
.marg25 {
    margin-top: 25px;
}
.img-author {
    float: left;
}
.name-author {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
}
.text-author {
    font-size: 12.5px;
    font-weight: 300;
    margin-left: 100px;
    margin-top: 5px;
}
.bs-blog-line {
    border-top: 1px solid #eee;
    float: left;
    margin: 50px 0;
    width: 100%;
}
.comm_name {
    color: #5ac8fb;
    font-size: 16px;
    font-weight: 300;
}
.comm_name span {
    color: #555;
    font-size: 11px;
}
.img_comm {
    border-radius: 2px;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 50px;
    width: 80px;
}
.comment {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.comment-inner {
    float: left;
    margin-bottom: 20px;
    margin-left: 130px;
    margin-top: 20px;
}
.input-def {
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: medium none;
    padding: 15px 10px;
    width: 50%;
}
.input-def-textarea {
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: medium none;
    padding: 5px 10px;
    width: 65%;
}
.text_cont {
    font-weight: 300;
}
.soc-blog li a {
    color: #797979;
}
.soc-blog-single {
    display: inline-block;
    float: right;
}
.author-bio {
      background: #f9f9f9 none repeat scroll 0 0;
    border: 1px dashed #ddd;
    display: inline-block;
    margin-top: 30px;
    padding: 28px;
    width: 100%;
}
.bs-blog-line-com {
    border-top: 1px solid #eee;
    float: left;
    margin: 25px 0;
    width: 100%;
}
.tags-blog {
    padding: 0;
}
#blog h2
{
    margin-left: 36%;
}
.deskbtn
{
    margin-top: 4%;
}

#blog {
    /* background: #ffa100; */
    color: #161615;
    visibility: hidden;
    margin-top: 65px;
    overflow: hidden;
    /* padding: 100px 0 220px; */
    transition: all 0.35s ease 0s;
    position: relative;
}
#blog::before {
   background: #333 none repeat scroll 0 0;
    content: "";
    height: 40%;
    left: -90px;
    position: absolute;
    top: -178px;
    transform: skewX(110deg);
    width: 100%;
}
.blog-img > img {
    width: 100%;
	  border-radius: 5px;
	position:absolute;
}
.data {
    color: #383838;
    float: left;
    font-size: 50px;
    padding-right: 20px;
	position:relative;
}
.data::before {
    border-right: 1px solid;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-20deg);
}
.month {
    color: #383838;
    float: left;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 23px;
}
.blog-img {
    border: 1px solid;
    /* height: 250px; */
    margin-bottom: 60px;
    border-color: rgb(0 0 0 / 0%);
    text-align: center;
    box-shadow: 0px 12px 4px rgba(0,0,0,0.045);
    padding: 0px;
    /* width: max-content; 
        text-align: initial;*/
    border-radius: 13px;
    position: relative;
    background-color: #ffff;
}
#blog a {
    border: 1px solid #fff;
    color: #000;
    display: inline-table;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 23px;
	text-decoration:none;
	background:#fff;
}
#blog a:hover {
    /* border: 1px solid #ffc259; */
    color: #fb4;
    display: inline-table;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 23px;
    background: none;

}
#blog .row > h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
#blog .row > p {
    color: #444444;
    font-size: 14px;
}

#contact
{
 background: url("../img/back3.jpg") no-repeat scroll center center / cover  ;
    color: #fff;
    overflow: hidden;
	padding:100px 0;
    transition: all 0.35s ease 0s;
}
#contact input[type="text"]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#contact input[type="email"]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#contact .btn-block {
    background: #ffa100 none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    display: block;
    float: right;
    font-size: 16px;
    margin-bottom: 50px;
    margin-right: 15px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 165px;
}

#footer {
    /* background: rgba(0, 0, 0, 0) url(../img/footer-bg.jpg) no-repeat scroll -554px -686px; */
    color: #fff;
        padding: 15px 15px 5px 10px;
    position: relative;
    /* text-align: center; */
    background: rgba(51,51,51,1);
    width: 100%;
    /* height: 8%; */
    overflow: hidden;
}
/*#footer .social-links {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 35px 0 10px;
}
#footer .social-links li {
    display: inline-block;
    margin: 5px;
}
#footer .social-links a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 50px; */
}
#footer::before {
    background: orange none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#text-15 {
    padding-left: 100px;
    text-align: left;
    margin-left: 15%;
}

#text-15 a{
    color: #fff;
    text-decoration: none;
}


@media (min-width:710px) and (max-width:1024px)
{
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 50px 15px 35px;
}
.header {
    /* background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover; */
    color: #fff;
    /* height: 58%; */
    background: black;
    height: 50%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.blog-img {
    height: 315px;
    width: 626px;
}
.navbar-brand {
    float: left;
    width: 50%;
    margin-left: 118px;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
#about
{
    width: 100%;
}
.img-left {
    left: -50px;
    position:relative;
}
.img-left img
{
width:100%;
}

.element-item {
width:50%;
}
#about img {
    left: -24px;
    position: relative;
}
    #blog::before {
    height: 30%;
    transform: rotate(175deg);
    width: 100%;
        left: 0px;
        top: -100px;
}
}

@media (max-width:1280px)
{
.header-text {
    /* background: rgb(0 0 0 / 28%) none repeat scroll 0 0; */
    display: block;
    float: left;
    font-size: 18px;
    margin: 150px auto;
    margin-top: 22%;
    margin-left: -5%!important;
    padding: 0px !important;
    text-align: center;
    /* width: 500px; */
}
.main-video video {
    width: 470%;
    margin-left: -25%!important;
}
.img1 img {
    margin-left: 257px!important;
    margin-top: -94px;
    width: 110%;
}
.img2 img
{
    margin-left: 55%!important;
}

}


@media (max-width:800px)
{
#about img {
    left: -40px;
    position: relative;
}
.blog-img {
    height: 130px;
}
#blog .row {
    padding: 0 10px !important;
}
}


@media (max-width:820px)
{

.header {
    /* background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover; */
    color: #fff;
    /* height: 58%; */
    background: black;
    height: 50%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

}


@media (max-width:980px)
{
#about img {
   left: 0;
    position: relative;
    width: 100%;
}
.img-left {
   left: 0;
    position: relative;
    width: 100%;
}
.blog-img {
    height: 130px;
}
#blog .row {
    padding: 0 10px !important;
}
.header {
    /* background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover; */
    color: #fff;
    /* height: 58%; */
    background: black;
    height: 47%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.navbar-brand>img {
    display: block;
    width: 112%;
}
.header-text {
    /* background: rgb(0 0 0 / 28%) none repeat scroll 0 0; */
    display: block;
    float: left;
    font-size: 18px;
    margin: 150px auto;
    margin-top: 22%;
    margin-left: 0%;
    padding: 0px !important;
    text-align: center;
    /* width: 500px; */
}
.left {
    margin-top: 30%!important;
    margin-left: -5%!important;
}
.img1 img {
    margin-top: 99px!important;
    width: 52%!important;
    margin-left: 174%!important;
}
.btn-ornge {
    margin-left: -45%!important;
}
.img2 img {
    margin-top: -130%!important;
    width: 100%!important;
    margin-left: -314px!important;
}
.btn-ornge1 {
    margin-left: 35%;
    width: 34%;
    margin-bottom: -3%;
    margin-top: 2%;
    visibility: visible;
    font-size: 18px;
    animation-delay: 1s;
    animation-name: bounceIn;
    background-image: linear-gradient(#12071f,#12071f), linear-gradient(90deg,#eb15f3,#ff4b37,#00fb1f,#0d82ff);
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 4px solid transparent;
    text-decoration: none;
    color: #ffff;
    transition: 0.5s ease-in-out;
    border-radius: 350px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border: 0px solid;
}
.col-sm-3 {
    width: 50%;
}
.blog-img {
    height: 340px!important;
    width: 350px!important;
    font-size: 17px!important;
}
.blog-img h3 {
    font-size: 20px;
    color: black;
    margin-bottom: 17px;
}
#blog h2 {
    margin-left: 20%!important;
}
.team1
{
    width: 100%!important;

}
#team h3
{
    font-size: 23px;
}
#team p
{
    font-size: 19px;
}
.wbox
{
    width: 100%;
    margin-bottom: 210px!important;
    margin-top: -25%!important;
    font-size: 20px!important;
}
.wbox w1{
    width: 93%!important;
    margin-left: 57px!important;
}

.pimg > img {
    margin-top: -73%;
    margin-left: -10%;
    width: 40%;
    position: fixed;
}
.for-box
{
    margin-bottom: -160px;
}
.t-box p
{
    font-size: 22px;
}
.deskbtn {
    margin-top: 0%;
    margin-left: 55%;
}
.payimg img
{
    width: 80%;
    margin-left: -40%;
    margin-top: -5%;
}
.counter h2
{
    margin-left: 35px;
}

    .hh2 {
    margin-left: 0px!important;
    margin-bottom: 18px!important;
    margin-top: -22px!important;
}
.hh3
{
    margin-left: 0px!important;
    margin-bottom: 18px!important;
    margin-top: -22px!important;
}
.hh4
{
    margin-left: 0px!important;
    margin-bottom: 18px!important;
    margin-top: 10px!important;
}
.hh5
{
    margin-left: 0px!important;
    margin-bottom: 18px!important;
    margin-top: 10px!important;
}
.row1 {
    padding: 0px 0 0px 127px;
    /* font-size: 11px; */
}
.counter span {
    color: #0b0404;
    font-size: 20px;
    /* font-size: 19px; */
    margin-right: 0px;
    /* margin-left: -134px; */
    font-family: ui-sans-serif;
    /* font-size: larger; */
}

.t-box {
    /* background: #fff none repeat scroll 0 0; */
    
    height: 305px!important;

}

}

@media (max-width:280px)
{
.left {
    margin-top: -4%!important;
    margin-left: -68%!important;
}
}


@media (max-width:1024px)
{
    .html
    {
width: 100%
    }
.col-md-6 {
    width: 100%;
}
#about img {
    left: 0;
    position: relative;
}
.img-left {
    left: 0;
    position: relative;
}
#footer .col-md-6 {
    width: 50%;
}
.header {
    /* background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover; */
    color: #fff;
    /* height: 58%; */
    background: black;
    height: 92%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.left {
    margin-top: 25%!important;
    margin-left: -10%;
}
.header-text h3 {
    font-size: 23px;
    margin-left: -37%!important;
    margin-top: -40px;
    margin-bottom: 30px;
}
.header-text p {
    margin-bottom: 30px;
    color: white;
    margin-left: -37%!important;
    font-size: 14px;
}
.btn-ornge
{
    margin-left: -33%!important;
}
.main-video video {
    width: 213%!important;
    margin-top: -340%!important;
    margin-left: 0%!important;
}
.img1 img {
   
    margin-top: 7px!important;
    width: 52%!important;
    margin-left: 174%!important;
}
.img2 img {
    margin-top: -100%!important;
    width: 43%!important;
    margin-left: 155%!important;
}
.blog-img {
    height: 315px!important;
    width: 228px!important;
}
.pimg > img {
    margin-top: -29%!important;
    margin-left: 0%;
    width: 23%!important;
    position: fixed;
}
.navbar-brand>img {
    display: block;
    margin-left: 85px;
    width: 90%;
}
.counter h2
{
    margin-top: 8%!important;
}
#contact
{

    width: 100%;
}



}

@media (max-width:412px)
{
.header {
    /* background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover; */
    color: #fff;
    /* height: 58%; */
    background: black;
    height: 26%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.header-text h3 {
    font-size: 23px;
    margin-left: 2%!important;
    margin-top: 0px!important;
    
    margin-bottom: 30px;
}

.header-text p {
    
    margin-left: -52%!important;
    font-size: 14px;
    margin-top: -6px!important;
}
.btn-ornge {
    margin-left: -54%!important;
}
.wbox2 {
    margin-left: 11%!important;
    visibility: visible;
    margin-bottom: 26%!important;
    margin-top: -8%!important;
    width: 64%!important;
}
.title h2 {
    margin-top: 0%!important;
    margin-bottom: 0px!important;
    font-size: 19px;
}
.counter
{
        display: none;
}
#text-15 {
    padding-left: 25%!important;
    text-align: left;
    margin-top: 0%!important;
    margin-left: 15%!important;
}
}
@media (max-width:640px)
{
    .for-box-crecl {
    left: 43%;
}
.header-text {
   
    margin: 150px auto;
    
}
.header {
    background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover;
    color: #fff;
    /* height: 58%; */
    width: 100%!important;
    height: 95%;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.btn-ornge1 {
    margin-left: 25%;
    width: 53%;
    /* margin-right: 2px; */
    margin-bottom: -11%;
    margin-top: 2%;
    visibility: visible;
    font-size: 20px;
}
.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 47px 0px 4px;
    position: relative;
    overflow: hidden;
    margin-left: 90px;
    margin-bottom: 12%;
    font-size: 12px;
    width: 85%;
    border-radius: 35%;
    text-align: center;
}
.pimg > img {
    margin-top: -34%!important;
    margin-left: 0%;
    width: 27%!important;
    position: fixed;
}
hr {
    height: 1px;
    border-color: #8a6be2;
    border-width: 4px;
    margin-bottom: 1%!important;

    }
.blog-img {
    margin-top: -5%!important;
    width: 80%!important;
    font-size: 18px!important;
    margin-left: 12%!important;
}
.for-box
{
   width: 100%!important; 
}
#contact {
    width: 100%;
    /* overflow: hidden; */

}
#footer
{
    width: 100%;
}
.timg > img {
    width: 30%;
}
.payimg img {
    width: 75%;
    margin-top: -11%;
    margin-left: -25%;
}
#text-15 {
    padding-left: 100px;
    text-align: left;
    margin-top: -4%;
    margin-left: 60%;
}
.hh2
{
        margin-left: 0%;
}
.wbox {
    margin-bottom: 100px;
    padding: 00 0px 4px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    border-radius: 35%;
    text-align: center;
}
.hh4
{
    margin-top: 18%!important;
}
.hh5
{
    margin-top: -30%!important;
}
.deskbtn
{
    margin-top: 0%;
}

.row1 {
       margin-left: -12%!important;
}
.button1
{
    margin-left: 50%;
}
#team1 {
    background: #252526;
    height: 162%!important;
    width: 100%;
    }
    .counter
    {
    width: 100%;
    }
#about {
    width: 100%;
}
#team
{
    width: 100%;
}
.head1 {
    margin-left: 31px!important;
    width: 42%;
    margin-top: -122px!important;
}
.img1 img {
    width: 62%!important;
    margin-left: 203px!important;
    margin-top: -81px!important;
}
    
    .header-content {
        background: black;

    }

    .img2 img {
    margin-top: -104%;
    width: 60%;
    margin-left: 170px!important;
}
.header-text h2 {
    font-size: 24px;

}
.header-text h3 {
    font-size: 20px;
    margin-left: 15px;
    margin-top: -20%!important;
}
.header-text p {
    margin-bottom: 30px;
    color: white;
    font-size: 13px;
}

.img-left img
{
width:100%;
}
.for-box .clr1::before {
    top: -26px;
}
.for-box .clr2::before {
    top: -26px;
}
.for-box .clr3::before {
    top: -26px;
}
.for-box .clr4::before {
    top: -26px;
}
.element-item {
width:100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-nav {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.blog-img {
    height: 340px;
    margin-top: 30px;
}
    #blog::before {
    height: 60%;
    top: -545px;
    transform: rotate(83deg);
    width: 87%;
}
.navbar-brand img {
    margin-top: 0px;
    margin-left: 50px;
    width: 30% !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: orange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header1 {
    margin-top: -144px;
}
}
@media (max-width:540px)
{

.header-text h3 {
    font-size: 16px;
    margin-left: -22%!important;
    margin-top: -8%!important;
}
.header-text p {
    margin-bottom: 30px;
    color: white;
    margin-left: -23%!important;
    font-size: 9px!important;
}
.main-video {
    margin-left: 91%!important;
    margin-top: -57%!important;
}
.header {
    background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover;
    color: #fff;
    /* height: 58%; */
    width: 100%!important;
    height: 65%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.wbox2
{
    margin-top: -33%;
    margin-left: 30%;
    width: 50%;
    margin-bottom: 16%;

}
.pimg > img {
    margin-top: -52%!important;
    margin-left: 3%;
    width: 29%!important;
    position: fixed;
}
.for-box {
    margin-bottom: -77px!important;
}
.left {
    margin-top: 10%!important;
    margin-left: -68%!important;
}
.main-video video {
    width: 305%!important;
    margin-left: 600%!important;
}
.img1 img {
    width: 53%!important;
    margin-left: 595px!important;
    margin-top: -108px!important;
}
.btn-ornge
{
    display: table-caption;
    margin-left: 66%!important;
}
.blog-img {
    margin-top: -5%!important;
    width: 114%!important;
    /* height: 32%; */
    font-size: 13px!important;
    margin-left: -6%!important;
}
#team h2
{
        color: black;
    font-size: 20px;
}
#team h3 {
    font-size: 19px;
    margin-top: 2px;
}
.t-box {
    /* background: #fff none repeat scroll 0 0; */
    height: 200px!important;
    margin-bottom: 2px;
}
.deskbtn {
    margin-top: 6%;
    margin-left: 0%!important;
}
.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 19px 0px 4px!important;
    position: relative;
    overflow: hidden;
    width: 18%;
    width: 87%!important;
    margin-left: 34px;
    font-size: 12px;
    border-radius: 35%;
    text-align: center;
}

.for-box h4
{
    font-size: 13px;
}
.wbox p {
    padding: 10px;
    COLOR: BLACK;
    font-size: 15px;
}
.t-box
{
    margin-bottom: 8%;
    width: 100%;
}
.t-box p {
    font-size: 18px;
}
#team1 {
    background: #252526;
    height: 127%!important;
    width: 100%;
}
.counter1 h2
{
    font-size: 20px;
    text-align: center;

}
.row1 {
    
    margin-top: -25px;
}
.row1 {
    margin-left: -14%!important;
}
.hh4 {
    margin-top: 7%!important;
}
.hh5 {
    margin-top: 7%!important;
}
#footer p
{
    font-size: 10px;
}
#text-15 {
    padding-left: 100px;
    text-align: left;
    /* font-size: 8px; */
    margin-top: 0%;
    margin-left: 5%;
}
#contact h2 {
    margin-top: 7px;
    font-size: 20px;
}

}

@media (max-width:360px)
{

.main-video {
    margin-left: 92%;
    margin-top: -26%;
}

.main-video video {
    width: 210%!important;
    margin-top: -220%!important;
    margin-left: -25%!important;
}

}

@media (max-width:480px)
{
    .header {
    height: 200px;
    width: 100%;
}
.bs-blog-naz h2
{
  font-size: 27px!important;  
}
.agent
{
    width: 65%!important;
}

.header-text {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    float: none;
    font-size: 12px;
    margin: 50px auto auto;
    padding: 42px !important;
    text-align: center;
    width: 100%;
}
.title h2 {
    margin-bottom: 20px;
    font-size: 19px;
}
.t-box h3 {
    font-size: 14px;
    margin-top: 2px;
}
.header-text h3 {
    font-size: 12px !important;
    margin-left: 24%!important;
    float: left;
    margin-top: 57px;
    margin-top: -12%!important;
}
#blog h2 {
    margin-left: 18%;
    font-size: 20px;
    margin-top: -3px;
}
.blog-img h3 {
    font-size: 10px;
    color: black;
    margin-top: 8px;
    margin-bottom: 15px;
}
#team h3 {
    font-size: 15px!important;
    margin-top: 7px!important;
}
#agency {
    width: 100%;
}
.header-content row
{
    margin-top: 4%
}
.navbar-brand img {
   margin-left: 25px!important;
    width: 25% !important;
}
.header-text h2 {
    font-size: 24px;
}
.header-text p {
    font-size: 6px;
    /* margin-left: -128px; */
    margin-left: -5%!important;
    margin-top: -7%;
    float: left;
    /* margin-bottom: 6px; */
}

#about h2
{
    font-size: 17px !important;
    margin-top: 0%;
    margin-bottom: 2%;
}
#team {
    width: 100%;
    /* background: #f0ffff36; */
    background: none;
    margin-top: 12%;
}
#team p
{
    font-size: 12px!important;
    color: black;

}
.main-video {
    margin-left: 91%!important;
    margin-top: -52%!important;
}
.btn-ornge {
    /* background: rgb(215 135 79 / 50%) none repeat scroll 0 0; */
    background-image: linear-gradient(#12071f,#12071f), linear-gradient(90deg,#eb15f3,#ff4b37,#00fb1f,#0d82ff);
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 4px solid transparent;
    text-decoration: none;
    color: #ffff;
    transition: 0.5s ease-in-out;
    border-radius: 25px;
    display: table-cell;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
    border: 0px solid;
    /* border-radius: 25%; */
    margin-top: 8%!important;
    /* float: left; */
    margin-left: -267px;
    padding: 0px 2px 0px 2px!important;
    width: 83px;
    font-size: 14px;
    transition: all 0.35s ease 0s;
}
.t-box {
    margin-left: 3%;
    color: #fff;
    float: left;
    padding: 0 0 22px;
    text-align: center;
    width: 85%;
    font-size: 9px!important;
    border: 1px solid;
    height: 140px!important;
    margin-bottom: 60px;
    /* height: 39%; */
    border-color: rgb(0 0 0 / 16%)!important;
    text-align: center;
    box-shadow: 0px 12px 4px rgba(0,0,0,0.045)!important;
    padding: 10px 3px 30px;
    border-radius: 13px;
}
.btn span {
    font-size: 9px;
    width: 45%;
}
.head1 img1
{
    display: none;
}
.header-text hbtn
{
  margin-left: -13% !important; 
}
.row1 {
    margin-top: -32px;
    padding: 0px 0 0px 124px!important;
    text-align: right!important;
    margin-left: -43%!important;
}
.for-box {
    /* background: url(../img/back1.png) no-repeat scroll center bottom / cover; */
    padding-top: 0px;
    /* background-attachment: fixed; */
    padding-bottom: 0px;
    background-image: initial!important;
    width: 100%;
    overflow: hidden;
 margin-bottom: -11%;
}

.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 50px !important;
    padding: 15px 0px 4px!important;
    position: relative;
    overflow: hidden;
    margin-top: -9% !important;
    margin-left: 14%;
    width: 85%;
    font-size: 13px!important;
    text-align: center;
    padding: 10px 0px 0px;
    position: relative;
    overflow: hidden;
    font-size: 12px!important;
    border-radius: 13%!important;
    text-align: center;
}
.wbox w1
    {
    margin-top: 13%!important;
    margin-left: 16%!important;
    width: 74%!important;
}
.pimg > img {
    margin-top: -72%!important;
    margin-left: -3%!important;
    width: 41%!important
    ;
    position: fixed;
}
#team1 {
    background: #252526;
    height: 90%!important;
    width: 100%;
}
#team1 p{
        font-size: 9px;
}
.button {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px 13px;
    text-transform: capitalize;
}
.timg > img {
    width: 47%;
    margin-bottom: 2%;
}
.deskbtn {
    margin-top: 16%!important;
}
.counter
{
    width: 100%;
}
.counter p
{
        font-size: 11px;
}
.counter h2 {
    font-size: 15px;
    margin-bottom: -9px;
    margin-top: -6%;
}
.payimg img {
    width: 97%;
    border: none;
    background: none;
    margin-top: -30%;
    /* background: white; */
    margin-left: -51%;
}
.button1
{
    margin-left:50%;
}
.counter1
{
        /* margin-left: 0; */
    text-align: center;
}
.row1
{
    margin-left:-20%;
}
.hh4
{
margin-top: 25%!important;
visibility: initial;
}
.hh5 {
    margin-top: -139%!important;
    /* visibility: initial; */
}
.counter1 span
{
    visibility: initial;
    }
#contact {
    width: 100%;
    margin-top: 35%!important;
}
#contact p {
    font-size: 12px;
    visibility: initial;
    margin-bottom: 45px;
}
#contact h2{
    visibility: initial;
}
#contact span{
    visibility: initial;
}
#count2
{
        margin-left: 8%;
}
.count2
{
        margin-left: -17%!important;
    font-size: 10px!important;
}
#footer p
{
        font-size: 7px!important;
}
#footer {
    /* background: rgba(0, 0, 0, 0) url(../img/footer-bg.jpg) no-repeat scroll -554px -686px; */
    color: #fff;
    padding: 15px 15px 5px 10px;
    position: relative;
    /* text-align: center; */
    background: rgba(51,51,51,1);
    width: 100%;
    /* height: 8%; */
    overflow: hidden;
}
#text-15 {
    padding-left: 28%;
    text-align: left;
    margin-top: 0%;
    margin-left: 15%;
}
.wbox2 {
    margin-top: 11%!important;
    background: #a9a9a91c;
    height: 140px!important;
    border-radius: 17px!important;
    text-align: center;
    margin-left: 10%!important;
    width: 62%;
    margin-bottom: 26%!important;
}
.blog-img {
    margin-top: -7%;
    margin-bottom: 23px;
    height: 287px !important;
    font-size: 11px !important;
    width: 100% !important;
    margin-left: 0% !important;
}
#about {
    margin-bottom: -28%;
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 15px 10px;
	width:100%;
}

.img-left img
{
width:100%;
}
.for-box .clr1::before {
    top: -26px;
}
.for-box .clr2::before {
    top: -26px;
}
.for-box .clr3::before {
    top: -26px;
}
.for-box .clr4::before {
    top: -26px;
}
.element-item {
width:100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-nav {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.t-box {
    /* background: #fff none repeat scroll 0 0; */
    color: #fff;
    /* float: left; */
        margin-top: 20px;
    padding: 0 0 22px;
    text-align: center;
    width: 92%;
    border: 1px solid;
    height: 250px;
    margin-bottom: 16px;
    /* height: 39%; */
    height: 40px;
    border-color: rgb(0 0 0 / 0%);
    text-align: center;
    box-shadow: 0px 12px 4px rgba(0,0,0,0.045);
    padding: 0px 40px 30px;
    font-size: 12px;
    border-radius: 13px;
}
.blog-img {
    height: 249px;
}
.navbar-brand img {
    margin-top: 0px;
    width: 60%;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: orange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header1 {
    margin-top: -144px;
}
    .for-box-crecl {
    left: 30%;
}
.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 0px 0px 0px;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    border-radius: 35%;
    text-align: center;
}
    #blog::before {
    height: 60%;
    top: -600px;
    transform: rotate(83deg);
    width: 60%;
}
.wbox w1{
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 48px 0px 4px;
    position: relative;
    overflow: hidden;
    margin-left: 20%;
    width: 75% !important;
    font-size: 12px;
    border-radius: 35%;
    text-align: center;
} 

.main-video video {
    width: 213%!important;
    margin-top: 90%!important;
    margin-left: 596%!important;
}
.header {
    background: #c625dc url(../img/banner.jpg) repeat fixed center 0 / cover;
    color: #fff;
    /* height: 58%; */
    width: 100%!important;
    height: 32%!important;
    /* height: 99%; */
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.head1
{
    display: none!important;
}
.counter1 h2 {
    font-size: 15px;
    margin-left: 0px;
    margin-bottom: 12px;
}
hr
{
    display: none!important;
}
}

@media (max-width:390px)
  
  {
    .header {
    height: 44%!important;
    width: 100%;
}
hr
{
    display: none!important;
}
.header-text {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    float: none;
    font-size: 12px;
    margin: 50px auto auto;
    padding: 42px !important;
    text-align: center;
    width: 100%;
}
#contact
{
    margin-top: 60%!important;
}
   .counter1 h2 {
    font-size: 15px;
    margin-left: 0px;
    margin-bottom: 12px;

}
#team h2 {
    color: black;
    font-size: 15px!important;
}
#blog h2 {
    margin-left: 18%;
    font-size: 20px;
    margin-top: -3px;
}
.title h2 {
    margin-top: -13%;
    margin-bottom: 20px;
    font-size: 19px;
}
.t-box h3 {
    font-size: 14px;
    margin-top: 2px;
}
.header-text h3 {
    font-size: 14px !important;
    margin-left: -411px;
    float: left;
    margin-top: 57px;
    margin-left: 8%!important;
    margin-top: -12%!important;
}
.blog-img h3 {
    font-size: 10px;
    color: black;
    margin-top: 8px;
    margin-bottom: 15px;
}
#agency {
    width: 100%;
}
.header-content row
{
    margin-top: 4%
}
.navbar-brand img {
    margin-left: 10px;
    width: 20% !important;
}
.header-text h2 {
    font-size: 24px;
}
.header-text p {
    font-size: 6px;
    /* margin-left: -128px; */
    margin-left: -10%!important;
    margin-top: -7%!important;
    float: left;
    /* margin-bottom: 6px; */
}

#about h2
{
    font-size: 17px !important;
    margin-top: 0%;
    margin-bottom: 2%;
}
#team {
    width: 100%;
    /* background: #f0ffff36; */
    background: none;
    margin-top: 12%;
}
#team p
{
    font-size: 12px!important;
    color: black;

}
.btn-ornge {
    /* background: rgb(215 135 79 / 50%) none repeat scroll 0 0; */
    background-image: linear-gradient(#12071f,#12071f), linear-gradient(90deg,#eb15f3,#ff4b37,#00fb1f,#0d82ff);
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 4px solid transparent;
    text-decoration: none;
    color: #ffff;
    transition: 0.5s ease-in-out;
    display: table-cell;
    border-radius: 25px;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
    border: 0px solid;
    /* border-radius: 25%; */
    margin-top: 7%;
    /* float: left; */
    margin-left: -242px;
    padding: 0px 2px 0px 2px!important;
    width: 94px;
    font-size: 16px;
    transition: all 0.35s ease 0s;
}
.t-box {
    margin-left: 3%;
    color: #fff;
    float: left;
    padding: 0 0 22px;
    text-align: center;
    width: 85%;
    font-size: 9px!important;
    border: 1px solid;
    height: 140px!important;
    margin-bottom: 60px;
    /* height: 39%; */
    border-color: rgb(0 0 0 / 16%)!important;
    text-align: center;
    box-shadow: 0px 12px 4px rgba(0,0,0,0.045)!important;
    padding: 10px 3px 30px;
    border-radius: 13px;
}
#team h3 {
    font-size: 15px!important;
    margin-top: 2px;
}
.btn span {
    font-size: 9px;
    width: 45%;
}
.head1 img1
{
    display: none;
}
.main-video {
    margin-left: 89%!important;
    margin-top: -52%!important;
}
.header-text hbtn
{
  margin-left: -13% !important; 
}
.row1 {
    margin-top: -32px;
    margin-left: -48%!important;
}
.for-box {
    /* background: url(../img/back1.png) no-repeat scroll center bottom / cover; */
    padding-top: 0px;
    /* background-attachment: fixed; */
    padding-bottom: 0px;
    background-image: initial!important;
    width: 100%;
    overflow: hidden;
 margin-bottom: -11%;
}

.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 50px !important;
    padding: 15px 0px 4px!important;
    position: relative;
    overflow: hidden;
    margin-top: -9% !important;
    margin-left: 11%!important;
    width: 85%!important;
    font-size: 13px!important;
    text-align: center;
    padding: 10px 0px 0px;
    position: relative;
    overflow: hidden;
    font-size: 12px!important;
    border-radius: 13%!important;
    text-align: center;
}
.wbox2
{
border: 1px;
    background: center;
    box-shadow: 0px 0px #0000001c;
    padding: 2px 2px 2px 2px!important;
    border-radius: 16px!important;
    background-color: #a9a9a91f;
    }
.wbox w1
    {
    margin-top: 13%!important;
    margin-left: 16%!important;
    width: 74%!important;
}
.pimg > img {
    margin-top: -74%!important;
    margin-left: -3%!important;
    width: 41%!important
    ;
    position: fixed;
}
#team1 {
    background: #252526;
    height: 100%!important;
    width: 100%;
}
#team1 p {
    font-size: 11px;
    margin-top: 0px;
}
.button {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px 13px;
    text-transform: capitalize;
}
.timg > img {
    width: 47%;
    margin-bottom: 2%;
}
.deskbtn {
    margin-top: 9%!important;
}
.counter
{
    width: 100%;
}
.counter p
{
        font-size: 11px;
}
.counter h2 {
    font-size: 15px;
    margin-bottom: -9px;
    margin-top: -6%;
}
.payimg img {
    width: 100%!important;
    border: none;
    background: none;
    margin-top: -38%!important;
    /* background: white; */
    margin-left: -51%;
}
.button1
{
    margin-left:50%;
}
.counter1
{
        /* margin-left: 0; */
    text-align: center;
}
.row1
{
    margin-left:-20%;
}
.hh4
{
margin-top: 3%!important;
visibility: initial;
}
.hh5
{
margin-top: 3%!important;
visibility: initial;
}
.counter1 span {
    visibility: inherit!important;
    font-size: 11px!important;
}
#contact {
    width: 100%;
    margin-top: 10%!important;
}
#contact p {
    font-size: 12px;
    visibility: initial;
    margin-bottom: 45px;
}
#contact h2{
    visibility: initial;
}
#contact span{
    visibility: initial;
}
#count2
{
        margin-left: 8%;
}
.count2 {
    margin-left: -21%!important;
    font-size: 10px!important;
}
#footer p
{
        font-size: 8px;
}
#footer {
    /* background: rgba(0, 0, 0, 0) url(../img/footer-bg.jpg) no-repeat scroll -554px -686px; */
    color: #fff;
    padding: 15px 15px 5px 10px;
    position: relative;
    /* text-align: center; */
    background: rgba(51,51,51,1);
    width: 100%;
    /* height: 8%; */
    overflow: hidden;
}
#text-15 {
    padding-left: 58%;
    text-align: left;
    margin-top: -7%;
    margin-left: 15%;
}
.blog-img {
    margin-top: -7%;
    margin-bottom: 23px;
    height: 324px !important;
    font-size: 11px !important;
    width: 100% !important;
    margin-left: 0% !important;
}
#about {
    margin-bottom: -28%;
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 15px 10px;
    width:100%;
}

.img-left img
{
width:100%;
}
.for-box .clr1::before {
    top: -26px;
}
.for-box .clr2::before {
    top: -26px;
}
.for-box .clr3::before {
    top: -26px;
}
.for-box .clr4::before {
    top: -26px;
}
.element-item {
width:100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-nav {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.t-box {
    /* background: #fff none repeat scroll 0 0; */
    color: #fff;
    /* float: left; */
        margin-top: 20px;
    padding: 0 0 22px;
    text-align: center;
    width: 92%;
    border: 1px solid;
    height: 250px;
    margin-bottom: 16px;
    /* height: 39%; */
    height: 40px;
    border-color: rgb(0 0 0 / 0%);
    text-align: center;
    box-shadow: 0px 12px 4px rgba(0,0,0,0.045);
    padding: 0px 40px 30px;
    font-size: 12px;
    border-radius: 13px;
}
.blog-img {
    height: 249px;
}
.navbar-brand img {
    margin-top: 0px;
    width: 60%;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: orange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header1 {
    margin-top: -144px;
}
    .for-box-crecl {
    left: 30%;
}
.wbox {
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 0px 0px 0px;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    border-radius: 35%;
    text-align: center;
}
    #blog::before {
    height: 60%;
    top: -600px;
    transform: rotate(83deg);
    width: 60%;
}
.wbox w1{
    background: #dddddd26 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 48px 0px 4px;
    position: relative;
    overflow: hidden;
    margin-left: 20%;
    width: 75% !important;
    font-size: 12px;
    border-radius: 35%;
    text-align: center;
} 

.main-video video {
   width: 180%!important;
    margin-top: 85%!important;
    margin-left: 527%!important;
}




}








 


   /*** --------------------*/

hr {
  height:5px;
  border-width:0;
  background-color:#00A4BD;
}

.row1 {
    padding: 9px 0 0px 150px;
    margin-left: -100px;

}


/*  chat support */


.hh2
{
    background: #fff;
    width: 25%;
    display: block;
    border: solid 7px #f5f5f5;
    border-radius: 50%;
    height: 57px;
    color: #ff1493cf;
    margin: -9px auto 0 auto;
}
.hh3
{
    background: #fff;
    width: 25%;
    display: block;
    border: solid 7px #f5f5f5;
    border-radius: 50%;
    height: 57px;
    color: #ff4800;
    margin: -9px auto 0 auto;
}
.bs-blog-naz h1
{
    color:black;
    font-size:35px;
}

.main-video
{
    margin-left: 90%;
    margin-top: -45%;
}
        .main-video video {
    width: 470%;
    margin-left: 335%;

}
.left
{
    margin-top: 29%;
    margin-left: -10%;
}








