html body {
font-family: 'Poppins', sans-serif;
font-size: 14px;
/*overflow-x: hidden;*/
}
html{
  overflow-x: hidden !important;  
}
.structure{
  overflow-x: hidden !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}
  /* width */
                ::-webkit-scrollbar {
                    width: 10px;
                }

                /* Track */
                ::-webkit-scrollbar-track {
                    box-shadow: inset 0 0 5px grey;
                    border-radius: 10px;
                }

                /* Handle */
                ::-webkit-scrollbar-thumb {
                    background: #ff3b33;
                    border-radius: 10px;
                }

                /* Handle on hover */
                ::-webkit-scrollbar-thumb:hover {
                    background: #ff3b33;
                }
/*

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.woff') format('woff2'),
    url('../fonts/Poppins-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

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


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype'), 
    url('../fonts/Poppins-Medium.ttf.woff2') format('woff2'),
     url('../fonts/Poppins-Medium.ttf.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype'), 
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
     url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype'), 
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
     url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

*/


h1{
        font-size: 46px;
        font-weight: bold;
}

h2{
    font-size: 42px;
}
h3 {
    font-size: 32px;
}
h4{
    font-size:22px;
}
h5 {
    font-size: 20px;
}
h6{
    font-size: 18px;
}
/*a {
    color: #fb9201 ;
    cursor: pointer;
}*/
a:hover {
    text-decoration: none;
    color: #f04d22;
}
.btn.app-btn{
  background-color: #09131c !important;

}
.btn.app-btn:hover{
       box-shadow: 0px 0px 17px #112436 !important;
}
.btn, .contact-form input[type="submit"]{
-webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    background-color: #ff3b33;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px !important;
    color: #fff;
    padding: 11px 35px !important;
    border: 0px;

}
.btn:hover{
    box-shadow: 0px 0px 17px #ff3b33;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}
li, p{
     font-size: 16px;
}
p{
    line-height: 24px;
    color: #000;
}
img {
    max-width: 100%;
}

.btn:hover {
    color: #fff !important;
}

/*.form-control{
    background: #f8f8f8;
    border:1px solid #e8e8e8;
    border-radius:5px;
    font-size: 14px;
    padding: 8px 24px;
    height: auto;
    font-size: 14px;
}*/
label{
    font-weight: 400;
    color: #2f2f2f;
    font-size: 18px;
}
.fontawesome,
.fontawesome option {
    font-family: "Font Awesome 5 Pro";
}
.cursor_pointer{
    cursor: pointer !important;
}
.border_1px{
    border:1px solid #e8e8e8 !important;
}
.border_btm{
    border-bottom:1px solid #e8e8e8 !important;
}
.border_color{
    border-color: #d3d3d3 !important;;
}
.radius_10{
    border-radius: 10px;
}
.radius_6{
    border-radius: 6px;
}
.radius_0{
    border-radius: 0px;
}
.font_22{
    font-size: 22px;
}
.font_12{
    font-size: 12px;
}
.font_16{
    font-size: 16px !important;
}
.font_18{
    font-size: 18px !important;
}
.font_20{
    font-size: 20px;
}
.font_14{
    font-size: 14px;
}
.font_22{
    font-size:22px;
}
.font_24{
    font-size: 24px;
}
.font_28{
    font-size: 28px;
}
.font_26{
  font-size: 26px;
}
.font_30{
    font-size: 30px;
}
.weight_400{
    font-weight: 400;
}
.weight_500{
    font-weight: 500 !important;
}
.weight_bold{
    font-weight: 700;
}
.line_height_30{
    line-height: 30px;
}
.line_height_25{
    line-height: 25px;
}
.line_height_45{
    line-height: 45px;
}
.select_wrap {
    position: relative;
}
.select_wrap select{
    -webkit-appearance:none;
}
.weight_600{
    font-weight: 600;
}
.select_wrap::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 6px;
    position: absolute;
    pointer-events: none;
    font-weight: 500;
    color: #73787E;
}

.box_shadow{
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
} 

.color_gray{
    color: #a3a6b1!important;
}
.color_black{
    color: #000000 !important;
}
.color_orange{
    color: #ff3b33 !important;
}
.color_blue{
    color: #162466;
}

/*------bg color-------*/
.bg_light_gray1{
  background-color: #f8f8fc;
}
.bg_light_green{
  background-color: #f1ffed;
}
.bg_medium_gray{
    background-color: #f6f5f3;
}
.bg_light_gray{
    background-color: #f6f5fb !important;
}
.bg_gray{
    background-color: #f0f3f9 !important;
}
.bg_orange{
    background-color: #ff3b33 !important;
}
.bg_black{
    background-color: #222222 !important;
}
.bg_blue{
    background-color: #162466;
}
/*------start home page styling ---------*/
.header-container-fluid{
  position: relative;
  z-index: 1111;
}
.main-ul{
  min-width: 45rem;
    border-radius: 15px;
  box-shadow: 0px -3px 15px #fff;
  left: -106%;

}
.dropdown-menu{
   height: 300px; 
}
.main-ul li a{
  width: 50%;
}

.dropdown-menu{
  border:1px solid rgba(0,0,0,0.05);
}
.inner-ul{
      top: -183% !important;
    left: 50%;
    margin-right:0;
    margin-left: 0px !important;
    min-width: 22.5rem;
    left: 50% !important;
    display: block;
    border-top-right-radius:15px;
    border-bottom-right-radius: 15px;
    border: 0px;
    background-color: #f3f5f8;
}
.dropdown-menu.inner-ul-1{
        top: 0% !important;
    left: 50%;
    margin-right:0;
    margin-left: 0px !important;
    min-width: 22.5rem;
    left: 50% !important;
      display: none;
          border-top-right-radius:15px;
    border-bottom-right-radius: 15px;
        background-color: #f3f5f8;
        border:0px;
        transition: all 0.3s;
}

.main-ul li a i{
  opacity: 0;
  transition: all 0.3s;
  font-size: 18px;  
}
.main-ul li a:hover i{
 opacity: 1;
 transition: all 0.3s;
}
.inner-ul-1 li a:hover, .inner-ul li a:hover{
  background:transparent !important;
}
.main-ul li a{
  color: #162466 !important;
  font-size: 14px;
  line-height: 30px;
  transition: all 0.3s;
  width: 100%;
  display: flex;
  align-items: center;
}
#navbarDropdownMenuLink::after{
  display: none;
}
.main-ul .dropdown-toggle::after{
  display: none;
}
.dropdown-submenu {
  position: relative;
}


.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.logo{
    height:60px;
}
.navigation-bar a.nav-link{
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
        padding: 10px 15px !important;
        transition: all 0.5s;
}
.navigation-bar a.nav-link:hover{
  color: #ff3b33 !important;
   transition: all 0.5s;
}
.navigation-bar .navbar-nav{
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.header-slider{
  /*background-image: url("../images/Banners.png");*/
  background-size: cover;
  background-position: center;
 padding: 30px 0px 85px 0px;
  background-color: #f3f5f7;
}
.left-dots{
      position: absolute;
    height: 100px;
    top: 350px;
    margin-left: 30px;
  animation: mymove 2s infinite;
  animation-direction: alternate;
}
.right-dots{
        position: absolute;
    height: 100px;
    top: 450px;
    right: 20px;
  animation: mymove 2s infinite;
  animation-direction: alternate;
}
.right-cube{
      position: absolute;
    animation: rotation 8s infinite linear;
    left: 30%;
    top: 500px;
    height: 50px;
}
@keyframes mymove {
  0%   {margin-top: 0px;}
  100% {margin-top: 15px;}
}
.left-oval{
  position: absolute;
    animation: rotation 8s infinite linear;
    
    left: 100px;
    top: 620px;
    height: 40px;
}
.right-line{

        position: absolute;
    height: 30px;
    top: 630px;
    margin-left: 60%;
  animation: mymove 2s infinite;
  animation-direction: alternate; 
}
.right-oval{
    position: absolute;
    animation: rotation 8s infinite linear;
    right: 250px;
    top: 100px;
    height: 40px;
}
.center-cube{

        position: absolute;
    height: 100px;
    top: 100px;
    margin-left: 45%;
  animation: mymove 1s infinite;
  animation-direction: alternate;
}
.left-cube{
        position: absolute;
    animation: rotation 8s infinite linear;
    margin-left:40px;
    top: 150px;
    height: 70px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}




.header-slider .carousel-item p{
    line-height: 25px;
    padding-top: 15px;
}
.header-slider .carousel-item h3{
    line-height: 40px;
}
.slider-content{
    width:500px;
    max-width: 550px;
}
.header-slider .carousel-indicators li{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border:1px solid #162466;
    background: transparent;
    opacity: 1;
}
.header-slider .carousel-indicators li.active{
    background: #162466;
    box-shadow: 0px 0px 15px #162466;
}
.header-slider .carousel{
  min-height: 500px;
}
.header-slider .carousel-indicators{
    bottom: -50px;
}
.header-bottom .owl-stage{
    display: flex;
    align-items: center;
}
.header-bottom-slider .owl-dots, .header-bottom-slider  .owl-nav{
  display: none;
}
.row{
    max-width: 100% !important;
}
.header-bottom .owl-stage .item img{
    height: 50px;
}
.header-bottom .owl-stage .item{
    text-align: center;
}
.why-d-bg{
  position: absolute;
  right: -40px;
  margin-top: -40px;
}
.about-us-card{
padding: 20px 13px;
height: 100%;
text-align: center;
background: transparent;
    box-shadow: 0px 0px 30px #eff3f9;
}
.about-us-card .card-footer{
  background-color: transparent;
  padding: 0px;
  border:0px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;

}
.about-us-card  p{
  padding-bottom: 20px !important;
}
.about-us-card .card-body {
  padding: 0;
}
.about-us-card .card-footer button{
  background: transparent;
  border:0px;   
}
.about-us-card p{
    font-size: 14px;
    padding: 0px 15px;
}
.about-us-card img{
    height: 90px;
}
.about-us-card h5{
  font-weight: 600;
}
.about-us-card:hover{
       box-shadow: 0px 0px 50px #e4edf9;
    transition: all 0.3s;
}
.align-row{
    align-items: center;
}
.align-end{
  align-items: flex-end;
}
.about-us-section{
    padding: 80px 0px;
}
.services-section{
    padding: 90px 0px 40px 0px;
}
.services-section-row{
    background-image: url("../images/services-bg.webp");
    background-position: center;
    background-size: cover;
}
.work-section{
    background-image: url(../images/work-bg.webp);
    padding: 58px 0px 50px 0px;
    background-size: cover;
}
.portfolio-work-section{
  background-size: contain;
  background-repeat: no-repeat;
      padding: 90px 0px 80px 0px;
}
.load-btn{
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.work-card .wrap .wrap-content{
    position: absolute;
    background: #ff3b33;
    top: 36%;
    width: 77%; 
    padding: 12px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.work-card .wrap{
    position: absolute;
    background:rgba(22,36,102,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}
.work-card .wrap .wrap-content h6{
    color: #fff;
    font-size: 16px;
    margin-bottom:5px;
}

.work-card .wrap .wrap-content p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
}
.work-card:hover .wrap{
  opacity: 1;
    transition: all 0.5s;
}
.wrap{
  transition: all 0.5s;
}
.work-card{
      transition: all 0.5s;
}
.work-pills a.nav-link{
    color: #162466;
    font-size: 14px;
    font-weight: 600;
}
.work-pills a.nav-link.active{
    color: #ff3b33;
    background:transparent;
}
.case-studies-slider-row .wrap-content{
  top: 62% !important;
}
/*-----start counter sectio----*/
.count
{
  line-height: 40px;
  color:#162466;
  font-size:30px !important;
  color: #162466;
font-weight:600;
}

#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}
.text{
    font-size: 30px;
color: #162466;
font-weight: 600;
}
.counter-section{
    box-shadow: inset 0 114px 177px -48px rgb(239 243 249);
    padding: 70px 0px;
}
.header-bottom{
    border-top: 2px solid #ff3b33;
    padding: 25px 0px !important;
}
.case-studies-section{
    background-image: url("../images/case-studies-bg.png") !important;
   background-position: bottom;
}
.case-studies-section .inner-case-studies-section{
    opacity: 1 !important;
}
.case-studies-slider .owl-dots{
  display: none;
}
.testimonial-row{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px #eff3f9;
    padding:30px;
    min-height: 290px;
}
.testimonial-row .profile-img{
    width: 120px;
}
.testimonial-row .comments{
    width: calc(100% - 150px);
}

.footer-upper-section{
    background-image: url("../images/footer-upper-bg.webp");
    padding:70px 0px 0px 0px;
    margin-top: 100px;
}
.footer-right-img img{
    margin-top: -150px;
}
.blue-btn:hover{
      box-shadow: 0px 0px 15px #162466;
}
.testimonial-slider .owl-stage-outer {
    overflow: visible !important;
}
.testimonial-slider.owl-carousel .owl-item img{
      height: 100px;
    width: 100px;
    border-radius: 100%;
    object-fit: cover;
}

.testimonial-slider .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.testimonial-slider .owl-item.active {
    opacity: 1;
}
.testimonial-slider .owl-dots{
    display: none;
}
.testimonial-slider .owl-prev, .testimonial-slider .owl-next{
        height: 35px;
    width: 35px;
    border-radius: 50% !important;
    border: 1px solid gray !important ;
}
.testimonial-slider .owl-prev i, .testimonial-slider .owl-next i{
    /*font-size: 20px;*/
    color:#ff3b33;
}
.testimonial-slider .owl-nav{
    margin-top: 40px !important;
}
.footer-menu li a, .footer-menu li{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    transition: all 0.5s;
}
.footer-menu li a:hover{
    color:#ff3b33;
    transition: all 0.5s;
}
.social-icons li a{
    color: #162466;
}
.social-icons li{
    display: inline-block;
    padding: 0px 10px;
}
.social-icons li:nth-child(3){
    padding-right: 0px;
}

/*----start styling for process progress bar------*/
.one, .two, .three, .four, .five, .six{
    position:absolute;
   /* margin-top:-10px; */
   z-index:1;
   height:14px;
   width:14px;
   border-radius:25px;
   
}
.one{
   left: 47%;
   top: -3px;
}
.two{
   left:92%;
   top: 100px;
}
.three{
  left: 90%;
    top: 300px;

}
.four{
    left: 48%;
    top: 390px;
}
.five{
    left: 8%;
    top: 310px;
}
.six{
    left: 4%;
    top: 105px;
}


.danger-color{
   background-color:#ff3b33;
}
.progress-circle {
   font-size: 20px;
   margin: 20px;
   position: relative; /* so that children can be absolutely positioned */
   padding: 0;
   width: 20em;
   height: 20em;
   background-color: #cbd1d6; 
   border-radius: 50%;
   line-height: 5em;
}

.progress-circle:after{
    border: none;
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 19.5em;
    height: 19.5em;
    background-color: white;
    content: " ";
}
/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 20em;
    width: 20em;
    text-align: center;
    display: block;
    color: #53777A;
    z-index: 2;
}
.progress-circle span img{
  height: 300px;
      margin-top: 0px;

}
.left-half-clipper { 
   /* a round circle */
   border-radius: 50%;
   width: 20em;
   height: 20em;
   position: absolute; /* needed for clipping */
   /*clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ */
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
   clip: rect(auto,auto,auto,auto);
}
.value-bar {
   /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/ 
   position: absolute; /*needed for clipping*/
   clip: rect(0, 10.9em, 5em, 0);
   width: 20em;
   height: 20em;
   border-radius: 50%;
   border: 0.25em solid #ff3b33; /*The border is 0.35 but making it larger removes visual artifacts */
   /*background-color: #4D642D;*/ /* for debug */
   box-sizing: border-box;
  
}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
   /*Progress bar for the first 50%, filling the whole right half*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 5em, 5em, 2.5em);
   background-color: #53777A;
   border-radius: 50%;
   width: 5em;
   height: 5em;
}
.progress-circle:not(.over50) .first50-bar{ display: none; }


/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(58deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }





/*-----rotation---------*/
.value-bar.second{
      /*transform: rotate(118deg) ;*/
      display: none;
}
.value-bar.third{
      /*transform: rotate(174deg) !important;*/
      display: none;
      /*transition: all 0.5s;*/
}
.value-bar.fourth{
      /*transform: rotate(228deg) !important;*/
      display: none;
}
.value-bar.fifth{
      /*transform: rotate(290deg) !important;*/
      display: none;
}
.value-bar.sixth{
      /*transform: rotate(352deg) !important;*/
      display: none;
}
.process-section{
    background-image: url("../images/process-bg.webp");
    background-size: cover;
    background-position: center;
}

/*------start styling for faq section-------*/

.panel-heading{
    padding: 5px 0px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #162466;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    background-color: #fff;
    border-radius: 40px;
       box-shadow: 0px 0px 30px #eff3f9;
    position: relative;
    z-index: 11111;
}

.panel-heading i{
padding: 0px 15px;
    color: #162466;
}

.panel{
    border-radius: 6px;
}
.panel p{
    color: #6d6d6d;

}
.panel .content{
        border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
         border:0px;
         margin-top: -30px;
         padding-top: 60px !important; 
            box-shadow: 0px 0px 30px #eff3f9;

}
.panel .content p{
     color: #162466;
    font-size: 14px !important;
    margin-bottom: 0px !important;   
}
.panel-heading.active{
    color: #ff3b33 !important;
    background: #fff!important;
    border-color: #ff3b33;
        box-shadow: 0px 0px 40px #e4edf9 !important;
}
.header-link.fa-plus::before{
    display: none;
}
.panel-heading.active i{
    color: #ff3b33;
}

.panel-collapse{
    font-size: 16px;
    font-weight: 300;
}
.panel-heading:hover{
    text-decoration: none;
    color: #162466;
        box-shadow: 0px 0px 40px #e4edf9;
}   
.header-link img{
    height: 30px;
    margin-right: 10px;
}
.navbar-light .navbar-toggler-icon{
  background-image: none;
}
.navbar-light .navbar-toggler{
  border:0px;
}
.navbar-toggler-icon i{
  color: #fff;
  font-size: 24px;
      margin-top: 5px;
}
.more-projecs-btn{
  position: absolute;
  bottom: 5px;
  right: 0;
}
.footer-upper-section p{
  line-height: 1.6;
}
.social-icons li a:hover{
  color: #ff3b33;
  transition: all 0.4s;
}
.social-icons li a{
  transition: all 0.4s;
}
.about-content-img{
  float: left;
  margin-right: 20px;
  /*height: 300px;*/
}
.about-us-content p{
  float: inherit;
  color: #162466;
}
/*------start sevices page style-------*/
.services-header-img {
  margin-top: -60px !important;
}
.services-header-banner{
  padding: 100px 0px !important;
}
.about-us-section.counter-section .about-us-col{
      height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
       box-shadow: 0px 0px 40px #eff3f9;
    margin-bottom: 30px;
}
.about-us-section.counter-section .about-us-col img{
  height: 100px;
  margin-bottom: 20px;
}
.about-us-section.counter-section .about-us-col .about-us-card{
  box-shadow: 0px 0px 0px;
}
.p-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-left: 5px solid #ff0000;
  border-radius: 6px;
  padding: 30px 25px;
  min-height: 220px;
     box-shadow: 0px 0px 40px #eff3f9;
}
.p-icon{
  width: 90px;
}
.p-content{
  width: calc(100% - 120px);
}
.p-content h5{
  color: #162466;
  font-weight: bold;
}
.p-content p{
  font-size: 14px;
  color: #162466;
  margin-bottom: 0px;
}
.principle-section{
  background-image: url("../images/principle-bg.png");
  background-size: cover;

}
.info-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-icon{
  width: 60px;
}
.info-content{
  width: calc(100% - 70px);
}
.info-content p{
  margin-bottom: 0px;
  font-size: 14px;
}
.form-section input, .form-section textarea, .form-section select{
border-color: #fff;
    box-shadow: 0px 0px 30px #ededed;
  margin-bottom: 30px;
  padding:5px 15px;
}
.form-section input:focus, .form-section textarea:focus{
  border-color: #ff0000;
}
.form-section input, .form-section select{
  height: 45px;
}
.form-section textarea{
  height: 200px;
}
.form-section ::placeholder{
  color: #152366;
}
/*------start portfolio page design--------*/
.portfolio-header{
  background-image: url("../images/wrangler-banner.png");
  height: 600px;
  background-size: cover;
  background-position: center;
}
.video-icon{
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-icon i{
    background-color: #162466;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffff;
}
.header-bottom-div{
    width: 900px;
    background-color: #f0f3f9;
        margin: -125px auto 0px auto;
    height: 250px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border-radius: 4px;
}
.header-bottom-div h5{
  line-height: 30px;
}
.link-border{
  height: 1px;
  width: 60px;
  background-color: #ff3b33;
}
.header-bottom-div h6{
  font-size: 16px;
  padding-bottom: 10px; 
}
/*.small-container{
  width: 900px;
  margin:auto;
}*/
.services-li li{
  font-size: 14px;

    line-height: 25px;
}
.services-li i{
  padding-right: 12px;
  color: #ff3b33;

}
.chl-p{
  display: flex;
  font-size: 14px;
}
.chl-p i{
  padding-top: 7px;
}
.chalange-card{
   box-shadow: 0px 0px 40px #eff3f9;
  padding: 60px;
  border-radius: 5px;
}
.key-features-section h6, .tamer-section h6, .wrangler-pages h6{
  font-size: 22px;
}
.key-features-section p, .tamer-section p, .wrangler-pages p{
  font-size: 14px;
}
.solution-card h5, .solution-card p{
  color: #fff;
}
.solution-card .chl-p i{
  color: #fff !important;
}
.key-features-section{
  box-shadow: inset 0 114px 177px -48px rgb(239 243 249);
}
.tamer-section{
  background-image: url("../images/tamer-bg.png");
  background-size: cover;
  background-position: center;
}
.portfolio2-header{
  background-image: url("../images/portfolio-banner2.png");
  height: auto !important;
}
.header-cell{
  margin-top: 130px;
  margin-bottom: -120px;
}
.portfolio2-container{
  margin-top: 150px;
}
.color-div{
    background-color: #162466;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    border-radius: 6px;
    padding: 10px;
}
.color-div h4{
  font-size: 15px;
  text-align: center;
}
.color-div:hover{
  box-shadow: 0px 0px 25px lightgray;
  background-color: #fff;
  transition: all 0.5s;
}
.color-div:hover h4{
  color: #162466;
}
.planned-section{
  background-image: url("../images/palned-bg.png");
  background-size: cover;
  background-position: center;
}
.header-right-content{
  display: flex;
  align-items: center;
}
.pms-header{
  height: 500px;
  background-image: url("../images/pms-header.png") !important;
}
.pms-header .container, .pms-header .container .header-row{
  height: 100%;
}
.pms-header .container .header-row h5{
  line-height: 35px;
}
.portfolio3-color-div{
  height: 250px;
  justify-content: flex-start;
  width: 100%;
}
.portfolio3-color-div h4{
      transform: rotate(
180deg
);
   writing-mode: vertical-rl;
  font-size: 24px;
    width: 40px;
}
.portfolio3-services{
  display: flex;
}
.portfolio3-color-div .services-li{
  width: calc(100% - 40px);
}
.portfolio3-color-div:hover .services-li li{
  color: #162466;
}
.screens-section{
  background-image: url("../images/screens-bg.png");
  background-size: cover;
  background-position: center;
}
.portfolio4-header .container, .portfolio4-header .container .header-row{
  height: 100%;
}
.portfolio4-header h5{
  line-height: 30px;
}
.overflow-img{
      margin-left: -20px;
    margin-top: -40px;
}
.p4-ss-row{
  display: flex;
  justify-content: space-around;
}
.p4-ss-row .single-img{
  width: 18%;
}
.p4-ss-row .single-img img{
  width: 100%;
}
.p5-header{
  background-image: url("../images/football-header-img.png");
}
.features-li li{
  font-size: 14px;
  color: #162466;
}
.features-li li i{
  padding-right: 8px;
  font-size: 20px;
}
.p5-ss-section{
  background-image: url("../images/tamer-bg.png");
  background-size: cover;
  background-position: center;
}
.p6-container .video-icon{
  position: absolute;
  width: 100%;
}
.planning-container{
  background-image: url("../images/planning-bg.png");
  background-size: cover;
  background-position: center;
}
.p6-container{
  margin-top: 130px;
}
.p6-container .overflow-img{
  margin-top: -180px;
}
.results-li li{
  line-height: 30px;
  font-size: 14px;
  color: #162466;
}
.results-li li i{
  padding-right: 7px;
}
.blog-cat li{
  font-size: 14px;
}
.blog-cat .nav-link.active{
  background: transparent !important;
  color: #ff3b33;
}
.blog-cat .nav-link{
  font-weight:600;
  color: #162466;
}
.blog-cat-content .date{
  color: #cacaca;
  font-size: 14px;
}
.blog-content p{
  color:  #162466;
  font-weight: 600;
}
.blog-content p:hover{
  color: #ff3b33 !important;
}
.blog-cat-content .btn, .career-section .btn{
  padding: 10px 30px !important;
}
.career-header-banner{
  background-image: url("../images/career-banner.png");
  padding:220px 0px;
}
.career-li li{
  color: #162466;
  font-size: 14px;
  line-height: 30px;  
  display: flex;
}
.career-li li i{
  padding-top: 10px;
}
.career-form input[type="text"], .career-form input[type="email"], .career-form input[type="file"] , .career-form textarea{
  background-color: #fff;
  border:0px;
  padding: 10px;
}
.career-form input[type="submit"]{
 padding: 12px 55px !important;
}
.career-form input{
  height: auto;
}
.career-form label, .career-form p{
  color: #162466;
  font-weight: bold;
  /*padding-top: 20px;*/
  padding-bottom: 10px !important;
}
.career-form input, .career-form textarea{
  margin-top: 10px !important;
}
.career-form textarea{
  height: 130px;
}
.career-form ::placeholder{
  font-size: 12px !important;
}
.blog-header-banner{
  background-image: url("../images/blog-banner.png");
  padding:220px 0px;
}
.blog-col .btn{
  position: absolute;
  bottom: -40px;
}
.blog-col{
  margin-bottom: 90px;
}
.breadcrumb-col, .breadcrumb{
background: transparent;
}
.breadcrumb-col, .breadcrumb li{
  font-size: 14px;
}
.breadcrumb li.active, .breadcrumb li a{
  color: #162466;
  font-weight: 600;
}
.post-content p{
  color: #162466;
  font-size: 14px;
}
.post-content .bold-p{
  font-weight: bold;
  margin-bottom: 0px;
}
.post-content h5{
  color: #ff0000;
  font-weight: bold;
}
.post-content img{
  border-radius: 6px;
  margin-bottom: 20px;
}
.overflow-img-container .overflow-img{
  margin-top: 0px;
  width: 100%;
}
.php-li li{
  font-size: 14px;
  color: #162466;
  display: flex;
      margin-bottom: 30px;
    line-height: 25px;
}
.php-li li i{
  font-size: 20px;
  margin-top: 3px;
}
.principle-section .php-li li{
  margin-bottom:10px;
}
.highlight-section{
  margin-top: -250px;
}
.highlight-section .container{
  padding-top: 200px;
}
.technologies-row{
  justify-content: space-between;
}
.single-technology {
  width: 12%;
  background-color: #fff;
  text-align: center;
}
.web-header{
  padding-bottom: 230px !important;
}
.web-overflow-img{
  margin-top: -200px;
}
.gray-col{
  background-color: #f0f3f9;
  box-shadow: 0px 0px 20px #f0f3f9;
}
.white-col{
    box-shadow: 0px 0px 30px #eff3f9;
  padding: 40px 25px;
  height: 100%;
}
.white-col p{
  padding-top: 15px;
}
.tags a{
  border:1px solid #162466;
  border-radius: 3px;
  background-color: #f0f3f9;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 7px;
  color: #162466;
  margin-right: 15px;
  margin-bottom: 10px;
}
.tags{
  display: flex;
  flex-wrap: wrap;
}
.red-border{
  background-color: #ff0000;
  height: 4px;
  width: 80px;
}
/*------start faq page style---*/
.faq-ul ul{
    flex-direction: column;
}
.faq-ul{
  padding-right: 40px;
}
.faq-ul ul li a.active{
     border-color: #ff0000;
    background:transparent !important;
    color: #162466 !important;
}
.faq-ul ul li a{
    border-bottom: 0px solid #f0f0f0 ;
    color:#162466;
    font-size: 13px;
    padding: 0px;
    line-height: 13px;
    border-radius: 0px !important;
    padding-right: 12px;
    font-weight: bold;
    border-right: 3px solid transparent;
}
.faq-ul ul li{
  margin-bottom: 18px;
  text-align: right;
}
.faq-content h3{
    color: #1a70a9;
}
.faq-content .tab-content .container{
  padding-right: 0px;
  padding-left: 0px;
}
.faq-content br{
  height: 0px !important;
  display: none;
}

.faq-content p{
  font-size: 14px;
  color: #162466;
  padding-top: 15px;
}
.right-content{
  padding:0px 70px;
}
.single-t{
  width: 23%;
  background-color:#fff;
  height: 100px;
  margin-bottom: 30px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px;
  text-align: center;
      box-shadow: 0px 0px 30px #eff3f9;
}
.single-t img{
  height: 30px;
  margin-bottom: 10px;
}
.single-t h4{
  font-size: 12px;
  text-transform: uppercase;
  color: #162466;
  font-weight: bold;
}
.t-row{
  justify-content:space-between;
}
.border-text{
  border-bottom: 1px solid #ff3b33;
  padding-bottom: 7px;
}
.circle-heading{
    position: absolute;
    height: 200px;
    margin-left: -20px;
    margin-top: -65px;
}
.circle-text{
  position: relative;
  z-index: 1111;
}
.bottom-border{
  height: 2px;
  width: 100%;
  background-color: lightgray;
}
.upper-border{
  position: absolute;
  height: 2px;
  background-color: #162466;
  z-index: 1111;
  width: 25%;
}
.choices-table thead th{
  border-bottom-width: 1px !important;

}
.choices-table thead th, .choices-table td{
      padding: 1.5rem;
        color: #162466;
}
.choices-table tr td:nth-child(2), .choices-table tr td:nth-child(3){ 
  border-bottom-color: #f6f8f9 !important;
  border-right-color: transparent !important;
}
.choices-table tr td:nth-child(4){
    border-bottom-color: #f6f8f9 !important;

}
.choices-table tr:nth-child(3) td:nth-child(2), .choices-table tr:nth-child(3) td:nth-child(3), .choices-table tr:nth-child(3) td:nth-child(4){
  border-bottom-color: #dee2e6 !important;
}
.choices-table thead th:nth-child(2), .choices-table thead th:nth-child(3) {
  border-right-color: transparent;
}
.steps-row .white-col{
  padding: 40px 22px !important;
}
.steps-row .white-col h4{
  min-height: 52px;
}
.white-col-content{
  min-height: 303px;
}
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .landing-portfolio-header .left-dots {
    top: 200px;
    margin-left: 20%;
  }
  .landing-portfolio-header .left-oval{
    top: 250px;
  }
 .landing-portfolio-header .right-dots{
  top: 200px;
 } 
 .landing-portfolio-header .right-cube{
      left: 70%;
    top: 230px;
 }
 .php-t-row{
  justify-content: center !important;
 }
 .php-t-row .single-t{
  width: 11.5%;
  height: 115px;
  margin: 5px;
 }
  .php-t-row .single-t img{
    height: 40px;
  }
   .php-t-row{
    display: flex;
    flex-wrap: wrap;
   }
   .php-work-section{
    margin-top:80px;
   }
   .shadow-box {
    
    background-image: url("../images/t-bg.png");
    background-position: center;
    box-shadow: 0px 0px 40px #efefef;
    padding: 40px;
    padding-right: 0px;
   }
   .shadow-box .tag{
    border:2px solid #162466;
    background: transparent;
    color: #162466;
    border-radius: 4px;
    padding: 5px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 1111;
   }
   .shadow-box li{
    margin: 20px 0px;
    display: inline-block;
    list-style: none;
    width: 32%;
    position: relative;
    z-index: 1111;
   }
   .shadow-box li::before{
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    background: #ec4f3d;
    border-radius: 50%;
    margin-left: -14px;
    margin-top: -10px;
   }
   .footer-upper-section-row .btn{
    margin-bottom: 50px;
   }
   .model-card p, .model-card .li-tick li{
    font-size: 14px;
    color: #162466;
   }
   .model-card .li-tick li {
    margin-bottom: 20px;
    display: flex;
   }
   .model-card .li-tick li i{
    color: #ff3b33;
    font-size:18px;
        margin-top: 2px;
    margin-right: 8px;
   }
   .app-header-banner {
    background-image: url("../images/app-header-bg.png");
    background-size: cover;
    background-position: center;
    background-color: transparent !important;
   }
   .resources-section-content .php-li i{
    padding-right: 10px !important;
   }
   .resources-section-content .php-li li{
    font-size: 16px;
    margin-bottom: 7px;
   }
   .sec-col .card{
    border:0px;
   }
   .sec-col .card img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
   }
   .sec-col .card{
     box-shadow: 0px 0px 40px #eff3f9;
   }
   .sec-col .card .card-body{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   }
   .sec-col .btn{
    position: relative;
    bottom: 0px;
    margin-bottom: 15px;
   }
   .sec-col{
    margin-bottom: 40px;
   }
   .sec-col p{
    margin-bottom: 5px;
   }
   .sec-col-content{
    height: 50px;
    font-weight: 400 !important;
   }
   .blue-wrap{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    transition: all 0.4s;
   }
   .blue-wrap img{
    border-radius: 6px;
   }
   .blue-wrap-div{
    position: relative;
   }
  .blue-wrap-div:hover .blue-wrap{
    background: rgba(22,36,102,0.8);
    transition: all 0.4s;
  }
  .countries-li li{
    width: 19.5%;
    margin: 6px 0px;
    display: inline-block;
    font-weight: 600;
  }
  .countries-li li a{
    color: #162466;
    transition: all 0.4s;
  }
  .countries-li li a i{
    margin-left: 7px;
    display: none;
  }
  .countries-li li:hover a{
    color: #ff3b33;
    transition: all 0.4s;
  }
  .countries-li li:hover i{
    display: inline-block;
  }
  .map-container{
    box-shadow: 0px 17px 29px whitesmoke;
  }
  .email-form input{
        height: 50px;
    border: 0px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .email-form ::placeholder{
    color: #162466;
    font-size: 14px;
  }
   .email-form label{
    font-size: 16px;
   }


/*---location faq styling---------*/
.location-faq .panel-heading.active{
  color: #162466 !important;
}

.location-faq .panel-heading {
  border-radius: 6px;
  line-height: 26px;
  padding: 15px 0px 15px 15px;
  font-size: 18px;
  min-height: 90px;
}
.location-faq .panel-heading  i{
   padding: 0px ;
    color: #ffffff;
    height: 36px;
    width: 36px;
    background: #ff3b33;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 22px;
    border-radius: 6px;
}
.location-faq .header-link{
  width: 80%;
  font-weight: 600;
}
.location-li li{
  display: inline-block;
  margin: 30px 0px 50px 0px;
}
.location-li li a{
   padding: 18px 25px;
    background-color: #fff;
    margin-right: 15px;
    color: #162466;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0px 0px 15px #f1f1f1;
}
.location-section{
      box-shadow: inset 0 114px 230px -88px rgb(233 233 233);
    padding: 70px 0px;
}
.location-faq .panel-heading:focus{
      box-shadow: 0px 0px 30px #eff3f9 !important;
}



.services-tab-section .nav.nav-tabs {
    float: left;
    width: 47%;
    display: block;
    margin-right: 20px;
    border-bottom:0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.services-tab-section .nav-tabs .nav-link {
    border: 1px solid transparent;
      box-shadow: 0px 0px 30px #eff3f9;
     border-radius:6px !important;
     padding: 7px 15px !important; 
     color: #162466;
     font-weight: bold;

}
.services-tab-section .nav-tabs .nav-link img{
  margin-right: 30px;
}
.services-tab-section .nav-tabs .nav-item{
  margin-bottom: 20px;

}

.services-tab-section .nav-tabs .nav-link.active, .services-tab-section .nav-tabs .nav-link:focus {
      box-shadow: 0px 0px 30px #d3deef !important;
}
.services-tab-section .tab-pane{
  padding-top: 15%;
}
.services-tab-section .nav-tabs .nav-link {
    border: 1px solid transparent;
}
.services-tab-section .tab-content>.active {
    display: block;
    min-height: 165px;
}
.services-tab-section .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

 .small-screen-services-tab-section{
  display: none;
 }
 .small-screen-services-tab-section .card-header .card-link{
  display: flex;
  align-items: center;
 }
  .small-screen-services-tab-section .card-header img{
  height: 40px;
 }
   .small-screen-services-tab-section .card-header  h6{
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 0px;
   }
   .small-screen-services-tab-section .card-header{
    padding: 10px  !important;
    border-bottom: 0px;
    background-color: transparent;
        box-shadow: 0px 0px 30px #eff3f9;
        border-radius: 6px !important;
   }
   .small-screen-services-tab-section .card{
    margin-bottom: 20px;
    border:0px !important;
   }
   .small-screen-services-tab-section .card .card-body h5{
    font-size: 16px;
   }
   .faq-li {
    padding-left: 14px;
    padding-top: 20px;
}
.faq-li li {
    font-size: 14px;
    color: #162466;
}
.faq-li li::before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    margin-left: -14px;
    color: #ff3b33;
}
.white-col h5{
  padding-bottom: 6px;
}
.thankyou-card{
  box-shadow: 0px 0px 30px #eff3f9;
}
.thankyou-card p{
  color: #162466;
}
.thankyou-card .thankyou-header, .thankyou-card .thankyou-footer{
  margin:30px 0px;
}
.thankyou-card a{
  color: #ff3b33;
  word-break: break-all;
}
.thankyou-card .thankyou-footer p{
  margin-bottom: 5px;
}
.resources-container .blog-content.card-body{
  min-height: 170px;
}
.resources-container .blog-content.card-body .btn{
  margin-bottom: 30px !important;
    position: absolute !important;
}
.r-img{
  height: auto !important;
}
.jobs-content{
  min-height: 145px;
}
.page-id-28 .footer-upper-section, .page-id-324 .footer-upper-section{
  display: none;
}
@media only screen and (min-width: 992px){

.mobilearrow::before{
  display: none;
}
  .main-ul li a:hover{
  color: #ff3b33 !important;
  transition: all 0.3s;
  margin-left: 5px;
}
.second-li:hover .dropdown-menu.inner-ul-1{
display: block !important;
}
.inner-ul {
   
    left: 50%;
    margin-right: 0;
    margin-left: 0px !important;
    min-width: 22.5rem;
    left: 50% !important;
    display: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0px;
    background-color: #f3f5f8;
}
.inner-li  .active-ul{
  display: block !important;
   top: -183% !important;
}
.inner-li:hover .inner-ul.active-ul{
  top: -55px !important;
}
.inner-li:hover .inner-ul{
  display: block;
  top: 0px !important;
}
}
@media only screen and (max-width: 1024px){
.case-studies-section {
    margin-top: 0px;
}

.inner-li a i {
    display: none !important;
}

span.dropdown-toggle.mobiletarget {
    display: block !important;
}


li.inner-li span.dropdown-toggle.drop-down-open {
    width: 25%;
    text-align: right;
}

.inner-li a {
    width: 75% !important;
}

.inner-li {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


span#navbarDropdownMenuLink {
    display: inline-block;
    padding-left: 7px;
}

a.nav-link.dropdown-toggle.firsttoggle {
    display: inline;
}

a.nav-link.dropdown-toggle.firsttoggle {
    padding-right: 0 !important;
}


span.anchorcenteralign {
    display: flex;
    align-items: center;
}

li.nav-item.dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        justify-content: space-between;
}

span.anchorcenteralign a.nav-link {
    display: inline;
    padding-right: 0 !important;
}


span.anchorcenteralign i {
    margin-left: 20px;
}

i.fas.fa-caret-down.mobilearrow {
    color: white;
}

li.nav-item.dropdown .dropdown-toggle::after {
  display: none !important;
}

.mobilearrow {
    display: block !important;
    padding-left: 0px;
}

.php-work-section{
  margin-top: 30px;
}
.work-section{
  padding-top: 40px !important;
}

  .highlight-section {
    margin-top: -150px;
}

.highlight-section .container {
    padding-top: 150px;
}
.navigation-bar .navbar-nav{
  width:85%;
}
.logo {
    height: 50px;
}
.hire-btn{
padding: 7px 9px !important;

}
    .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    .padding-remove, .header-container-fluid, .header-container-fluid nav{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .header-slider .carousel-item{
        min-height: auto;
    }
    .about-us-section, .work-section{
        padding: 40px 0px 0px 0px;
    }
    .services-section{
        padding-bottom: 0px;
    }
    .work-section.case-studies-section{
        padding-top: 0px;
    }
    .testimonial-row{
        padding: 50px 10px;
    }
    .testimonial-row .comments {
    width: calc(100% - 120px);
}
}
@media only screen and (max-width: 992px){
  .about-content-img{
  float: none;
  margin-right: 0px;
  text-align: center;
}
.about-us-content p{
  float: inherit;
  color: #162466;
}
  .testimonial-row{
    height: 240px;
  }
  .navigation-bar .navbar-collapse.collapse.show .center-cube{
  display: none;
  }
  .inner-ul{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
   .php-t-row .single-t{
    width: 18%;
  }
  .container.boxes-container{
    width: 100%;
  }
  .column-reverse-lg{
    flex-direction: column-reverse;
  }
  .side-img{
    margin-left: auto;
  }

    .header-bottom-div, .small-container{
 width: 90%; 
}
.career-header-banner{
  padding: 100px 0px !important;
}
.inner-ul{
  display: none;
}

.inner-li:hover .dropdown-menu.inner-ul{
  display: block !important;
}
  .logo {
    height: 60px;

}
.navigation-bar .navbar-nav {
    width: 100%;
}
.hire-btn {
     padding: 11px 25px !important; 
         margin: 10px 0px 30px 0px;
}
    .testimonial-slider .owl-nav.disabled{
        display: block !important;
    }
    .slider-content {
    width: 100%;
    max-width: 100%;
}
.header-slider .carousel-item img {
    height:auto;
}
.header-slider {
    padding: 60px 0px;
}
.header-slider .carousel-indicators {
    bottom: -30px;
}
.dropdown-menu{
  height: auto;
}

.more-projecs-btn{
  position: relative;
  margin-top: 15px;
}
.work-pills {
  justify-content: center;
}

}
@media only screen and (max-width: 768px){
  .table-responsive {
    overflow-x: scroll !important;
  }
  .large-screen-services-tabs{
    display: none;
  }
  .small-screen-services-tab-section{
    display: block !important;
  }
  .countries-li li {
    width: 24.5%;
  }
     .php-t-row .single-t{
    width: 24%;
  }
  .right-content{
  padding:0px 10px;
}
.right-content .btn{
  margin-top: 10px !important;
}
    .progress-circle{
        margin: auto;
    }
    .dropdown-menu.inner-ul-1{
      min-width: 100% !important;
    }
    .services-header-img{
      margin-top: 0px !important;
    }
    .header-cell{
          margin-top: 200px;
    }
.circle-text{
    padding-left: 11px !important;
}
.circle-text.font_26{
  padding-top: 15px;
}
.circle-heading{
  height: 100px;
  margin-top: 0px;
}
}
@media only screen and (max-width: 767px){
  li{
    font-size: 14px !important; 
  }
  .blog-header .header-row{
    flex-direction: column;
  }
  .reverse-col{
    flex-direction: column-reverse;
  }
  .pms-header .small-container{
    height: auto !important;
  }
 /* .pms-header .header-row{
    padding-top: 100px !important;
  }*/
      .footer-upper-section-row{
      flex-direction: column-reverse;
    }
    .footer-upper-section{
      padding: 40px 0px;
      margin-top: 120px;
    }
    footer h4{
      margin-bottom: 10px !important;
    }
    .wrangler-pages .card-body, .tamer-section .card-body{
      padding-left:5px;
      padding-right: 5px;
    }

     .header-cell{
          margin-top: 30px;
    }
    .portfolio2-container {
    margin-top: 120px;
}
.portfolio2-header{
  padding-right: 0px;
  padding-left: 0px;
}
.small-container, .portfolio2-header .container, .planned-section .container, .nouvelle-small-container, .pms-header .container{
  width: 90%;
}
.reverse-row{
  flex-direction: column-reverse;
}
.case-studies-slider .owl-nav{
  display: none !important;
}
}
@media only screen and (max-width: 576px){
  .testimonial-slider.owl-carousel .owl-item img{
    height: 60px;
    width: 60px;
  }
  .btn, .contact-form input[type="submit"] {
    font-size: 13px;
    padding: 11px 22px !important;
}
.resources-container .blog-content.card-body .btn{
position: relative !important;
    bottom: -30px;
}
  .why-d-col a.btn{
    text-align: center;
  }
  .side-img {
    margin-left: auto;
    margin-right: auto;
}
  .blog-content.card-body {
    text-align: center !important;
  }
  .tool3-small-desc img {
    width: 100% !important;
}
   p{
  font-size: 14px !important;
  line-height: 20px !important;
}
.tool1-features ul li img {
    margin-right: 5px !important;
}
.soom-tool-detail h2{
      font-size: 18px !important;
}

.mysection2 .right-arrow-img img {
    width: 100% !important;
}
.tool8-small-desc .images-class {
    padding-left: 0px !important;
}
.tool10 h2 {
    margin-left: 60px !important;
}
.tool1-features ul li{
  font-size: 14px !important;
 line-height: 28px !important;

}
  .about-us-col{
    height: auto !important;
  }
  .overflow-img{
    margin-left: 0px;
  }
  .web-header {
    padding-bottom: 180px !important;
}
  .shadow-box{
    padding: 13px;
  }
  .shadow-box li::before{
    height: 15px;
    width: 15px;
    margin-left: -5px;
    margin-top: -7px;
  }
  .shadow-box .tag{
    padding: 5px;
    font-size: 10px;
  }
  .container{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .chalange-card{
    padding:20px;
  }
  .header-container-fluid{
    position: relative;
    z-index: 111111;
  }
     .php-t-row .single-t{
    width: 46%;
  }
  .pms-header{
    padding-right: 0px;
    padding-left: 0px;
  }
/*  .portfolio-header{
    height: 400px;
  }*/
    h3{
        font-size: 20px;    
        line-height: 30px !important;
    }
    p{
        font-size: 14px;
    }
    .slider-content h3 span{
        font-size: 20px;
    }
    #counter .text, #counter span{
      font-size: 20px !important  ;
    }
    .single-counter img{
      height:60px;
    }
    .single-counter p{
      padding-top: 0px !important;
      line-height: 15px;
    }
  
    .testimonial-row .profile-img {
    width: 60px;
}
.testimonial-row .comments {
    width: calc(100% - 70px);
}
.progress-circle, .progress-circle span, .value-bar, .left-half-clipper{
  height: 14em;
  width: 14em;
}
.progress-circle:after{
  width: 13.5em;
  height: 13.5em;
}
.progress-circle span img{
  height: 150px !important;
}
.progress-circle span{
  line-height: 14em;
}
/*.progress-circle.p20 .value-bar {
    transform: rotate(75deg);
        clip: rect(0, 6.9em, 5em, 0);
}*/
.two {
    left: 93%;
    top: 82px;
}
.three {
    left: 84%;
    top: 223px;
}
.four {
    left: 40%;
    top: 268px;
}
.five {
    left: 1%;
    top: 180px;
}
.six {
    left: 7%;
    top: 55px;
}
.value-bar.second{

    clip: rect(0, 1.3em, 10em, 0);
        transform: rotate(182deg ) !important;
}
.progress-circle.p20 .value-bar {
transform: rotate( 
117deg
 );
    clip: rect(0, 1.8em, 10em, 0);
}
.value-bar.third {
    transform: rotate( 
240deg
 ) !important;
}
.value-bar.fourth {
    transform: rotate( 
304deg
 ) !important;
    clip: rect(0, 1.5em, 10em, 0) !important;
}
.value-bar.fifth {
    transform: rotate( 
355deg
 ) !important;
}
.value-bar.sixth{
      transform: rotate(
420deg
) !important;
          clip: rect(0, 1em, 10em, 0) !important;
}
.value-bar.seventh{
transform: rotate( 
420deg
 ) !important;
          clip: rect(0, 1em, 10em, 0) !important;
          /*display: block;*/
}
.dropdown-menu{
  min-width: 10rem;
}
.p-row{
  padding: 20px;
  flex-wrap: wrap;
}
.p-icon {
    width: 60px;
}
.p-content {
    width: 100%;
}
.p-content h5{
  font-size: 16px;
  margin: 15px 0px;
}
.left-cube{
  top: 300px;
  left: 40%;
}
.career-header-banner {
    padding: 50px 0px !important;
}
h4{
  font-size: 18px;
}
.single-t{
  width: 46%;
  margin-right: auto;
  margin-left: auto;
}
.panel-heading{
  font-size: 13px;
  line-height: 25px;
}

.circle-text{
      font-size: 20px;
    padding-left: 11px !important;
}
.circle-text.font_26{
  padding-top: 15px;
}
.circle-text.font_12{
  font-size: 12px !important;
}
h4.font_30{
  font-size: 24px !important;
}
.shadow-box li{
  width: 46%;
}
.countries-li li {
    width:48%;
  }
  h2{
    font-size: 28px;
  }
  .location-li li a{
        margin-right: 3px;
        padding: 7px 10px;
        font-size: 13px;
  }
.location-li li {
    margin: 0px 0px 20px 0px;
}
.location-faq .header-link {
    font-size: 14px;
}
.panel .content{
  font-size: 13px !important; 

}
}



.oval, .p1-li-img, .p2-li-img, .p3-li-img, .p4-li-img, 
.p5-li-img, .p6-li-img
{ display: inline-block; background: url('../images/sprite.png') no-repeat; overflow: hidden; text-indent: -9999px;
 text-align: left; }
 
.oval { background-position: -0px -0px; width: 69px; height: 40px; }
.p1-li-img { background-position: -0px -40px; width: 44px; height: 35px; }
.p2-li-img { background-position: -0px -75px; width: 44px; height: 41px; }
.p3-li-img { background-position: -0px -116px; width: 44px; height: 35px; }
.p4-li-img { background-position: -0px -151px; width: 44px; height: 35px; }
.p5-li-img { background-position: -0px -186px; width: 44px; height: 41px; }
.p6-li-img { background-position: -0px -227px; width: 44px; height: 41px; }


.ourprocessclass .header-link {
    display: flex;
    align-items: center;
}


.ourprocessclass .header-link > div {
    margin-right: 10px;
}


/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.mobilearrow {
    display: none;
}





.dropdown-menu {
    top: 96%;
  }


.main-menu:hover .dropdown-menu.main-ul {
 display: block !important;
    width: 100%;
}



.dropdown-menu.main-ul > .dropdown-submenu a:hover > ul.dropdown-menu {
  display: block;
}


ul.navbar-nav.mr-auto.mt-2.mt-lg-0.ml-0 > li {
    display: inline-flex;
}


span.dropdown-toggle.mobiletarget {
    display: none;
}



.header-bottom.footer-logos {
    display: none;
}

body.page-template.page-template-about-us .header-bottom.footer-logos {
    display: block !important;
}