@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Poppins", sans-serif;
    --body-font-Size: 15px;
    --body-color: #151515;
    --primary-color: #1a73e8;
    --secondary-color: #efa231;
    --color-2:#1e8e3e;
    --black: #000;
    --white: #fff;
    --heading-font: "Poppins", sans-serif; 
	--heading-font-02: "Poppins", sans-serif;
    
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
	
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--white); /* Safari */color:var(--black);}
::-moz-selection {background: var(--white); /* Firefox */color:var(--black);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;line-height: 28px;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:var(--primary-color); z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/bragyst-logo.svg); 
background-repeat:no-repeat;background-position:center;margin:0; background-size: 280px;}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1320px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li, .blog-detail-left li{list-style: none;color: var(--body-color);padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after, .blog-detail-left li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--color-2);left: 0px;top: 8px;border-radius: 50px;}
.list li a, .blog-detail-left li a{ color: var(--body-color); }
.list li a:hover, .blog-detail-left li a:hover{color: var(--primary-color);}
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.button-style a, .button-style-span {
	display: inline-block;
	position: relative;
	background-color: var(--secondary-color);
	padding: 15px 48px 16px 20px;
	border-radius: 50px;
	color: var(--white);
	font-size: 13px;
	margin-bottom: 0;
	min-width: 118px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	transition: .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 400;
	/* border: 1px solid #d1d1d1; */
	font-family: var(--heading-font);
	
}
.button-style a:after, .button-style-span:after, header {
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.button-style a:after, .button-style-span:after {
	color: var(--white);
	content: "\f178";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	right: 15px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	line-height: 28px;
	/* width: 28px; */
	/* height: 28px; */
	/* background-color: var(--white); */
	border-radius: 50px;
	text-align: center;
	transition: .3s ease-in-out;
	transform: rotate(321deg);
	font-size: 18px;
}
.button-style a:hover, .button-style-span:hover {
	background-color: var(--color-2);
	color: var(--white);
}
.button-style a:hover:after, .button-style-span:hover:after {
	background-color: var(--gray-color);
	transform: rotate(360deg);
	color: var(--white);
}
.button-style-02 a{ background-color:var(--black); border: none;}
.button-style-02 a:hover{ background-color:var(--white); border: none;}

/*************** PAGE CSS ***************/
header{
    padding: 15px 0px;
    background-color: var(--black);
   
   
    top: -100px;
    width: 100%;
    z-index: 9;
}
.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; z-index: 1;
}
.logo{
    line-height: 0px;
}
.logo img{
    width: 176px;
   
}
.header-right{
    display: flex;
    gap: 5px;
    align-items: center;
}

.lts-chat-btn .button-style a{padding: 8px 48px 10px 20px;font-size: 15px;}
.home-slider{
  
    /* background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.home-slider-wrap{
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: rgb(26, 115, 232, .25);
}
.home-slider-left{flex: 0 0 44%;display: flex;flex-direction: column;justify-content: center;}
.home-slider-left h2{
    font-size: 60px;
    font-weight: 700;
    font-family: var(--heading-font);

    position: relative;
    margin-bottom: 10px;
    color: var(--primary-color);
}
.home-slider-left h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.home-slider-left p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}
.home-slider-right{
    max-width: 100%;
    width: 360px;
    display: flex;
    flex-direction: column;
    /* border-left: 1px solid #898989; */
    /* border-right: 1px solid #898989; */
    justify-content: center;
}
.home-slider-right h3{
    margin-bottom: 30px;
    padding-left: 30px;
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
   
    color: var(--primary-color);
}
.banner-contact{
    padding: 30px;
    border-top: 1px solid #a2bee3;
    display: flex;
    align-items: center;
}
.banner-contact span{
    line-height: 0;
}
.banner-contact span img {
    width: 35px;
}

.bnr-cnt-inn{
    border-left: 1px solid #8aa8cf;
    padding-left: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}
.bnr-cnt-inn h4{
    font-weight: 700;
    font-size: 16px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    
    color:var(--body-color);
    margin-bottom: 8px;
}
.bnr-cnt-inn a{
    color: var(--body-color);
    font-size: 13px;
    line-height: 18px;
}
.scroll-right-left {-webkit-animation: scroll 16s linear infinite;-moz-animation: scroll 16s linear infinite;
animation: scroll 16s linear infinite;-webkit-animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;}
.scroll-right-left h2 {-webkit-text-stroke-width: .5px;-webkit-text-stroke-color: var(--white);color: var(--color-2);font-size: 55px;margin-bottom: 0;display: flex;align-items: center;font-family: var(--heading-font); font-weight:700; text-transform: uppercase;}
.scroll-animation {display: flex;flex-wrap: nowrap;white-space: nowrap;align-items: center;}
.scroll-right-left h2 span{display: inline-block;width: 39px;height: 39px;margin: 0 30px;background-image: url(../images/logo-icon.png);background-position: center;background-repeat: no-repeat;}
.text-sliding{overflow: hidden;background-color: var(--color-2);padding: 20px 0px;}
.intro{
    padding: 100px 0px;
}
.intro-wrap{
    display: flex;
    gap: 5%;
    justify-content: space-between;
}
.intro-left{
    flex: 0 0 41%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nbr-count{
    position: absolute;
    left: auto;
    top: auto;
    width: 290px;
    height: 290px;
    background-color: var(--secondary-color);
    padding: 15px;
    border-radius: 100%;
}
.nbr-count-inn{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nbr-count-inn h2{
    font-size: 73px;
    font-family: var(--heading-font);
    margin-bottom: 10px;
    color: var(--white);
    line-height: 70px;
}
.nbr-count-inn h3{
    margin-bottom: 0px;
    font-size: 14px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
}
.intro-right{
    flex: 0 0 50%;
}
.head-cap{position: relative;font-size: 14px;font-family: var(--heading-font);color: var(--color-2);}
.head-cap:after{position: absolute;content: '';width: 137px;height: 1px;background-color: var(--color-2);right: auto;top: 9px;margin-left: 10px;}
.heading{
    font-size: 60px;
    font-weight: 700;
    font-family: var(--heading-font);
  
    margin-bottom: 30px;
    color: var(--primary-color);
    line-height: 64px;
}
.intro-btm{
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    padding: 35px;
}
.intro-btm h4{
    font-family: var(--heading-font);
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black);
}
.intro-btm p{
    margin-bottom: 0px;
}
.caption-section{
    text-align: center;
    padding: 198px 0px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.caption-section h4{
    font-size: 44px;
}
.caption-section h4 span{
    font-family: var(--heading-font-02);
    color: var(--primary-color);
}
.profile-comp{
    padding: 120px 0px 100px;
}
.profile-comp:after{position: absolute;content: '';left: 0px;top: 0;background-image: url(../images/texture1.png);width: 60%;height: 635px;z-index: -1;}
.prof-comp-wrap{display: flex;justify-content: flex-end;}
.pro-comp-cnt{
    flex: 0 0 70%;
    background-color: #e8f0fe;
    padding: 100px;
    border-radius: 15px;
}
.heading-line{ position: relative;}
.heading-line:after{position: absolute;content: '';width: 100%;height: 1px;background-color: #dcdcdc;left: 0px;top: 42px;z-index: -1;}
.heading-line span{
    background-color: var(--white);
    position: relative;
    padding-right: 50px;
}
.what-we-do{ padding: 80px 0px;}
.what-we-wrap{
    display: flex;
    gap: 6%;
    align-items: center;
   
    padding: 50px;
    background-color: #e8f0fe;
    position: sticky;
    top:180px;
    margin-bottom: 50px;
    border-radius: 20px;
    
}
.what-we-wrap-02{top: 110px;background-color: #d5e5ff;}
.what-we-wrap-03{top: 130px;background-color: #cadeff;}
.what-we-wrap-04{top: 150px;background-color: #bfd7ff;}
.what-we-wrap-05{top: 170px;background-color: #b0ceff;}



.wedo-icon{
    flex: 0 0 18%;
}
.wedo-cnt{
    flex: 0 0 76%;
}
.wedo-cnt h3{
    font-size: 35px;
    font-family: var(--heading-font);
    
    font-weight: 700;
    color: var(--color-2);
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.wedo-cnt p{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;color: var(--body-color);}
.what-we-wrap:hover{
    /* background-color: #e8f0fe; */
    /* padding: 50px 30px; */
}
.what-we-wrap:hover .wedo-cnt h3, .what-we-wrap:hover .wedo-cnt p{
    color: var(--black);
}

.clients{background-color: #eef0f2;padding: 60px 0px; display: none !important; }
.client-logo{ text-align: center; line-height: 0px;;}
.client-logo img{ width: auto;}
.why-bragyst{
    padding: 100px 0px;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary-color);
}
.why-bragyst .heading{ color: var(--white);}
.why-bragyst-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 35px 3%;
}
.why-brag-box{
    flex: 0 0 31.3333333%;
    background-color: var(--white);
    padding: 40px;
    border-radius: 15PX;
}

.why-brag-box h5 span{
    font-size: 30px;
    font-family: var(--heading-font);
    color: var(--secondary-color);
    font-weight: 700;
    width: 70px;
    height: 70px;
    display: inline-block;
    border: 2px solid var(--secondary-color);
    border-radius: 50px;
    align-items: center;
    line-height: 61px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.why-brag-box h2{
    font-size: 26px;
    font-weight: 700;
    font-family: var(--heading-font);
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    color: var(--black);
}
.why-brag-box p{
    font-size: 18px;
    margin-bottom: 0px;
}
.why-brag-box-link{
    background-color: var(--secondary-color);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.why-brag-box-link h3{
    font-size: 55px;
    color: var(--white);
    font-family: var(--heading-font);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.why-brag-box-link span{ position: relative;}
.why-brag-box-link span:after{ -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; color: var(--black);content: "\f178";font-family: 'Font Awesome 6 Free';font-weight: 900;position: absolute;right: 0px;width: 40px;height: 40px;border-radius: 50px;text-align: center;transition: .3sease-in-out;transform: rotate(321deg);font-size: 18px;bottom: 0px;border: 1px solid var(--black);line-height: 40px;}
.why-brag-box-link:hover span:after{background-color: var(--secondary-color);color: var(--white);transform: rotate(360deg);}
.why-brag-box-link:hover{background-color: var(--color-2);}
.why-brag-box-link:hover h3{ color: var(--white);}
.why-brag-box:hover h5 span{background-color: var(--secondary-color);color: var(--white);}
.testimonial{ padding: 100px 0px;}
.testi-wrap{
    display: flex;
}
.testi-left{
    flex: 0 0 35%;
    border-radius: 10px;
    overflow: hidden;
}
.video-pp-wrap i{
    top: 50% !important;
    background-color: transparent !important;
    font-size: 102px;    width: 104px !important;
    height: 104px !important;
    margin: -21px 0 0 -52px !important;
    left: 50% !important;
    color: var(--black) !important;
}
.testi-right{
    padding-left: 80px;
    flex: 0 0 65%;
    position: relative;
}

.testi-right h5{
    font-size: 13px;
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
}
.testi-right h5 span{
    font-family: var(--heading-font);
    font-size: 18px;
    text-transform: uppercase;
    
    display: block;
}
.testi-right:after{position: absolute;content: "\f10e";font-weight: 900;font-family: 'Font Awesome 6 Free';color: #efefef;font-size: 140px;right: 0px;bottom: 0px;z-index: -1;}
.testi-right:before{position: absolute;content: "\f10d";font-weight: 900;font-family: 'Font Awesome 6 Free';color: #ededed;font-size: 140px;top: -10px;left: 22px;z-index: -1;}
.blog{ padding:0 0 40px;}
.blog-cnt{
    padding: 30px;
}
.blog-cnt h6{
    font-size: 12px;
    margin-bottom: 15px;
}
.blog-cnt h4{
    font-size: 18px;
    font-weight: 500;
    color: var(--body-color);
}
.faq-wrap{background-color: #e8f0fe;padding: 80px;border-radius: 20px;}
.footer-top{
    background-color: #0d0d0d;
    padding: 80px 0px;
    text-align: center;
}
.footer-top h2{
    font-family: var(--heading-font);
    font-size: 50px;
    text-transform: uppercase;
    
    margin-bottom: 30px;
    color: var(--white);
}
.footer-top h3{
    font-size: 15px;
    color: var(--white);
}
.footer-top h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--white);
}
footer{
    background-color: var(--black);
    padding-top: 45px;
    font-size: 13px;
    color: var(--white);
}
.footer-wrap{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    padding-bottom: 35px;
    /* justify-content: space-between; */
}
.ftr-col{
    flex: 0 0 12%;
}
.ftr-col-02{
    flex: 0 0 24%;
}
.ftr-col-03{
    flex: 0 0 24%;
}
.ftr-col-04{
    flex: 0 0 15%;
}
.ftr-col-05{
    flex: 0 0 17%;
}
.ftr-col p{
    line-height: 24px;
    margin-bottom: 12px;
}
.ftr-col a{color: var(--white);}
.ftr-logo{
    background-color: var(--body-color);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    position: relative;
    top: -45px;
}
.ftr-logo .shape-one{
    position: absolute;
    top: 0px;
    left: -30px;
}
.ftr-logo .shape-two{
    position: absolute;
    top: 0px;
    right: -30px;
}
.ftr-head{
    font-size: 18px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    
    font-weight: 400;
    color: var(--white);
}
.ftr-list li{
    margin-bottom: 4px;
}
.ftr-list li a{
    font-size: 13px;
    color: var(--white);
}
.ftr-list li a:hover{color: var(--secondary-color);}
.part-logo-line{
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #303030;
}
.copyright{
    background-color: #0d0d0d;
    padding: 30px 0px;
}
.copyright p{
    margin-bottom: 0px;
}
.social{
    display: flex;
    gap: 4px;
}
.social a{
    flex: 0 0 35px;
    height: 35px;
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    line-height: 33px;
}
.social a:hover{background-color: var(--secondary-color);color: var(--black);}
.faq{ padding-bottom: 80px;}
.whtsapp-link h5 {
    right: -11px;
    opacity: 0;
    font-size: 14px;
    margin: 6px 0 0;
    line-height: 18px;
    z-index: 0;
    color: #fff;
    padding: 10px;
    position: absolute;
    font-weight: 400;
}

.whtsapp-link {
    position: fixed;
    right: 7px;
    bottom: 10px;
    z-index: 9
}

.whtsapp-link h5 {
    width: 125px;
    top: 0;
    background-color: var(--secondary-color);
    border-radius: 5px
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2db742;
    border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
}


.whatsapp-icon i { color: var(--white);  font-size: 29px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}

.whtsapp-link:hover h5 {
    right: 52px;
    opacity: 1
}

.whtsapp-link:hover .whatsapp-icon i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.pad{ padding: 100px 0px;}

  #black_theme_button, #default_theme_button{
    width: 39px;
    height: 39px;
    border: 1px solid var(--body-color);
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
}
#black_theme_button:hover, #default_theme_button:hover{ background-color: var(--body-color); color: var(--black);}
.subheading{
    font-size: 38px;
    font-weight: 700;
    font-family: var(--heading-font);

    margin-bottom: 30px;
    color: var(--primary-color);
    line-height: 42px;
    }

.sticky{ position: sticky !important; top:85px;}
.title{
    font-size: 26px;
    font-weight: 700;
    font-family: var(--heading-font);
   
    margin-bottom: 20px;
    color: var(--secondary-color);
    }
.gap-80{ display: flex; height: 80px;}
.gray-box{
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 24.25%;
    /* border: 1px solid #cfcfcf; */
}
.gray-box h4{
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 12px;
    color: var(--white);
}
.gray-box p{
    margin-bottom: 0px;
    line-height: 22px;
    color: var(--white);
    font-size: 14px;
}
.service-inn-wrap{
    display: flex;
    gap: 2%;
}

.service-inn-right{
    flex: 0 0 24%;
}
.service-inn-right-sticky{
    position: sticky;
    top: 85px;
    background-color: var(--white);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .16);
}
.service-inn-right-sticky h2{
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font);
    text-transform: uppercase;
    margin-bottom: 15px;
    
    color: var(--primary-color);
}
.service-inn-right-sticky .list li{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 4px;
    margin-bottom: 2px;
}
.service-inn-right-sticky .list li a{
    font-size: 13px;
}
.ser-call{
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
}
.ser-call p{     color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;}
.ser-call h3{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--heading-font);
    text-transform: uppercase;
    margin-bottom: 6px;
  
    color: var(--white);
}
.ser-call h5{
    font-size: 13px;
    margin-bottom: 10px;
    color: var(--white);
}
.ser-call a{
    border: 1px solid var(--white);
    padding: 6px 16px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: var(--white);
}
.ser-call a:hover{background-color: var(--color-2);}
.ser-call a i{
    font-size: 13px;
    margin-right: 5px;
}
.gray-box-wrap{
    display: flex;
    gap: 20px 1%;
    flex-wrap: wrap;
}
.copyright a{ color: var(--white);}
.copyright a:hover{ color: var(--secondary-color);}
 .contactstyle {
      width: 100%;
      display: inline-block;
      position: relative;
      margin: 0 0 12px;
      padding: 30px 20px;
      background-color: var(--primary-color);
      border-radius: 15px;
  }
  
  


  .coic, .contactstyle a:hover, .label-style {
      color: var(--secondary-color)
  }
  .coic {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      background-color: var(--secondary-color);
      font-size: 16px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .coic, .out-inn-links a {
      line-height: 41px;
      height: 40px;
      color: var(--white);
  }
  .contactstyle h4 {
      font-size: 20px;
      margin-bottom: 4px;
      font-weight: 700;
      color: var(--white);
  }
  .contactstyle p {
      margin-bottom: 14px;
      color: var(--white);
  }
  .contactstyle p a{color:var(--white)}
  .contact-left {
      flex: 0 0 30%
  }
  .cont-inn-box{position: relative;padding: 0 0 12px 60px;margin-bottom: 12px;border-bottom: 1px solid #5395eb;}
  .cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
  .contactstyle h3{
      font-weight: 700;
      font-size: 26px;
      border-bottom: 1px solid #5395eb;
      padding-bottom: 15px;
      margin-bottom: 24px;
      color: var(--white);
  }
.contact-right{flex:0 0 66%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {z-index: 1; position: absolute;top: -11px;left: 16px;font-size: 14px;background-color: #fff;padding: 0 5px;color: var(--primary-color);}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.works-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}
.work-box{
    flex: 0 0 23.5%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}
.work-box h6{
    margin: 20px 0 2px;
    color: var(--body-color);
    font-size: 12px;
}
.work-box h5{
    color: var(--primary-color);
    margin-bottom: 0;
}
.work-box:hover h5{ color: var(--color-2);}

.what-we-do .heading{ position: sticky; top: 80px;}
.blog-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.blog-wrap .blog-box{
    flex: 0 0 32%;
}
.blog-wrap .blog-cnt{ padding:30px 0px;}
.blog-box:hover .blog-cnt h4{ color: var(--primary-color); }
.italic{ font-style: italic;}
.blog-detail-wrap{
    display: flex;
    gap: 30px 3%;
}
.blog-detail-left{
    flex: 0 0 68%;
}
.blog-detail-left .blg-dat{
    color: var(--color-2);
    font-size: 13px;
    margin-bottom: 10px;
}
.blog-detail-left h1{
    font-size: 44px;
    font-weight: 700;
    color: var(--primary-color);
}
.blog-detail-left h2{
    font-size: 32px;
    font-weight: 700;
    color: var(--color-2);
    margin-bottom: 6px;
}
.blog-detail-left h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black);
}
.blog-detail-left h4{font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black);}
.blog-detail-left h5{font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black);}
.blog-detail-right{
    flex: 0 0 29%;
    border-left: 1px solid #e2e2e2;
    padding-left: 35px;
}
.blog-detail-right h3{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
}
.blog-list-detail{
    display: flex;
    gap: 5%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.blg-thump{
    flex: 0 0 40%;
    line-height: 0;
}
.blg-thump img{
    border-radius: 10px;
}
.blg-dtl{    flex: 0 0 55%;}
.blg-dtl span{
    font-size: 11px;
}
.blg-dtl h6{
    color: var(--body-color);
    font-size: 12px;
}








.slid-caption{ flex: 0 0 50%;}


.banner-animaion {
    position: relative;
    flex: 0 0 43%;
    height: 580px;
}


.box1 {
    display: block;
    border-radius: 100%;
    width: 67px;
    height: 66px;
    /* background-color: #58bc80; */
    position: absolute;
    left: 0%;
    top: 33%;
}

.box2 {
    display: block;
    border-radius: 100%;
    width: 146px;
    height: 145px;
    /* background-color: #f96857; */
    position: absolute;
    left: 13%;
    top: 15%;
}

.box3 {
    display: block;
    /* border-radius: 100%; */
    width: 270px;
    height: auto;
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: 4;
}

.box4 {
    display: block;
    /* border-radius: 100%; */
    width: 357px;
    height: auto;
    position: absolute;
    right: 0%;
    top: 13px;
    z-index: 3;
}

.box5 {
    display: block;
    border-radius: 100%;
    width: 162px;
    height: 160px;
    /* background-color: #625bff; */
    position: absolute;
    left: 55%;
    bottom: -40px;
}






.box1 {
    -webkit-animation: mover1 4s infinite alternate;
    animation: mover1 4s infinite alternate;
}

@-webkit-keyframes mover1 {
    0% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

.box2 {
    -webkit-animation: mover2 2s infinite alternate;
    animation: mover2 2s infinite alternate;
}

@-webkit-keyframes mover2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

@keyframes mover2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

.box3 {
    -webkit-animation: mover3 5s infinite alternate;
    animation: mover3 5s infinite alternate;
}

@-webkit-keyframes mover3 {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        -webkit-transform: translatex(2px);
        transform: translatex(2px);
    }
}

@keyframes mover3 {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        -webkit-transform: translatex(2px);
        transform: translatex(2px);
    }
}

.box4 {
    -webkit-animation: mover4 2s infinite alternate;
    animation: mover4 2s infinite alternate;
}

@-webkit-keyframes mover4 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        -webkit-transform: translatey(3px);
        transform: translatey(3px);
    }
}

@keyframes mover4 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        -webkit-transform: translatey(3px);
        transform: translatey(3px);
    }
}

.box5 {
    -webkit-animation: mover5 4s infinite alternate;
    animation: mover5 4s infinite alternate;
}

@-webkit-keyframes mover5 {
    0% {
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
    }

    100% {
        -webkit-transform: translatey(-30px);
        transform: translatey(-30px);
    }
}

@keyframes mover5 {
    0% {
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
    }

    100% {
        -webkit-transform: translatey(-30px);
        transform: translatey(-30px);
    }
}
























/*************** INNER BANNER ***************/
.banner{display: flex;z-index: 0;width: 100%;height: 250px;align-items: center;background-image: url(../images/bg4.png);background-position: center;background-repeat: no-repeat;position: relative;background-size: cover;background-color: #e8f0fe;}
.banner-caption h2{color: var(--body-color);font-size: 38px; font-weight: 700; margin-bottom: 10px;font-family: var(--heading-font);}
.banner-caption h4 span{color: var(--body-color);font-size: 12px;}
.banner-caption h4 a{color: var(--body-color);font-size: 12px;}
.banner-caption h4 a:hover{ color: var(--primary-color);  }
.banner-caption h4 {padding: 0px 0px;display: inline-flex;margin-bottom: 0px;align-items: center;}
.banner-caption{position: relative;z-index: 1;/* margin-bottom: 50px; */}
.banner-caption h4 span.b-sep{font-size: 0;width: 13px;height: 11px;margin: 0 8px;background: url(../images/icons/list-white.png) no-repeat 0 0;display: inline-block;background-size: 10px;}


/********* FIXED HEADER ***************/
header.smaller{position: fixed;left: 0px;top: 0px;width: 100%;z-index: 10;-webkit-transition: all 600ms ease-in-out;-moz-transition: all 600ms ease-in-out;transition: all 600ms ease-in-out;top: 0;border-bottom: none;}


/*** animatins ***/
@-webkit-keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-moz-keyframes scroll {
	0% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-webkit-keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-moz-keyframes scrollLeft {
	0% {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 58px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{height: 140px;padding-top: 16px;}
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden; border-radius: 10px; }
.hover-effect i{width: 104px;height: 104px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 70px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #a2a2a2;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #a2a2a2;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/************************************* 1330px *************************************/
@media only screen and (max-width: 1330px) {
.container{ width:95%;}
}

@media only screen and (max-width: 1920px) {

.banner-animaion { flex: 0 0 49%;}
}


/************************************* 1024px *************************************/
@media only screen and (max-width: 1800px) {
.home-slider-right { width: 260px;}
.box4{ width: 280px;}
.box2{ width: 110px;}
.box3{ width: 230px;}
.box5{ width: 125px; left: 62%;;}
.banner-animaion{ height: 540px;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.box4{ width: 220px;}
.box2{ width: 90px;}
.box1{ width: 55px;}
.box3{width: 200px;}
.box5{ width: 100px;}
.banner-animaion{ height: 470px;}
}




/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.heading { font-size: 50px; line-height: 54px;}
.pro-comp-cnt { flex: 0 0 90%;padding: 50px;}
.why-brag-box { padding: 25px;}
.faq-wrap {padding: 40px;}
.gray-box { flex: 0 0 49.5%;}
.subheading {font-size: 30px; line-height: 34px;}
.service-inn-right {
    flex: 0 0 28%;
}
.direction-column-1024{ flex-direction: column; flex-wrap: nowrap;}
.contact-form{ flex-direction: column;}
.contact-left {flex: 0 0 40%;}
.contact-right {flex: 0 0 56%;}
.home-slider-wrap{ flex-direction: column; }
.home-slider {
    padding-top: 0px;}
.home-slider-left{ margin-bottom: 50px;} 
.home-slider-right{ width: 100%; border: none; background-color: var(--white);
    flex-direction: initial;}   
.home-slider-right h3{ display: none;}
.banner-contact { padding: 20px 0; flex: 0 0 33.33333333%; flex-wrap: wrap;}
.banner-contact span img {
    width: 25px;
}
 .home-slider-wrap{ position: relative;}

}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.heading br, .caption-section h4 br{ display: none; }
.nbr-count-inn h3 { font-size: 16px;}
.nbr-count-inn h2 { font-size: 50px;}
.nbr-count {
    width: 220px;
    height: 220px;}
.pro-comp-cnt{ flex: 0 0 100%;}
.why-brag-box {
    flex: 0 0 48.5%;}
    .why-brag-box-link h3 {
        font-size: 42px;}
.testi-right {
    padding-left: 30px;}
    .ftr-col-02 {
        flex: 0 0 21%;
    }
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.home-slider-left h2 {
    font-size: 42px;}
.home-slider-left h3 {
    font-size: 18px;}
.home-slider-left p {
    font-size: 13px;
    line-height: 22px;}
    .scroll-right-left h2 { font-size: 42px;}
.intro-wrap{ flex-direction: column;}
.intro-left{ margin-bottom: 50px;}
.ftr-col {
    flex: 0 0 26%;
}
.ftr-col-02 {
    flex:0 0 36%;
}
.ftr-col-03 {
    flex: 0 0 29%;
}
.footer-top h2 { font-size: 32px;}
.footer-top h2{ margin-bottom: 15px;}
.heading-line:after{ top:38px}
.heading-line:after{ top:28px}
.heading-line span{ padding-right: 20px;}
.work-box {
    flex: 0 0 32%;}
    .banner-animaion{ height: 480px;}
.banner-animaion{ flex: 0 0 auto;  }
    .box4 {
        width: 260px;
    }
.box3{ width: 240px;}	
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }

.bnr-cnt-inn h4 {
   
    font-size: 14px;}
.bnr-cnt-inn a {
    font-size: 12px;}
.scroll-right-left h2 span {
    
    margin: 0 18px;}
    .scroll-right-left h2 {
        font-size: 30px;}
        .heading {
        font-size: 40px; line-height: 44px;
    }
    .caption-section h4 {
        font-size: 30px;
    }
.caption-section {
    background-size: 400px;
    padding: 100px 0px;}
.profile-comp{ padding-bottom: 0px;}
.wedo-cnt h3 {
    font-size: 26px;}
body{ font-size: 13px;}
p{line-height: 24px;}
.why-brag-box p {
    font-size: 14px;}
    .why-brag-box h5 span {
        font-size: 22px;
       line-height: 44px;
        width: 50px;
        height: 50px;}
        .why-brag-box h2 {
            font-size: 20px;
            margin-bottom: 15px;
            padding-bottom: 15px;}
    .why-brag-box-link h3 {
        font-size: 28px;
    }
.testi-wrap{ flex-direction: column;}
.testi-right{ padding-left: 0px; margin-top: 20px;}
.service-inn-wrap{ flex-direction: column;         }
.gap-80{ height: 30px;}
.service-inn-right{ margin-top: 40px;}
.banner-caption h2 {
  
    font-size: 30px;}
   
.row{ flex-direction: column;}
.contact-right{ margin-top: 30px;}
.blog-wrap .blog-box {
    flex: 0 0 49%;
}
.blog-detail-left h1 { font-size: 34px;}
.blog-detail-left h2 {  font-size: 28px;}
.blog-detail-left h3 { font-size: 22px;}
.blog-detail-left h4 { font-size: 18px;}
.blog-detail-left h5 { font-size: 16px;}
.blog-detail-wrap{ flex-direction: column;}
.blog-detail-right{ padding-left: 0px; border-left: 0px;}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.logo img {
    width: 140px;
}
header .container{ width: 100%; padding-left: 15px; padding-right: 15px;}
.lts-chat-btn .button-style a {
    padding: 8px 32px 10px 12px;
    font-size: 11px;
    min-width: auto;
}
.lts-chat-btn .button-style a:after{         font-size: 13px;
    margin-top: -15px;
    right: 10px;}
.home-slider-left h2 {
        font-size: 30px;
    }
.button-style a, .button-style-span {
padding: 12px 40px 14px 15px;
 font-size: 11px;}
.button-style a:after, .button-style-span:after{font-size: 13px; margin-top: -15px;}
.home-slider-right{ flex-wrap:wrap;}
.banner-contact {
    padding: 20px;
    flex: 0 0 50%;
    flex-wrap: wrap;
    border:1px solid #d9d9d9;
    margin: -1px -1px 0 0;
}
.home-slider{ padding-bottom: 0px;}
.heading { margin-bottom: 20px;
    font-size: 30px; line-height: 34px;
}
.intro-btm{ padding: 30px;}
.intro {
    padding: 50px 0px;
}
.caption-section h4 {
    font-size: 24px;
}
.caption-section {
    background-size: 300px;
    padding: 70px 0px;
}
.profile-comp {
    padding: 100px 0px 0px;
}
.profile-comp:after {
   
    top: 40px;
    
    width: 60%;
    height: 480px;
  
}
.pro-comp-cnt{ padding: 30px;}
.heading-line:after {
    top: 21px;
}
.testimonial, .why-bragyst{ padding: 50px 0px;}
.faq-wrap {
    padding: 20px;
}
.faq {
    padding-bottom: 60px;
}
.footer-top{ padding: 60px 0px;}
.footer-top h2 {
    font-size: 22px;
}
.footer-top h3 {
    font-size: 13px; margin-bottom: 10px;
}
.footer-top h4 {
    font-size: 18px;
    
    margin-bottom: 40px;}
    .ftr-col-04, .ftr-col-03, .ftr-col-05{flex: 0 0 49%; margin-top: 25px;}
    
    .ftr-col {
        flex: 0 0 49%;
    }
    .ftr-col-05{ flex: 0 0 49%;}
    .what-we-do {
        padding: 50px 0px;
    }   
#status { background-size: 150px;}
.pad{ padding: 50px 0px;}
#black_theme_button, #default_theme_button {
    width: 35px;
    height: 35px;
   
    line-height: 34px;}
    .banner {
      
        height: 225px;}
        .what-we-wrap{ padding: 20px;}
.ftr-col-03{ flex: 0 0 100%;}
.ftr-col-03 p br{ display: none;}
    .work-box {
        flex: 0 0 49%;
    }
.blog-cnt h4 {
    font-size: 15px;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
    .why-brag-box h2 {
        font-size: 18px;}
        .why-brag-box p {
            font-size: 13px;
        }
.banner-contact{ padding: 10px;}
.subheading {
    font-size: 26px; line-height: 30px;
}
.title {
    font-size: 22px;}
    .gray-box {
      
        padding: 15px;}
.gray-box-wrap{ flex-direction: column;}
.work-box h5{ font-size: 13px;}
        .box4 {
            width: 190px;
        }
            .box2 {
        width: 70px;
    }
        .box1 {
        width: 40px;
    }

    .box5 {
        width: 75px;
        left: auto;
        right: 3%;
    }
  
  .box3{ width: 180px;}  
  .banner-animaion{ height: 400px;}
.blog-wrap, .why-bragyst-wrap{ flex-direction: column;}
}

/************************************* 420px *************************************/
@media only screen and (max-width: 420px) {
    .banner-contact span{ display: none;}
    .bnr-cnt-inn{ padding-left: 0px; margin-left: 0px; border-left: none;}
    
}

/************************************* 400px *************************************/
@media only screen and (max-width: 400px) {
.lts-chat-btn{ display: none;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.why-bragyst-wrap{ flex-direction: column; gap: 15px 3%;}
.footer-wrap{ flex-direction: column;}
.what-we-wrap{ flex-direction: column; align-items: flex-start;}
.wedo-icon img{ width: 100px;}
.wedo-icon{ margin-bottom: 10px;}
.header-right {
    gap: 12px;
}
.logo img {
    width: 130px;
}
.nbr-count-inn h2 {
    font-size: 42px;
}
.nbr-count-inn h3 {
    font-size: 14px;
}
    .work-box {
        flex: 0 0 100%;
    }
    .box4{ width: 170px;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}