
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Acme&family=Cinzel:wght@500;600;700;800;900&family=Dongle:wght@300;400;700&family=Kalam:wght@300;400;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

h3 , h5 
{
    font-family: 'Cinzel', serif;
}

h1 
{
    font-family: 'Cinzel', serif;
}

h4 , h2 ,h6 , .location
{
    font-family: 'Alkatra', cursive;
}

.nav-item .nav-link 
{
    font-family: 'Play', sans-serif;
    
}

.text-height-2
{
    text-align: center;
    font-family: 'Play', sans-serif;
}


p{
    font-family: 'Play', sans-serif;
}

.text_banner h5 
{
    font-family: 'Alkatra', cursive;
    letter-spacing: 1.5px;
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.services_wrapper p 
{
    height: 140px;
}



.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

li {
    list-style: none;
}

.ul_list {
    padding: 0;
    margin: 0;
}

.ul_list li {
    padding-bottom: 8px;
}




.banner {
    background-position: center;
    position: relative;
    top: 0;
}

header {
    position: absolute;
    z-index: 99;
    background-color: rgb(0, 0, 0, 0.3);
    width: 100%;
}



.nav-item a {
    color: white;
    font-family: 'Kanit', sans-serif;
text-transform: uppercase;
}

.banner_image_sec  
{
    position: relative;
}

.banner_image_sec  img 
{
    height: auto;
    width: 100%;
}


.banner_image_sec::before 
{
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}


.nav-item a:hover {
    color: white;
}

.dropdown-menu {
    background-color: rgb(0, 0, 0, 0.8);
}


.dropdown:hover>.dropdown-menu {
    display: block;
}

.nav-item {
    padding-right: 12px;
}

.navbar-toggler .hamburger-toggle .hamburger span {

    background: white;
}



.text_banner {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
    width: 100%;
}


.text_banner h1 {
    font-size: 7vh;
    letter-spacing: 2px;
    text-align: center;
}

.text_banner button {
    BORDER: 2px solid white;
    padding: 10px 33px;
    background: transparent;
    color: white;
    
}

.text_banner button:hover {

    transform: scale(1.1);
    transition: 0.5s;
    background-color: #3498db;
}

.text_banner h1:hover {

    transform: scale(1.1);
    transition: 1s;
}

#owl-carousel_1 .owl-prev {
    position: absolute;
    top: 35%;
    left: 3%;
    font-size: 45px;
    color: white;
    font-weight: 100;
}

#owl-carousel_1 .owl-prev {
    background-color: unset;
}

#owl-carousel_1 .owl-next {
    background-color: unset;
}

#owl-carousel_1 .owl-next {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 45px;
    color: white;
    font-weight: 100;
}


#owl-carousel_1 .owl-dots {
    position: relative;
    top: -48px;
}

.navbar-brand 
{
    font-size: 30px;
}

.text_banner h5 
{
    text-align: center;
    font-size: 18px;
    width: 65%;
    padding-top: 10px;
    font-weight: 100;
}

.services_wrapper p
{
    text-align: justify;
    padding: 10px 0px;
    
}



.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    color: #e74c3c;
    cursor: pointer;
    border-radius: unset;
    display: flex;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.8em 1.6em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: black;
  }

  .btn:hover, .btn:focus {
    color:black
  }


  .third {
    border-color: #3498db;
    color: #fff;
    box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
    transition: all 150ms ease-in-out;
  }
  .third:hover {
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
  }


  .profisional_services
  {
    background-image: url(../images/background_img1.jpg);
    width: 100%;
    background-size: cover;
    text-align: center;
    align-items: center;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
  }

  .profisional_services::before
  {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    background-repeat: no-repeat;

  }

  .background_content
  {
    text-align: left;
    padding: 100px 0px;
    position: relative;
  }

  .background_content h3
  {
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.background_content span 
{
    color: #3498db;
    font-size: 34px;
}


 .background_content p 
 {
    font-size: 20px;
    text-align: justify;
    padding: 20px 0px;
    font-weight: 300;
    color: white;
 }


 .service-sec {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #dedede;
    text-decoration: none;
    border-radius: 10px;
    line-height: 2.0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 8px;
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 6px -6px #9fa0a0;
    -moz-box-shadow: 0 4px 6px -6px #007fb6;
    box-shadow: 0 4px 6px -6px #9fa0a0;
}

.center-position {
    text-align: center !important;
}

a.bttn-more {
    color: #fff;
    border-radius: 4px;
    background: #2578c5;
    background: -moz-linear-gradient(top, #4acbf9 1%, #068ad1 41%, #068ad1 100%);
    background: -webkit-linear-gradient(top, #4acbf9 1%,#068ad1 41%,#068ad1 100%);
    background: linear-gradient(to bottom, #4acbf9 1%,#068ad1 41%,#068ad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4acbf9', endColorstr='#068ad1',GradientType=0 );
    display: inline-block;
    border: 1px solid #dadada;
    padding: 2px 20px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
    /* border-radius: 2px; */
}

.service-sec p img, .service-section p img {
    width: 100px !important;
    height: auto;
}

.service-sec:hover {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #058ad1;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 6px -6px #9fa0a0;
    -moz-box-shadow: 0 8px 6px -6px #007fb6;
    box-shadow: 0 8px 6px -6px #9fa0a0;
}

.about h3 
{
    font-size: 38px;
    line-height: 45px;
    
}

.about h3 span 
{
    color: #058ad1;
}

.about_text
{
    text-align: justify;
}

.about
{
    background-image: url(../images/layer1.png);
    background-size: cover;
    object-fit: cover;
    z-index: -99;
    margin-top: 30px;
    
}


.counter-bg {
    background-image: url(../images/counter_bg.jpg);
    background-repeat: no-repeat;
}
.bg-overlay.opacity-50 {
    opacity: 0.5;
}

.bg-overlay.blue {
    background-color: #06163a;
}

.counter-style-1 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 35px 0px;
}

.counter-style-1 span {
    font-size: 2.25rem;
    color: #ff3514;
    font-weight: 700;
}

.counter-style-1 h6 
{
    font-size: 48px;
} 

.location
{
    font-size: 20px;
    font-weight: 400;
}


/* footer */

.footer-widget-section {
    background: #fff;
    background-size: cover;
    padding: 60px 0;
    color: #727e89;
}

.footer-widget {
    line-height: 24px;
}

.footer-widget .logo {
    margin: 0 0 0px;
}

.logo-text h1 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    font-weight: 800;
    padding-bottom: 20px;
}

.logo-text p 
{
    text-align: justify;
}

.logo-text h1 a {
    color: #2578c5;
    text-decoration: none;
    font-family: 'Play', sans-serif;
    font-size: 28px;
}

.footer-widget h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #2578c5;
    font-family: 'Play', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul.quick-links li {
    position: relative;
    line-height: 32px;
    padding-left: 10px;
}

.footer-widget ul li a {
    color: #7b8a97;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

.footer-widget p 
{
    text-align: justify;
}

.btn-theme
{
    background-color: #2578c5;
}

.footer-widget ul.quick-links li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: -2px;
    top: 3;
    color: #2578c5;
    font-size: 12px;
}

.list-inline li 
{
    padding: 0px 10px;
}

.list-inline li i 
{
    font-size: 16px;
    height: 36px;
    width: 36px;
    /* background: blue; */
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border: 1px solid black;
}

.list-inline li i:hover 
{
    transform: scale(1.2);
    transition: 0.2s;
} 

.background_content .third:hover 
{
    color: white;
}

.zoom {
    transition: transform .6s;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  .zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.2); 
  }

.image_hidden
{
    overflow: hidden;
}


.fixed
{
    position: fixed;
    background-color: #058ad1;
    transition: all 1s;
    width: 100%;
    z-index: 20;
    top: 0;
    animation: smoothScroll 0.8s;
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.heading_product p 
{
    font-size: 35px;
    color: #3498db;
    text-align: justify;
}
 
.product_icon
{
    font-size: 45px;
    color: #3498db;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: auto;
    text-align: center;
}

.product_details p 
{
    text-align: justify;
}

#toTop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    color: white;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 49px;
    height: 49px;
    text-align: center;
    font-size: 18px;
    line-height: 49px;
    background: #3498db;
    border-radius: 5px;
    box-sizing: border-box;
}

#whatsaap_icn {
    position: fixed;
    bottom: 60px;
    left: 30px;
    display: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: green;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: white;
    z-index: 999;
}


.copyright-section {
    background-color: #f8f8f8;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    line-height: 32px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.footer-menu li a {
    color: #727e89;
    text-decoration: none;
    outline: none;
}

a 
{
    text-decoration: none;
    outline: none;
}

.footer-menu li::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 45%;
    border-radius: 50%;
    background: #666;
    opacity: .6;
}

.copyright-info {
    line-height: 24px;
}

.copyright-info span {
    color: #727e89;
}

.copyright-info span a {
    color: #3498db;
    font-weight: 700;
}











/************************ about sections start   ****************************/



.text_banner h4 
{

text-align: center;
align-items: center !important;
border-radius: 50%;
text-decoration: none;
line-height: 7;
font-size: 20px;
color: #3498db;
font-weight: 600;
}



.section_second .about
{
    margin: 0;
}



.section_second .about .about_wrapper strong 
{
    font-size: 25px;
    color: #3498db;
}

.about_wrapper h5
{
    text-align: center;
    color: black;
    font-size: 38px;
    font-weight: 600;
}


.about_wrapper h5 span 
{
    color: #3498db;
    font-size: 38px;
}

.service_sec_12 h3 
{
    color: #3498db;
    font-size: 38px;
}


.for_padd
{
    padding: 20px 0px;
}

.wide-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-wrap {
    color: #FFF;
    font-size: 0.75rem;
}

.copyright-links a {
    color: #FFF;
}

.copyright-wrap span {
    padding: 0 9px;
}

.bg-navy-blue {
    background: #3498db;
}

.permuit_name  {
    color: white;
    font-weight: 700;
}











/************************ Service sections start from here   ****************************/


.icon-box-3[class*="bg-"] {
    background: transparent;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-inner-content {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.571;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.service-inner-content h4 {
    color: #06163a;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 15px;
}

.services-holder {
    display: flex;
    flex-direction: row;
    align-content: space-around;
}

.column {
    list-style-type: none;
    padding: 0;
}

.column {
    flex: 0 0 20%;
}

.service_image
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}









/* Gallery section start from here */


.image_sec_gallery
{
    overflow: hidden;
}


.image_sec_gallery img:hover
{
    transform: scale(1.2);
    transition: 2s;
}


.gallery_wrapper
{
    text-align: center;
    padding-bottom: 15px;
}

.gallery_wrapper h3
{
    font-size: 38px;
    color: #007fb6;
}

.certificate_sec
{
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
}

#center_sec
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.certificate_sec img:hover 
{
    transform: scale(1.1);
    transition: 2s;
}







/* Gallery section start from here */


#Recognition_sec
{
    background-image: url(../images/layer1.png);
    text-align: center;
    background-size: cover;
    object-fit: cover;

}












/* Carrer section start from here */




.P_section p 
{
    text-align: left;
}

#style-1 {
    margin: 30px 0 0 0!important;
    padding: 0!important;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
}

.center-head span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    font-weight: 600;
    background-color: white;
}

.center-head:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ccc;
    top: 50%;
    /* margin-top: -1px; */
    z-index: 9;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.rounded-field input[type="text"], .rounded-field input[type="email"], .rounded-field input[type="file"], .rounded-field select {
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    min-height: 44px;
    color: #999999;
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

#submit-btn {
    box-shadow: none!important;
}

.bg-orange {
    background: #ff3514;
}

.btn-theme {
    color: #FFF !important;
    padding: 0.5rem 1.9rem;
    font-weight: 400;
    font-size: 0.875rem;
    display: inline-block;
    display: inline-flex;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}







/* Carrer section start from here */


.pos-rel {
    position: relative;
}

.heading-main {
    color: #007fb6;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.delivery-point-section-custom {
    background-color: #f3f3f3;
    border-bottom: 4px inset #007fb6;
    min-height: 270px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-inner-contents {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.571;
    /* margin-left: 25px; */
}

.service-inner-contents h2 {
    color: #06163a;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}















.icon-box-3[class*="bg-"] {
    background: transparent;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tnt {
    min-height: 150px;
    width: 100%;
    margin-top: 15px;
    padding: 10px;
}

.ftp {
    margin-left: 103px;
}

.ftp h3 {
    color: #06163a;
    line-height: 1.2;
}

.h5-md {
    font-size: 17px;
    color: #007fb6;
}

#my-col {
    max-width: 100%;
    margin: auto;
}

.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
}
#submit-button
{
    background-color: #058ad1;
}

.banner_image_sec .banner_image
{
    height: auto;
    width: 100%;
}

.image_sec_gallery
{
    text-align: center;
}

.left-position
{
    height: 150px;
    line-height: 28px;
    text-align: justify;
}

.about_img_sec
{
    overflow: hidden;
}

.about_img_sec img:hover  
{
    transform:scale(1.1);
    transition: 1s;
}

.column i 
{
    color: #007fb6;
}

.text_service_1 h4 
{
    color: #058ad1;
}

.chose_area {
    padding: 34px 0 72px 0;
}

.chose_area .about_image {
    position: relative;
    z-index: 0;
}

.chose_area .about_image:before {
    position: absolute;
    background: #058ad1;
    right: -25px;
    bottom: -25px;
    content: '';
    z-index: -1;
    top: 10px;
    left: 10px;
    border-radius: 7px;
}

.chose_area .about_image img {
    width: 100%;
}

.chose_area .features_info {
    padding-left: 30px;
    padding-top: 0;
}
.chose_area .features_info h3 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 300;
    color: #2C2C2C;
}

.chose_area .features_info ul {
    margin-bottom: 56px;
}

.chose_area .features_info ul li {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
    z-index: 1;
}

.about_flex
{
    display: flex;
    justify-content: space-between;
}


.icon_ser i 
{
    height: 70px;
    width: 70px;
    border: 1px solid #058ad1;
    font-size: 36px;
    background: #058ad1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.service_sec_box
{
    display: flex;
    flex-direction: column;
    BORDER: 2px solid #058ad1;
    padding: 30px 0px;
    box-shadow: 7px 5px 0px 0px #058ad1;

    
}

.text_ser 
{
    text-align: justify;
    padding-top: 50px;
}

.features_info
{
    text-align: justify;
}

.atf-section-title h3 {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    font-weight: 700;
    color: var(--thm-black);
}

.title-color span {
    color: #058ad1! important;
}

.atf-contact-details {
    display: block;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.atf-contact-details i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: white;
    text-align: center;
    margin: 8px 0 25px;
    border-radius: 5%;
    background:#058ad1;
    float: left;
    margin-right: 25px;
}

.text_service h4 
{
    font-size: 20px;
}

.service-inner-content h4 
{
    color: #058ad1;
}

.scroll_top_1 {
    position: fixed;
    bottom: 50px;
    left: 56px;
    height: 50px;
    width: 50px;
    background: green;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: white;
    z-index: 999;
}

.scroll_top_1 a {
    color: white;
}