/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: open sans, sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}
html {
  scroll-behavior: smooth;
}
.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding:15px;
     margin-right: 70px;
     padding-top: 30px;
}
a.sign_btn.right{
    background-color: #ee1d23;
    display: inline-block;
    padding: 0px 35px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 17px;
    margin-left: 25px;
}

a.sign_btn.right:hover {
    color: #fff;
    background: #ee1d23;
}
.top-social-links {
    text-align: right;
    color: #ffffff;
}
.top-social-links a {
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
}
.top-social-links a:hover {
    color:#ee1d23; 
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 35px;
     color: #000;
     font-size:15px;
     line-height: 20px;
   font-weight:bold;
 }
.header .container-fluid
{
    background: #ffffff;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #ff6666;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #ff6666;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header_information {
     /*background-color: #05aeee;*/
     padding: 0 0;
     padding-top: 0px;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     height:83px;
     /*margin-top: -20px;*/
     right: 0;
}

/*.header_information::before {
     width: 84px;
     height:83px;
     background: url(../images/top_arrow1.png);
     background-repeat: repeat;
     display: block;
     content: "";
     position: absolute;
     top: 0;
     left: 0px;
     background-repeat: no-repeat;
}*/

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 20px;
     color: #292e39;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
     background: #000;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
.top-header {
     width: 100%;
     background: #0e136b;
     padding:10px 0px;
}
.top-header .top_menu ul li {
    display: inline-block;
    color: #ffffff;
    padding:2px 10px;
}
.top-header .top_menu ul li i
{
     color: #ee1d23;
}

.header {
     width: 100%;
     background: #ebeced;
     padding:0px 0px;
     position: fixed;
    z-index: 99;
}
.header .logo img {
    width:65%;
    padding:0px;
}
.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.relative {
     position: absolute;
     top:67%;
     transform: translateY(-44%);
     padding: 0;
     bottom: auto;
         text-align: left;
         font-family: sans-serif;
}

.banner_main {
     position: relative;
}

.carousel-indicators .active {
     background: #ff5e00;
}

.carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fafcfd;
     border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}

.carousel-indicators {
     bottom: 50px;
}

.carousel-item img {
     width: 100%;
}
.carousel-caption
{
    left:12%;
}

.carousel-caption h1 {
     color: #ff5e00;
     font-size:50px;
     line-height: 80px;
     font-weight: bold;
     font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
       
}

.carousel-caption span {
    color:#021f82;
    line-height: 50px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.carousel-caption a {
     font-size: 17px;
     background-color:#ff5e00;
     color: #fff;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-top: 20px;
     border-radius: 30px;
}

.carousel-caption a:hover {
     background-color:#0c126a;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.titlepage span {
     background: #05aeee;
     display: block;
     height: 10px;
     width: 90px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     color: #7a7a7a;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: #05aeee solid 3px;
     transition: ease-in all 0.5s;
}

.read_more i {
     padding-left: 10px;
}

.read_more:hover {
     background: #05aeee;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     background: url(../images/ab_bg.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
     text-align: justify;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** mobile section **/

.mobile {
     background: url(../images/mo_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.mobile .titlepage {
     text-align: right;
     padding: 0;
}

.mobile .titlepage h2 {
     color: #fff;
}

.mobile .titlepage span {
     margin-left: 58px;
}

.mobile .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
     text-align: justify;
}

.mobile_img figure {
     margin: 0;
}

.mobile_img figure img {
     width: 100%;
     border: 15px solid #fffdfd;
    border-radius: 0px 30px 0px 30px;
}

.mobile .titlepage .read_more {
     border: #fff solid 3px;
     color: #fff;
}


/** mobile section **/


/** clients section **/

.clients {
     margin-top: 40px;
     padding-top: 60px;
     padding-bottom: 20px;
}

.clients .titlepage h2 {
     color: #202021;
}

.clients .titlepage span {
     margin-left: 56px;
}

.clients_box {
     text-align: center;
     background: #e2e3e3;
     padding: 50px 15px;
     border-radius: 15px;
     position: relative;
}

.clients_box p {
     font-size: 17px;
     line-height: 35px;
}

.clients_box::after {
     position: absolute;
     content: "";
     width: 42px;
     height: 67px;
     bottom: -65px;
     background: url(../images/cli_cross.png);
     background-repeat: no-repeat;
}

.jonu {
     padding-top: 72px;
     text-align: center;
}

.jonu h3 {
     padding: 0px 0px 0px 0px;
     color: #0b0503;
     font-size: 25px;
     margin-bottom: 15px;
}

.jonu strong {
     display: block;
     color: #05aeee;
     font-size: 17px;
     padding-bottom:25px;
}


/** end clients section **/


/** contact section **/

.contact {
     background: #042431;
     margin-top: 90px;
     padding: 90px 0;
}

.contact .titlepage h2 {
     color: #fff;
}

.main_form .contactus {
     border: inherit;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: transparent;
     color: #f9fcfd;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #fff solid 1px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #05aeee solid 3px;
     color: #f9fcfd;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 180px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin-top: 30px;
}

.main_form .send_btn:hover {
     background-color: #05aeee;
     transition: ease-in all 0.5s;
     color: #fff;
}
.get .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #05aeee solid 3px;
     color: #f9fcfd;
     padding:7px 25px;
     margin: 0 auto;
     max-width:222px;
     width: 100%;
     display: block;
     border-radius:15px;
 }
 h1.get-code {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    padding: 30px;
}

.get.send_btn:hover {
     background-color: #05aeee;
     transition: ease-in all 0.5s;
     color: #fff;
}
#request *::placeholder {
     color: #f9fcfd;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #042431;
     text-align: center;
}

.border-top {
     border-top: #fff solid 1px;
     padding-top:50px;
     padding-bottom:50px;
}
.col-md-3.padding_bottom1 p {
    text-align: justify;
    color: #ffffff;
}
.col-md-5 .col-md-3.offset-md-1.padding_bottom1 ul li a {
    color: #ffffff;
    font-size: 16px;
}
.footer h3 {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

.footer_form {
     display: flex;
     border-bottom: #4d636c solid 1px;
     align-items: center;
     justify-content: center;
}

.enter {
     border: inherit;
     width: 71%;
     background: transparent;
     color: #4d636c;
     font-size: 18px;
     font-weight: normal;
     border-bottom: initial;
}

.submit {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #05aeee solid 3px;
     color: #4d636c;
     padding: 5px 0px;
     margin-bottom: 5px;
     max-width: 150px;
     width: 100%;
     display: block;
     border-radius: 30px;
}

.submit:hover {
     background-color: #05aeee;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.cont li {
     color: #8a9397;
     font-size: 17px;
     line-height: 32px;
     text-align: left;
}

.copyright {
     padding: 20px 0px;
     background-color: #05aeee;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     font-weight: 300;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}


/** end footer **/


/** inner page css **/

.margin_to90 .footer {
     margin-top: 90px;
}

.ourwork {
     margin: 0;
    background: #eaeaeb;
    padding: 30px 0px;
}
.services
{
   padding: 30px 0px;  
   text-align: center;
}
.services .section-title.service-title .orange {
    color:#ff6600;
}
.services .section-title.service-title h1{
     font-size: 38px;
    font-weight: 500;
    font-family: open sans, sans-serif;
     color: #000;
    margin-top: 0;
    font-style: normal;
}
section.iq-features .section-title.service-title h1{
     font-size: 38px;
    font-weight: 500;
    font-family: open sans, sans-serif;
     color: #000;
     font-style: normal;
    margin-top: 30px;
}
section.iq-features .section-title.service-title .orange {
    color:#ff6600;
}

.services .section-title.service-title p {
    /*padding: 0 190px;*/
    margin-bottom: 10px; 
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
 }
 .ourwork
{
   padding: 30px 0px;  
   text-align: center;
}
.ourwork .section-title.service-title .orange {
    color: #ff6600;
}
.ourwork .section-title.service-title h1{
     font-size: 38px;
    font-weight: 500;
    font-family: open sans, sans-serif;
     color: #000;
    margin-top: 0;
    font-style: normal;
}
.ourwork .section-title.service-title p {
    /*padding: 0 190px;*/
    margin-bottom: 10px; 
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
 }
 .package 
 {
   padding: 30px 0px;  
   text-align: center;
}
.package .section-title.service-title .orange {
    color: #ff6600;
}
.package .section-title.service-title h1{
     font-size: 38px;
    font-weight: 500;
    font-family: open sans, sans-serif;
     color: #000;
    margin-top: 0;
    font-style: normal;
}
.package .section-title.service-title p {
    /*padding: 0 190px;*/
    margin-bottom: 10px; 
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
 }
 .features-wrap {
    border: 1px solid #e6e6e6;
    padding: 50px 35px;
    margin: 20px 0px;
    line-height: 25px;
}
.features-wrap:hover {
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
    background-blend-mode: overlay;
    background-color: rgb(3 38 82);
     color: #ffffff;
}
.features-wrap h4:hover {
    color: #ffffff!important;
    display: block;
    }
.features-wrap h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.features-wrap a:hover{
    color: #0070fc;
}
.features-icon span {
    font-size: 40px;
    color: #ff6600;
    margin-bottom: 20px;
    display: inline-block;
}
.fa-code:before {
    content: "\f121";
}
 .features-wrap.web-design:hover {
    background-image: url(../images/web-design.png);
}
.features-wrap.cloud-based:hover {
    background-image: url(../images/cloud-based.png);
}
.features-wrap.mobile-app:hover {
    background-image: url(../images/responsive-design.png);
}
.features-wrap.digital-marketing:hover {
    background-image: url(../images/digital-marketing.png);
}
.features-wrap.mobile-responsive:hover {
    background-image: url(../images/mobile-development.png);
}
.features-wrap.logo-design:hover {
    background-image: url(../images/graphic-design.png);
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.features-icon span {
    font-size: 40px;
    color: #ff6600;
    margin-bottom: 20px;
    display: inline-block;
}
.our_box {
     margin-bottom: 30px;
}

.our_box figure {
     margin: 0;
}

.our_box figure img {
     width: 100%;
}

/*****counter******/
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 13px;
  color: #666;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  direction: ltr;
}

.sectionClass {
  padding: 20px 0px 0px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  background:#031674;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
background:url(../images/cloud-1.jpg);
background-size: cover;
}

.projectFactsWrap .item:nth-child(2){
  background: url(../images/cloud-2.jpg);
  background-size: cover;
}

.projectFactsWrap .item:nth-child(3){
  background:url(../images/cloud-3.jpg);
  background-size: cover;
 }

.projectFactsWrap .item:nth-child(4){
  background:url(../images/cloud-4.jpg);
  background-size: cover;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: open sans, sans-serif;
}


/*.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}*/


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  padding:10px;
  color:#031674;
}
i.fa.fa-building-o
{
    color:#031674;
}
i.fa.fa-thumbs-up {
    color: #ff6600;
}
i.fa.fa-trophy
{
    color: #ff6600;
}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


footer{
  z-index: 100;
    width: 100%;
  bottom: 0;
  left: 0;
}
nav.navigation.navbar.navbar-expand-md.navbar-dark div#navbarsExample04 ul.navbar-nav.mr-auto
{
    font-family: open sans, sans-serif; 
}
footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  font-family: open sans, sans-serif;
  width: 100%;
    word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

}

.counter .container-fluid {
    padding: 0px;
}

@-webkit-keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-250px * 7));
transform: translateX(calc(-250px * 7));
}
}
@keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-250px * 7));
transform: translateX(calc(-250px * 7));
}
}
.slider {
 /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
height:250px;
margin: auto;
overflow: hidden;
position: relative;
width:100%;
}
.slider::before, .slider::after {
background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 100px;
position: absolute;
width: 200px;
z-index: 2;
}
.slider::after {
right: 0;
top: 0;
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slider .slide-track {
-webkit-animation: scroll 40s linear infinite;
animation: scroll 40s linear infinite;
display: flex;
width: calc(250px * 14);
}
.slider .slide {
height: 100px;
width: 250px;
}
.slide-track .slide {
    padding: 2px 2px;
}
div#sub-banner
{
     background-image: url(../images/sub-banner.jpg);
     text-align: center;
     background-position: bottom;
     padding-top: 90px;
}
.sub-banner h1 {
    color:#ff5e00;
    font-size:25px;
    line-height: 80px;
     font-weight: bold;
}
.sub-banner span {
    color: #05aeee;
    font-size:30px;
    line-height:150px;
    font-weight: 500;
 }
.row.service .our_box {
    text-align: left;
    box-shadow: 0px 0px 5px #ccc;
    border: 1px solid #ffffff;
    height: 500px;
}
.row.service .our_box h2 {
    padding:10px 10px 0px 10px;
    color: #000000;
    font-size:23px;
    font-weight: 700;
}
.row.service .our_box h2 span {
    padding:10px 10px 0px 10px;
    color: #ff6600;
    font-weight: 700;
    font-size:22px;
}
.row.service .our_box p {
    padding: 10px;
    line-height: 25px;
    text-align: justify;
 }
 .service .section-title.service-title .orange {
    color: #ff6600;
}
.service .section-title.service-title h1 {
    font-size: 38px;
    font-weight: 500;
    font-family: open sans, sans-serif;
    color: #000;
    margin-top: 0;
    font-style: normal;
}
.service .section-title.service-title p {
    /* padding: 0 190px; */
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}
.service {
    padding: 30px 0px;
    text-align: center;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 20px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button.active {
  background-color: #f60;
  color:#fff;
  border-radius: 5px 5px 0px 0px;
}
.tabcontent {
  display: none;
  padding:6px 12px;
 }
.tabcontent .row{
  padding:20px 0px;
 }
 .tab button.tablinks {
    width: 25%;
}
.row.service .col-md-12 {
    border-bottom: 1px solid #ccc;
    padding: 0px;
}
.web-link i.fa.fa-link {
    background-color: #f16101;
    padding: 12px;
    font-size: 22px;
    border-radius: 100%;
    color: #ffffff;
    margin-top: 40px;
}
.single-price {
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}
.price-title h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.price-tag {
    margin: 30px 0;
    background-color: #f1f1f1;
    color: #000;
    padding: 10px 0;
    border-radius: 5px;
}
.price-tag h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: open sans, sans-serif;
}
.price-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-item ul li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
    margin: 5px 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.single-price a {
    margin-top: 15px;
}
.btn {
    border-radius: 30px;
    border: 2px solid #ff6600;
}
.btn {
    -moz-user-select: none;
    background: #ff6600;
    border: medium;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 40px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
a.btn {
    border-radius: 5px;
}
.package .section-title.service-title {
    padding-bottom: 40px;
}
.star-rating {
    padding: 20px;
}
.service a {
    padding: 7px 13px;
    font-size: 13px;
    transition: all .5s;
    /*border: 1px solid #ff6600;*/
    background: 0 0;
    color: #fff;
    /*background-color: #ff6600;*/
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.text-center {
    text-align: center!important;
}
.mb-20 {
    margin-bottom: 20px;
}
h3.mb-20{
    font-size: 28px;
}
.career-hed h5 {
    padding: 0 60px;
    line-height: 26px;
    font-size: 18px;
}
.btn.mt-10.mail {
    color: #fff !important;
}
.career-hed .btn {
    border-radius: 30px;
    border: 2px solid #ff6600;
}
button.btn.btn-link.btn-block.text-left.collapsed {
    background-color: rgba(0,0,0,.03);
    color: #ff6600;
    font-size: 14px;
}
button.btn.btn-link.btn-block.text-left
{
     color: #ff6600;
    font-size: 14px;
    background-color: rgba(0,0,0,.03);
}
#accordion-style-1 .card-header .btn .fa.main {
    background: #ff6600;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}
.accordion .jumbotron {
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
}
#accordion-style-1 h1, #accordion-style-1 a {
    color: #ff6600;
}
div#accordion-style-1 {
    padding-bottom: 25px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.contact-person h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: open sans, sans-serif;
    color: #000;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
}
.contact-person p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}
.contact-person a {
    font-size: 14px;
    color: #ff6600;
    padding-left: 20px;
    display: inline-block;
}
.contact-link {
    position: relative;
}
.contact-person a i {
    padding-right: 5px;
}
.contact-link i {
    position: absolute;
    left: 0;
    top: 6px;
}
.contact-person {
    text-align: left;
}
#contact-form {
    padding: 20px 20px;
    box-shadow: 0 0 7px 3px #d6d6d4;
}
.contact-form input {
    width: 100%;
    border: 2px solid #eee;
    box-shadow: none;
    padding: 7px 20px;
    color: #999;
}
.contact-form textarea {
    width: 100%;
    border: 2px solid #eee;
    box-shadow: none;
    padding: 7px 20px;
    color: #999;
    height: 120px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.contact-form button {
    padding: 12px 34px;
}
.other-branch {
    padding: 30px 20px;
    box-shadow: 0 0 7px 4px #d6d6d6;
}
.contact-person h4 {
    margin-bottom: 10px;
    font-size: 22px;
}
.contact-person p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}
.contact-person a {
    font-size: 14px;
    color: #ff6600;
    padding-left: 20px;
    display: inline-block;
}
.contact-link {
    position: relative;
}
.contact-person a i {
    padding-right: 5px;
}
.contact-link i {
    position: absolute;
    left: 0;
    top: 6px;
}
.other-branch {
    padding: 30px 20px;
    box-shadow: 0 0 7px 4px #d6d6d6;
}
.mt-45 {
    margin-top: 45px;
}
form#contact-form .btn {
    border-radius: 30px;
    border: 2px solid #ff6600;
}
p.banner_p {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    width: 50%;
    color: #08091e;
    font-size: 14px;
    line-height:20px;
}
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}
.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #ff6600;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}
.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dotCircle .itemDot {
    font-size: 40px;
}
.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #ff6600;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #ff6600;
    background: -moz-linear-gradient(left, #ff6600 0%, #ee6700 100%);
    background: -webkit-linear-gradient(left, #ff6600 0%, #ee6700 100%);
    background: linear-gradient(to right, #ff6600 0%, #ee6700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ee6700', GradientType=1);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgb(0 0 0 / 13%);
}
.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size:30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height:40px;
}
.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}
.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}
.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}
.title-box span {
    text-shadow: 0 10px 10px rgb(0 0 0 / 15%);
    font-weight: 800;
    color: #ff6600;
}
.title-box p {
    font-size: 17px;
    line-height: 2em;
}
.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

body.main-layout .about_img img {
    border: 15px solid #cccccc;
    border-radius: 30px 0px 30px 0px;
}


