/*

*/
:root {
    --theme-color: #aabe43;
    /* --theme-color: #5e2fea; */
    --theme-color-two: #0473aa;
    /* --theme-color-two: #ef6631; */
}
body {
    color: #5c7275;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    
}
html, body {width: 100%;height: 100%;}
h1, h2, h3, h4, h5 {
    color: #0a3246;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
}
img {max-width: 100%;}
a {
    color: var(--theme-color-two);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus, button:focus, input:focus {outline: none;text-decoration: none;}


.btn.theme-btn {
    position: relative;
    background: var(--theme-color);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 38px;
    border-radius: 4px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
    overflow: hidden;
}
.btn.theme-btn::before {
    position: absolute;
    content: "";
    background: #000;
    left: 30%;
    right: 30%;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.btn.theme-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}
.btn.theme-btn:hover {
    background-color: #8ea02d;
    color: #ffffff;
}
.btn.theme-btn.btn2 {
    background: var(--theme-color-two);
}

a.btn.readMore {
    padding: 0;
    color: var(--theme-color);
    font-size: 13px;
    font-weight: 600;
}
.bg2 {
    background: #040f21;
}
.section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}
.light-bg {background: #f9f9f9;}
.light-bg1 {
	background: #e9eee5;
	
    
}
.blue-bg {
    background: #007ccc;
}
.heading {
    margin-bottom: 42px;
}
.sub-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b3b3b3;
}
.heading h2 {
    position: relative;
    padding-bottom: 20px;
    max-width: 900px;
    font-weight: 600;
}
.heading h3 {
    font-size: 31px;
}
.heading.text-center h2 {
    margin: 0 auto;
}

.heading h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    width: 58px;
    height: 3px;
    border-radius: 3px;
}

.heading.text-center h2::before {
    left: 50%;
    transform: translateX(-50%);
}
/* .heading h2::after {
    position: absolute;
    content: "";
    left: 62px;
    bottom: 0;
    background: var(--theme-color);
    width: 14px;
    height: 3px;
    border-radius: 3px;
} */
.heading .subTitle {
    color: var(--theme-color);
    display: block;
}
.heading h2 span {
    color: var(--theme-color-two);
}
.heading p {
    font-size: 15px;
    color: #333333;
}
.heading .btn.theme-btn {
    float: right;
    padding: 4px 12px;
}
.sub_title {
    margin-bottom: 25px;
}
.sub_title h2 {
    font-size: 26px;
}

.textJustify{text-align: justify}
.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text p, .white-text .heading h2 {
    color: #ffffff;
}
.white-text .heading p{
    color: #ccc;
}



.dr_container {
    max-width: 1550px;
    padding-left: 30px;
    padding-right: 30px;
}
#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 0 0;
    z-index: 99998;
}
#header .dr_container {
    max-width: 1800px;
    padding-left: 30px;
    padding-right: 30px;
}



ul.tomMenu {
    text-align: right;
    padding: 0;
    margin: 0 0 6px;
}
ul.tomMenu li {
    display: inline-block;
}
ul.tomMenu li:not(:last-child) {
    border-right: 1px solid #a7a7a7;
}
ul.tomMenu li a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 12px;
    margin: 0 12px;
    display: block;
    line-height: 1;
}
ul.tomMenu li a .fa {
    margin-right: 5px;
}


nav.navbar.navbar-expand-lg {
    padding: 0;
    background: none;
    position: static;
}
header#header.fixed {
    position: fixed;
    background: #0d1523;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 15px;
    height: 85px;
    z-index: 9998;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
   
}
header#header.fixed .navbar-brand img {
    height: 54px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 400;
    padding: 5px 18px;
    margin: 0 10px;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    background: none;
    color: var(--theme-color);
}


.navbar-expand-lg .navbar-nav .nav-link.btn {
    padding: 12px 30px;
    margin: 6px 18px;
}

#header .col.px-0 {
    position: static;
}

li.nav-item.mega-menu.hover {
    height: 68px;
}
li.nav-item.mega-menu>a {
    position: relative;
}
li.nav-item.mega-menu>a::before {
    position: absolute;
    content: "";
    right: 0;
    top: 14px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #aabe43;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.megaDropdown {
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 100px;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#header.fixed .megaDropdown {
    top: 85px;
}

.mega-menu.hover .megaDropdown {
    opacity: 1;
    height: auto;
    min-height: 400px;
    overflow: inherit;
}
.megaDropdown .innerBox {
    padding: 42px 0;
}



.subMenu-list ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 30%;
    border-right: 1px solid #eaeaea;
}
.subMenu-list ul.menu>li:not(:last-child) {
    margin-bottom: 22px;
}
.subMenu-list ul.menu>li:not(.btn-link)>a {
    color: #000;
    font-size: 16px;
    padding: 2px 20px;
    display: block;
    font-weight: 600;
    border-left: 3px solid #ffffff;
}
.subMenu-list ul.menu>li>a i {
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 18px;
    font-weight: normal;
}
.subMenu-list ul.menu>li.active>a {
    color: var(--theme-color);
    border-left: 3px solid var(--theme-color);
    padding-left: 25px;
}

.subMenu-list ul.menu>li .btn {
    padding: 10px 19px;
    min-width: 168px;
    font-size: 14px;
}

.subMenu-list .subMega-drop {
    position: absolute;
    left: 100%;
    top: 0;
    width: 262%;
    padding-left: 30px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.subMenu-list .active .subMega-drop {
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.subMega-drop h5 {
    margin-bottom: 20px;
}

.subMega-drop h5 a {
    font-size: 13px;
    font-weight: 600;
}
.subMega-drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.subMega-drop ul li a {
    position: relative;
    display: block;
    color: #000;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    padding-left: 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.subMega-drop ul li a::before {
    position: absolute;
    background: #ccc;
    content: "";
    left: 0;
    top: 48%;
    height: 1px;
    width: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.subMega-drop ul li a:hover {
    padding-left: 26px;
    color: var(--theme-color);
}
.subMega-drop ul li a:hover::before {
    width: 18px;
}

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






.relative {
    position: relative;
}

.main_homebanner {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    min-height: 880px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.main_homebanner::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 0%));
    /*background-image: -webkit-linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 0%));*/
    background-image:-webkit-linear-gradient(45deg, #000, #041c64, #3e2286a6, #1e440969, #286c0282);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main_homebanner .bgVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main_homebanner .bgVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
}
.main_homebanner .itp_textBox {
    position: relative;
    max-width: 640px;
}
.main_homebanner h1 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 40px;
}
.main_homebanner h1 span {
    color: #84a10a;
    font-weight: 800;
}
.main_homebanner p {
    font-size: 18px;
    color: #ffffff;
}
.itp_imgBox {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.main_homebanner .imgBox {
    position: absolute;
    top: 90px;
    left: 48%;
    width: 52%;
    height: calc(100% - 90px);
}
.main_homebanner .imgBox img {
    width: 84%;
}
.dr_whiteBox{
    background: #fff;
    max-width: 1300px;
    margin: -100px auto 64px;
    border-radius: 32px;
    box-shadow: 0 12px 30px -6px rgb(20 40 47 / 20%);
}


.esteemedBox {
    position: absolute;
    left: 0;
    top: -55px;
    width: 100%;
    z-index: 9;
}

.esteemedBox .column {
    background: #ffffff;
    position: relative;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 6px 26px -4px rgb(0 0 0 / 10%);
}
.esteemedBox .column::before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 100px);
    height: 100%;
    left: 50px;
    top: 28px;
    border-radius: 6px;
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
    z-index: -1;
}
.esteemedBox h3 {
    font-size: 22px;
    font-weight: 700;
}
.esteemedBox p {
    margin-bottom: 0;
}
.esteemedBox .partners img {
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    max-height: 65px;
    padding: 0 14px;
}

.tab-content .textBox span {
	color: #0473aa;
	text-transform: uppercase;
	font-size: 14px;
}

/* service css */
.our_services {
    background-repeat: no-repeat;
    background-position: bottom left -120%;
    background-size: auto 120%;
    padding-top: 140px;
}



.our_services .main-tabs {
    border: none;
    text-align: center;
    margin-bottom: 38px;
}
.our_services .main-tabs li a {
    background: #f5f7ea;
    border: 1px solid #e9ecd7;
    border: none;
    padding: 30px 15px;
    border-radius: 5px;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
}
.our_services .main-tabs li .icon {
    display: block;
    margin-bottom: 16px;
}
.our_services .main-tabs li a i {
    font-size: 52px;
    line-height: 52px
    color: #747b4c;
    font-weight: 500;
}

.our_services .main-tabs li a.active {
    background: var(--theme-color);
    color: #ffffff;
}

.our_services .main-tabs li a::before {
    position: absolute;
    content: "";
    bottom: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-top: solid var(--theme-color);
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
    filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
}
.our_services .main-tabs li a.active::before {
    opacity: 1;
    visibility: visible;
}

.our_services .main-tabs li:nth-child(1) a {
    background: #eaecf7;
    border-color: #dbe7ef;
    color: #7081e0;
}
.our_services .main-tabs li:nth-child(1) a i {
    color: #7081e0;
}
.our_services .main-tabs li:nth-child(1) a.active {
    background: #7081e0;
    color: #ffffff;
}
.our_services .main-tabs li:nth-child(1) a.active::before {
    border-top-color: #7081e0;
}
.our_services .main-tabs li:nth-child(2) a {
    background: #ffecec;
    border-color: #f3dcdc;
    color: #e08686;
}
.our_services .main-tabs li:nth-child(2) a i {
    color: #e08686;
}
.our_services .main-tabs li:nth-child(2) a.active {
    background: #f79090;
    color: #ffffff;
}
.our_services .main-tabs li:nth-child(2) a.active::before {
    border-top-color: #f79090;
}
.our_services .main-tabs li:nth-child(3) a {
    background: #f5f1ff;
    border-color: #e7e2f5;
    color: #7f6ab3;
}
.our_services .main-tabs li:nth-child(3) a i {
    color: #7f6ab3;
}
.our_services .main-tabs li:nth-child(3) a.active {
    background: #8562de;
    color: #ffffff;
}
.our_services .main-tabs li:nth-child(3) a.active::before {
    border-top-color: #8562de;
}
.our_services .main-tabs li:nth-child(4) a {
    background: #f1fffb;
    border-color: #ddefea;
    color: #53c1a2;
}
.our_services .main-tabs li:nth-child(4) a i {
    color: #53c1a2;
}
.our_services .main-tabs li:nth-child(4) a.active {
    background: #51b96c;
    color: #ffffff;
}
.our_services .main-tabs li:nth-child(4) a.active::before {
    border-top-color: #51b96c;
}
.our_services .main-tabs li:nth-child(5) a {
    background: #fff1f1;
    border-color: #f3e0e0;
    color: #e27272;
}
.our_services .main-tabs li:nth-child(5) a i {
    color: #e27272;
}
.our_services .main-tabs li:nth-child(5) a.active {
    background: #ea5445;
    color: #ffffff;
}
.our_services .main-tabs li:nth-child(5) a.active::before {
    border-top-color: #ea5445;
}


.our_services .main-tabs li a.active i {
    color: #ffffff;
}






.our_services .tab-content .box {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 14px 0 rgb(49 45 80 / 20%);
}
.our_services .tab-content .box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.our_services .tab-content .box ul {
    list-style: none;
    margin: 20px 0 28px;
    padding: 0;
}
.our_services .tab-content .box ul li:not(:last-child) {
    margin-right: 30px;
}

.our_services .tab-content .box ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left top 4px;
    background-size: 18px;
    padding-left: 36px;
    display: inline-block;
    margin-bottom: 20px;
}
.our_services .tab-content .box ul li svg {
    fill: var(--theme-color-two)  !important;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.our_services .tab-content .box ul .icon i {
    margin-right: 8px;
    font-size: 36px;
    line-height: 36px;
}


.whyChose_us .imgBox img {
    max-width: 125%;
    margin-left: -25%;
}
.whyChose_us .box .icon {
    float: left;
}
.whyChose_us .box .icon i {
    font-size: 32px;
    line-height: 32px;
    color: #0473aa;
}
.whyChose_us .box .textBox {
    margin-left: 60px;
}
.whyChose_us .box .textBox h3 {
    color: #0473aa;
}

.we-serve {
    background-position: center right -30%;
    background-repeat: no-repeat;
    background-size: auto 140%;
}
ul.provide_list {
    display: flex;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.provide_list li {
    float: left;
    width: 20%;
    padding: 10px;
}

ul.provide_list li .box {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 25px 20px;
    text-align: center;
    border-radius: 8px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /* box-shadow: 0 3px 5px 0 rgb(78 83 90 / 10%); */
}
ul.provide_list li .box:hover {
    background: var(--theme-color);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
/* .provide_list .icon .fa {
    background: #f6f7ee;
    font-size: 34px;
    color: var(--theme-color);
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
} */
.provide_list .icon .fa {
    background: #f3f3f3;
    font-size: 30px;
    color: #4f585d;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.provide_list .list:hover .icon .fa {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.provide_list .title {
	font-size: 17px;
	margin: 30px 0 0;
	min-height: 50px;
	color: #4f585d;
	display: block;
	font-weight: 600;
}
ul.provide_list .box:hover .title {color: #ffffff;}



.portfolio .innerBox {
    position: relative;
    min-height: 300px;
}


.discuss {
	background: #243367 url("../images/slide1.jpg") no-repeat;
	background-size: cover;
}
.discuss h4{
	color: #fff;
}
.portfolioSlider .owl-stage {
    margin-left: -100px;
}
.portfolioSlider .item {
    position: relative;
    border-radius: 10px;
    background: #000;
    overflow: hidden;
}
.portfolioSlider .imgBox::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.1;
    -webkit-transition: all 0.44s;
    -moz-transition: all 0.44s;
    transition: all 0.44s;
}
.portfolioSlider .item:hover .imgBox::before {
    opacity: 0.6;
}
.portfolioSlider .item {
    position: relative;
}
.portfolioSlider .item .textBox {
    background: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 25px 25px 20px;
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: all 0.34s;
    -moz-transition: all 0.34s;
    transition: all 0.34s;
    transform: scale(0.9);
}
.portfolioSlider .item:hover .textBox {
    opacity: 1;
    transform: scale(1);
}
.portfolioSlider .textBox h3 {
    font-size: 20px;
    margin: 0 0 6px;
}
.portfolioSlider .textBox p {
    font-size: 13px;
    margin-bottom: 0;
}
.portfolioSlider .btnBox {
    margin-top: 12px;
}
.portfolioSlider .textBox .btn {
    padding: 5px 10px;
    font-size: 14px;
    background: #aabe43;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.portfolioSlider .owl-dots {
    text-align: left;
    margin-top: 26px;
}
.portfolioSlider .item .imgBox img {
	height: 250px;
	object-fit: cover;
	object-position: top;
}
/** about-section **/

.about-section{
    position: relative;
  }
  
  #image_block_1 .image-box{
    position: relative;
    display: block;
    padding: 0px 150px 160px 0px;
  }
  
  #image_block_1 .image-box img{
    width: 100%;
    border-radius: 10px;
  }
  
  #image_block_1 .image-box .image-1{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
  }
  
  #image_block_1 .image-box .image-1:before{
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  #image_block_1 .image-box:hover .image-1:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  #image_block_1 .image-box .image-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 15px 50px #d3dce8;
  }
  
  #image_block_1 .image-box .clients-box{
    position: absolute;
    left: 50px;
    bottom: 40px;
    background: #fff;
    max-width: 245px;
    width: 100%;
    border-radius: 7px;
    padding: 19px 20px 15px 85px;
    box-shadow: 0 15px 50px #d3dce8;
  }
  
  #image_block_1 .image-box .clients-box .clients-thumb{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  
  #image_block_1 .image-box .clients-box .clients-thumb img{
    width: 100%;
    border-radius: 5px;
  }
  
  #image_block_1 .image-box .clients-box h3{
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  #image_block_1 .image-box .clients-box span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    color: #727272;
    font-weight: 500;
  }
  
  #image_block_1 .image-box .pattern-box .pattern-1{
    position: absolute;
    left: -45px;
    top: 50px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
  }
  
  #image_block_1 .image-box .pattern-box .pattern-2{
    position: absolute;
    right: -28px;
    bottom: 215px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
  }
  
 
  
  .about-section .pattern-layer .pattern-1{
    position: absolute;
    top: 70px;
    right: 300px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
  }
  
  .about-section .pattern-layer .pattern-2{
    position: absolute;
    top: 80px;
    right: 80px;
    background: #f6f9fb;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
  }
  
 


.shape_bg {
    position: relative;
    z-index: 1;
}



.aboutUs {
    position: relative;
    padding: 120px 0;
}
.aboutUs .video-box-content {
    padding-right: 96px;
}
.aboutUs .video-box-content h3 {
    color: #222222;
    font-size: 40px;
    line-height: 58px;
    margin-top: -15px;
}
.aboutUs .video-box-video {
    position: relative;
}

.aboutUs .video-box-video:before {
    content: '';
    background: #349ded;
    background: -webkit-gradient(linear, left top, right top, from(#349ded), color-stop(51%, #7176fd), to(#8453ef));
    background: linear-gradient(to right, #349ded 0%, #7176fd 51%, #8453ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#349ded', endColorstr='#8453ef', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .82;
}
.aboutUs .video-box-video .video-popup {
    position: absolute;
    top: 50%;
    left: -55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}



.howitworks {
    position: relative;
    z-index: 1;
}
.howitworks .bgImg {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 331px;
    z-index: -1;
}
.howitSlider {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 6px 38px 0 rgba(57, 73, 99, .15);
    padding: 85px 18px;
}


.whyChose_us,
.contact {position: relative;z-index: 1;}



.howWork {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    background-color: #f4f9fb;
}
.howWork .box:not(:last-child) {
    margin-bottom: 40px;
}
.howWork span.icon {
    color: var(--theme-color-two);
    font-size: 36px;
    width: 30px;
    line-height: 28px;
    display: inline-block;
    float: left;
}
.howWork .textBox {
    margin-left: 50px;
}
.howWork .box h3 {
    color: var(--theme-color-two);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 14px;
}

.howWork .box p {
    font-size: 14px;
}

/* .howWork .list .box {
    background: var(--theme-color);
    background: -webkit-linear-gradient(45deg, #94a928, var(--theme-color));
    background: linear-gradient(45deg, #94a928, var(--theme-color));
    padding: 35px 20px 25px;
    margin-bottom: 30px;
    border-radius: 0 30px 0 30px;
}
.howWork .list .box .icon {
    background: rgba(255, 255, 255, 0.2);
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
}
.howWork .list .box h3 {
    color: #ffffff;
    font-size: 15px;
    margin: 22px 0 0;
    min-height: 48px;
}

.howWork .list p {
    display: none;
} */


.testimonial {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
}
.testimonial .heading h2 span {
    font-size: 80px;
}

.reviewSlider .item {
    text-align: center;
}
.reviewSlider .user_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.reviewSlider .item h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color-two);
}
.reviewSlider .item p {
    max-width: 600px;
    margin: 40px auto 18px;
}


.recentworkSlider .imgBox {
    border: 0px solid #1f1e1c;
    border-radius: 10px;
    overflow: hidden;
}
.recentworkSlider .item .imgBox img {
	max-height: 450px;
	object-fit: contain;
	object-position: top;
}
.recentworkSlider .textBox {
    padding-left: 30px;
}
.recentworkSlider .textBox h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}
.recentworkSlider .textBox p {
    font-size: 18px;
}
ul.technology {
    background: #fff;
    padding: 25px 25px 12px;
    margin: 28px 0 30px;
    max-width: 380px;
    border-radius: 8px;
    box-shadow: 0 3px 5px 0 rgb(78 83 90 / 10%);
}
ul.technology li {
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 14px 0;
}
ul.technology li img {
    width: auto !important;
    max-width: 25px;
    height: auto;
    margin-right: 4px;
    display: inline-block !important;
    vertical-align: middle;
}
.recentWork .heading {
    padding-right: 40px;
}
.recentworkSlider  .btnBox .btn {
    padding: 0;
    color: var(--theme-color-two);
    font-weight: 600;
}
.recentworkSlider  .btnBox .btn i {
    margin-left: 10px;
}
.recentworkSlider  .owl-nav {
    position: absolute;
    top: -150px;
    right: 0;
}
.recentworkSlider  .owl-nav button {
    background: var(--theme-color) !important;
    width: 50px;
    height: 40px;
    margin: 0 4px;
}
.recentworkSlider  .owl-nav button .flaticon {
    color: #fff;
    font-size: 20px;
}





.ourClient {
    background: #fafafa;
}
.clientSlider {
    background: #ffffff;
    position: relative;
    padding: 30px;
    border-radius: 6px;
    z-index: 9;
    box-shadow: 0 6px 26px -4px rgb(0 0 0 / 10%);
}
/* .clientSlider::before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 100px);
    height: 100%;
    left: 50px;
    top: 28px;
    border-radius: 6px;
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
    z-index: -1;
} */
.clientSlider .item img {
	width: auto;
	display: inline-block;
	height: 65px;
	object-fit: contain;
}
.clientSlider .item {
	text-align: center;
	background: #fff;
	padding: 20px 10px;
	border-radius: 20px 0px;
	border: 1px solid #dddd;
}

.post-item {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgb(78 83 90 / 10%);
    margin: 10px 0;
}
.post-item .box-content {
    padding: 20px;
}
.post-item a.tag {
    color: var(--theme-color-two);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.post-item h4 a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 18px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots button {
    background: #ccc !important;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50%;
}
.owl-dots button.active {
    background: none !important;
    border: 2px solid var(--theme-color);
    height: 11px;
    width: 11px;
}
.expertise {
	background: #f9f9f9;
}
.expertise .box {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.expertise .icon {
    float: left;
}
.expertise .icon i {
	font-size: 20px;
	color: #fff;
	background: #aabe43;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../images/ib_sc.png);
	background-size: 120px;
	background-position: -28px -41px;
	display: block;
	position: relative;
	text-shadow: 2px 2px #569872;
}
.expertise .text {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 600;
}
.expertise .text a {
    color: #5d5d5d;
    font-weight: 600;
}
.discuss_with {
	background: #e7f2f7;
}
.discuss_with .icon {
	font-size: 48px;
}
.work-approach {
	background: #f2f2f2;
}
.work-approach .icon {
	width: 80px;
	margin: 0px auto 27px;
	border-radius: 100px;
	color: #fff;
	height: 80px;
	line-height: 85px;
	text-align: center;
	position: relative;
	background-image: url(../images/ib_sc.png);
	background-size: 165px;
	background-position: -28px -41px;
	display: block;
	position: relative;
	text-shadow: 2px 2px #387c5d;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: #6f8519;
}
.work-approach .icon i {
	font-size: 28px;
	display: inline-block !important;
	text-align: center;
	position: relative;
	z-index: 3;
}
.work-approach h4 {
	text-align: center;
	font-size: 18px;
	padding: 0;
	margin-bottom: 8px;
	font-weight: 600;
	position: relative;
}
/**/
.rd_list_2:after {
	background: #617679;
}
.rd_list_2 .list_item_ctn:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 56px;
	width: 2px;
	background: #617679;
	left: 28px;
}
.list_item_ctn_last:after{background: #fff !important;}
.rd_list_2 .list_item_ctn {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.rd_list_2 .list_icn {
	float: left;
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-left: 10px;
}
.rd_list_2 .list_icn i {
	font-size: 18px;
	color: #fff;
	background: #aabe43;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
}
.rd_list_2 .list_icn span {
	color: #288bd0;
}
.rd_list_2 .list_desc {
	margin-left: 70px;
}
.rd_list_2 .list_desc h3 {
	font-size: 20px;
	font-weight: 600;
}
/**/



.contactUs {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.contactInfo .box {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.contactInfo .icon {
    float: left;
}
.contactInfo .icon i {
    font-size: 28px;
    color: #aabe43;
    margin-top: 4px;
    width: 30px;
    text-align: center;
}
.contactInfo .text {
    display: block;
    margin-left: 54px;
    font-size: 16px;
}
.contactInfo .text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.contactInfo .text a {
    color: #5d5d5d;
    font-weight: 600;
}


.contactUs .innerBox {
    padding: 40px;
    box-shadow: 0px 20px 30px 0px rgb(95 127 208 / 10%);
    position: relative;
    border-radius: 8px;
    z-index: 100;
    background: #fff;
    margin: 0 auto -68px;
}
.contactForm .form-group {
    margin-bottom: 18px;
}
.contactForm .form-control {
    background: #f2f3f5;
    border: none;
    font-size: 13px;
    color: #9aa5ab;
    box-shadow: none;
}
.contactForm .form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.contactForm input, .contactForm select {
    height: 46px !important;
}
.contactForm .btn.theme-btn {
    margin-top: 35px;
}

::-webkit-input-placeholder {
    color: #9aa5ab !important;
}
:-moz-input-placeholder {
    color: #9aa5ab !important;
}
::placeholder {
    color: #9aa5ab !important;
}









.sticky_footer {
    position: fixed;
    background: #262a2f;
    left: 0;
    bottom: -110px;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.34s;
    -moz-transition: all 0.34s;
    transition: all 0.34s;
}
.sticky_footer.fixed {
    bottom: 0;
}
.sticky_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.sticky_footer ul li a {
    padding: 0 30px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    color: #cccccc;
    display: block;
    height: 40px;
    line-height: 40px;
}





#footer {
    background: #1D2228;
    color: #aeafbd;
    padding-top: 140px;
    padding-bottom: 72px;
}
#footer h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer .aboutBox p {
    color: #90969c;
    font-size: 15px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer .aboutBox .btn {
    padding: 14px 20px;
    font-size: 14px;
}
ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-menu li {
    margin-right: 16px;
}

ul.footer-menu li a {
    padding: 5px 0;
    display: block;
    color: #798795;
    font-size: 15px;
}
footer#footer a:hover {
    color: #ffffff;
}

.info-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info-menu li {
    position: relative;
    margin-bottom: 10px;
    padding: 4px 0 4px 36px;
    color: #798795;
}
.info-menu li a {
    color: #798795;
}
.info-menu li .fa {
    position: absolute;
    background: var(--theme-color);
    font-size: 13px;
    left: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.widget_box {margin-bottom: 40px;}
h4.widget-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
footer#footer .footer-social-icons {
    padding: 0;
    margin: 0px;
}
footer#footer .footer-social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 6px;
    display: inline-block;
    text-align: center;
    color: #858c90;
}

.footerLine_menu {
    text-align: center;
    border-top: 1px solid #292e35;
    border-bottom: 1px solid #292e35;
    padding: 12px 0;
}
.footerLine_menu li {
    display: inline-block;
}
.footerLine_menu li a {
    font-size: 15px !important;
    color: #90969c !important;
    padding: 0 4px !important;
}






.copyright {
    padding: 16px 0;
    margin-top: 20px;
}
#footer .copyright p {
    font-size: 14px;
    margin: 0;
    color: #8a909a;
    text-align: center;
}




.inner_homebanner {
    background: #000000;
    height: 115px;
}

.all_portfolio .container-fluid {
    max-width: 1780px;
}
.portfolio_item {
    background: #000000;
    padding-top: 30px;
    margin-bottom: 35px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio_item:hover {
    background: #e7eaf1;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.portfolio_item .imgBox {  
    text-align: center;
    padding: 30px 20px 0;
    min-height: 300px;
    display: block;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.portfolio_item .imgBox img {
    max-width: 300px;
    max-height: 270px;
    border: 4px solid #333;
    border-radius: 16px;
}
.portfolio_item.mobile .imgBox img {
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
}

.portfolio_item .titleBox {
    margin-bottom: 15px;
    text-align: center;
}
.portfolio_item .projectLogo {
    width: 60px;
    margin-right: 16px;
    margin: 0 auto 15px;
}
.projectLogo img {
    border-radius: 8px;
    box-shadow: 0 2px 10px 1px rgb(27 50 78 / 10%);
}
.portfolio_item .textBox {
    background: #ffffff;
    padding: 25px 22px 30px;
    box-shadow: 0 0 36px rgb(21 21 21 / 8%);
}

.portfolio_item .titleBox h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 6px 0 4px;
}
.portfolio_item .titleBox h3 a {
    color: #000000;
}
.portfolio_item .publish-date {
    font-size: 13px;
    color: #999;
}
.portfolio_item .textBox h4 {
    font-weight: 700;
}
.portfolio_item .info {
    background: #aabe43;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 25px;
    margin-top: 15px;
}
.portfolio_banner {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding: 120px 0 125px;
}
.portfolio_banner .sub-title {
    border-left: 2px solid #aabe43;
    font-size: 16px;
    color: #ffffff;
    padding: 2px 16px;
}
.portfolio_banner h1 {
    font-size: 66px;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0 0px 5px #294e48ad;
}
.portfolio_banner h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.portfolio_banner p {
    color: #ffffff;
    font-size: 16px;
}
.portfolio_banner .imgBox {
    position: relative;
    top: 110px;
    z-index: 99;
}

ul.appInfo {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    background: #fff;
    display: inline-block;
    padding: 16px 26px;
    border-radius: 8px;
}
ul.appInfo li {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
}
ul.appInfo li:not(:last-child) {
    margin-right: 8px;
}
ul.appInfo li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #aabe43;
    padding: 8px;
    border-radius: 50%;
    display: block;
}
ul.appInfo li svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    display: block;
}



.bottomShape {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    text-align: center;
}
.bottomShape svg {
    display: block;
    margin-bottom: -10px;
}
.bottomShape img {
    max-width: 1200px;
    width: 100%;
    padding: 0 60px;
    margin: 0 auto;
}

.appDetail .box {
    margin-bottom: 35px;
}

.appDetail .box .textBox {
    margin-left: 60px;
}
.appDetail .box .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #aabe43;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.appFeature {
    background: #000000;
}
.featureBox {
    position: relative;
}
.featureBox .imgBox {
    -webkit-transition: all 0.85s;
    -moz-transition: all 0.85s;
    transition: all 0.85s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.featureBox.ltrBox:hover .imgBox {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.featureBox.rtlBox:hover .imgBox {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.featureBox .textBox h2 {
    font-weight: 300;
    font-size: 45px;
    color: #fff;
}
.featureBox .textBox h2 span {
    font-weight: 700;
}
.featureBox .textBox .des {
    position: relative;
    margin-top: 30px;
    border: 1px dashed #ffffff;
    padding: 30px;
    max-width: 366px;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}


.featureBox.ltrBox h2 {
    text-align: right;
}
.featureBox.ltrBox .des {
    margin-left: auto;
}
.featureBox.rtlBox .imgBox {
    text-align: right;
}


.featureBox .line {
    position: absolute;
    left: 50%;
    top: 16%;
    width: 140px;
    height: 40%;
    border-width: 1px 1px 0 0;
    border-style: dashed;
    border-color: #fff;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.featureBox .line::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 100%;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #fff;
}
.featureBox.rtlBox .line {
    border-width: 1px 0 0 1px;
}
.featureBox.rtlBox .line::before {
    left: auto;
    right: 100%;
}
.featureBox .line::after {
    position: absolute;
    content: "";
    background: #fff;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 28%);
}
.featureBox.rtlBox .line::after {
    left: auto;
    right: -5px;
}


#mobileScreen .owl-item {
    padding: 40px 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
#mobileScreen .owl-item.center {
    transform: scale(1.15);
}






.ourAchievements {
    position: relative;
    padding-top: 120px;
}
.ourAchievements:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 88%;
    bottom: 0;
    background-image: url(../images/shape1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.ourAchievements ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ourAchievements ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 20px;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 38px;
}

.ourFeature {
    background: #ffffff;
}



.portfolio_banner.webBanner {
    padding: 175px 0 160px;
}
.portfolio_banner.webBanner .imgBox {
    top: 22px;
}
.webBanner .appInfo li {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.webBanner .appInfo {
    background: none;
}
.webDetail img {
	max-width: 750px;
}
.webDetail .imgBox {
    margin-top: -188px;
    margin-bottom: 35px;
    position: relative;
    z-index: 9;
}
.webDetail .textBox h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 42px;
}
.webDetail .textBox p {
    font-size: 22px;
    max-width: 800px;
    margin: auto;
}
.webFeature .featureBox {
    padding: 60px 0 !important;
}
.webFeature .featureBox .imgBox img {
    width: 100%;
    max-width: 485px;
}

.technolgyUse h3 {
    font-size: 50px;
    font-weight: 200;
    color: #aabe43;
}
.technolgyUse .itemList {
    list-style: none;
    text-align: center;
}

.technolgyUse .itemList li {
    display: inline-block;
    margin: 30px 45px 0;
}

.seoDetail {
    position: relative;
    z-index: 9;
}
.seoTable {
    background: #ffffff;
    padding: 30px;
    max-width: 850px;
    margin: -140px auto 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 6px 26px -4px rgb(0 0 0 / 10%);
}
.seoTable::before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 100px);
    height: 100%;
    left: 50px;
    top: 28px;
    border-radius: 6px;
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
    z-index: -1;
}
.seoTable h2 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 38px;
    color: #a9a9a9;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.seoTable h2 span {
    font-size: 16px;
    font-weight: 700;
    color: #aabe43;
    letter-spacing: 0;
    text-transform: none;
}
.seoTable table {margin: 0;border: none;}
.seoTable table tr td {
    border: none;
    font-size: 16px;
    padding: 10px 15px;
}
.seoTable table tr:nth-child(2n+1) {
    background: #f4f4ef;
}
.seoTable table tr:nth-child(2n+1) td {
    color: #5d5d5d;
}
.seoTable table tr td.text-right {
    font-weight: 600;
    color: #000;
}

.seoInfo .heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}






.serviceDetail {
    padding-top: 180px;
}


.serve_list li .box {
    background: #ffffff;
    padding: 20px 15px;
    box-shadow: 14px 4px 36px 19px #f8f8f8;
}

.serve_list {
    margin: 40px 0 0;
    list-style: none;
    padding: 0;
}
.serve_list li {
    float: left;
    width: 16.66%;
    padding: 0 8px;
    margin-bottom: 20px;
}
.serve_list.column4 li {
    width: 25%;
}
.serve_list span.title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
    min-height: 45px;
}

.serve_list span.icon {
    display: block;
    font-size: 34px;
    color: #333333;
    margin-bottom: 10px;
}
.serve_list span.icon svg {
    width: 38px;
    height: 38px;
    fill: #0473aa;
}



.serviceTab .nav.nav-pills {
    padding: 0;
    margin: 0;
    justify-content: center;
}
.serviceTab .nav li {
	width: 14.25%;
}
.serviceTab .nav.wordpress li {
	width: 12%;
}
.serviceTab .nav li a {
    position: relative;
    padding: 20px 20px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    opacity: 0.5;
    display: block;
    height: 100%;
}
.serviceTab .nav li a svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    vertical-align: middle;
    margin-right: 24px;
    font-weight: normal;
    display: block;
    margin: 0 auto 20px;
}
.serviceTab .nav li a.active {
    background: none;
    opacity: 1;
}
.serviceTab .nav li a.active svg {
    fill: #ffffff;
}


.serviceTab .nav li a.active::before {
    position: absolute;
    content: "";
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.serviceTab .content_column {
    background: #ffffff;
    padding: 60px 0 80px;
}
.content_column .text h3 {
    font-size: 22px;
    margin-bottom: 20px;
}








.whychoseTab .nav {
    display: block;
    border-right: 1px solid #e0e0e0;
}
.whychoseTab .nav li {
    display: block;
}
.whychoseTab .nav li:not(:last-child) {
    margin-bottom: 25px;
}
.whychoseTab.appIndustri .nav li:not(:last-child) {
    margin-bottom: 10px;
}
.whychoseTab .nav li a {
    background: none;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    padding: 6px 20px;
    font-weight: 600;
    margin-right: -2px;
    border-right: 3px solid transparent !important;
}
.whychoseTab .nav li a.active {
    background: none;
    color: #aabe43;
    border-color: #aabe43 !important;
}
.whychoseTab .nav li a svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-weight: normal;
    fill: #585858;
    vertical-align: middle;
}
.whychoseTab .nav li a.active svg {
    fill: #aabe43;
}




.serviceTab ul.infoList li p {
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0;
    color: #000;
}

.serviceTab ul.infoList li img {
    max-width: 85px;
}
.serviceTab ul.infoList li {
    display: inline-block;
    width: 14.22%;
    text-align: center;
    padding: 16px 6px;
}
.serviceTab ul.infoList {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.appIndustri .imgBox {
    margin-bottom: 30px;
}



.appWork-process .box {
    position: relative;
    text-align: center;
    padding: 25px 14px;
}
.appWork-process .box h3 {
    font-size: 16px;
    margin-top: 39px;
/*    min-height: 42px;*/
}

.appWork-process .box img {
    max-width: 88px;
}


.appWork-process .box .count {
    position: absolute;
    background: var(--theme-color-two);
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}
.appWork-process .box:not(.top) {
    margin-top: 40px;
}
.appWork-process .box.top .count {
    top: -15px;
}

.appWork-process .box.top::before {
    position: absolute;
    background-image: url(../images/process_arrow1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 145px;
    height: 31px;
    content: "";
    right: -116px;
    top: -25px;
}
.appWork-process .box:not(.top)::before {
    position: absolute;
    background-image: url(../images/process_arrow2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 145px;
    height: 31px;
    content: "";
    right: -116px;
    bottom: -25px;
}
.appWork-process .column:last-child .box::before {
    content: none;
}
ul.hash_list {
	font-size: 16px;
	color: #fff;
	list-style: none;
	padding-left: 0px;
}
ul.hash_list li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}
ul.hash_list li:before {
	position: absolute;
	left: 0;
	top: 0px;
	color: #9fd0e8;
	content: "\f292";
	display: inline-block;
	font-family: fontawesome;
	margin-left: 0;
	font-size: 18px;
	padding-right: 10px;
}
/*new added*/
.dp {
	border-bottom: 2px solid #aabe43;
}
.dp_box {
	position: relative;
	z-index: 0;
	padding-bottom: 1px;
	height: 100%;
}
.dp_box::before {
	position: absolute;
	left: 34px;
	top: 0;
	height: 100%;
	width: 2px;
	content: "";
	background: #aabe43;
	z-index: -1;
}
.dp_box > p {
	margin-bottom: 0 !important;
}
.dp_box b {
	position: absolute;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #0473aa;
	color: #FFF;
}
.dp_box figure {
	height: 70px;
	width: 70px;
	text-align: center;
	border-radius: 50%;
	background: #aabe43;
	display: inline-block;
}
.vcenter_fixheight::before {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
}
.dp_box figure img {
	max-width: 35px;
	max-height: 35px;
}
.vcenter_fixheight > * {
	display: inline-block;
	vertical-align: middle;
}
.dp_box h5 {
	display: inline-block;
	width: calc(100% - 75px);
	padding-left: 10px;
	vertical-align: middle;
}
.dp_box ul {
	padding-left: 10px !important;
	padding-top: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}
ul.list_icons li {
	list-style: none;
	margin-bottom: 10px;
}
.dp_box ul.list_icons li::before {
	background: #aabe43;
	top: 8px;
}
.list_icons li::before {
	position: absolute;
	left: 0;
	top: 15px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #FFF;
	content: "";
}
.list_icons li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
	text-align: left;
}
.grad-text {
	font-size: 52px;
	line-height: 72px;
	text-transform: uppercase;
	background: linear-gradient(300deg,#dce5a8,#bfd35e,#6dc8ed,#d7d7d7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}
.grad-text-light {
	font-size: 52px;
	line-height: 72px;
	text-transform: uppercase;
	background: linear-gradient(to right, #FCFBC1 0%, #a3ff47 50%, #aabe43 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}
.grad-text-lightn {
	line-height: 42px;
	text-transform: uppercase;
	background: linear-gradient(to right, #0742A4 0%, #103fcd 30%, #b847d8 70%, #eb62d6 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 600;
}
.net_i_icon {
	background:linear-gradient(to right, #007CCC 0%, #3dbfe9 100%);
	border-radius: 50%;
	padding: 12px;
	width: 70px;
	margin: auto;
}
/*end new added*/
/*eccommerce*/
.clients_Box {
	background: rgba(0, 0, 0, 0.6);
	width: 80%;
	padding: 15px;
	margin: auto 0;
}
.clients_Box h2 {
	color: #fff;
}
.clients_Box p {
	font-size: 18px;
	font-weight: 600;
}
.clients_Box .border-left, .clients_Box .border-right {
	border-left: 2px solid #dee2e6 !important;
}
.grad-text1 {
	line-height: 42px;
	text-transform: uppercase;
	background: linear-gradient(300deg,#11265b,#008bc0,#71347d,#e783d1);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 600;
}
.anim-grad-text1 {
	line-height: 42px;
	text-transform: uppercase;
	background: linear-gradient(300deg,#3b131d,#c63a6c,#ff6b89,#ff8e69);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 600;
}
.ecommerce_icon {
	background: #ffffff45;
	border-radius: 50%;
	padding: 12px;
	width: 70px;
	margin: auto;
}
.ecomm_icon h4 {
	color: #fff;
	font-size: 16px;
	margin: 10px auto;
	font-weight: 600;
}
.ecomm_icon p {
	color: #fff;
}
.icon-img {
	width: 100px;
}

/*end eccommerce*/
/*Wordpress*/
.wordpress_box {
	position: relative;
	background-color: #f5f1ff;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 25px 15px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 3px 14px 0 rgb(49 45 80 / 20%);
}
.column_shape.align_up {
	position: absolute;
	background: transparent;
	border: 30px solid #8562de;
	content: "";
	left: -6vw;
	top: -3vw;
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
}
.column_shape.align_up1 {
	position: absolute;
	background: transparent;
	border: 30px solid #7081e0;
	content: "";
	left: -6vw;
	top: -3vw;
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
}
.column_shape.align_down {
	position: absolute;
	background: transparent;
	border: 30px solid #f79090;
	content: "";
	right: -6vw;
	bottom: -3vw;
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
}
.wordpress_box_light {
	position: relative;
	background-color: #ffecec;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 25px 15px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 3px 14px 0 rgb(49 45 80 / 20%);
}
.wordpress_box_blue {
	position: relative;
	background-color: #eaecf7;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 25px 15px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 3px 14px 0 rgb(49 45 80 / 20%);
}
.seo_icon .seo-box {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
.seo_icon .seo-box .icon {
	float: left;
}
.seo_icon .seo-box .icon i {
	font-size: 30px;
	color: #fff;
	background: #2c007a;
	border-radius: 5%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../images/ib_sc.png);
	background-size: 165px;
	background-position: -28px -41px;
	display: block;
	position: relative;
	text-shadow: 2px 2px #283c84;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: #4f0864;
}
.seo_icon h3 {
	font-size: 18px;
	color: #283c84;
}
.seo_icon p {
	font-size: 14px;
}
.analysis.section-padding {
	background: -moz-linear-gradient(left, #fff 0%, #fff 50%, #0d1523 50%, #0d1523 100%);
}
.btn.theme-btn.website-block {
	display: block;
	width: 100%;
	padding: 7px;
}
.img-icon {
	width: 90px;
	height: 90px;
}
.city-box img {
	border-radius: 50%;
	border: 7px solid #c8c8c8;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}
.city-box a{
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
.white-bg {
	background: #fff;
}

/*End Wordpress*/
/*
================================ Blog page css
*/
.blogSlider .item {
    display: flex;
    flex-wrap: wrap;
}
.blogItem {
    position: relative;
    background: rgba(60, 66, 227, 0.05);
    border: 1px solid rgba(60, 66, 227, 0.1);
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.blogItem .category {
    position: absolute;
    font-weight: 600;
    color: #fff;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.blogItem .category span.badge {
    background: var(--theme-color-two);
    color: #ffffff;
    border-radius: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}
.blogItem .imgBox {
    background: #000;
    display: block;
}
.blogItem .imgBox img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
}
.blogItem .text {
    padding: 20px 15px;
}
.blogItem .text h3 {
    font-size: 22px;
    font-weight: 600;
}
.blogItem .text p {
    margin: 0;
}
.blogItem .text h3 a, .blogItem .text p a {
    color: #000000;
}
.blogItem .meta {
    font-size: 13px;
    margin: 15px 0;
}
.blogItem .meta span {
    display: inline-block;
    margin-right: 10px;
}
.blogItem .meta span.auther {
    font-weight: 600;
    color: #000;
}
.blogItem .date {
    color: #5a5959;
    font-weight: 600;
}


.single_blog .blogItem {margin-bottom: 0;}
.single_blog .category {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 9;
    color: #ffffff;
    font-size: 19px;
}
.single_blog .blogItem .category span.badge {
    background: rgba(56, 109, 228, 0.66);
    color: #ffffff;
    border-radius: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}
.single_blog .text {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    color: #ffffff;
}
.single_blog .imgBox {
    background: #000000;
    position: relative;
    padding-bottom: 74%;
    display: block;
}
.single_blog .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0.6;
}
.single_blog .blogItem .text h3 {
    font-size: 34px;
}
.single_blog .blogItem .text h3 a {
    color: #ffffff;
}
.single_blog .blogItem .meta {
    font-size: 14px;
}
.single_blog .blogItem .date {
    color: #fff;
}
.single_blog .blogItem .meta span.auther {
    font-weight: 600;
    color: #ffffff;
}
.single_blog .blogItem .text {
    padding: 0;
}
.single_blog .blogItem .text p {
    font-size: 18px;
    color: #fff;
}
.list_wraper .column:not(:last-child) {
    margin-bottom: 40px;
}
.post_wrapper .top_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post_wrapper .top_title h3 {
    font-size: 25px;
    font-weight: 700;
}
.post_wrapper .top_title .btn {
    padding: 6px 18px;
    font-size: 14px;
}

.blog_list {
    background: #f7f7f7;
    padding: 32px;
}
.blog_list .blogItem {
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    border-radius: 0;
}
.blog_list .blogItem .text {
    padding: 0;
}
.blog_list .blogItem .meta {
    margin: 0;
}
.blog_list .blogItem .category {
    position: static;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}
.blog_list .blogItem .text h3 {
    font-size: 16px;
}
.blog_list .blogItem img {
    width: 90px;
    height: 82px;
    max-width: 100px;
    margin-left: 12px;
}
.blog_list .blogItem span.auther {
    color: #386de4;
}
.blog_list .blogItem .imgBox, .blog_sidebar .blogItem .imgBox, .unAfix_sidebar .blogItem .imgBox {
    background: none;
}
.blog_list .blogItem .imgBox img, .blog_sidebar .blogItem .imgBox img, .unAfix_sidebar .blogItem .imgBox img {
    opacity: 1;
}
.blog_sidebar .list_items .blogItem, .unAfix_sidebar .blogItem {
     background: none;
    border: none;
    display: flex;
    margin-bottom: 16px;
    border-radius: 0;
}
.blog_sidebar .list_items .blogItem .text, .unAfix_sidebar .blogItem .text {
    padding: 0;
}
.blog_sidebar .list_items .blogItem .meta, .unAfix_sidebar .blogItem .meta {
    margin: 0;
    font-size: 12px;
}
.blog_sidebar .list_items .blogItem h3 {
    font-size: 15px;
}
.unAfix_sidebar .list_items .blogItem h3 {
    font-size: 15px;
}
.blog_sidebar .list_items .blogItem img, .unAfix_sidebar .blogItem img {
    width: 100px;
    max-width: 100px;
    height: 70px;
    margin-right: 15px;
}
.blog_sidebar .list_items .meta span.auther, .unAfix_sidebar .blogItem .meta span.auther {
    color: #386de4;
}
.post_progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: var(--theme-color-two);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    transition: all linear 0.1s;
    min-width: 1%;
    z-index: 9999;
}
.breadcrumbs {
    margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    font-weight: 600;
}
.breadcrumbs span.devider {
    margin: 0 4px;
    opacity: 0.4;
}
.blogItem.single_post {
    background: none;
    border: none;
    padding: 0;
    overflow: visible;
    border-radius: 0;
}
.singlePost_wrapper h1 {
    font-size: 28px;
    font-weight: 700;
}
.singlePost_wrapper .meta span.auther {
    color: #386de4;
}
.blogItem.single_post .imgBox img {
    height: auto;
}.blog_sidebar h3.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.related_list .blogItem {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 10%);
}
.related_list .blogItem .category {
    position: absolute;
    background: #f7dee1;
    top: 20px;
    left: 15px;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 25px;
    color: #000;
}
.related_list .blogItem .imgBox img {
    height: 196px;
}
.related_list .blogItem .meta {
    margin: 0 0 6px;
    font-size: 12px;
}
.related_list .blogItem .text {
    padding: 15px;
}
.related_list .blogItem .text h3 {
    font-size: 16px;
}
.related_list .blogItem .text p {
    font-size: 12px;
    color: #666;
    margin: 0;
}
.related_list .blogItem .text p a {
    color: #386de4;
    font-weight: 700;
}
.post_nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #efefef;
}
.post_nav h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.post_nav ol {
    list-style: none;
    counter-reset: ol;
}
.post_nav ol > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}
.post_nav ol > li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    content: counter(ol);
    counter-increment: ol;
    background-color: #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
}
.post_nav ol li a {
    color: #333333;
}
.post_nav ol ol > li {
    position: relative;
    padding-left: 2.5rem;
}
.blogItem.single_post .text h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 45px;
}
.singlePost_wrapper table th, .singlePost_wrapper table td {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6;
}
.singlePost_wrapper table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.singlePost_wrapper p.note {
    background: #ffdadd;
    padding: 10px 22px;
}
.postTag_list a {
    background: #e4ecff;
    padding: 5px 10px;
    font-size: 13px;
    color: #386de4;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 4px;
    display: inline-block;
}
.postTag_list span {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}
.postShare_block {
    border-top: 1px solid #ededed;
    margin-top: 35px;
    padding: 35px 0;
}
.postShare_block h3, .postComment_block h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.postShare_block .link {
    background: #000000;
    display: inline-block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 6px;
}
.postShare_block .whatsapp {
    background: #19df28;
}
.postShare_block .twitter {
    background: #1eb4ed;
}
.postShare_block .facebook {
    background: #302ed1;
}
.postComment_block textarea.form-control {
    background: #f7f7f7;
    font-size: 14px;
    height: 120px;
}.commentList h4 {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}
.commentItem {
    margin-bottom: 25px;
    padding: 15px 0;
}
.commentItem .userInfo img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 18px;
}
.commentItem .userInfo {
    display: flex;
    margin-bottom: 15px;
}
.commentItem .name {
    font-size: 13px;
    font-weight: 700;
}
.commentItem .date {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
}
.commentItem .comment {
    font-size: 13px;
    color: #666;
}




/*
==============================================================================================================
                                          RESPONSIVE PART
==============================================================================================================
*/

@media (max-width: 1600px){
    


}
@media (max-width: 1199px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 12px;
        margin: 0 8px;
    }
    #header .btn.theme-btn {
        padding: 16px 26px;
    }
}
@media (max-width: 1024px){
    ul.provide_list li {
        width: 25%;
    }
    
}
@media (max-width: 991px){
    #header ul.tomMenu {
        display: none;
    }
    #header .row.align-items-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .open_nav {
        padding: 0;
        margin-right: 40px;
    }
    .open_nav[aria-expanded="true"] {
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        opacity: 0.6;
    }
    .open_nav span.navbar-toggler-icon {
        position: relative;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 38px;
    }
    .open_nav[aria-expanded="true"] span.navbar-toggler-icon {
        display: none;
    }
    
    .open_nav span.navbar-toggler-icon::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        background: #ffffff;
        width: 68%;
        height: 2px;
        transform: translateY(-50%);
    }
    header#header .navbar-expand-lg .navbar-nav .nav-link, header#header.fixed .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 42px;
    }
    
    div#navbarSupportedContent {
        background: #fff;
        position: fixed;
        padding: 30px;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100% !important;
        z-index: 999;
        overflow: auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: 4px 0 9px -3px rgba(0, 0, 0, 0.2);
    }
    div#navbarSupportedContent.show {

    left: 0;
    
}
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,
    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus{
    color: #000;
}
    ul.provide_list li {
        width: 50%;
    }
    
    .recentworkSlider .textBox {
        padding-left: 0;
    }

}
@media (max-width: 767px){
    
.recentworkSlider .owl-nav {display: none;}
  
}

@media (max-width: 640px){
    h2 {
        font-size: 28px;
    }
    #header .btn.theme-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .main_homebanner h1 {
        font-size: 32px;
    }
   
}


@media (min-width: 992px){


    
    #header.fixed {
        -webkit-animation:drfadeDown 0.45s;
        -moz-animation:drfadeDown 0.45s;
        -ms-animation:drfadeDown 0.45s;
        -o-animation:drfadeDown 0.45s;
        animation:drfadeDown 0.45s;
        -webkit-animation-iteration-count:1;
        -moz-animation-iteration-count:1;
        -ms-animation-iteration-count:1;
        -o-animation-iteration-count:1;
        animation-iteration-count:1;
    }

    .howWork .leftBox .box {
        text-align: right;
    }
    .howWork .leftBox span.icon {
        float: right;
    }
    .howWork .leftBox .textBox {
        margin-left: 0;
        margin-right: 50px;
    }
    .contentBox {
        position: absolute;
        width: 100%;
        top: 10%;
        left: 0;
    }
    .sliderBox {
        padding-left: 40%;
    }
}

@media (min-width: 1025px){

}

@media (min-width: 1280px){

    .container.big {
        max-width: 1280px;
    }
    
}
@media (min-width: 1380px){

    .container {
        max-width: 1240px;
    }
    
}

@-webkit-keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.bounce{
    position: absolute;
    right: 0;
    bottom: -40px;
    -webkit-animation: bounce 5s linear 0s infinite normal forwards;
    animation: bounce 5s linear 0s infinite normal forwards;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
