body{
    background-color: transparent !important;
}
.linepat {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(../../images/portfolio/linepat.png);
    background-repeat: repeat;
}
.circleline{
    position: absolute;
    left: 0%;
    top: 2%;
}
.circleline2{
    position: absolute;
    right: 21%;
    bottom: 1%;
}
.circleline img, .circleline2 img{
    width: 90%;
    opacity: 0.7;
    animation: zoominoutsinglefeatured 2s infinite ;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1.0,1.0);
    }
    50% {
        transform: scale(0.9,0.9);
    }
    100% {
        transform: scale(1.0,1.0);
    }
}
.dotsbg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.dotsbg{
    width: 100%;
}
.dotsbg3{
    position: sticky;
    top: 72px;
}
.dotsbg3 img{
    font-size: 80px;
    font-weight: 600;
    background-color: #f9f9f9;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 70vh;
}
.bgf9{
    background-color: #f9f9f9;
}
.fade:not(.show) {
    opacity: unset !important;
}
.bg-custom {
    background-color: #fecd1a !important;
}
.imgcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-sep {
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    border-top: 1px solid #f9f9f9;
}
.bg-span{
    z-index: 1;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

/* Banner */
.wpb_wrapper{
    z-index: 1;
    position: relative;
}
  @keyframes animatedBackground {
    from { background-position: 0px 0; }
    to { background-position: -2375px 0; }
  }
  #header-top {
    height: 350px;
    width:100%;
    background-image: url(../../images/portfolio/portbanner.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: inherit;
    animation: animatedBackground 30s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

/* why? */
.port-marbtm{
    margin-bottom: 40px;
}
.whyus-text{
	position: relative;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.port-why {
	position: relative;
    background-color: #fff;
    padding: 30px 30px 30px 40px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);
	margin-left: 30px;
}
.port-why:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(48,54,77) 75%);
    background-image: -webkit-linear-gradient( 
90deg
, rgb(0,0,0) 0%, rgb(48,54,77) 75%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(48,54,77) 75%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(
-90deg
);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(
-90deg
);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}
.port-why:hover:before {
    -webkit-transform: perspective(400px) rotateX(
0deg
);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(
0deg
);
    opacity: 1;
}
.port-why .port-why-icon {
    position: absolute;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    line-height: 58px;
    font-size: 25px;
    color: #000;
    left: -30px;
    top: 30px;
    text-align: center;
    background-color: #f6c50e;
}
.port-why .port-why-content {
    position: relative;
}
.port-why .port-why-content h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px;
    position: relative;
	padding-bottom: 20px;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.port-why .port-why-content p {
	font-size: 16px;
	font-weight: 500;
	color: #3b3b3b;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.port-why .port-why-content h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../../images/portfolio/dubledotted.png) repeat-x center;
}

.port-why:hover .port-why-content h3, .port-why:hover .port-why-content p{
	color: #fff;
}

/* Why2 */
.whyuspro{
    
}
.whyuspro-head{
    text-align: center;
    padding: 24px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(51,150,166,0.3);
    border-radius: 4px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    min-height: 121px;
    display: flex;
    align-items: center;
    background-color: #F6F7F9;
}
.whyuspro-head h5{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #3396a6;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.whyuspro:hover .whyuspro-head {
    border-color: #3396a6;
    background-color: #3396a6;
}
.whyuspro:hover .whyuspro-head h5{
    color: #fff;
}
.whyuspro-content{
    text-align: center;
    padding: 46px 0px 0px 0px;
}
.whyuspro-content p{
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    background-color: #F6F7F9;
    padding: 10px;
    border-style: solid;
    border-radius: 4px;
    border-width: 2px;
    border-color: rgba(51,150,166,0.3);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.whyuspro:hover .whyuspro-content p{
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #3396a6;
}
.whyuspro-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 40px;
    width: 2px;
    transform: translateX(-50%);
    background-color: rgba(51,150,166,0.3);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 1;
}
.whyuspro-content:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50.3%;
    height: 12px;
    border-radius: 50%;
    width: 12px;
    transform: translateX(-50%);
    background-color: rgba(51,150,166,0.3);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 1;
}
.whyuspro:hover .whyuspro-content:before, .whyuspro:hover .whyuspro-content:after{
    background-color: #3396a6;
}

/*Btn*/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: #e30513;
    text-decoration: unset;
  }
  
  .btn-style-one:hover {
    color: #ffffff;
    background: transparent;
    text-decoration: unset;
  }
  
  .btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
  }
  
  .btn-style-one:hover .btn-title, .tabschange li.active .btn-style-one .btn-title {
    color: #ffffff;
  }
  
  .btn-style-one .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(0, 0, 0);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
  }
  
  .btn-style-one:hover .btn-title:before, .tabschange li.active .btn-style-one .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  
  .btn-style-one .btn-title i {
    font-size: 24px;
    line-height: 1em;
    top: 4px;
  }

  .tabschange li.active .btn-style-one .btn-title{
    border: 1px solid;
    border-color: #f6c50e;
  }
  /* colours */
  .gradient-bg1{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fff5f5, #fed1ce, #fff5f5, #fed1ce);
	background-size: 200% 200%;
    border: 3px solid #fed1ce;
    animation: gradient 5s ease infinite;
}
.gradientin-bg1{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#fed1ce 0,#fff5f5 100%);
    background: -webkit-linear-gradient(top,#fed1ce 0,#fff5f5 100%);
    background: linear-gradient(to bottom,#fed1ce 0,#fff5f5 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor1{
    color: #a20b04;
}
.portbg1{
    background-color: #a20b04;
}

.gradient-bg2{
    background: #fff8fb;
    background: linear-gradient(-45deg, #e9f9fb, #c4e7ed, #e9f9fb, #c4e7ed);
	background-size: 200% 200%;
    border: 3px solid #c4e7ed;
    animation: gradient 5s ease infinite;
}
.gradientin-bg2{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#c4e7ed 0,#e9f9fb 100%);
    background: -webkit-linear-gradient(top,#c4e7ed 0,#e9f9fb 100%);
    background: linear-gradient(to bottom,#c4e7ed 0,#e9f9fb 100%);
    /* border: 3px solid #c4e7ed; */
}
.portcolor2{
    color: #3396a6;
}
.portbg2{
    background-color: #3396a6;
}

.gradient-bg3{
    background: #fff8fb;
    background: linear-gradient(-45deg, #e9f7e8, #bfe9bc, #e9f7e8, #bfe9bc);
	background-size: 200% 200%;
    border: 3px solid #bfe9bc;
    animation: gradient 5s ease infinite;
}
.gradientin-bg3{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#bfe9bc 0,#e9f7e8 100%);
    background: -webkit-linear-gradient(top,#bfe9bc 0,#e9f7e8 100%);
    background: linear-gradient(to bottom,#bfe9bc 0,#e9f7e8 100%);
    /* border: 3px solid #c4e7ed; */
}
.portcolor3{
    color: #2bb721;
}
.portbg3{
    background-color: #2bb721;
}

.gradient-bg4{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fff5f5, #fed1ce, #fff5f5, #fed1ce);
	background-size: 200% 200%;
    border: 3px solid #fed1ce;
    animation: gradient 5s ease infinite;
}
.gradientin-bg4{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#fed1ce 0,#fff5f5 100%);
    background: -webkit-linear-gradient(top,#fed1ce 0,#fff5f5 100%);
    background: linear-gradient(to bottom,#fed1ce 0,#fff5f5 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor4{
    color: #ee161f;
}
.portbg4{
    background-color: #ee161f;
}

.gradient-bg5{
    background: #fff8fb;
    background: linear-gradient(-45deg, #FFFFFE, #CDD5C1, #FFFFFE, #CDD5C1);
	background-size: 200% 200%;
    border: 3px solid #CDD5C1;
    animation: gradient 5s ease infinite;
}
.gradientin-bg5{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#CDD5C1 0,#FFFFFE 100%);
    background: -webkit-linear-gradient(top,#CDD5C1 0,#FFFFFE 100%);
    background: linear-gradient(to bottom,#CDD5C1 0,#FFFFFE 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor5{
    color: #739712;
}
.portbg5{
    background-color: #739712;
}

.gradient-bg6{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fff9f8, #ffcdbd, #fff9f8, #ffcdbd);
	background-size: 200% 200%;
    border: 3px solid #ffcdbd;
    animation: gradient 5s ease infinite;
}
.gradientin-bg6{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#ffcdbd 0,#fff9f8 100%);
    background: -webkit-linear-gradient(top,#ffcdbd 0,#fff9f8 100%);
    background: linear-gradient(to bottom,#ffcdbd 0,#fff9f8 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor6{
    color: #e43800;
}
.portbg6{
    background-color: #e43800;
}

.gradient-bg7{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fffffe, #e0e0e0, #fffffe, #e0e0e0);
	background-size: 200% 200%;
    border: 3px solid #e0e0e0;
    animation: gradient 5s ease infinite;
}
.gradientin-bg7{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#e0e0e0 0,#fffffe 100%);
    background: -webkit-linear-gradient(top,#e0e0e0 0,#fffffe 100%);
    background: linear-gradient(to bottom,#e0e0e0 0,#fffffe 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor7{
    color: #333333;
}
.portbg7{
    background-color: #333333;
}

.gradient-bg8{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fff9eb, #ffecc4, #fff9eb, #ffecc4);
	background-size: 200% 200%;
    border: 3px solid #ffecc4;
    animation: gradient 5s ease infinite;
}
.gradientin-bg8{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#ffecc4 0,#fff9eb 100%);
    background: -webkit-linear-gradient(top,#ffecc4 0,#fff9eb 100%);
    background: linear-gradient(to bottom,#ffecc4 0,#fff9eb 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor8{
    color: #ffab00;
}
.portbg8{
    background-color: #ffab00;
}

.gradient-bg9{
    background: #fff8fb;
    background: linear-gradient(-45deg, #eaffff, #d6ffff, #eaffff, #d6ffff);
	background-size: 200% 200%;
    border: 3px solid #d6ffff;
    animation: gradient 5s ease infinite;
}
.gradientin-bg9{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#d6ffff 0,#eaffff 100%);
    background: -webkit-linear-gradient(top,#d6ffff 0,#eaffff 100%);
    background: linear-gradient(to bottom,#d6ffff 0,#eaffff 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor9{
    color: #00afaf;
}
.portbg9{
    background-color: #00afaf;
}

.gradient-bg10{
    background: #fff8fb;
    background: linear-gradient(-45deg, #f2f8fd, #bfdcf5, #f2f8fd, #bfdcf5);
	background-size: 200% 200%;
    border: 3px solid #bfdcf5;
    animation: gradient 5s ease infinite;
}
.gradientin-bg10{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#bfdcf5 0,#f2f8fd 100%);
    background: -webkit-linear-gradient(top,#bfdcf5 0,#f2f8fd 100%);
    background: linear-gradient(to bottom,#bfdcf5 0,#f2f8fd 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor10{
    color: #1989e5;
}
.portbg10{
    background-color: #1989e5;
}

.gradient-bg11{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fffcf6, #ffeecf, #fffcf6, #ffeecf);
	background-size: 200% 200%;
    border: 3px solid #ffeecf;
    animation: gradient 5s ease infinite;
}
.gradientin-bg11{
    background: #fff8fb;
    background: -moz-linear-gradient(top,#ffeecf 0,#fffcf6 100%);
    background: -webkit-linear-gradient(top,#ffeecf 0,#fffcf6 100%);
    background: linear-gradient(to bottom,#ffeecf 0,#fffcf6 100%);
    /* border: 3px solid #c4e7ed; */
}

.portcolor11{
    color: #ba7a01;
}
.portbg11{
    background-color: #ba7a01;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.gradient-webbg2{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fff5f5, #fed1ce, #fff5f5, #fed1ce);
	background-size: 200% 200%;
    border: 3px solid #fed1ce;
    animation: gradient 5s ease infinite;
}
.portwebcolor2{
    color: #a20b04;
}
.portwebbg2{
    background-color: #a20b04;
}


.gradient-webbg1{
    background: #fff8fb;
    background: linear-gradient(-45deg, #ececfc, #cac9f7, #ececfc, #cac9f7);
	background-size: 200% 200%;
    border: 3px solid #cac9f7;
    animation: gradient 5s ease infinite;
}
.portwebcolor1{
    color: #058eca;
}
.portwebbg1{
    background-color: #058eca;
}

.gradient-webbg2{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fff5f5, #fed1ce, #fff5f5, #fed1ce);
	background-size: 200% 200%;
    border: 3px solid #fed1ce;
    animation: gradient 5s ease infinite;
}
.portwebcolor2{
    color: #a20b04;
}
.portwebbg2{
    background-color: #a20b04;
}

.gradient-webbg3{
    background: #fff8fb;
    background: linear-gradient(-45deg, #FFFFFE, #CDD5C1, #FFFFFE, #CDD5C1);
	background-size: 200% 200%;
    border: 3px solid #CDD5C1;
    animation: gradient 5s ease infinite;
}
.portwebcolor3{
    color: #5a7431;
}
.portwebbg3{
    background-color: #5a7431;
}

.gradient-webbg4{
    background: #fff8fb;
    background: linear-gradient(-45deg, #FFFFFE, #e7d6d0, #FFFFFE, #e7d6d0);
	background-size: 200% 200%;
    border: 3px solid #e7d6d0;
    animation: gradient 5s ease infinite;
}
.portwebcolor4{
    color: #b07963;
}
.portwebbg4{
    background-color: #b07963;
}

.gradient-webbg5{
    background: #fff8fb;
    background: linear-gradient(-45deg, #FFFFFE, #c4fff3, #FFFFFE, #c4fff3);
	background-size: 200% 200%;
    border: 3px solid #c4fff3;
    animation: gradient 5s ease infinite;
}
.portwebcolor5{
    color: #01c399;
}
.portwebbg5{
    background-color: #01c399;
}

.gradient-webbg6{
    background: #fff8fb;
    background: linear-gradient(-45deg, #FFFFFE, #cbf6f3, #FFFFFE, #cbf6f3);
	background-size: 200% 200%;
    border: 3px solid #cbf6f3;
    animation: gradient 5s ease infinite;
}
.portwebcolor6{
    color: #11625d;
}
.portwebbg6{
    background-color: #11625d;
}

.gradient-webbg7{
    background: #fff8fb;
    background: linear-gradient(-45deg, #e7f3ff, #bfe1ff, #e7f3ff, #bfe1ff);
	background-size: 200% 200%;
    border: 3px solid #bfe1ff;
    animation: gradient 5s ease infinite;
}
.portwebcolor7{
    color: #003b71;
}
.portwebbg7{
    background-color: #003b71;
}

.gradient-webbg8{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fffffe, #e0e0e0, #fffffe, #e0e0e0);
	background-size: 200% 200%;
    border: 3px solid #e0e0e0;
    animation: gradient 5s ease infinite;
}
.portwebcolor8{
    color: #333333;
}
.portwebbg8{
    background-color: #333333;
}

.gradient-webbg9{
    background: #fff8fb;
    background: linear-gradient(-45deg, #eef2f8, #d3deec, #eef2f8, #d3deec);
	background-size: 200% 200%;
    border: 3px solid #d3deec;
    animation: gradient 5s ease infinite;
}
.portwebcolor9{
    color: #1c2c42;
}
.portwebbg9{
    background-color: #1c2c42;
}

.gradient-webbg10{
    background: #fff8fb;
    background: linear-gradient(-45deg, #f0fcfd, #cdf6f9, #f0fcfd, #cdf6f9);
	background-size: 200% 200%;
    border: 3px solid #cdf6f9;
    animation: gradient 5s ease infinite;
}
.portwebcolor10{
    color: #18b7c2;
}
.portwebbg10{
    background-color: #18b7c2;
}

.gradient-webbg11{
    background: #fff8fb;
    background: linear-gradient(-45deg, #fcfeff, #c3e9fd, #fcfeff, #c3e9fd);
	background-size: 200% 200%;
    border: 3px solid #c3e9fd;
    animation: gradient 5s ease infinite;
}
.portwebcolor11{
    color: #033d5c;
}
.portwebbg11{
    background-color: #033d5c;
}

.gradient-webbg12{
    background: #fff8fb;
    background: linear-gradient(-45deg, #f2f8fd, #bfdcf5, #f2f8fd, #bfdcf5);
	background-size: 200% 200%;
    border: 3px solid #bfdcf5;
    animation: gradient 5s ease infinite;
}
.portwebcolor12{
    color: #1e73be;
}
.portwebbg12{
    background-color: #1e73be;
}

/* Portfolios */
.vrtxt{
    position: sticky;
    top: 90px;
}
.vrtxt span{
    font-size: 80px;
    font-weight: 600;
    color: #ced4da;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0;
    display: block;
    position: absolute;
    top: -20vh;
    left: 5px;
    min-height: 70vh;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate( 
-180deg
 );
    transform: rotate( 
-180deg
 );
}

/* Mobile Portfolio */
.mobportsecsec iframe{
    background-color: transparent;
}
.mob-port{
    padding-top: 60px; 
}
.overflow-hidden{
    overflow: hidden;
}
.port-box-main{

}
.port-box-inn{
    margin-bottom: 60px;
}
.port-box-left h2{
    font-size: 46px;
    line-height: 46px;
    /* color: #050748; */
    font-weight: 800;
    margin-bottom: 30px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.port-box-left p{
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    color: #3b3b3b;
}

.port-box-inn{
    position: relative;
    padding: 50px;
    border-radius: 8px;
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
}
.port-box-right {
    /* padding: 60px 0 5px; */
    padding: 20px 0 5px;
    height: 100%;
    overflow-x: hidden;
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.port-screen{
    padding: 0 130px;
}
.port-thumbn{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
}
.port-slider{
    position: relative;
    width: 60%;
    margin-left: auto;
    padding: 15px 0;
    border-radius: 10px;
    min-height: 406px;
}

.pulse {
    animation: pulse 3s infinite ease-in-out alternate;
  }
  @keyframes pulse {
    from { transform: scale(0.95); }
    to { transform: scale(1.0); }
  }

.port-screen .slide {
    border: 6px solid #000;
    border-radius: 18px;
    overflow: hidden;
}
.mobslides .item img{
    border: 6px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 20px;

}
.mobslides .owl-item.owl-item.active.center .item img{
    border: 7px solid #000;
}
.mobdot{
    width: 10px;
    height: 10px;
    background-color: #656565;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 46%;
    border: 4px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.owl-item.owl-item.active.center .mobdot{
    width: 13px;
    height: 13px;
    top: 13px;
}
.owl-item.owl-item .owlimgpad{
    position: relative;
    padding: 26px 13px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.owl-item.owl-item.active.center .owlimgpad{
    padding: 0;
}

.port-box-btn{
    margin-top: 30px;
}
.portimgsec .port-thumbn{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.portimgsec:hover .port-thumbn{
    z-index: 15;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}
.portimgsec:hover .port-box-right{
    opacity: 0;
}

.port-tech{
    position: absolute;
    bottom: 15px;
    left: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 20;
}
.portimgsec:hover .port-tech{
    bottom: 20px;
    left: 15px;
}
.port-tech-img{
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 50%;
}
.bounce1 {
    -moz-animation: bounce 3s infinite ease-in-out;
    -webkit-animation: bounce 3s infinite ease-in-out;
  }
  .bounce2 {
    -moz-animation: bounce 3s infinite ease-in-out;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .bounce3 {
    -moz-animation: bounce 3s infinite ease-in-out;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .bounce4 {
    -moz-animation: bounce 3s infinite ease-in-out;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  @keyframes bounce {
      70% { transform:translateY(0%); }
      80% { transform:translateY(-15%); }
      90% { transform:translateY(0%); }
      95% { transform:translateY(-7%); }
      97% { transform:translateY(0%); }
      99% { transform:translateY(-3%); }
      100% { transform:translateY(0); }
  }

  .tabschange{
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    display: none;
  }
  .tabschange li .check{
    display: none;
  }
  .tabschange li.active .check{
    display: block;
  }

  @media (min-width:1200px) and (max-width:1300px){
    .vrtxt span {
        font-size: 40px;
        left: 2px;
    }
  }

  @media (max-width:1024px){
    .port-tech{
        bottom: 0px;
    }
    .vrtxt span {
        font-size: 40px;
    }
    .port-slider {
        min-height: unset;
    }
  }
  @media (max-width:768px){
    .port-marbtm {
        margin-bottom: 30px;
    }
    .port-box-left{
        margin-bottom: 30px;
    }
    .port-sec .portimgsec, .port-sec .portwebimgsec{
        margin-bottom: 79px;
    }
  }
  @media (max-width:600px){
    .backtobutton {
        z-index: 200;
    }
    .tagline {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .paddtb70 {
        padding: 30px 0 !important;
    }
    .whyus-text {
        font-size: 22px;
        padding-bottom: 0;
    }
    .port-why {
        padding: 30px 22px 30px 22px;
    }
    .port-why .port-why-content h3 {
        margin-bottom: 0;
        font-size: 17px;
        padding-bottom: 15px;
    }
    .port-why .port-why-content p {
        font-size: 15px;
    }

    .port-why .port-why-icon {
        height: 42px;
        width: 42px;
        line-height: 46px;
        font-size: 18px;
    }

    /* why2 */
    .whyuspro-head {
        min-height: auto;
        display: block;
        padding: 15px 15px;
    }
    .whyuspro-head h5 {
        font-size: 16px;
    }

    .port-box-inn {
        padding: 20px;
        margin-bottom: 30px;
    }
    .port-box-left h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .port-box-left p {
        font-size: 15px;
        line-height: 22px;
    }
    .btn-style-one {
        font-size: 14px;
        line-height: 22px;
    }
    .btn-style-one .btn-title {
        padding: 10px 10px;
    }
    .btn-style-one .btn-title i {
        margin-right: 0;
        font-size: 15px;
    }
    .port-thumbn {
        position: relative;
        width: 100%;
    }
    .port-slider {
        width: 100%;
        min-height: auto;
    }
    .portimgsec:hover .port-box-right{
        opacity: 1;
    }
    .port-slider {
        padding: 15px;
    }
    .port-box-right {
        height: auto;
        margin-bottom: 50px;
    }
    .port-tech-img {
        width: 42px;
        height: 42px;
    }
    .port-tech{
        left: 22%;
    }
    .vrtxt {
        position: sticky;
        top: 65px;
        z-index: 200;
        padding: 0px 36%;
    }
    .vrtxt span {
        font-size: 16px;
        font-weight: 500;
        color: #202020;
        letter-spacing: unset;
        line-height: 1;
        margin: 0;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        min-height: auto;
        z-index: 1;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: unset;
        transform: unset;
        text-align: center;
        margin-bottom: 12px;
        background-color: #fecd1a;
        padding: 5px;
        border-radius: 4px;
    }

    .whyuspro-content {
        padding: 24px 0px 0px 0px;
    }
    .whyuspro-content:before {
        height: 19px;
    }
    .whyuspro-content:after {
        top: 19px;
    }
}


/* Web */
#webport{
    padding: 60px 0 0;
    /* background-color: #f9f9f9; */
}
.webportsec iframe{
    z-index: 100;
    position: relative;
}
.portwebimgsec{
    min-height: 412px !important;
}
.port-webimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}
.port-webimage2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}
.port-webimage1 .port-webimage1-img, .port-webimage2 .port-webimage2-img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    box-shadow: 2px 2px 60px rgb(0 0 0 / 10%);
    position: relative;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    transition: 6s ease-in-out;
    overflow: hidden;
    /* margin-bottom: 22px; */
}
.port-webimage1:hover{
 z-index: 1;
}
.port-webimage2:hover{
    z-index: 1;
}
.port-webimage1:hover .port-webimage1-img, .port-webimage2:hover .port-webimage2-img{
    background-position: bottom center;
}

@media (max-width:600px){
    .portwebimgsec .port-tech {
        bottom: -50px;
    }
}